summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure that each DES key is strong. If not, xor first byte with 0xf0Richard Basch1995-11-281-2/+8
* Corrected bit rotation to match documented algorithmRichard Basch1995-11-281-5/+6
* Removed debugging assert() statementRichard Basch1995-11-281-2/+0
* f_ecb.c, des_int.h (mit_des_ecb_encrypt): Add const declaration to inputEzra Peisach1995-11-283-2/+7
* The output block of n-fold should not be a "const"Richard Basch1995-11-281-1/+1
* Added 3-DES MD5 mode constantsRichard Basch1995-11-281-0/+2
* Compile 3-DES MD5 routineRichard Basch1995-11-281-0/+2
* Added 3-DES MD5 checksum mode switchRichard Basch1995-11-281-0/+11
* Added 3-DES MD5 checksum modeRichard Basch1995-11-281-0/+11
* Added Triple-DES function prototypes and structuresRichard Basch1995-11-281-1/+56
* Compile in Triple-DES routinesRichard Basch1995-11-281-2/+13
* Triple DES shares the same random key initialization routineRichard Basch1995-11-281-0/+1
* Triple DES support routinesRichard Basch1995-11-281-0/+173
* Triple-DES support routinesRichard Basch1995-11-287-0/+637
* * state.c: use P properly so it won't break non-ansi compilersTom Yu1995-11-272-1/+5
* * rc_dfl.c (krb5_rc_dfl_init): default lifespan toTom Yu1995-11-272-1/+8
* * k5-int.h: Ultrix is broken. Hacked around by redefining theTom Yu1995-11-272-20/+28
* * preauth.c: Ultrix is broken. Prototype obtain_enc_ts_padata()Tom Yu1995-11-272-2/+41
* Added missing prototype for krb5_encode_kdcTheodore Tso1995-11-181-8/+0
* Removed extra eblock argument from call to krb5_encode_kdc_repTheodore Tso1995-11-182-1/+6
* Moved prototype of krb5_encode_kdc to k5-int.hTheodore Tso1995-11-181-1/+0
* Moved prototype for encode_kdc_rep to k5-int.h, and remove the eblockTheodore Tso1995-11-182-0/+13
* get_in_tkt.c (decrypt_as_reply):Theodore Tso1995-11-184-10/+22
* Makefile.in, ChangeLog: Add support to compile shared librariesTheodore Tso1995-11-184-3/+29
* Fixed token type numbers so they conform with the protocol spec. PaulTheodore Tso1995-11-182-3/+11
* Renamed filenames so they would be unique in an 8.3 filesystem. AddedTheodore Tso1995-11-1829-100/+239
* Fix bogus duplication of codeSam Hartman1995-11-171-0/+4
* Add IEXTEN to lflagsSam Hartman1995-11-173-2/+10
* (krb5_get_server_rcache): Use krb5_rc_default_type instead of assumingEzra Peisach1995-11-172-1/+7
* * *.c (*): initialize lock_arg to a copy of a staticMark Eichin1995-11-1611-0/+50
* * ktest_equal.c (ktest_equal_krb5_etype_info_entry()) :Chris Provenzano1995-11-152-2/+9
* Initial checkin of Sun's (Derek's) multi-mechanism GSSAPI supportTheodore Tso1995-11-1531-0/+2356
* Added ANL changes to support configuration authentication pathsTheodore Tso1995-11-152-0/+137
* * kdc_util.h: Added new prototypes for return_padata() and check_padata()Theodore Tso1995-11-144-110/+214
* * preauth.c (krb5_process_padata): Added generalized processing forTheodore Tso1995-11-133-76/+121
* Added typedef for krb5_preauth_proces_proc, and changed the prototypeTheodore Tso1995-11-132-5/+33
* * encrypt_data.c (krb5_encrypt_data): New file. A generic routineTheodore Tso1995-11-134-0/+153
* Add prototypes for krb5_encrypt_data(), krb5_decrypt_data()Theodore Tso1995-11-131-1/+1
* Add prototypes for krb5_encrypt_data(), krb5_decrypt_data()Theodore Tso1995-11-132-0/+18
* * def_realm.c (krb5_get_default_realm): check for PROF_NO_PROFILEMark Eichin1995-11-132-1/+10
* * g_cnffile.c (krb__get_srvtabname): new function, looks upMark Eichin1995-11-132-4/+76
* * conv_creds.c (krb524_convert_creds_kdc): loop through all of theMark Eichin1995-11-133-5/+46
* * krb.h (KEYFILE): change to call krb__get_srvtabname with aMark Eichin1995-11-132-1/+6
* * krb5.conf[libdefaults]: add krb4_config, krb4_realmsMark Eichin1995-11-132-0/+6
* * telnetd.8: source tmac.doc for correct parsingMark Eichin1995-11-132-0/+5
* * main.c: initialize line (to avoid splitting up forward.c.)Mark Eichin1995-11-132-0/+6
* * forward.c: set KRB5_DEFAULT_LIFE to 10 hours, not 8.Mark Eichin1995-11-133-3/+19
* * krshd.c (doit): drag TZ= from parent environment into envinit toMark Eichin1995-11-132-2/+21
* * Makefile.in (install-mkdirs): bash needs a semicolon between fiMark Eichin1995-11-132-1/+6
* Comment out encrypted telnet testsEzra Peisach1995-11-112-62/+66