summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* cvsignore hackeryTom Yu1996-06-101-1/+0
* * main.c (finish_realm): Do not invoke krb5_finish_key ifEzra Peisach1996-06-102-1/+7
* Mark's changes for ticket validationKen Raeburn1996-05-072-2/+19
* Fixed the abstraction violation, where the code knew the details about theRichard Basch1996-05-062-12/+15
* add SAM preauth extensible snk4 supportMark Eichin1996-04-092-1/+436
* Add kdc_preauth.cEzra Peisach1996-03-201-0/+1
* Move com_err.h after k5-int.h include so that autoconf.h is includedEzra Peisach1996-02-282-1/+5
* *main.c:Richard Basch1996-02-273-19/+31
* * main.c (initialize_realms): missing indirection for conf_val inMark Eichin1996-02-252-2/+7
* Sat Feb 3 22:37:55 1996 Mark Eichin <eichin@cygnus.com>Mark Eichin1996-02-242-3/+10
* one step closer to *really* only depending on krb5.conf. (I don't knowMark Eichin1996-02-242-1/+26
* kerberos_v4.c: Better DES key validation.Richard Basch1996-02-221-0/+8
* * kerberos_v4.cRichard Basch1996-02-222-6/+33
* kerberos_v4.c (kerberos_v4): Use strong random number generatorTheodore Tso1996-02-213-2/+11
* * network.c (setup_network): strtol is good enough for portMark Eichin1996-01-272-2/+10
* If there is no DES key with a V4 salttype, simply return any DES key.Richard Basch1996-01-221-1/+8
* Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch1996-01-221-17/+1
* Set the enctype to ENCTYPE_UNKNOWN when the enctype should be determined fromRichard Basch1996-01-111-1/+3
* * 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