| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * Makefile.in: stop building f_pcbc.c, since it belongs in | Mark Eichin | 1994-11-03 | 2 | -2/+7 |
| * | * pcbc_encrypt.c: moved from f_pcbc.c in lib/crypto/des, and | Mark Eichin | 1994-11-03 | 3 | -241/+239 |
| * | Add the kv5m error table | Theodore Tso | 1994-11-03 | 5 | -3/+74 |
| * | Add WITH_CPPOPTS since we're not using CONFIG_RULES (yet) | Theodore Tso | 1994-11-03 | 2 | -0/+6 |
| * | * Makefile.in (libkrb5.a): done needs a trailing semicolon if it | Mark Eichin | 1994-11-02 | 2 | -2/+7 |
| * | Use library.stamp to determine whether or not $arcmd needs to be rerun | Theodore Tso | 1994-11-02 | 2 | -1/+6 |
| * | Change the way the library is built to use the libupdate script | Theodore Tso | 1994-11-01 | 3 | -17/+30 |
| * | Back out POSIX_FILE_LOCKS change. (Should be depending on autoconf.h | Theodore Tso | 1994-10-31 | 4 | -13/+12 |
| * | Remove duplicate definitions for DEFs, CC, CCOPTS and LIBS | Theodore Tso | 1994-10-28 | 2 | -5/+5 |
| * | If the requested kvno is IGNORE_KVNO, fix the error return so that 0 | Theodore Tso | 1994-10-26 | 2 | -2/+8 |
| * | Add verification checks to the test suite | Theodore Tso | 1994-10-26 | 3 | -11/+72 |
| * | Conversion of autoconfigury to Autoconf V2 | Mark Eichin | 1994-10-26 | 26 | -30/+33 |
| * | Added missing continue so that we don't copy both the unprintable | Theodore Tso | 1994-10-26 | 2 | -0/+7 |
| * | Add include config.h for POSIX_FILE_LOCKS | Theodore Tso | 1994-10-24 | 1 | -1/+2 |
| * | If KRB4 is defined, define KRB5_KRB4_COMPAT for compat_recv.c | Theodore Tso | 1994-10-24 | 2 | -0/+8 |
| * | Use the srand48/lrand48 functions if available | Theodore Tso | 1994-10-24 | 3 | -23/+40 |
| * | Don't need to define POSIX_FILE_LOCKS; just include config.h instead | Theodore Tso | 1994-10-24 | 2 | -6/+5 |
| * | Don't use LDFLAGS, but CCFLAGS since CCFLAGS is configurable | Theodore Tso | 1994-10-19 | 2 | -2/+6 |
| * | Fix missing $(DESTDIR) in "make install" lines | Theodore Tso | 1994-10-19 | 6 | -3/+15 |
| * | asn1_decode_k.c (asn1_decode_kdc_req_body): If the authorization field | Theodore Tso | 1994-10-19 | 7 | -17/+66 |
| * | * raw-des.c (mit_raw_des_decrypt_func): ditto. | Mark Eichin | 1994-10-18 | 3 | -4/+8 |
| * | * des-crc.c (mit_des_crc_decrypt_func): cast key->key->contents to | Mark Eichin | 1994-10-18 | 2 | -2/+8 |
| * | Add ISODE_DEFS | Theodore Tso | 1994-10-15 | 2 | -0/+5 |
| * | Add ISODE_DEFS | Theodore Tso | 1994-10-15 | 11 | -0/+29 |
| * | Fix typo in spelling of KRB5_USE_ISODE | Theodore Tso | 1994-10-14 | 2 | -1/+5 |
| * | Add the ISODE_DEFS rule | Theodore Tso | 1994-10-14 | 4 | -0/+10 |
| * | Move the various flavors of cryptosystem support -- raw des, des-md5, des-crc | Theodore Tso | 1994-10-14 | 3 | -0/+478 |
| * | Use POSIX_FILE_LOCKS if _POSIX_VERSION is defined in unistd.h | Theodore Tso | 1994-10-14 | 3 | -0/+17 |
| * | Add support for the new cryptosystem DES/MD5 | Theodore Tso | 1994-10-14 | 3 | -4/+31 |
| * | Remove declarations of the cryptosystem specific structures to | Theodore Tso | 1994-10-14 | 7 | -350/+25 |
| * | Cast char pointer to the expected unsigned char pointer, since that's | Theodore Tso | 1994-10-14 | 2 | -3/+9 |
| * | Remove symlinked files on make clean | Theodore Tso | 1994-10-14 | 2 | -0/+7 |
| * | No point putting RFC's in the krb5 sources | Theodore Tso | 1994-10-13 | 2 | -2052/+0 |
| * | Add support for the MDx test driver t_mddriver. Run t_mddriver on a | Theodore Tso | 1994-10-13 | 2 | -1/+20 |
| * | Add support for the MDx test driver t_mddriver. Run t_mddriver on a | Theodore Tso | 1994-10-13 | 3 | -3/+339 |
| * | Add the UL macro to control how unsigned long constants are compiled. | Theodore Tso | 1994-10-13 | 4 | -74/+100 |
| * | Run crctest on a "make check". Clean up the crctest program on a | Theodore Tso | 1994-10-12 | 2 | -0/+11 |
| * | Add -DKRB5_USE_ISODE so that include files get included properly | Theodore Tso | 1994-10-07 | 2 | -1/+6 |
| * | Include unistd.h first, and don't try to include sys/types.h first. | Theodore Tso | 1994-10-07 | 1 | -5/+4 |
| * | Include unistd.h if it is present | Theodore Tso | 1994-10-07 | 3 | -1/+16 |
| * | Add test for unistd.h | Theodore Tso | 1994-10-07 | 2 | -1/+3 |
| * | Use POSIX_FILE_LOCKS if _POSIX_VERSION in unistd.h | Theodore Tso | 1994-10-07 | 2 | -2/+16 |
| * | Make sure the "make check" programs are cleaned up on a "make clean" | Theodore Tso | 1994-10-07 | 2 | -5/+6 |
| * | Add recursive "make check" target | Theodore Tso | 1994-10-07 | 2 | -0/+5 |
| * | Add recursive "make check" target | Theodore Tso | 1994-10-07 | 2 | -0/+5 |
| * | Take out check that assures that long is 4 bytes. The DES | Theodore Tso | 1994-10-06 | 2 | -6/+7 |
| * | Don't bomb out if the argument to krb5_free_principal() is NULL | Theodore Tso | 1994-10-05 | 2 | -1/+9 |
| * | Only try to free the contents of the keytab_entry if it is non-NULL | Theodore Tso | 1994-10-05 | 2 | -2/+13 |
| * | Fix to compare using new_entry instead of cur_entry. (Bug made in | Theodore Tso | 1994-10-05 | 2 | -5/+8 |
| * | Add widen.h and narrow.h around declaration so that argument types are | Theodore Tso | 1994-10-04 | 3 | -0/+11 |