summaryrefslogtreecommitdiffstats
path: root/src/kdc/kdc_util.c
Commit message (Expand)AuthorAgeFilesLines
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-64/+51
* * kdc_util.c (add_to_transited): Check lengths, fix up commaTom Yu1998-03-201-28/+98
* do_tgs_req.c (process_tgs_req): Add check to make sure cname and snameTheodore Tso1997-11-251-0/+3
* kdc_util.c (kdc_process_tgs_req): If not using the reply cache,Theodore Tso1997-11-111-1/+3
* * kdc_util.c (add_to_transited): Fix up memory leaks, clean outEzra Peisach1997-09-241-3/+16
* * kdc_util.c:Tom Yu1997-07-301-1/+6
* * do_as_req.c (process_as_req), do_tgs_req (process_tgs_req): UseTheodore Tso1997-05-301-5/+20
* Replace krb5_xfree with appropriate free routineRichard Basch1997-02-181-1/+1
* Added magic number to initializer of nolrentryTheodore Tso1996-10-191-1/+1
* Mark's changes for ticket validationKen Raeburn1996-05-071-2/+9
* add SAM preauth extensible snk4 supportMark Eichin1996-04-091-1/+4
* * extern.h: Added a krb5_keytab to the realm context. The keytabChris Provenzano1995-12-121-14/+17
* * kdc_preauth.c (get_etype_info): Added function to return theTheodore Tso1995-11-091-0/+50
* * kdc_util.c (): Added new helper functionsTheodore Tso1995-11-081-0/+88
* kdc_preauth.c (get_preauth_hint_list): Fix missing indirection inTheodore Tso1995-10-111-11/+0
* * do_as_req.c, do_tgs_req.c, kdc_util.c, kerberos_v4.c, main.c :Chris Provenzano1995-09-061-2/+2
* Add const declarations to make remove warnings about convertingEzra Peisach1995-09-041-2/+2
* Use per-realm key/salt list to find appropriate keys. Fix gcc -Wall complaintsPaul Park1995-08-151-7/+24
* Fix compiler complaints and remove dependence on mit-des.hPaul Park1995-07-271-1/+2
* Use new kdb formatChris Provenzano1995-07-271-15/+24
* Use checksum verifier routinePaul Park1995-07-071-27/+10
* Multiple realm support and remove KDB_CONVERT_KEY_OUTOF_DBPaul Park1995-06-231-7/+38
* (kdc_process_tgs_req): Set the auth_context rcache to null beforeEzra Peisach1995-06-131-0/+2
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-111-1/+1
* dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead ofTheodore Tso1995-06-091-21/+24
* Update kadmind5 to use new logging routinesPaul Park1995-06-081-3/+4
* kdc_util.c (kdc_process_tgs_req): Make sure apreq->ticket getsTheodore Tso1995-04-291-1/+0
* * kdc_util.c Use new calling conventions for krb5_rd_req_decoded()Chris Provenzano1995-03-271-150/+109
* configure.in, Makefile.in: Use the libdes425 library so that the DESTheodore Tso1995-03-171-2/+4
* * *.[ch]: Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1995-02-281-8/+1
* * kdc_util.c (kdc_rdreq_keyproc()) Add krb5_keytype() argChris Provenzano1995-02-021-1/+2
* * Removed all narrow types and references to wide.h and narrow.hChris Provenzano1995-01-251-3/+0
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-66/+60
* do_tgs_req.c (prepare_error_tgs): Don't free the passed in ticket; itTheodore Tso1994-12-131-6/+0
* Fix lineage check so that we don't fail if we're cross-authenticatingTheodore Tso1994-11-081-1/+1
* Add widen.h and narrow.h around declaration so that argument types areTheodore Tso1994-10-041-0/+2
* Applied Cybersafe's changes to do transited realm path checkingTheodore Tso1994-09-221-128/+170
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* unused varsMark Eichin1994-08-141-1/+0
* Fix error return codes for sanity's sakeTheodore Tso1994-07-161-45/+53
* Use the KRB5_TGS_NAME macro for "krbtgt"Theodore Tso1994-06-101-2/+3
* Silly spelling fixTheodore Tso1994-06-021-1/+1
* Change usage of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-4/+4
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Remove debugging syslogsTheodore Tso1993-08-171-7/+0
* Improved logging of TGS and AS error casesTheodore Tso1993-08-171-25/+101
* Changed deallocation strategy to be cleanerTheodore Tso1993-06-031-47/+66
* Added changes from HP to checksum actual asn.1 KDC-REQ-BODY structure,Theodore Tso1993-03-151-26/+185
* Fixed bug in TGS validation logic which prevented you from getting a Theodore Tso1993-03-121-28/+7
* Massive changes to do_as_req.c, do_tgs_req.c, kdc_util.c, and policy.cTheodore Tso1992-09-301-7/+375