Age | Commit message (Expand) | Author |
2003-04-05 | use sizeof for snprintf size arg for static buffers instead of duplicating | Anil Madhavapeddy |
2003-04-05 | remove a dead function, simplify copy_string with strdup ; rohee@ ok | Anil Madhavapeddy |
2003-04-05 | remove some unused variables, disambiguate braces; rohee@ ok | Anil Madhavapeddy |
2003-04-05 | correct a bad strncpy; replace with strlcat; rohee@ ok | Anil Madhavapeddy |
2003-04-05 | simplify a loop, convert it to strlcat; tedu@ ok | Anil Madhavapeddy |
2003-04-05 | strlcpy/strlcat conversions; tedu@ ok | Anil Madhavapeddy |
2003-04-05 | trivial strlcat, tedu@ ok | Anil Madhavapeddy |
2003-04-05 | some strlcpy,snprintf,strlcat conversions, tedu@ ok | Anil Madhavapeddy |
2003-04-04 | strlcpy; tedu ok | Theo de Raadt |
2003-04-04 | strcat->strlcat, ok millert@ | Anil Madhavapeddy |
2003-04-04 | strlcpy, ok millert@ | Anil Madhavapeddy |
2003-04-04 | strcpy->strlcpy, ok millert@ | Anil Madhavapeddy |
2003-04-04 | strlcat; Hans-Joerg.Hoexer@yerbouti.franken.de | Theo de Raadt |
2003-04-04 | strlcpy and snprintf; various people ok | Theo de Raadt |
2003-04-04 | typos. ok jmc@ | Ted Unangst |
2003-04-04 | some more strcpy/strcat -> strlcpy/strlcat conversions | Anil Madhavapeddy |
2003-04-04 | Back out the realloc change, to do it right requires more record | Todd C. Miller |
2003-04-04 | strlcpy; tedu ok | Theo de Raadt |
2003-04-03 | some strcpy/strcat -> strlcpy/strlcat conversions | Anil Madhavapeddy |
2003-04-03 | skiped -> skipped; | Jason McIntyre |
2003-04-03 | more snprintf; millert ok | Theo de Raadt |
2003-04-03 | snprintf; millert ok | Theo de Raadt |
2003-04-03 | The check for whether or not a group is empty was busted. Closes PR 3178. | Todd C. Miller |
2003-04-03 | HPUX, HP/UX -> HP-UX | Jason McIntyre |
2003-04-02 | typo; ok itojun | Jason Wright |
2003-04-02 | sprintf killing; millert ok | Theo de Raadt |
2003-04-02 | o Use realloc() instead of leaking memory when we need more than 1024 bytes | Todd C. Miller |
2003-04-02 | strlcpy; millert ok | Theo de Raadt |
2003-04-02 | fifo -> FIFO | Jason McIntyre |
2003-04-02 | asprintf; millert ok | Theo de Raadt |
2003-03-31 | ascii -> ASCII | Jason McIntyre |
2003-03-31 | 3com, 3COM -> 3Com | Jason McIntyre |
2003-03-30 | boring nothing commit from cloder | Theo de Raadt |
2003-03-30 | snprintf; millert ok | Theo de Raadt |
2003-03-30 | Add rcs tag. | Hugh Graham |
2003-03-28 | Check strdup() rval for NULL; noticed by mpech@ | Todd C. Miller |
2003-03-28 | We were malloc()ing one byte more than we needed; Alexander Farber | Todd C. Miller |
2003-03-27 | Add -q to the getopt() string and document it; Brian Ginsbach | Todd C. Miller |
2003-03-27 | Fix a bug introduced when getopt() support was added; -h takes an | Todd C. Miller |
2003-03-25 | Fix last commit; to emulate setuid daemon + PRIV_END we need to | Todd C. Miller |
2003-03-23 | sync FILES section with reality | Henning Brauer |
2003-03-23 | correct URL to apache online docs | Henning Brauer |
2003-03-22 | .Nd shouldn't end with a period | David Krause |
2003-03-22 | missing space between macro argument and comma | David Krause |
2003-03-21 | Fix default facility when none is specified (should be LOG_USER, | Todd C. Miller |
2003-03-20 | replace some .Pp inside .Bd -literal block with empty line | David Krause |
2003-03-20 | duplicate word: to to | David Krause |
2003-03-19 | use RSA key blinding code from mod_ssl 2.8.13. differences to our own fix | Henning Brauer |
2003-03-19 | Fix parsing of the leases file. | Kenneth R Westerback |
2003-03-18 | missed a RUNDIR -> /var/run | Anil Madhavapeddy |