| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | ser_ctx.c (krb5_context_size, krb5_context_externalize, | Theodore Tso | 1996-05-14 | 8 | -208/+403 |
| * | * Makefile.in (SHLIB_LIBS): For shared library, add dependency on | Ezra Peisach | 1996-05-13 | 3 | -2/+13 |
| * | Copy sizeof(mit_des_cblock), not sizeof(key) so that we are getting the | Richard Basch | 1996-05-11 | 2 | -1/+6 |
| * | configure.in: Need to include sys/types.h before regexp.h in test to | Ezra Peisach | 1996-05-11 | 2 | -0/+8 |
| * | removed des3-cbc-md5 support | Richard Basch | 1996-05-10 | 2 | -2/+6 |
| * | * shs.c (longReverse): Remove extraneous \. | Ezra Peisach | 1996-05-10 | 2 | -3/+8 |
| * | added des3_raw.c and sha.. | Richard Basch | 1996-05-10 | 1 | -0/+2 |
| * | replaced des3_md5.c with des3_sha.c | Richard Basch | 1996-05-10 | 1 | -1/+1 |
| * | removed des3-md5 support (replaced with des3-sha) | Richard Basch | 1996-05-10 | 2 | -0/+6 |
| * | replaced des3-md5 with des3-sha | Richard Basch | 1996-05-10 | 1 | -0/+7 |
| * | Removed des3-md5 support | Richard Basch | 1996-05-10 | 2 | -4/+14 |
| * | Obsolete file (replaced des3-md5 with des3-sha) | Richard Basch | 1996-05-10 | 1 | -173/+0 |
| * | Replaced des3-md5 with des3-sha | Richard Basch | 1996-05-10 | 4 | -19/+221 |
| * | Replace des3-md5 with des3-sha | Richard Basch | 1996-05-10 | 5 | -4/+9 |
| * | NIST-SHA support | Richard Basch | 1996-05-10 | 10 | -0/+890 |
| * | Remove unused file | Theodore Tso | 1996-05-09 | 1 | -30/+0 |
| * | Don't skip keytab entries with kvno=0 | Richard Basch | 1996-05-09 | 2 | -6/+12 |
| * | des425 needs to be compiled after krb5 as des425 depends on krb5_free_keyblock | Ezra Peisach | 1996-05-08 | 2 | -1/+5 |
| * | Handle compiling with BERK_DB without dbm available. (Linux when | Ezra Peisach | 1996-05-07 | 2 | -0/+13 |
| * | Don't do more than the necessary encryptions for a single cblock length | Richard Basch | 1996-05-07 | 1 | -4/+5 |
| * | Somehow I missed this file during my previous checkin... New 3des random | Richard Basch | 1996-05-07 | 1 | -15/+121 |
| * | Use the revamped random number routines | Richard Basch | 1996-05-07 | 3 | -34/+63 |
| * | Use the new 3des random number generator | Richard Basch | 1996-05-07 | 3 | -2/+7 |
| * | New DES random number generation. For regular DES, it is nearly equivalent | Richard Basch | 1996-05-07 | 8 | -338/+261 |
| * | (clean-unix): Remove libgssapi_krb5.stamp | Ezra Peisach | 1996-05-07 | 2 | -1/+5 |
| * | Include the uid in the replay cachename | Richard Basch | 1996-05-06 | 3 | -1/+29 |
| * | preauth.c: Add const and casts as needed to handle warnings.. | Ezra Peisach | 1996-05-05 | 2 | -7/+11 |
| * | * get_creds.c (krb5_get_credentials_core): new function. Common part of | Ken Raeburn | 1996-05-04 | 5 | -28/+197 |
| * | * krb5_decode.c (decode_krb5_enc_tkt_part): use tagnum correctly to handle | Ken Raeburn | 1996-05-04 | 2 | -3/+10 |
| * | Add code to support appropriate behavior when the input credentials is | Theodore Tso | 1996-05-03 | 2 | -13/+51 |
| * | Removed duplicate #include <fcntl.h> | Richard Basch | 1996-04-30 | 1 | -1/+0 |
| * | clean up configure output style | Ken Raeburn | 1996-04-30 | 2 | -0/+6 |
| * | * Makefile.in (libkrb5.$(STEXT)): Set a variable with or without "--force" and | Ken Raeburn | 1996-04-30 | 2 | -14/+15 |
| * | * t_ser.c (stuff): New variable. | Ken Raeburn | 1996-04-30 | 4 | -12/+28 |
| * | * configure.in: Test that regcomp actually works | Ken Raeburn | 1996-04-30 | 5 | -7/+27 |
| * | log for mark's sam changes of 4/9 | Ken Raeburn | 1996-04-30 | 1 | -0/+17 |
| * | For windows, mask off low 16 bits because Gradient DCE does things | Theodore Tso | 1996-04-30 | 4 | -1/+57 |
| * | * Makefile.in (libcrypto.$(STEXT)): Remove before creating | Ken Raeburn | 1996-04-30 | 2 | -0/+5 |
| * | Fixed a potentional null dereference | Richard Basch | 1996-04-28 | 2 | -1/+6 |
| * | Whitespace cleanup | Richard Basch | 1996-04-25 | 1 | -11/+10 |
| * | Added ftp and ecat to the list of services which should be converted. | Theodore Tso | 1996-04-17 | 2 | -0/+8 |
| * | Don't declare open() | Sam Hartman | 1996-04-15 | 2 | -1/+5 |
| * | Renamed MD5 routines to be preceded with krb5_ | Richard Basch | 1996-04-13 | 3 | -22/+27 |
| * | Renamed the functions to begin with krb5_ (like was done with MD5) | Richard Basch | 1996-04-13 | 6 | -72/+77 |
| * | Renamed the functions to be preceded with krb5_ (I ran into a naming | Richard Basch | 1996-04-13 | 7 | -81/+86 |
| * | On a Macintosh, turn on kdc_timesync and use the v4 credentials cache | Theodore Tso | 1996-04-12 | 2 | -2/+15 |
| * | Move time offset code from stash_as_reply to verify_as_reply, and fix | Theodore Tso | 1996-04-12 | 2 | -11/+19 |
| * | When doing the time offset adjustments, make sure the microseconds | Theodore Tso | 1996-04-12 | 2 | -0/+10 |
| * | Integrated OpenVision's changes into the most recent MIT code. This | Marc Horowitz | 1996-04-12 | 3 | -0/+330 |
| * | Return GSS_S_CRED_UNAVAIL on if krb5_cc_set_flags() returns an error, | Theodore Tso | 1996-04-12 | 2 | -1/+8 |