summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
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
1997-07-15sendmail 8.9.1Jason Downs
1997-07-15Sendmail 8.8.6.Jason Downs
1997-07-15sysctl for PF_ENCAP.Angelos D. Keromytis
1997-07-14HAVE_NET_SLIP_H; PR286, felix@mamba.pond.sub.orgTheo de Raadt
1997-07-14sometimes - so at least it seems - also theo does'nt check what he isThomas Graichen
committing :-) ... i hope i got it right now
1997-07-12Add sha1 digest support.Todd C. Miller
1997-07-09Fix strncat(3) usage.Todd C. Miller
1997-07-08print child exit status in debug mode.kstailey
1997-07-08NULLkstailey
1997-07-08BUFSIZ -> MAXPATHLEN and strcat -> strncat.Todd C. Miller
1997-07-06Some architectures need strict alignmentNiklas Hallqvist
1997-07-06-Wall happinessJason Downs
1997-07-06Add defopt support, from NetBSD; thorpej (I think, I don't have the commitJason Downs
message).
1997-07-04-hwaddr.c:140: warning: implicit declaration of function `system'Todd T. Fries
+#include <stdlib.h>
1997-07-04-accton.c:56: warning: implicit declaration of function `acct'Todd T. Fries
+#include <unistd.h>
1997-07-03fix typos; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-07-01fix L args; mikelTheo de Raadt
1997-06-30back out last two changeskstailey
1997-06-30signed int fix from leres@ee.lbl.govTheo de Raadt
1997-06-30oops, forgot bsd.own.mkkstailey
1997-06-30NIS features are conditional to YP settingkstailey
1997-06-30Remove bogus id() function that assumes uid_t and gid_t are of a certainTodd C. Miller
base type. Remove unused code and use __progname instead of duncing around with argv.
1997-06-30Wall. uid & gid are not perfect .. but that is OKTheo de Raadt
1997-06-30Use u_int32_t not u_long since that's what uid_t and gid_t are.Todd C. Miller
1997-06-30lseek(2) takes an off_t which is quad_t so we use strtoq(3) not atoi(3).Todd C. Miller
1997-06-29Wall, in part from mikelTheo de Raadt
1997-06-28Repair breakage in 1.17. Oops.denny
1997-06-28same missing locale.h problem as chmodgrr
1997-06-28fix the rnd typesTheo de Raadt
1997-06-27setlocale; kleinkTheo de Raadt
1997-06-27long nightmaresTheo de Raadt
1997-06-26mem* cleanupTheo de Raadt