Age | Commit message (Expand) | Author |
2000-06-29 | no longer needed; good riddance for static archs | Todd T. Fries |
2000-06-29 | use %s with syslog | Todd C. Miller |
2000-06-28 | unsigned -> unsigned int (implicit int is deprecated) | Marc Espie |
2000-06-28 | Fix stupid bug in argument handling. Problem found by fries@ | Marc Espie |
2000-06-27 | Tyop | Artur Grabowski |
2000-06-27 | initialize result. this fixes the recent problem that makes ftp coredump | Federico G. Schwindt |
2000-06-26 | fix pasto; noted by art | Hugh Graham |
2000-06-26 | MaxStartups: limit number of unauthenticated connections, work by theo and me | Markus Friedl |
2000-06-26 | cleanup, less cut&paste | Markus Friedl |
2000-06-26 | use basename(1) in examples | Paul Janzen |
2000-06-25 | Cater to people who don't run make depend better. | Marc Espie |
2000-06-25 | correct check for bad channel ids; from Wei Dai <weidai@eskimo.com> | Niels Provos |
2000-06-25 | allow 'fmt -w width' and 'fmt -width'. | Paul Janzen |
2000-06-23 | Get rid of repeating error messages; From netbsd millert@ ok | Eric Jackson |
2000-06-23 | This patch replaces str_concat with a slightly unobfuscated version. | Marc Espie |
2000-06-23 | This is complementary to the previous patch. | Marc Espie |
2000-06-23 | This patch is worth a lot, speed-wise. | Marc Espie |
2000-06-23 | This is the speed-up patch, which doubles make speed (almost). | Marc Espie |
2000-06-23 | Open Hashing library, based on Knuth. | Marc Espie |
2000-06-23 | This patch separates local contexts from global contexts for good. | Marc Espie |
2000-06-23 | In various places, VAR_CMD is used to actually mean `no real context', | Marc Espie |
2000-06-23 | Once those special variable are taken care of, other Var functions can take | Marc Espie |
2000-06-23 | Start of variable fixes and speed-ups. | Marc Espie |
2000-06-23 | Trivial consequences of the previous list changes: | Marc Espie |
2000-06-22 | Missing CVS idents; ok markus | Damien Miller |
2000-06-22 | missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL | Markus Friedl |
2000-06-21 | add epsv4 command, which turns off epsv on ipv4 (off by dfeault) | Jun-ichiro itojun Hagino |
2000-06-21 | missing free; nuke old comment | Markus Friedl |
2000-06-20 | getopt(3) returns -1, not EOF | Aaron Campbell |
2000-06-20 | another oops, time to sleep. | Federico G. Schwindt |
2000-06-20 | fix warnings during compilation. replace a few more calloc's with | Federico G. Schwindt |
2000-06-20 | add OpenBSD tag. | Federico G. Schwindt |
2000-06-20 | oops from my prev commit. move param.h above mount.h so NGROUPS is found. | Federico G. Schwindt |
2000-06-20 | weird. missing OpenBSD tags. | Federico G. Schwindt |
2000-06-20 | add openbsd tags. rearrange headers as per style(9) and indent. | Federico G. Schwindt |
2000-06-20 | even more declarations | Federico G. Schwindt |
2000-06-20 | replace some calloc's with malloc's since there is no point in call | Federico G. Schwindt |
2000-06-20 | add missing declarations and includes. | Federico G. Schwindt |
2000-06-20 | kill show_usage, it's only a printf. i'll replace this by err and friends | Federico G. Schwindt |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-06-20 | no include <des.h> anymore | Niels Provos |
2000-06-19 | more KNF | Aaron Campbell |
2000-06-19 | KNF | Aaron Campbell |
2000-06-19 | add string.h | Federico G. Schwindt |
2000-06-19 | pass the correct size of the buffer | Federico G. Schwindt |
2000-06-19 | remove unused var | Federico G. Schwindt |
2000-06-19 | fix parms in tcfs_encrypt_key. I'm not sure if this is fine, tho. | Federico G. Schwindt |
2000-06-19 | add openbsd tag | Federico G. Schwindt |
2000-06-19 | more cleaning. KNF | Federico G. Schwindt |
2000-06-19 | add missing headers, declare missing functions remove unused vars, KNF; | Federico G. Schwindt |