Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
ok and tweaks by ho@ | |||
2003-04-04 | Back out the realloc change, to do it right requires more record | Todd C. Miller | |
keeping and could result in very large memory chunks. | |||
2003-04-04 | strlcpy; tedu ok | Theo de Raadt | |
2003-04-03 | some strcpy/strcat -> strlcpy/strlcat conversions | Anil Madhavapeddy | |
ok hin@, ho@, millert@ | |||
2003-04-03 | skiped -> skipped; | Jason McIntyre | |
from David Hill (thanks) | |||
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 | |
ok mickey@ | |||
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 | |
o use strlcpy() deraadt@ OK | |||
2003-04-02 | strlcpy; millert ok | Theo de Raadt | |
2003-04-02 | fifo -> FIFO | Jason McIntyre | |
ok millert@ | |||
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 | |
Closes PR #3168 | |||
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 | |
argument but -r does not. These were reversed in the getopt() string. Fix from Carson Harding | |||
2003-03-25 | Fix last commit; to emulate setuid daemon + PRIV_END we need to | Todd 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-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 | |
ok jmc@ | |||
2003-03-22 | missing space between macro argument and comma | David Krause | |
ok jmc@ | |||
2003-03-21 | Fix default facility when none is specified (should be LOG_USER, | Todd C. Miller | |
was LOG_UUCP due to a bug); Javier Kohen | |||
2003-03-20 | replace some .Pp inside .Bd -literal block with empty line | David Krause | |
new sentence, new line fix login.conf indentation ok jmc@ | |||
2003-03-20 | duplicate word: to to | David Krause | |
spelling fix: chosen ok jakob@ | |||
2003-03-19 | use RSA key blinding code from mod_ssl 2.8.13. differences to our own fix | Henning Brauer | |
that was already in are purely cosmetical, but this will make the future merge of mod_ssl 2.8.13 easier. | |||
2003-03-19 | Fix 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-18 | missed a RUNDIR -> /var/run | Anil Madhavapeddy | |
2003-03-18 | - expand DBDIR, ETCDIR, RUNDIR to the actual directories to make | Anil 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-18 | spelling typos/errors | David Krause | |
ok miod@ jmc@ | |||
2003-03-18 | duplicate words: and and, the the | David Krause | |
ok miod@ jmc@ | |||
2003-03-18 | xon/xoff -> Xon/Xoff; | Jason McIntyre | |
IETF ipng -> IETF IPng; NSFNet -> NSFNET; courtesy NetBSD (Igor Sobrado) ok miod@ | |||
2003-03-18 | ip address -> IP address; | Jason McIntyre | |
rtadvd.conf(5): positve -> positive; ok miod@ | |||
2003-03-18 | small typos; | Jason McIntyre | |
ok miod@ | |||
2003-03-17 | arp did not long-align sockaddrs in routing messages. This led to | Henric Jungheim | |
garbage being sent to the kernel on sparc64. Problem reported and fix tested by Doug Winter (thanks). ok jason@ and millert@ |