summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2003-04-03HPUX, HP/UX -> HP-UXJason McIntyre
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
2003-04-02strlcpy; millert okTheo de Raadt
2003-04-02fifo -> FIFOJason McIntyre
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
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
2003-03-25Fix last commit; to emulate setuid daemon + PRIV_END we need toTodd C. Miller
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
2003-03-22missing space between macro argument and commaDavid Krause
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