| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add #ifdef _WIN32 in places where we had #ifdef _MSDOS | Theodore Tso | 1996-06-12 | 3 | -2/+7 |
| * | cvsignore hackery | Tom Yu | 1996-06-10 | 1 | -1/+0 |
| * | Use KRB5_RUN_FLAGS in configure.in, and use appropriate run flags for | Sam Hartman | 1996-05-23 | 3 | -3/+8 |
| * | md5crypto.c, md5crypto.h: Change use of RSA_MD5_DES_CKSUM_LENGTH to | Theodore Tso | 1996-05-20 | 4 | -125/+73 |
| * | Define MD5_K5BETA_COMPAT and MD5_K5BETA_COMP_DEF so that we continue | Theodore Tso | 1996-05-18 | 3 | -4/+20 |
| * | * md5crypto.c md5glue.c: | Richard Basch | 1996-05-15 | 4 | -2/+16 |
| * | removed des3-md5 support (replaced with des3-sha) | Richard Basch | 1996-05-10 | 2 | -0/+6 |
| * | Renamed the functions to be preceded with krb5_ (I ran into a naming | Richard Basch | 1996-04-13 | 7 | -81/+86 |
| * | Added support for CKSUMTYPE_RSA_MD5_DES3 | Richard Basch | 1996-03-29 | 2 | -0/+61 |
| * | * t_cksum.c (main): use proper old-style definition | Mark Eichin | 1996-01-27 | 2 | -1/+7 |
| * | * t_cksum.c : Remove krb5_enctype from krb5_string_to_key() args | Chris Provenzano | 1995-11-09 | 2 | -5/+5 |
| * | Remove ##DOS!include of config/windows.in. config/windows.in is now | Theodore Tso | 1995-10-07 | 2 | -1/+5 |
| * | Removed "foo:: foo-$(WHAT)" lines from the Makefile | Theodore Tso | 1995-09-25 | 2 | -8/+9 |
| * | md5crypt.c: put function prototype back in, fixed signed/unsigned | Theodore Tso | 1995-09-23 | 3 | -4/+28 |
| * | Reintegrate the keytype->enctype changes | Ezra Peisach | 1995-09-12 | 3 | -6/+17 |
| * | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 3 | -17/+6 |
| * | * md5crypto.c, t_cksum.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 3 | -6/+9 |
| * | * md5crypto.c : Replace KEYTYPE_DES_CBC_MD5 for KEYTYPE_DES | Chris Provenzano | 1995-09-06 | 3 | -6/+14 |
| * | Update file list | Theodore Tso | 1995-08-24 | 2 | -0/+4 |
| * | Add rsa-md5.h | Paul Park | 1995-07-27 | 3 | -0/+74 |
| * | Describe previous changes | Paul Park | 1995-07-07 | 1 | -0/+12 |
| * | Build t_cksum under unix | Paul Park | 1995-07-07 | 1 | -1/+11 |
| * | Add definition to select backwards compatability with old RSA-MD5-DES | Paul Park | 1995-07-07 | 1 | -0/+1 |
| * | New checksum verifier test | Paul Park | 1995-07-07 | 1 | -0/+200 |
| * | Add checksum verification procedure and dispatch | Paul Park | 1995-07-07 | 1 | -4/+34 |
| * | Fix implementation of RSA-MD5-DES checksums, add verifier function/dispatch | Paul Park | 1995-07-07 | 1 | -6/+270 |
| * | Change PROTOTYPE -> KRB5_PROTOTYPE | Theodore Tso | 1995-06-21 | 4 | -3/+7 |
| * | md5crypto.c: Fix -Wall nits | Theodore Tso | 1995-06-09 | 3 | -4/+8 |
| * | Made the shared library makefile changes not apply to the PC | Keith Vetter | 1995-06-03 | 1 | -2/+11 |
| * | Add support building shared libraries | Theodore Tso | 1995-05-26 | 3 | -1/+14 |
| * | Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do | Theodore Tso | 1995-04-14 | 1 | -0/+40 |
| * | Windows global stuff: | Keith Vetter | 1995-04-14 | 4 | -8/+13 |
| * | * Makefile.in (LDFLAGS): Remove, conflicts with pre.in. | John Gilmore | 1995-03-17 | 2 | -11/+12 |
| * | Two changes in the crypto directory: 1) 16 vs 32 bit errors in DES and 2) | Keith Vetter | 1995-03-15 | 2 | -12/+5 |
| * | Finished off changed needed for making libcrypto.dll. Biggest change | Keith Vetter | 1995-03-04 | 2 | -0/+17 |
| * | Added the files and changes needed to create a dll out of libcrypto | Keith Vetter | 1995-03-03 | 2 | -1/+5 |
| * | Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 5 | -4/+9 |
| * | Made the CRYPTO directories work on the PC by adding INTERFACE to all the | Keith Vetter | 1995-02-21 | 5 | -22/+50 |
| * | Add .cvsignore file so that cvs ignores the autoconf-built configure file | Theodore Tso | 1995-02-03 | 1 | -0/+1 |
| * | * Makefile.in (CFLAGS): Handle $(srcdir) properly in -I options | John Gilmore | 1995-02-02 | 2 | -1/+5 |
| * | * Makefile.in (CFLAGS): Use -I../des to pull in include file. | John Gilmore | 1995-01-26 | 6 | -13/+14 |
| * | Conversion of autoconfigury to Autoconf V2 | Mark Eichin | 1994-10-26 | 1 | -1/+1 |
| * | Cast char pointer to the expected unsigned char pointer, since that's | Theodore Tso | 1994-10-14 | 2 | -3/+9 |
| * | 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 | 2 | -68/+81 |
| * | Added placeholder for magic number | Theodore Tso | 1994-10-04 | 2 | -0/+7 |
| * | Add structure magic numbers | Theodore Tso | 1994-10-04 | 1 | -0/+1 |
| * | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 2 | -8/+0 |
| * | Stamp Out Imake in Our Lifetimes.. | Mark Eichin | 1994-08-09 | 1 | -11/+0 |
| * | Reduced Makefile.in, using pre/post | Mark Eichin | 1994-07-02 | 1 | -21/+0 |