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