summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1996-12-25no compile test after last change: no need for that umask too, i guessMichael Shalayeff
1996-12-25do not need umask for mkstempTheo de Raadt
1996-12-25Use <stdlib.h>, not <malloc.h>Thorsten Lockert
1996-12-24use mkstempTheo de Raadt
1996-12-23pppd 2.3b3 import. some minor buf oflow fixes and so.Michael Shalayeff
try it out ppl, but i've got it running talking to cisco w/ all the AFs enabled in kernel.
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesTheo de Raadt
1996-12-22document that "vnd0" worksTheo de Raadt
1996-12-21$Id -> $OpenBSDTodd C. Miller
1996-12-21failures bomb, not seizeTheo de Raadt
1996-12-21use opendev()Theo de Raadt
1996-12-20Add back "optional" keyword that got nuked in merge of FreeBSD mods.Todd C. Miller
1996-12-20initialize name; is this the right hack?Theo de Raadt
1996-12-20actually explain what -u doesTheo de Raadt
1996-12-20correct defines/includesMichael Shalayeff
1996-12-17use snprintf when storing the string from strerror(). Who knows howTodd C. Miller
long it could be esp. when locales come into the picture.
1996-12-16Implement more tty flags for better portability from other systems:Thorsten Lockert
XCASE - canonical input/output processing IUCLC - translate uppercase to lowercase on input OLCUC - translate lowercase to uppercase on output OCRNL - translate carriage return to newline on output ONOCR - do not output carriage return at column 0 ONLRET - newline performs carriage return function In addition the tty compatibility interface supports LCASE properly. Look at termios(4) for a more complete description of the above flags.
1996-12-16avoid more oflows; at this stage paranoia exceeds reality by a lot since our ↵Theo de Raadt
passwd suite is fascist
1996-12-15Use inet_aton() instead of inet_addr()Todd C. Miller
1996-12-15FIxed an ofF-by-one error.bitblt
1996-12-14Add Theo's changes to yppush, some very ugly debugging code is now gone. -mojMats O Jansson
1996-12-14perl locationJason Downs
1996-12-14Deletes and remaining changes.Jason Downs
1996-12-14Update to Sendmail 8.8.4, plus recent patches, plus OpenBSD support.Jason Downs
Also include entire example configuration subset. Includes smrsh (using /usr/libexec/sm.bin). Of the top of my head, the only things I removed from the distribution were contrib/mail.local.linux, src/Makefiles, all the *.0 and *.ps files. Our praliases man page replaces the distributed one, ours is better.
1996-12-14sendmail 8.9.1Jason Downs
1996-12-14Check to make sure first char of command is not '*' since that willTodd C. Miller
alway be a syntax error.
1996-12-14be more careful with setgroups()Theo de Raadt
1996-12-12fix a typical use; -WallTheo de Raadt
1996-12-12*** empty log message ***bitblt
1996-12-12Part 1 of tcpdump 3.3bitblt
1996-12-12Revert sane attach ordering for the time beingNiklas Hallqvist
1996-12-11Remove dups from cfdata via marking algorithmNiklas Hallqvist
1996-12-11Sane attach orderingNiklas Hallqvist
1996-12-11proto & column cleanupTheo de Raadt
1996-12-10Xr disklessTheo de Raadt
1996-12-10warnx, from netbsdTheo de Raadt
1996-12-10typo fix from netbsdTheo de Raadt
1996-12-10cleanup, some from netbsdTheo de Raadt
1996-12-10warnxTheo de Raadt
1996-12-10but -Wall is not neededTheo de Raadt
1996-12-10merge freebsd mtree diffs, plus -Wall cleanupTheo de Raadt
1996-12-08Install sample slip.hosts and slip.login entry if none are presentThorsten Lockert
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-12-08sync with FreeBSD, except for the damned tcl script.Jason Downs
1996-12-0864-bit clean + RCS tagsNiklas Hallqvist
1996-12-07-d is not always needed. the magic cookie stuff worksTheo de Raadt
1996-12-07months are from 1-12 not 0-12, netbsd pr#2806, mouse@Rodents.Montreal.QC.CATheo de Raadt
1996-12-05inverted logicTheo de Raadt
1996-12-03cleanup debug; pointed out by darcy@druid.comTheo de Raadt
1996-12-02bail niceTheo de Raadt
1996-12-01Fix byte-order bug in net number comparison (NetBSD).Todd C. Miller
From Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>, NetBSD PR #2961.