summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* * kerberos_v4.c : Remove mkvno for krb5_db_entryChris Provenzano1995-12-132-1/+8
* * main.c: Changed krb5_db_fetch_mkey() such that it will only tryRichard Basch1995-12-121-4/+4
* * extern.h: Added a krb5_keytab to the realm context. The keytabChris Provenzano1995-12-124-14/+50
* * main.c: Use the master key enctype from the stash file if noneRichard Basch1995-12-121-10/+12
* * kdc_preauth.c return_padata(): Initialize local variable "size"Chris Provenzano1995-12-112-1/+6
* * 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
* Removed extra eblock argument from call to krb5_encode_kdc_repTheodore Tso1995-11-182-1/+6
* * kdc_util.h: Added new prototypes for return_padata() and check_padata()Theodore Tso1995-11-144-110/+214
* * kdc_preauth.c (get_etype_info): Added function to return theTheodore Tso1995-11-096-18/+171
* * kdc_util.c (): Added new helper functionsTheodore Tso1995-11-087-195/+467
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-032-5/+3
* Missing 'break' statement during option parsing;Richard Basch1995-10-301-0/+1
* kdc_preauth.c (get_preauth_hint_list): Fix missing indirection inTheodore Tso1995-10-114-14/+11
* do_tgs_req.c (process_tgs_req): Use a slightly more compressed loggingTheodore Tso1995-10-064-118/+116
* network.c (setup_network):Theodore Tso1995-10-069-375/+145
* * main.c (init_realm): strdup KRB5_KDB_M_NAME if we use it, toMark Eichin1995-09-182-1/+6
* Stop after finding the first TGS key which matches an entry in theTheodore Tso1995-09-152-6/+12
* When checking for master in tthe list of valid encryption types, do notEzra Peisach1995-09-102-1/+6
* * do_as_req.c, do_tgs_req.c, kdc_util.c, kerberos_v4.c, main.c :Chris Provenzano1995-09-066-68/+72
* * do_as_req.c, do_tgs_req.c, kerberos_v4.c, main.c: Remove krb5_enctypeChris Provenzano1995-09-065-77/+61
* Add const declarations to make remove warnings about convertingEzra Peisach1995-09-046-10/+16
* kdc_preauth.c: New file, to contain the server-side preauthenticationTheodore Tso1995-09-025-55/+207
* Use libkadm string handling routinesPaul Park1995-08-213-4/+12
* Close and re-open the database after updating principal statsPaul Park1995-08-172-1/+16
* Pass fds to krb5_lock_file() and krb5_unlock_file()Chris Provenzano1995-08-162-0/+7
* Describe previous changesPaul Park1995-08-151-0/+14
* Use krb5_dbe_find_keytype() to find appropriate key. Fix gcc -Wall complaintsPaul Park1995-08-151-32/+18
* Use per-realm key/salt list to find appropriate keys. Fix gcc -Wall complaintsPaul Park1995-08-152-64/+104
* Generate/use per-realm key/salt list. Fix gcc -Wall complaintsPaul Park1995-08-151-52/+120
* Add key/salt list to per-relm dataPaul Park1995-08-151-0/+2
* Add missing variable when KRBCONF_KDC_MODIFIES_KDB onPaul Park1995-08-102-1/+9
* do_as_req.c : Fix bug from new kdb changes.Chris Provenzano1995-08-033-57/+67
* Describe previous changesPaul Park1995-08-031-0/+5
* Compile something when Kerberos 4 disabledPaul Park1995-08-031-0/+2
* Ensure padata is NULL with normal saltPaul Park1995-08-031-1/+7
* Fix compiler complaints and remove dependence on mit-des.hPaul Park1995-07-273-4/+17
* Add --with-vague-errors and --with-kdc-kdb-update which controls KDC behaviorPaul Park1995-07-271-0/+28
* Use new kdb formatChris Provenzano1995-07-275-147/+157
* git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6306 dc483132-0cff-0310-8789-dd5...Paul Park1995-07-172-186/+82
* Include netinet/in.hSam Hartman1995-07-142-0/+6
* Reorganize KDC profile and network port handlingPaul Park1995-07-126-66/+505
* Add prototype for set_tgtkey. kdc now compiles cleanly withEzra Peisach1995-07-112-0/+5
* kerberos_v4.c: Add prototypes for compat_decrypt_key,Ezra Peisach1995-07-105-2/+68
* Also log L_KRB_PERR error messages, so we know when there are protocolTheodore Tso1995-07-082-0/+5
* Describe previous changesPaul Park1995-07-071-0/+6
* Reorganize library logic and use LDFLAGS from configurePaul Park1995-07-072-14/+6
* Use checksum verifier routinePaul Park1995-07-071-27/+10
* Add ability to switch between Berkeley and DBM for KDC databasePaul Park1995-06-302-0/+19
* * kerberos_v4.c (check_princ): delete master_key_version check,Mark Eichin1995-06-292-283/+29