summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso1995-10-0712-6/+30
* Change types of krb5_max_enctype and krb5_max_cksumtype to beTheodore Tso1995-10-062-2/+8
* * configure.in (V5_MAKE_SHARED_LIB): Change for version 0.1 ofEzra Peisach1995-10-022-17/+6
* Rename verify.c to t_verify.c to remove conflict withKeith Vetter1995-09-293-3/+8
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-2510-29/+40
* Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-253-7/+9
* Change password for the MacKeith Vetter1995-09-242-1/+6
* Define PROTOTYPE if it is not defined elsewhereTheodore Tso1995-09-232-0/+12
* Removed ^M's from DOS integration. (Oops!)Theodore Tso1995-09-231-1/+1
* Makefile.in: moved shared rule to all-unix:: targetTheodore Tso1995-09-235-4/+12
* Makefile.in: PC builds all C files because of function name changesTheodore Tso1995-09-234-9/+15
* md5crypt.c: put function prototype back in, fixed signed/unsignedTheodore Tso1995-09-233-4/+28
* md4crypt.c: put function prototype back in, fixed signed/unsignedTheodore Tso1995-09-233-4/+28
* put function prototype back inTheodore Tso1995-09-232-0/+13
* Clear the buffer before calling the SIOCGIFCONF ioctl. This makesTheodore Tso1995-09-132-1/+8
* Added inclusion of des_int.hKeith Vetter1995-09-132-0/+6
* Reintegrate the keytype->enctype changesEzra Peisach1995-09-125-25/+20
* Replace nuked history in ChangeLogEzra Peisach1995-09-121-3/+6
* Reintegrate the keytype->enctype changesEzra Peisach1995-09-125-10/+28
* Reintegrate the keytype -> enctype changesEzra Peisach1995-09-128-20/+32
* Mac Beta 1 submissionKeith Vetter1995-09-1122-210/+134
* Renamed a file since the Mac can't have two files with the same nameKeith Vetter1995-09-085-12/+22
* * md5crypto.c, t_cksum.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-063-6/+9
* * md4crypto.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-062-4/+7
* * des_int.h, destest.c, init_rkey.c, random_key.c, string2key.cChris Provenzano1995-09-067-19/+23
* * cryptoconf.c, des_crc.c, des_md5.c raw_des.cChris Provenzano1995-09-065-9/+13
* * md5crypto.c : Replace KEYTYPE_DES_CBC_MD5 for KEYTYPE_DESChris Provenzano1995-09-063-6/+14
* * md4crypto.c : Replace KEYTYPE_DES_CBC_MD4 for KEYTYPE_DESChris Provenzano1995-09-062-4/+8
* * destest.c, random_key.c, string2key.c, verify.c : Remove krb5_enctypeChris Provenzano1995-09-066-12/+21
* * cryptoconf.c : Remove krb5_csarray.Chris Provenzano1995-09-065-23/+14
* Set and use priv_size in the krb5_encrypt_blockPaul Park1995-08-293-1/+8
* * f_cksum.c: Change code to match prototypesEzra Peisach1995-08-2612-54/+64
* * des_crc.c, des_md5.c, raw_des.c: Remove casting in call toEzra Peisach1995-08-264-4/+8
* Update file listTheodore Tso1995-08-244-0/+10
* * localaddr.c (krb5_crypto_os_localaddr): Don't bash the returnTom Yu1995-07-292-11/+14
* Add rsa-md5.hPaul Park1995-07-273-0/+74
* Do not include k5-config.h, it is no longer present or neededPaul Park1995-07-272-2/+4
* Describe previous changesPaul Park1995-07-271-0/+9
* Use des_int.h and fix compiler rumblingsPaul Park1995-07-271-2/+3
* Fix compiler rumblingsPaul Park1995-07-272-6/+6
* Use des_int.h instead of mit-des.hPaul Park1995-07-273-0/+3
* Inline the old contents of mit-des.hPaul Park1995-07-271-2/+50
* Set the KEYTYPE_DES keytable entry to the MD5 one if enabledPaul Park1995-07-272-0/+15
* Add --enable-des-cbc-md5 and friends to control cryptoconf.cPaul Park1995-07-271-0/+81
* Fix bad shift value in verifier functionPaul Park1995-07-261-1/+1
* * localaddr.c: also add definition of max if it's not thereTom Yu1995-07-192-0/+5
* * localaddr.c: fix definition of ifreq_size so it actually worksTom Yu1995-07-192-1/+5
* Bsd 4.4 has a field sa_len in struct sockaddr which is theSam Hartman1995-07-183-3/+26
* Describe previous changesPaul Park1995-07-072-0/+25
* Build t_cksum under unixPaul Park1995-07-071-1/+11