summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1997-07-31not usedMichael Shalayeff
1997-07-31Add RADIUS printing support. Blech.tqbf
1997-07-30add backslash missing from ENTER() macrokstailey
1997-07-30Get ypxfr working again by remove some of the code from previous commit. -mojMats O Jansson
1997-07-28NULLTheo de Raadt
1997-07-28When pushing ethers was done it said "pushed hosts"Niklas Hallqvist
1997-07-27use sendmail -tTheo de Raadt
1997-07-27use RAW_PARTTheo de Raadt
1997-07-27Ethernet v2 encapsulated Appletalk packets are phase 1, w/ LLAP header.denny
802.3/SNAP encapsulated Appletalk packets are phase 2, w/ no LLAP header.
1997-07-26Ok, the final part in the support for mail.aliases and mail.byaddr inMats O Jansson
ypserv. For this to have an effect the following must be done. 1) make install in src/usr.sbin/ypserv/ypinit will update /var/yp/Makefile.main.dist and /var/yp/Makefile.yp.dist. 2) merge changes from Makefile.main.dist into Makefile and Makefile.main in /var/yp. Don't forget to keep the SUBDIR line from Makefile. 3) merge changes from Makefile.yp.dist into Makefile.yp in /var/yp and Makefile in any domains directory. If no local maps exists it's normaly just to replace the files. -moj
1997-07-26Fix bug in handling host!host!user. Added missing code for YP informationMats O Jansson
records. -moj
1997-07-26The second of three steps to support main.aliases and mail.byaddr in ypserv.Mats O Jansson
This time it's time for a new utility program mkalias. The last part is arriving any day now... -moj
1997-07-26bugs killed in NetBSD by thorpej.Mats O Jansson
1997-07-26bug killed in NetBSD by thorpej.Mats O Jansson
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-25restore traditional "all" keyword option - see lpc(8)grr
1997-07-25remove .Xr to dbm(3)Michael Shalayeff
remove BUGS due to DBM nonexistance
1997-07-24XrTheo de Raadt
1997-07-24doc that -P exists for sipp-* debugging, mostlyTheo de Raadt
1997-07-24inet_aton() returns 0 on error, not -1.Todd C. Miller
1997-07-231 byte oflows; millertTheo de Raadt
1997-07-231 byte oflow; Don.Lewis@tsc.tdk.comTheo de Raadt
1997-07-23Better handling for AppleTalk, and netatalk in particular.denny
Handle native Ethertalk phase 1 & 2 as well as the localtalk encapsulation a la Kinetics FastPath previously handled.
1997-07-22cleanupTheo de Raadt
1997-07-22non-VJ; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-07-22daemonize if using syslog(3)kstailey
1997-07-22tabify, use NULL for ptr ops, not 0kstailey
1997-07-22re-tabify (angelos!)kstailey
1997-07-22Added support for reading db files created by sendmail -bi. This is theMats O Jansson
first step to support mail.aliases and mail.byaddr in ypserv. -moj
1997-07-21WallTheo de Raadt
1997-07-21WallTheo de Raadt
1997-07-21careful about unlink; oliverTheo de Raadt
1997-07-21Begone, compilation warnings.Angelos D. Keromytis
1997-07-20careful with usernames; oliverTheo de Raadt
1997-07-20careful with link paths; oliverTheo de Raadt
1997-07-19Wall cleanup; people running lpd should test!Theo de Raadt
1997-07-18Be extra careful when unlinking data file to only remove a file isTodd C. Miller
it is in the current dir and df*. From imp@openbsd.org.
1997-07-18err() -> error() so we don't conflict with err(3).Todd C. Miller
1997-07-18Add rmd160 support. Sheesh, you'd think this was tripwire.Todd C. Miller
1997-07-17WallTheo de Raadt
1997-07-17proto ksearch/msearchTheo de Raadt
1997-07-17unistd.hTheo de Raadt
1997-07-17fix XrTheo de Raadt
1997-07-17doc @ commands; mouseTheo de Raadt
1997-07-17cleanTheo de Raadt
1997-07-17Change a strcpy() -> strncpy() because I'm paranoid.Todd C. Miller
1997-07-16crank dfname/tfname; freebsdTheo de Raadt
1997-07-16fix XrTheo de Raadt
1997-07-15Xr repairTheo de Raadt
1997-07-15sendmail 8.9.1Jason Downs