summaryrefslogtreecommitdiff
path: root/usr.bin/tcfs
AgeCommit message (Expand)Author
2001-01-23fix spelling; ca+OpenBSD@zardoc.endmail.orgTheo de Raadt
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-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
2000-06-19cleanup key encryptionNiels Provos
2000-06-19initialize ivNiels Provos
2000-06-19use blowfish instead of DES to encrypt user keysNiels Provos
2000-06-19fix a couple of bugs. dont clobber tcfspwdb when adding group entries.Niels Provos
2000-06-19instead of only toggle also allow + and -, for on and off.Niels Provos
2000-06-19make flags workNiels Provos
2000-06-19remove debug printfsNiels Provos
2000-06-18remove RCS entries.Niels Provos
2000-06-18more verbose errors, remove redundant free()sNiels Provos
2000-06-18strlcpyNiels Provos
2000-06-18Initial import of very much rewritten TCFS userland. This code is stillNiels Provos