| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Make sure that each DES key is strong. If not, xor first byte with 0xf0 | Richard Basch | 1995-11-28 | 1 | -2/+8 |
| * | Corrected bit rotation to match documented algorithm | Richard Basch | 1995-11-28 | 1 | -5/+6 |
| * | Removed debugging assert() statement | Richard Basch | 1995-11-28 | 1 | -2/+0 |
| * | f_ecb.c, des_int.h (mit_des_ecb_encrypt): Add const declaration to input | Ezra Peisach | 1995-11-28 | 3 | -2/+7 |
| * | The output block of n-fold should not be a "const" | Richard Basch | 1995-11-28 | 1 | -1/+1 |
| * | Added 3-DES MD5 mode constants | Richard Basch | 1995-11-28 | 1 | -0/+2 |
| * | Compile 3-DES MD5 routine | Richard Basch | 1995-11-28 | 1 | -0/+2 |
| * | Added 3-DES MD5 checksum mode switch | Richard Basch | 1995-11-28 | 1 | -0/+11 |
| * | Added 3-DES MD5 checksum mode | Richard Basch | 1995-11-28 | 1 | -0/+11 |
| * | Added Triple-DES function prototypes and structures | Richard Basch | 1995-11-28 | 1 | -1/+56 |
| * | Compile in Triple-DES routines | Richard Basch | 1995-11-28 | 1 | -2/+13 |
| * | Triple DES shares the same random key initialization routine | Richard Basch | 1995-11-28 | 1 | -0/+1 |
| * | Triple DES support routines | Richard Basch | 1995-11-28 | 1 | -0/+173 |
| * | Triple-DES support routines | Richard Basch | 1995-11-28 | 7 | -0/+637 |
| * | * state.c: use P properly so it won't break non-ansi compilers | Tom Yu | 1995-11-27 | 2 | -1/+5 |
| * | * rc_dfl.c (krb5_rc_dfl_init): default lifespan to | Tom Yu | 1995-11-27 | 2 | -1/+8 |
| * | * k5-int.h: Ultrix is broken. Hacked around by redefining the | Tom Yu | 1995-11-27 | 2 | -20/+28 |
| * | * preauth.c: Ultrix is broken. Prototype obtain_enc_ts_padata() | Tom Yu | 1995-11-27 | 2 | -2/+41 |
| * | Added missing prototype for krb5_encode_kdc | Theodore Tso | 1995-11-18 | 1 | -8/+0 |
| * | Removed extra eblock argument from call to krb5_encode_kdc_rep | Theodore Tso | 1995-11-18 | 2 | -1/+6 |
| * | Moved prototype of krb5_encode_kdc to k5-int.h | Theodore Tso | 1995-11-18 | 1 | -1/+0 |
| * | Moved prototype for encode_kdc_rep to k5-int.h, and remove the eblock | Theodore Tso | 1995-11-18 | 2 | -0/+13 |
| * | get_in_tkt.c (decrypt_as_reply): | Theodore Tso | 1995-11-18 | 4 | -10/+22 |
| * | Makefile.in, ChangeLog: Add support to compile shared libraries | Theodore Tso | 1995-11-18 | 4 | -3/+29 |
| * | Fixed token type numbers so they conform with the protocol spec. Paul | Theodore Tso | 1995-11-18 | 2 | -3/+11 |
| * | Renamed filenames so they would be unique in an 8.3 filesystem. Added | Theodore Tso | 1995-11-18 | 29 | -100/+239 |
| * | Fix bogus duplication of code | Sam Hartman | 1995-11-17 | 1 | -0/+4 |
| * | Add IEXTEN to lflags | Sam Hartman | 1995-11-17 | 3 | -2/+10 |
| * | (krb5_get_server_rcache): Use krb5_rc_default_type instead of assuming | Ezra Peisach | 1995-11-17 | 2 | -1/+7 |
| * | * *.c (*): initialize lock_arg to a copy of a static | Mark Eichin | 1995-11-16 | 11 | -0/+50 |
| * | * ktest_equal.c (ktest_equal_krb5_etype_info_entry()) : | Chris Provenzano | 1995-11-15 | 2 | -2/+9 |
| * | Initial checkin of Sun's (Derek's) multi-mechanism GSSAPI support | Theodore Tso | 1995-11-15 | 31 | -0/+2356 |
| * | Added ANL changes to support configuration authentication paths | Theodore Tso | 1995-11-15 | 2 | -0/+137 |
| * | * kdc_util.h: Added new prototypes for return_padata() and check_padata() | Theodore Tso | 1995-11-14 | 4 | -110/+214 |
| * | * preauth.c (krb5_process_padata): Added generalized processing for | Theodore Tso | 1995-11-13 | 3 | -76/+121 |
| * | Added typedef for krb5_preauth_proces_proc, and changed the prototype | Theodore Tso | 1995-11-13 | 2 | -5/+33 |
| * | * encrypt_data.c (krb5_encrypt_data): New file. A generic routine | Theodore Tso | 1995-11-13 | 4 | -0/+153 |
| * | Add prototypes for krb5_encrypt_data(), krb5_decrypt_data() | Theodore Tso | 1995-11-13 | 1 | -1/+1 |
| * | Add prototypes for krb5_encrypt_data(), krb5_decrypt_data() | Theodore Tso | 1995-11-13 | 2 | -0/+18 |
| * | * def_realm.c (krb5_get_default_realm): check for PROF_NO_PROFILE | Mark Eichin | 1995-11-13 | 2 | -1/+10 |
| * | * g_cnffile.c (krb__get_srvtabname): new function, looks up | Mark Eichin | 1995-11-13 | 2 | -4/+76 |
| * | * conv_creds.c (krb524_convert_creds_kdc): loop through all of the | Mark Eichin | 1995-11-13 | 3 | -5/+46 |
| * | * krb.h (KEYFILE): change to call krb__get_srvtabname with a | Mark Eichin | 1995-11-13 | 2 | -1/+6 |
| * | * krb5.conf[libdefaults]: add krb4_config, krb4_realms | Mark Eichin | 1995-11-13 | 2 | -0/+6 |
| * | * telnetd.8: source tmac.doc for correct parsing | Mark Eichin | 1995-11-13 | 2 | -0/+5 |
| * | * main.c: initialize line (to avoid splitting up forward.c.) | Mark Eichin | 1995-11-13 | 2 | -0/+6 |
| * | * forward.c: set KRB5_DEFAULT_LIFE to 10 hours, not 8. | Mark Eichin | 1995-11-13 | 3 | -3/+19 |
| * | * krshd.c (doit): drag TZ= from parent environment into envinit to | Mark Eichin | 1995-11-13 | 2 | -2/+21 |
| * | * Makefile.in (install-mkdirs): bash needs a semicolon between fi | Mark Eichin | 1995-11-13 | 2 | -1/+6 |
| * | Comment out encrypted telnet tests | Ezra Peisach | 1995-11-11 | 2 | -62/+66 |