Age | Commit message (Expand) | Author |
2003-04-20 | authpf is supposed to die if the /etc/authpf/authpf.conf is not present. | Bob Beck |
2003-04-19 | Sync usage() and man page; closes PR 3219 | Todd C. Miller |
2003-04-19 | transposed args to snprintf, millert@ ok | Anil Madhavapeddy |
2003-04-19 | format string typo in usage (%d -> %s for program name) | Anil Madhavapeddy |
2003-04-19 | string stuff, ok krw@ deraadt@ | Henning Brauer |
2003-04-19 | string stuff, ok krw@ | Henning Brauer |
2003-04-17 | Assign the return value of snprintf to an int, not a char. fixes a comparison | Dale Rahn |
2003-04-17 | Change a few return values from char to int since these functions | Todd C. Miller |
2003-04-16 | update USC copyright, fixes "without fee" misplaced modifier | Theo de Raadt |
2003-04-16 | honour httpd_flags from rc.conf | Henning Brauer |
2003-04-16 | small fix to compile. spot by marc@ | Ted Unangst |
2003-04-16 | string cleaning; ok millert | Theo de Raadt |
2003-04-15 | added trailing slash to ftp example; | Jason McIntyre |
2003-04-15 | fix an oups | Henning Brauer |
2003-04-15 | close to "official" ap_config.h so future merges are easier. NOOP, just style | Henning Brauer |
2003-04-15 | first sprintf pass from todd@ and ISC-Bugs #5614. | Jakob Schlyter |
2003-04-15 | strlcpy; ok tedu | Theo de Raadt |
2003-04-15 | nasty lies from hobbits, clean them out of comments | Theo de Raadt |
2003-04-15 | avoid hardcoding 12; use NI_MAXSERV. deraadt ok | Jun-ichiro itojun Hagino |
2003-04-14 | %d is 12 chars big, not 10; ok deraadt | Peter Valchev |
2003-04-14 | %d is 12 chars not 10, also sneak an easy snprintf; this code is currently | Peter Valchev |
2003-04-14 | %d is 12 chars, not 10; ok deraadt | Peter Valchev |
2003-04-14 | Use setproctitle() instead of the CAPITALIZE_FOR_PS hack. Inspired | Todd C. Miller |
2003-04-14 | standalone/stand alone -> stand-alone; | Jason McIntyre |
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 |
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 |
2003-04-13 | try to use the X Window System, X11 or XFree86 consistently. | Jason McIntyre |
2003-04-10 | regen with autoconf 2.52 | Jakob Schlyter |
2003-04-10 | provide strlcat() and strlcpy() for platform without them. although | Jakob Schlyter |
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 |