Age | Commit message (Expand) | Author |
2003-05-14 | Mention that without a password being specified, the account is disabled | Jason Peel |
2003-05-14 | move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice. | Jun-ichiro itojun Hagino |
2003-05-14 | remove the last of the MI commons | Jason Wright |
2003-05-13 | Don't reformat output beyond a minimum terminal width (60). | Paul Janzen |
2003-05-13 | - document -V | Camiel Dobbelaar |
2003-05-13 | don't -I/usr/include/ssl, it's from old openssl distribution. | Jun-ichiro itojun Hagino |
2003-05-13 | Sync valid username check w/ user(1). Patch from Brian Poole, | Todd C. Miller |
2003-05-13 | Don't allow usernames to begin with a dash since pwd_mkdb(8) | Todd C. Miller |
2003-05-12 | Fix a bug where pkg_add would fail when dependencies got a few levels deep | Peter Valchev |
2003-05-12 | sprintf -> snprintf. ok krw@ deraadt@ | Ted Unangst |
2003-05-12 | Do vis()-cleaning when displaying the print queue. | Paul Janzen |
2003-05-12 | feof() can only be used after you actually hit EOF so the check | Todd C. Miller |
2003-05-12 | Sync to 0.6.2 | Camiel Dobbelaar |
2003-05-12 | cut crap, use strdup instead of malloc + strlcpy, use err() | Henning Brauer |
2003-05-12 | extend copyright to 2003 | Henning Brauer |
2003-05-12 | no point in strncmp here; seen after question from | Henning Brauer |
2003-05-12 | explicit != NULL for pointer | Henning Brauer |
2003-05-12 | typo (mine) from Martin Reindl; | Jason McIntyre |
2003-05-12 | sync man page with marcus's recent upgrade; | Jason McIntyre |
2003-05-11 | comma splice. | Paul Janzen |
2003-05-10 | typos; | Jason McIntyre |
2003-05-10 | Be polite about leaving invalid data around in globals, just in case | Chad Loder |
2003-05-10 | catch up with pfctl changes | Henning Brauer |
2003-05-09 | No longer need -lcompat | Todd C. Miller |
2003-05-08 | replace strcpy with strlcpy and some strdup. | Ted Unangst |
2003-05-08 | strcpy->strlcpy | Vincent Labrecque |
2003-05-08 | AUTHOR -> AUTHORS in .Sh, as per mdoc template. | Jason McIntyre |
2003-05-08 | used .Li for examples, as per first example. | Jason McIntyre |
2003-05-08 | .Xr newsyslog | Todd C. Miller |
2003-05-07 | bounds were sizeof(pointer) rather than size of the object; found with | Theo de Raadt |
2003-05-06 | fix harmless typo i introduced with previous string cleaning. | Ted Unangst |
2003-05-05 | a couple of off-by-one string bounds in sscanf | Anil Madhavapeddy |
2003-05-05 | -Wall cleanup: trim unused vars, better err() message in stdhosts, | Anil Madhavapeddy |
2003-04-30 | add an ap_server_strip_chroot for LoadModule tags. this partially | Anil Madhavapeddy |
2003-04-30 | one more strvis -> strnvis. | Vincent Labrecque |
2003-04-30 | pull in stdlib.h to avoid implicit decl of calloc(); ok henning | Jason Wright |
2003-04-30 | Allow tables to be loaded into anchors. | Cedric Berger |
2003-04-30 | a OCTET -> an OCTET; | Jason McIntyre |
2003-04-29 | nothing uses the stuff in rxk_info, so until the overflows are fixed, skip it | Theo de Raadt |
2003-04-28 | strncpy IS NOT strlcpy | Thierry Deval |
2003-04-28 | String cleanup, from beck@ | Thierry Deval |
2003-04-28 | more string cleaning; ok beck | Theo de Raadt |
2003-04-28 | string cleaning | Theo de Raadt |
2003-04-28 | strings. tdeval and I finally agree on this :) | Bob Beck |
2003-04-28 | advocate posix ":" for user:group. deraadt ok | Jun-ichiro itojun Hagino |
2003-04-27 | string cleaning; from tdeval and tedu | Theo de Raadt |
2003-04-25 | kill #if 0 code w/ evil string functions, deraadt/tdeval | Henning Brauer |
2003-04-25 | comment cleanup | Theo de Raadt |
2003-04-25 | Compile with -ansi -pedantic. Replace one ugly lvalue cast with a memcpy. | Chad Loder |
2003-04-25 | replace an unbounded %s in a sscanf with a bounded one | Anil Madhavapeddy |