summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2003-04-05use sizeof for snprintf size arg for static buffers instead of duplicatingAnil Madhavapeddy
2003-04-05remove a dead function, simplify copy_string with strdup ; rohee@ okAnil Madhavapeddy
2003-04-05remove some unused variables, disambiguate braces; rohee@ okAnil Madhavapeddy
2003-04-05correct a bad strncpy; replace with strlcat; rohee@ okAnil Madhavapeddy
2003-04-05simplify a loop, convert it to strlcat; tedu@ okAnil Madhavapeddy
2003-04-05strlcpy/strlcat conversions; tedu@ okAnil Madhavapeddy
2003-04-05trivial strlcat, tedu@ okAnil Madhavapeddy
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
2003-04-04Back out the realloc change, to do it right requires more recordTodd C. Miller
2003-04-04strlcpy; tedu okTheo de Raadt
2003-04-03some strcpy/strcat -> strlcpy/strlcat conversionsAnil Madhavapeddy
2003-04-03skiped -> skipped;Jason McIntyre
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
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