summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Compiler warning cleanupPaul Park1995-06-273-5/+12
* Document changes to KDCPaul Park1995-06-231-5/+42
* Multiple realm support and remove KDB_CONVERT_KEY_OUTOF_DBPaul Park1995-06-232-7/+64
* Multiple realm supportPaul Park1995-06-237-320/+727
* Remove usage of KDB_CONVERT_KEY_OUTOF_DBPaul Park1995-06-231-4/+7
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-153-9/+20
* Instead of special casing _AIX in network.c, look forSam Hartman1995-06-133-1/+9
* (kdc_process_tgs_req): Set the auth_context rcache to null beforeEzra Peisach1995-06-132-0/+8
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-112-1/+5
* dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead ofTheodore Tso1995-06-0911-125/+147
* Update kadmind5 to use new logging routinesPaul Park1995-06-088-91/+47
* krb5kdc depends on libkdb5.aPaul Park1995-05-262-0/+5
* Port to OSF/1. (deal with the longs that should be 4 bytes)Ezra Peisach1995-05-212-29/+36
* kdc_util.c (kdc_process_tgs_req): Make sure apreq->ticket getsTheodore Tso1995-04-294-2/+17
* * Makefile.in (KLIB): put KRB4_LIB inside KLIBMark Eichin1995-04-282-2/+6
* * Makefile.in (krb5kdc): use KRB4_LIB directly.Mark Eichin1995-04-273-11/+7