summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2003-04-05some strlcpy,snprintf,strlcat conversions, tedu@ okAnil Madhavapeddy
2003-04-04strlcpy; tedu okTheo de Raadt
2003-04-04strcat->strlcat, ok millert@Anil Madhavapeddy
2003-04-04strlcpy, ok millert@Anil Madhavapeddy
2003-04-04strcpy->strlcpy, ok millert@Anil Madhavapeddy
2003-04-04strlcat; Hans-Joerg.Hoexer@yerbouti.franken.deTheo de Raadt
2003-04-04strlcpy and snprintf; various people okTheo de Raadt
2003-04-04typos. ok jmc@Ted Unangst
2003-04-04some more strcpy/strcat -> strlcpy/strlcat conversionsAnil Madhavapeddy
ok and tweaks by ho@
2003-04-04Back out the realloc change, to do it right requires more recordTodd C. Miller
keeping and could result in very large memory chunks.
2003-04-04strlcpy; tedu okTheo de Raadt
2003-04-03some strcpy/strcat -> strlcpy/strlcat conversionsAnil Madhavapeddy
ok hin@, ho@, millert@
2003-04-03skiped -> skipped;Jason McIntyre
from David Hill (thanks)
2003-04-03more snprintf; millert okTheo de Raadt
2003-04-03snprintf; millert okTheo de Raadt
2003-04-03The check for whether or not a group is empty was busted. Closes PR 3178.Todd C. Miller
2003-04-03HPUX, HP/UX -> HP-UXJason McIntyre
ok mickey@
2003-04-02typo; ok itojunJason Wright
2003-04-02sprintf killing; millert okTheo de Raadt
2003-04-02o Use realloc() instead of leaking memory when we need more than 1024 bytesTodd C. Miller
o use strlcpy() deraadt@ OK
2003-04-02strlcpy; millert okTheo de Raadt
2003-04-02fifo -> FIFOJason McIntyre
ok millert@
2003-04-02asprintf; millert okTheo de Raadt
2003-03-31ascii -> ASCIIJason McIntyre
2003-03-313com, 3COM -> 3ComJason McIntyre
2003-03-30boring nothing commit from cloderTheo de Raadt
2003-03-30snprintf; millert okTheo de Raadt
2003-03-30Add rcs tag.Hugh Graham
2003-03-28Check strdup() rval for NULL; noticed by mpech@Todd C. Miller
2003-03-28We were malloc()ing one byte more than we needed; Alexander FarberTodd C. Miller
Closes PR #3168
2003-03-27Add -q to the getopt() string and document it; Brian GinsbachTodd C. Miller
2003-03-27Fix a bug introduced when getopt() support was added; -h takes anTodd C. Miller
argument but -r does not. These were reversed in the getopt() string. Fix from Carson Harding
2003-03-25Fix last commit; to emulate setuid daemon + PRIV_END we need toTodd C. Miller
set the real & effective uids to the calling user and the saved uid to daemon. Fixes a problem where lpr could not print files that were not world-readable.
2003-03-23sync FILES section with realityHenning Brauer
2003-03-23correct URL to apache online docsHenning Brauer
2003-03-22.Nd shouldn't end with a periodDavid Krause
ok jmc@
2003-03-22missing space between macro argument and commaDavid Krause
ok jmc@
2003-03-21Fix default facility when none is specified (should be LOG_USER,Todd C. Miller
was LOG_UUCP due to a bug); Javier Kohen
2003-03-20replace some .Pp inside .Bd -literal block with empty lineDavid Krause
new sentence, new line fix login.conf indentation ok jmc@
2003-03-20duplicate word: to toDavid Krause
spelling fix: chosen ok jakob@
2003-03-19use RSA key blinding code from mod_ssl 2.8.13. differences to our own fixHenning Brauer
that was already in are purely cosmetical, but this will make the future merge of mod_ssl 2.8.13 easier.
2003-03-19Fix parsing of the leases file.Kenneth R Westerback
src & dst parameters to the only remaining strncpy() in the file were reversed. Use strlcpy() instead, with parameters in correct order. ok millert@.
2003-03-18missed a RUNDIR -> /var/runAnil Madhavapeddy
2003-03-18- expand DBDIR, ETCDIR, RUNDIR to the actual directories to makeAnil Madhavapeddy
the man pages easier to read - add dhcp(8) to SEE ALSO in dhcpd(8) - rearrange SEE ALSO in section order as well as alphabetical in dhcpd(8) ok millert@, todd@
2003-03-18spelling typos/errorsDavid Krause
ok miod@ jmc@
2003-03-18duplicate words: and and, the theDavid Krause
ok miod@ jmc@
2003-03-18xon/xoff -> Xon/Xoff;Jason McIntyre
IETF ipng -> IETF IPng; NSFNet -> NSFNET; courtesy NetBSD (Igor Sobrado) ok miod@
2003-03-18ip address -> IP address;Jason McIntyre
rtadvd.conf(5): positve -> positive; ok miod@
2003-03-18small typos;Jason McIntyre
ok miod@
2003-03-17arp did not long-align sockaddrs in routing messages. This led toHenric Jungheim
garbage being sent to the kernel on sparc64. Problem reported and fix tested by Doug Winter (thanks). ok jason@ and millert@