| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added syntactic sugar for Windows segmented architecture | Keith Vetter | 1995-03-08 | 2 | -3/+7 |
| * | Finished off changed needed for making libcrypto.dll. Biggest change | Keith Vetter | 1995-03-04 | 9 | -9/+69 |
| * | Added the files and changes needed to create a dll out of libcrypto | Keith Vetter | 1995-03-03 | 20 | -43/+198 |
| * | Remove reference to $(ISODELIB) | Theodore Tso | 1995-03-02 | 2 | -2/+5 |
| * | Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl with | Theodore Tso | 1995-03-01 | 2 | -3/+6 |
| * | Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 12 | -10/+27 |
| * | Made the CRYPTO directories work on the PC by adding INTERFACE to all the | Keith Vetter | 1995-02-21 | 40 | -160/+333 |
| * | Experimental checkin | Keith Vetter | 1995-02-20 | 2 | -1/+10 |
| * | * Makefile.in: made to work under Windows | John Gilmore | 1995-02-15 | 4 | -14/+32 |
| * | Add KRB5_INT32 definitions for non-32 int platforms | Theodore Tso | 1995-02-08 | 2 | -0/+12 |
| * | Add .cvsignore file so that cvs ignores the autoconf-built configure file | Theodore Tso | 1995-02-03 | 6 | -0/+6 |
| * | Remove unused cruft from des_int.h | Theodore Tso | 1995-02-03 | 2 | -73/+2 |
| * | Fix typo; "%02 X" --> "%02X" | Theodore Tso | 1995-02-03 | 2 | -1/+5 |
| * | Rename files so that they work in the DOS LIB command, | John Gilmore | 1995-02-03 | 5 | -6/+17 |
| * | * Makefile.in (CFLAGS): Handle $(srcdir) properly in -I options | John Gilmore | 1995-02-02 | 6 | -3/+17 |
| * | * rnd_confoun.c: Replace <.../...> includes with "..."s | John Gilmore | 1995-01-26 | 2 | -2/+5 |
| * | * Makefile.in (CFLAGS): Use -I../des to pull in include file. | John Gilmore | 1995-01-26 | 6 | -13/+14 |
| * | * Makefile.in (CFLAGS): Add -I../des to pull in DES header file. | John Gilmore | 1995-01-26 | 7 | -20/+120 |
| * | * cbc_cksum.c, cs_entry.c, des.h, destest.c, f_sched.c, | John Gilmore | 1995-01-26 | 16 | -69/+27 |
| * | * crc-32.h: New file, moved from include/krb5/crc-32.h. | John Gilmore | 1995-01-26 | 4 | -6/+44 |
| * | * Makefile.in (CFLAGS): Add -I options to pick up include files | John Gilmore | 1995-01-26 | 6 | -34/+24 |
| * | * Removed all narrow types and references to wide.h and narrow.h | Chris Provenzano | 1995-01-25 | 2 | -7/+4 |
| * | it belongs here instead | Mark Eichin | 1995-01-18 | 1 | -0/+54 |
| * | Removed all references to DECLARG and OLDDECLARG | Chris Provenzano | 1995-01-13 | 13 | -111/+78 |
| * | Add magic numbers to keyblock structure | Theodore Tso | 1994-11-19 | 2 | -0/+6 |
| * | Change internal calling signature to pass in the encryption block, so | Theodore Tso | 1994-11-08 | 4 | -5/+22 |
| * | * Makefile.in: stop building f_pcbc.c, since it belongs in | Mark Eichin | 1994-11-03 | 2 | -2/+7 |
| * | Conversion of autoconfigury to Autoconf V2 | Mark Eichin | 1994-10-26 | 6 | -8/+8 |
| * | Use the srand48/lrand48 functions if available | Theodore Tso | 1994-10-24 | 3 | -23/+40 |
| * | Don't use LDFLAGS, but CCFLAGS since CCFLAGS is configurable | Theodore Tso | 1994-10-19 | 2 | -2/+6 |
| * | * 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 |
| * | Move the various flavors of cryptosystem support -- raw des, des-md5, des-crc | Theodore Tso | 1994-10-14 | 3 | -0/+478 |
| * | 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 |
| * | 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 |
| * | Take out check that assures that long is 4 bytes. The DES | Theodore Tso | 1994-10-06 | 2 | -6/+7 |
| * | Added placeholder for magic number | Theodore Tso | 1994-10-04 | 4 | -0/+13 |
| * | Add structure magic numbers | Theodore Tso | 1994-10-04 | 3 | -0/+7 |
| * | Reserve space for the structure magic numbers | Theodore Tso | 1994-10-04 | 2 | -0/+5 |
| * | Make install obey $(DESTDIR) | Theodore Tso | 1994-10-04 | 2 | -2/+6 |
| * | Removed MIT DES files | Theodore Tso | 1994-09-30 | 5 | -599/+3 |