ressurect files missed by merge
authorTom Yu <tlyu@mit.edu>
Mon, 2 Nov 1998 20:40:55 +0000 (20:40 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 2 Nov 1998 20:40:55 +0000 (20:40 +0000)
commit29e7d86639c0f939b3b0f84286a3ea2d551a976a
treea7b6bced99c4d04279e5ad833c175eed7a8744bf
parent4f48a6df86ec7a84e2dc2bedb0966d06a00bdd64
ressurect files missed by merge

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11006 dc483132-0cff-0310-8789-dd5450dbe970
40 files changed:
src/clients/kvno/ChangeLog [new file with mode: 0644]
src/clients/kvno/Makefile.in [new file with mode: 0644]
src/clients/kvno/kvno.M [new file with mode: 0644]
src/clients/kvno/kvno.c [new file with mode: 0644]
src/lib/crypto/dk/Makefile.in [new file with mode: 0644]
src/lib/crypto/dk/checksum.c [new file with mode: 0644]
src/lib/crypto/dk/decrypt.c [new file with mode: 0644]
src/lib/crypto/dk/derive.c [new file with mode: 0644]
src/lib/crypto/dk/dk.h [new file with mode: 0644]
src/lib/crypto/dk/encrypt.c [new file with mode: 0644]
src/lib/crypto/dk/stringtokey.c [new file with mode: 0644]
src/lib/crypto/enc_provider/Makefile.in [new file with mode: 0644]
src/lib/crypto/enc_provider/des.c [new file with mode: 0644]
src/lib/crypto/enc_provider/des3.c [new file with mode: 0644]
src/lib/crypto/enc_provider/enc_provider.h [new file with mode: 0644]
src/lib/crypto/hash_provider/Makefile.in [new file with mode: 0644]
src/lib/crypto/hash_provider/crc32.c [new file with mode: 0644]
src/lib/crypto/hash_provider/hash_provider.h [new file with mode: 0644]
src/lib/crypto/hash_provider/md4.c [new file with mode: 0644]
src/lib/crypto/hash_provider/md5.c [new file with mode: 0644]
src/lib/crypto/hash_provider/sha1.c [new file with mode: 0644]
src/lib/crypto/keyhash_provider/Makefile.in [new file with mode: 0644]
src/lib/crypto/keyhash_provider/descbc.c [new file with mode: 0644]
src/lib/crypto/keyhash_provider/k5_md4des.c [new file with mode: 0644]
src/lib/crypto/keyhash_provider/k5_md5des.c [new file with mode: 0644]
src/lib/crypto/keyhash_provider/keyhash_provider.h [new file with mode: 0644]
src/lib/crypto/keyhash_provider/t_cksum.c [new file with mode: 0644]
src/lib/crypto/old/Makefile.in [new file with mode: 0644]
src/lib/crypto/old/decrypt.c [new file with mode: 0644]
src/lib/crypto/old/des_stringtokey.c [new file with mode: 0644]
src/lib/crypto/old/encrypt.c [new file with mode: 0644]
src/lib/crypto/old/old.h [new file with mode: 0644]
src/lib/crypto/raw/Makefile.in [new file with mode: 0644]
src/lib/crypto/raw/decrypt.c [new file with mode: 0644]
src/lib/crypto/raw/encrypt.c [new file with mode: 0644]
src/lib/crypto/raw/raw.h [new file with mode: 0644]
src/lib/crypto/sha1/Makefile.in [new file with mode: 0644]
src/lib/crypto/sha1/shs.c [new file with mode: 0644]
src/lib/crypto/sha1/shs.h [new file with mode: 0644]
src/lib/crypto/sha1/t_shs.c [new file with mode: 0644]