summaryrefslogtreecommitdiffstats
path: root/src/kdc/do_as_req.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* libos-proto.h -> los-proto.hJohn Kohl1991-03-141-1/+1
* plug memory leaksJohn Kohl1991-02-211-13/+3
* plug some memory leaksJohn Kohl1991-02-201-0/+5
* update copyright noticesJohn Kohl1991-02-191-8/+7
* add in padata salting supportJohn Kohl1991-02-141-1/+49
* syslog the errors we encounterJohn Kohl1991-02-061-0/+3
* remove reference to obsolete flagsJohn Kohl1990-12-201-3/+0
* RFC draft protocol changes and related cleanupsJohn Kohl1990-12-141-8/+26
* Changed encrypted keyblocks to use krb5_encrypted_keyblock insteadTheodore Tso1990-12-131-4/+2
* change bzero to memsetJohn Kohl1990-11-081-5/+7
* change infinity to kdc_infinityJohn Kohl1990-11-011-2/+2
* remove spurious returnJohn Kohl1990-10-101-1/+0
* changes for new kdc request structureJohn Kohl1990-10-101-20/+30
* fix reference to copyright/distribution provisionsJohn Kohl1990-05-251-1/+1
* need to do confounder stuff in kdc reply tooJohn Kohl1990-05-231-0/+2
* fix include filesJohn Kohl1990-05-231-4/+2