summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * adm.h: Added principal flag keywords KRB5_ADM_KW_SETFLAGS andChris Provenzano1995-12-124-0/+75
* * main.c: Use the master key enctype from the stash file if noneRichard Basch1995-12-121-10/+12
* * kdb5_edit.c: Use the master key enctype from the stash file if noneRichard Basch1995-12-121-11/+18
* * fetch_mkey.c: If the keyblock is initialized with an enctype ofRichard Basch1995-12-121-1/+3
* * krb524d.c: Rely on stashed master key enctype instead of hardcodingRichard Basch1995-12-121-2/+1
* * d3_str2ky.c: Revised 3-DES String-To-Key algorithm to encrypt theRichard Basch1995-12-121-1/+8
* * kdc_preauth.c return_padata(): Initialize local variable "size"Chris Provenzano1995-12-112-1/+6
* * adm_proto.h: Moved many string conversion functions to libkrb5Richard Basch1995-12-111-25/+0
* * krb5.hin: Moved string conversion functions from libkadmRichard Basch1995-12-111-0/+27
* * krb5.conf.M: describe new option default_tgs_enctypesRichard Basch1995-12-111-0/+5
* * kdb5_edit.M: Document that modent existsEzra Peisach1995-12-103-0/+30
* Add new routine krb5_input_flag_to_string to allow an application toEzra Peisach1995-12-102-0/+16
* * adm_proto.h: Add prototype for krb5_input_flag_to_stringEzra Peisach1995-12-102-0/+8
* * krb5.conf Added example use of default_tgs_enctypesRichard Basch1995-12-061-0/+1
* * configure.in: Use krb5util libraryEzra Peisach1995-12-063-1/+9
* 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
* Add USE_KRB5UTIL_LIBRARY. Change library link order to -lkrb4 -lkrb5Ezra Peisach1995-12-062-3/+16
* 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
* Added prototypes for two new routines:Richard Basch1995-12-051-0/+9
* 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
* Extended the context structure to support differing tgt and applicationRichard Basch1995-12-051-2/+4
* The BSD application suite only understands using 1-DES as a session key typeRichard Basch1995-12-051-0/+4
* Use symbolic names for the encryption types.Richard Basch1995-12-051-3/+6
* The wrong encryption system was being initialized. The response to the mk_reqRichard Basch1995-12-051-2/+2
* There is no longer a dependency on libkadmRichard Basch1995-12-053-3/+0
* 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
* Applied patch from Scott Schwartz <schwartz@galapagos.cse.psu.edu>Theodore Tso1995-12-012-0/+67
* Add rule for building shared object filesTheodore Tso1995-12-012-0/+5
* Added Changelog fileTheodore Tso1995-12-011-0/+14
* Added temporary definition of KRB5_ADM_M_EXTRADATA so that we have aTheodore Tso1995-12-012-0/+8
* 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
* * kdc_preauth.c: #@&^(!! Ultrix cc sucks. Typedef to functionTom Yu1995-12-012-9/+27
* Removed extra eblock argument from call to krb5_encode_kdc_repTheodore Tso1995-11-292-6/+8
* Corrected a bug in the wrap-around carry (found bug by comparing test resultsRichard Basch1995-11-291-24/+16