summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2003-03-21Fix default facility when none is specified (should be LOG_USER,Todd C. Miller
2003-03-20replace some .Pp inside .Bd -literal block with empty lineDavid Krause
2003-03-20duplicate word: to toDavid Krause
2003-03-19use RSA key blinding code from mod_ssl 2.8.13. differences to our own fixHenning Brauer
2003-03-19Fix parsing of the leases file.Kenneth R Westerback
2003-03-18missed a RUNDIR -> /var/runAnil Madhavapeddy
2003-03-18- expand DBDIR, ETCDIR, RUNDIR to the actual directories to makeAnil Madhavapeddy
2003-03-18spelling typos/errorsDavid Krause
2003-03-18duplicate words: and and, the theDavid Krause
2003-03-18xon/xoff -> Xon/Xoff;Jason McIntyre
2003-03-18ip address -> IP address;Jason McIntyre
2003-03-18small typos;Jason McIntyre
2003-03-17arp did not long-align sockaddrs in routing messages. This led toHenric Jungheim
2003-03-16nuber -> number;Jason McIntyre
2003-03-15recoginzed -> recognized;Jason McIntyre
2003-03-15missing ap_server_strip_chroot()Henning Brauer
2003-03-15Use strlcpy() instead of pre-checking the src len and using strcpy()Todd C. Miller
2003-03-14correct use of sizeof.Jun-ichiro itojun Hagino
2003-03-14add missing ND option length validation. from kameJun-ichiro itojun Hagino
2003-03-14document the -n flag (dry-run)Jason McIntyre
2003-03-14removed references to non-existent radius.conf(5);Jason McIntyre
2003-03-14typos;Jason McIntyre
2003-03-14RSA blinding for private keys here too.Hakan Olsson
2003-03-14Add RSA blinding for private keys. markus@ ok.Hakan Olsson
2003-03-13Use strdup() instead of doing it by hand; deraadt@ OKTodd C. Miller
2003-03-13more strlcpy; ok beck, and others pointed out a glitchTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-03-12less sprintfTheo de Raadt
2003-03-12Make config -e work correctly on the various m68k platforms, by handlingMiod Vallat
2003-03-12more .LiTheo de Raadt
2003-03-12Move range sanity check out of get_number() and into get_range() sinceTodd C. Miller
2003-03-11Catch more syntax errors that were previously ignored. I've rewrittenTodd C. Miller
2003-03-11removed .Ic's which were giving postscript trouble;Jason McIntyre
2003-03-11spellingDavid Krause
2003-03-11Make lpr and lprm setuid root but drop to daemon very early.Todd C. Miller
2003-03-11$OpenBSD$David Krause
2003-03-11groupmod modifies groups, it doesn't add themTed Unangst
2003-03-10these pages all had bad section numbers in the .Xr's;Jason McIntyre
2003-03-10Log that cron started up after we detach from the controlling terminalTodd C. Miller
2003-03-10Change a e_username to e_cmd.Todd C. Miller
2003-03-10Back out changes to get_number() that I didn't intend to commit.Todd C. Miller
2003-03-10Do the check for missing command before the un_getchar(); otherwiseTodd C. Miller
2003-03-09Fix error line number reporting for syntax errors (noticed by mpech@).Todd C. Miller
2003-03-09Catch lines w/o EOF. Previously they were silently ignored.Todd C. Miller
2003-03-09bad licenseMatthieu Herrb
2003-03-09.Dd Month day, yearDavid Krause
2003-03-09fix wording of sentence.Brad Smith
2003-03-09As pointed out by Perry, mailwrapper is never invoked directly,Todd C. Miller
2003-03-08Honor the :sh: flag in the local printcap for remote printers tooTodd C. Miller
2003-03-08Bleah, someone beat me to this but I have some minor chagesTodd C. Miller