summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add rule for building shared object filesTheodore Tso1995-12-012-0/+5
* Added Changelog fileTheodore Tso1995-12-011-0/+14
* In case of permission problems, don't unlink the old replay cache;Theodore Tso1995-12-012-1/+9
* Initialize rcache to zero, so that on cleanup we don't try to freeTheodore Tso1995-12-012-5/+6
* Changed token ID for KG_TOK_WRAP_MSG to match KG_TOK_SEAL_MSG bothTheodore Tso1995-12-012-1/+5
* * krb5_gss_glue.c (gss_inquire_names_for_mech): Added new contextTheodore Tso1995-12-013-2/+12
* Corrected algorithm description at beginning.Richard Basch1995-12-011-16/+26
* Added 3-DES string translationRichard Basch1995-12-011-0/+3
* Corrected a bug in the wrap-around carry (found bug by comparing test resultsRichard Basch1995-11-291-24/+16
* 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
* 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
* * rc_dfl.c (krb5_rc_dfl_init): default lifespan toTom Yu1995-11-272-1/+8
* * preauth.c: Ultrix is broken. Prototype obtain_enc_ts_padata()Tom Yu1995-11-272-2/+41
* 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
* (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-168-0/+35
* 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
* * preauth.c (krb5_process_padata): Added generalized processing forTheodore Tso1995-11-133-76/+121
* * encrypt_data.c (krb5_encrypt_data): New file. A generic routineTheodore Tso1995-11-134-0/+153
* * 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
* * t_cksum.c : Remove krb5_enctype from krb5_string_to_key() argsChris Provenzano1995-11-092-5/+5
* * string2key.c : Remove krb5_enctype from krb5_string_to_key() args.Chris Provenzano1995-11-093-3/+9
* * fetch_mkey.c, kdb_cpw.c, t_kdb.c :Chris Provenzano1995-11-094-12/+11
* * in_tkt_pwd.c : Remove krb5_enctype from krb5_string_to_key() argsChris Provenzano1995-11-092-1/+5
* * get_in_tkt.c (krb5_get_in_tkt): Remove the etype_info argument fromTheodore Tso1995-11-093-7/+29
* Don't require val->salt to be non-zero if val->lenth is zeroTheodore Tso1995-11-091-1/+1
* Fix stupid typo when creating functionTheodore Tso1995-11-091-2/+5
* * asn1_k_decode.c (asn1_decode_etype_info_entry): If the optionalTheodore Tso1995-11-093-3/+13
* Added new function to free a krb5_etype_info structureTheodore Tso1995-11-083-0/+46
* * krbconfig.c: Removed the krb5_clockskew variableTheodore Tso1995-11-0810-20/+23
* * encrypt_tk.c (cleanup_scratch): Changed interface to no longer requireTheodore Tso1995-11-084-409/+224
* Free the realm_kdc_ports element of the structureTheodore Tso1995-11-082-0/+7
* Added magic number for krb5_preauth_opsTheodore Tso1995-11-082-0/+5
* * krb5_decode.c (decode_krb5_pa_enc_ts, decode_krb5_enc_data): AddedTheodore Tso1995-11-084-3/+76