| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ##DOS!include of config/windows.in. config/windows.in is now | Theodore Tso | 1995-10-07 | 12 | -6/+30 |
| * | Change types of krb5_max_enctype and krb5_max_cksumtype to be | Theodore Tso | 1995-10-06 | 2 | -2/+8 |
| * | * configure.in (V5_MAKE_SHARED_LIB): Change for version 0.1 of | Ezra Peisach | 1995-10-02 | 2 | -17/+6 |
| * | Rename verify.c to t_verify.c to remove conflict with | Keith Vetter | 1995-09-29 | 3 | -3/+8 |
| * | Removed "foo:: foo-$(WHAT)" lines from the Makefile | Theodore Tso | 1995-09-25 | 10 | -29/+40 |
| * | Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the Makefile | Theodore Tso | 1995-09-25 | 3 | -7/+9 |
| * | Change password for the Mac | Keith Vetter | 1995-09-24 | 2 | -1/+6 |
| * | Define PROTOTYPE if it is not defined elsewhere | Theodore Tso | 1995-09-23 | 2 | -0/+12 |
| * | Removed ^M's from DOS integration. (Oops!) | Theodore Tso | 1995-09-23 | 1 | -1/+1 |
| * | Makefile.in: moved shared rule to all-unix:: target | Theodore Tso | 1995-09-23 | 5 | -4/+12 |
| * | Makefile.in: PC builds all C files because of function name changes | Theodore Tso | 1995-09-23 | 4 | -9/+15 |
| * | md5crypt.c: put function prototype back in, fixed signed/unsigned | Theodore Tso | 1995-09-23 | 3 | -4/+28 |
| * | md4crypt.c: put function prototype back in, fixed signed/unsigned | Theodore Tso | 1995-09-23 | 3 | -4/+28 |
| * | put function prototype back in | Theodore Tso | 1995-09-23 | 2 | -0/+13 |
| * | Clear the buffer before calling the SIOCGIFCONF ioctl. This makes | Theodore Tso | 1995-09-13 | 2 | -1/+8 |
| * | Added inclusion of des_int.h | Keith Vetter | 1995-09-13 | 2 | -0/+6 |
| * | Reintegrate the keytype->enctype changes | Ezra Peisach | 1995-09-12 | 5 | -25/+20 |
| * | Replace nuked history in ChangeLog | Ezra Peisach | 1995-09-12 | 1 | -3/+6 |
| * | Reintegrate the keytype->enctype changes | Ezra Peisach | 1995-09-12 | 5 | -10/+28 |
| * | Reintegrate the keytype -> enctype changes | Ezra Peisach | 1995-09-12 | 8 | -20/+32 |
| * | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 22 | -210/+134 |
| * | Renamed a file since the Mac can't have two files with the same name | Keith Vetter | 1995-09-08 | 5 | -12/+22 |
| * | * md5crypto.c, t_cksum.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 3 | -6/+9 |
| * | * md4crypto.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -4/+7 |
| * | * des_int.h, destest.c, init_rkey.c, random_key.c, string2key.c | Chris Provenzano | 1995-09-06 | 7 | -19/+23 |
| * | * cryptoconf.c, des_crc.c, des_md5.c raw_des.c | Chris Provenzano | 1995-09-06 | 5 | -9/+13 |
| * | * md5crypto.c : Replace KEYTYPE_DES_CBC_MD5 for KEYTYPE_DES | Chris Provenzano | 1995-09-06 | 3 | -6/+14 |
| * | * md4crypto.c : Replace KEYTYPE_DES_CBC_MD4 for KEYTYPE_DES | Chris Provenzano | 1995-09-06 | 2 | -4/+8 |
| * | * destest.c, random_key.c, string2key.c, verify.c : Remove krb5_enctype | Chris Provenzano | 1995-09-06 | 6 | -12/+21 |
| * | * cryptoconf.c : Remove krb5_csarray. | Chris Provenzano | 1995-09-06 | 5 | -23/+14 |
| * | Set and use priv_size in the krb5_encrypt_block | Paul Park | 1995-08-29 | 3 | -1/+8 |
| * | * f_cksum.c: Change code to match prototypes | Ezra Peisach | 1995-08-26 | 12 | -54/+64 |
| * | * des_crc.c, des_md5.c, raw_des.c: Remove casting in call to | Ezra Peisach | 1995-08-26 | 4 | -4/+8 |
| * | Update file list | Theodore Tso | 1995-08-24 | 4 | -0/+10 |
| * | * localaddr.c (krb5_crypto_os_localaddr): Don't bash the return | Tom Yu | 1995-07-29 | 2 | -11/+14 |
| * | Add rsa-md5.h | Paul Park | 1995-07-27 | 3 | -0/+74 |
| * | Do not include k5-config.h, it is no longer present or needed | Paul Park | 1995-07-27 | 2 | -2/+4 |
| * | Describe previous changes | Paul Park | 1995-07-27 | 1 | -0/+9 |
| * | Use des_int.h and fix compiler rumblings | Paul Park | 1995-07-27 | 1 | -2/+3 |
| * | Fix compiler rumblings | Paul Park | 1995-07-27 | 2 | -6/+6 |
| * | Use des_int.h instead of mit-des.h | Paul Park | 1995-07-27 | 3 | -0/+3 |
| * | Inline the old contents of mit-des.h | Paul Park | 1995-07-27 | 1 | -2/+50 |
| * | Set the KEYTYPE_DES keytable entry to the MD5 one if enabled | Paul Park | 1995-07-27 | 2 | -0/+15 |
| * | Add --enable-des-cbc-md5 and friends to control cryptoconf.c | Paul Park | 1995-07-27 | 1 | -0/+81 |
| * | Fix bad shift value in verifier function | Paul Park | 1995-07-26 | 1 | -1/+1 |
| * | * localaddr.c: also add definition of max if it's not there | Tom Yu | 1995-07-19 | 2 | -0/+5 |
| * | * localaddr.c: fix definition of ifreq_size so it actually works | Tom Yu | 1995-07-19 | 2 | -1/+5 |
| * | Bsd 4.4 has a field sa_len in struct sockaddr which is the | Sam Hartman | 1995-07-18 | 3 | -3/+26 |
| * | Describe previous changes | Paul Park | 1995-07-07 | 2 | -0/+25 |
| * | Build t_cksum under unix | Paul Park | 1995-07-07 | 1 | -1/+11 |