summaryrefslogtreecommitdiffstats
path: root/src/kdc/kdc_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Principal type changesJohn Carr1992-08-211-8/+9
* Make sure the ticket in the TGS request is for the ticket granting service.John Carr1992-03-121-7/+17
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* use krb5_checksum_size macroJohn Kohl1991-05-011-1/+1
* boil code down into common kdc_get_server_keyJohn Kohl1991-04-291-67/+78
* changes to make authenticator visible to callerJohn Kohl1991-04-221-30/+37
* clean up some XXX codeJohn Kohl1991-04-191-18/+5
* add an imposter firewallJohn Kohl1991-03-251-0/+28
* use KRB5_LRQ_NONE #defineJohn Kohl1991-03-251-1/+1
* log what server wasn't foundJohn Kohl1991-03-251-0/+9
* need to put something in the last_req field, it's not optionalJohn Kohl1991-03-141-1/+2
* whoops, don't have a krb5_data in realm..John Kohl1991-02-281-2/+2
* use memcmp in kdc_util.cJohn Kohl1991-02-271-5/+7
* plug memory leakJohn Kohl1991-02-211-3/+3
* update copyright noticesJohn Kohl1991-02-191-2/+2
* put back in kdc_rcacheJohn Kohl1991-02-131-1/+1
* add TGS key cachingJohn Kohl1991-02-131-29/+36
* Changes to reflect the changed interfaces for libkrb5.aTheodore Tso1991-02-131-31/+14
* changes from Cliff for / processingJohn Kohl1991-01-291-39/+80
* make sure ap_req checksum is collision proof,John Kohl1991-01-031-4/+12