summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* * fetch_mkey: Changed krb5_db_fetch_mkey() such that it will only tryRichard Basch1995-12-121-1/+1
* * d3_str2ky.c: Updated to include some of the randomness throughoutRichard Basch1995-12-121-7/+3
* Clean up repository - don't check in configure add .Sanitize and .cvsignoreEzra Peisach1995-12-123-1009/+38
* New directory for the kdb keytab functions. Currently there is only get andChris Provenzano1995-12-124-0/+1156
* * configure.in : Added subdirectory dbChris Provenzano1995-12-122-1/+6
* * kdb_dbm.c : Move the krb5_db_context to include/krb5/kdb_dbc.h.Chris Provenzano1995-12-122-79/+113
* * fetch_mkey.c: If the keyblock is initialized with an enctype ofRichard Basch1995-12-121-1/+3
* * d3_str2ky.c: Revised 3-DES String-To-Key algorithm to encrypt theRichard Basch1995-12-121-1/+8
* Add new routine krb5_input_flag_to_string to allow an application toEzra Peisach1995-12-102-0/+16
* Move compat_recvauth to this library so that krb4 can depend on krb5Ezra Peisach1995-12-065-0/+392
* Commit the removal or compat_recv.oEzra Peisach1995-12-061-302/+0
* Move compat_recv.c to krb5utilEzra Peisach1995-12-062-2/+4
* Removed krb4 dependency in building shared libraryEzra Peisach1995-12-062-9/+6
* * Makefile.in: Shared library depends on krb5 library nowEzra Peisach1995-12-063-3/+15
* krb5 is built before krb4. Add krb5util libraryEzra Peisach1995-12-062-1/+5
* Added support for matching against a supported app. session key typeRichard Basch1995-12-053-0/+81
* When searching for cached credentials, make sure we are also looking forRichard Basch1995-12-051-1/+1
* Added two new routines for multiple encryption type support:Richard Basch1995-12-051-13/+131
* Serialize / de-serialize the context structure, which now includes bothRichard Basch1995-12-051-15/+49
* Instead of using the TGT session key type, use the application sessionRichard Basch1995-12-051-1/+1
* The wrong encryption system was being initialized. The response to the mk_reqRichard Basch1995-12-051-2/+2
* Moved most string-type conversion routines from libkadm to libkrb5 toRichard Basch1995-12-053-618/+670
* Moved most string-type conversion routines from libkadm to libkrb5 toRichard Basch1995-12-052-1/+2
* Fixed the description of the algorithm in the commentRichard Basch1995-12-021-2/+1
* XOR the last byte of weak keys with 0xf0, according to specRichard Basch1995-12-022-2/+6
* 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