summaryrefslogtreecommitdiffstats
path: root/src/kdc/do_as_req.c
Commit message (Expand)AuthorAgeFilesLines
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* * do_as_req.c (process_as_req): Fix to assign kvno toTom Yu1999-02-171-1/+1
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-15/+12
* * do_as_req.c (process_as_req): Reset master key after closing andEzra Peisach1997-11-121-0/+2
* Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu1997-09-261-3/+3
* * do_as_req.c (process_as_req), do_tgs_req (process_tgs_req): UseTheodore Tso1997-05-301-0/+2
* krb5_xfree cleanupRichard Basch1997-02-191-2/+2
* Replace krb5_xfree with appropriate free routineRichard Basch1997-02-181-8/+5
* *main.c:Richard Basch1996-02-271-0/+1
* Removed extra eblock argument from call to krb5_encode_kdc_repTheodore Tso1995-11-181-1/+1
* * kdc_util.h: Added new prototypes for return_padata() and check_padata()Theodore Tso1995-11-141-66/+24
* * kdc_preauth.c (get_etype_info): Added function to return theTheodore Tso1995-11-091-1/+1
* * kdc_util.c (): Added new helper functionsTheodore Tso1995-11-081-95/+42
* kdc_preauth.c (get_preauth_hint_list): Fix missing indirection inTheodore Tso1995-10-111-1/+1
* do_tgs_req.c (process_tgs_req): Use a slightly more compressed loggingTheodore Tso1995-10-061-107/+98
* network.c (setup_network):Theodore Tso1995-10-061-2/+2
* * do_as_req.c, do_tgs_req.c, kdc_util.c, kerberos_v4.c, main.c :Chris Provenzano1995-09-061-12/+12
* * do_as_req.c, do_tgs_req.c, kerberos_v4.c, main.c: Remove krb5_enctypeChris Provenzano1995-09-061-16/+12
* Add const declarations to make remove warnings about convertingEzra Peisach1995-09-041-1/+1
* kdc_preauth.c: New file, to contain the server-side preauthenticationTheodore Tso1995-09-021-54/+39
* Close and re-open the database after updating principal statsPaul Park1995-08-171-1/+10
* Pass fds to krb5_lock_file() and krb5_unlock_file()Chris Provenzano1995-08-161-0/+2
* Use per-realm key/salt list to find appropriate keys. Fix gcc -Wall complaintsPaul Park1995-08-151-57/+80
* Add missing variable when KRBCONF_KDC_MODIFIES_KDB onPaul Park1995-08-101-1/+5
* do_as_req.c : Fix bug from new kdb changes.Chris Provenzano1995-08-031-1/+1
* Ensure padata is NULL with normal saltPaul Park1995-08-031-1/+7
* Use new kdb formatChris Provenzano1995-07-271-76/+87
* Remove usage of KDB_CONVERT_KEY_OUTOF_DBPaul Park1995-06-231-4/+7
* dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead ofTheodore Tso1995-06-091-24/+23
* Update kadmind5 to use new logging routinesPaul Park1995-06-081-16/+17
* * *.[ch]: Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1995-02-281-10/+2
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-35/+36
* do_tgs_req.c (prepare_error_tgs): Don't free the passed in ticket; itTheodore Tso1994-12-131-1/+1
* Use the list of encryption types passed as part of the KDC request toTheodore Tso1994-11-211-9/+21
* Use published interface to call krb5_random_keyTheodore Tso1994-11-081-1/+1
* Use published interface to call krb5_random_key()Theodore Tso1994-11-081-2/+6
* Don't assume that the request server's realm name is null terminated.Theodore Tso1994-10-141-3/+11
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* Fix error return codes for sanity's sakeTheodore Tso1994-07-161-1/+1
* Don't return success in check_padata if you can't extract the key!Theodore Tso1994-06-101-5/+7
* Revamp unwind code to make sure all memory is freed appropriatelyTheodore Tso1994-06-021-116/+91
* KDC wasn't handling postdated tickets requested via an initial ticketTheodore Tso1994-03-121-0/+1
* Fixed krb5-bugs [0437]:Theodore Tso1994-03-111-1/+2
* Change usage of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-5/+5
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Improve error message loggingTheodore Tso1993-06-031-3/+17
* Massive changes to do_as_req.c, do_tgs_req.c, kdc_util.c, and policy.cTheodore Tso1992-09-301-46/+203
* Modifications so that whether something came in on the secondary orTheodore Tso1992-09-011-2/+13
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* a) set the INITIAL flag on all AS_ ticketsJohn Kohl1991-04-291-5/+6