Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-14 | standalone/stand alone -> stand-alone; | Jason McIntyre | |
from NetBSD (Igor Sobrado); httpd stuff passed to apache people; ok millert@ | |||
2003-04-14 | obvious spring cleanup | Theo de Raadt | |
2003-04-14 | strlcpy, obvious | Theo de Raadt | |
2003-04-13 | remove debugg printf that had a bad format string | Anil Madhavapeddy | |
ok drahn@, miod@, tdeval@ | |||
2003-04-13 | obvious typo: "s%" -> "%s" in format string | Anil Madhavapeddy | |
2003-04-13 | Clarify the -d option and allow the passwd file argument to not be | Todd C. Miller | |
a fully qualified pathname if -d was specified (since we take the basename in that case anyway). deraadt@ OK | |||
2003-04-13 | try to use the X Window System, X11 or XFree86 consistently. | Jason McIntyre | |
diffs from Paul Weismann, via mickey@ aided, abetted and ok'd matthieu@ | |||
2003-04-10 | regen with autoconf 2.52 | Jakob Schlyter | |
2003-04-10 | provide strlcat() and strlcpy() for platform without them. although | Jakob Schlyter | |
this is not needed in OpenBSD, we'll keep the code here to stay in sync. license change for strlcat/strlcpy ok millert@. | |||
2003-04-09 | string shit; ok dhartmei@ | Henning Brauer | |
2003-04-09 | more string shit, ok bob and vincent | Henning Brauer | |
2003-04-08 | missing free(pagname); noticed by vincent | Henning Brauer | |
2003-04-08 | 2x trivial strcpy | Henning Brauer | |
2003-04-08 | very easy strcpy | Henning Brauer | |
2003-04-08 | kill one more strcpy; easy one | Henning Brauer | |
2003-04-08 | easy sprintf in code we don't use | Henning Brauer | |
2003-04-08 | more correct snprintf bound. ok deraadt@ | Ted Unangst | |
2003-04-08 | string fixes in code we don't compile by default; tedu help & ok | Henning Brauer | |
2003-04-08 | use asprintf; ok henning | Theo de Raadt | |
2003-04-08 | yes I am a dork | Henning Brauer | |
2003-04-08 | string fixes; pval agrees | Henning Brauer | |
2003-04-08 | trivial strcpy in code we don't even compile | Henning Brauer | |
2003-04-08 | string stuff, ok pval | Henning Brauer | |
2003-04-08 | bye-bye sprintf, ok pval@ | Henning Brauer | |
2003-04-08 | string stuff; ok pval@ | Henning Brauer | |
2003-04-08 | more strcpy & friends bye-bye; ok pval | Henning Brauer | |
2003-04-08 | string shit; ok pval | Henning Brauer | |
2003-04-08 | string shit, ok pval@ | Henning Brauer | |
2003-04-08 | more string shitz | Henning Brauer | |
2003-04-08 | easy strcpy elimination | Henning Brauer | |
2003-04-08 | refer to dhclient.leases~ as the client backup file, not dhcpd.leases~ | David Krause | |
from Michael Tannenbaum <miketa@attbi.com> in PR 3184 also add missing part of the sentence ok tedu@ | |||
2003-04-08 | identd has been nowait for 5 years now | David Krause | |
reported by Brad Ely <elyb328@apk.net> ok tedu@ | |||
2003-04-08 | invalid mdoc macros | David Krause | |
caused words to disappear from the output ok jmc@ a while ago | |||
2003-04-08 | strlcpy, pass length to function. ok tdeval@, deraadt@ | Daniel Hartmeier | |
2003-04-08 | typo | Theo de Raadt | |
2003-04-07 | more string cleaning; ok tedu | Theo de Raadt | |
2003-04-07 | strcpy -> strlcpy. some from and ok deraadt@ | Ted Unangst | |
2003-04-07 | kill last strcpy; ok millert | Theo de Raadt | |
2003-04-06 | use snamesize and realloc properly. ok tdeval@ | Ted Unangst | |
2003-04-06 | strcpy/strcat/sprintf cleanups; ok krw deraadt | Peter Valchev | |
2003-04-05 | trivial sprintf | Henning Brauer | |
2003-04-05 | string fixes. ok krw pvalchev | Ted Unangst | |
2003-04-05 | one more trivial strlcpy that i forgot; ok deraadt | Peter Valchev | |
2003-04-05 | strncpy should be strlcpy. ok pvalchev | Ted Unangst | |
2003-04-05 | strlcat, strncpy; ok tedu henning | Peter Valchev | |
2003-04-05 | use sizeof for snprintf size arg for static buffers instead of duplicating | Anil Madhavapeddy | |
the size value; rohee@ ok | |||
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 | |