aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/kdc_util.c
AgeCommit message (Expand)AuthorFilesLines
1999-03-31This commit was manufactured by cvs2svn to create tag 'V1_0_6_BETA2'krb5-1.0.6-beta2no author1-35/+141
1996-10-19Added magic number to initializer of nolrentryTheodore Tso1-1/+1
1996-05-07Mark's changes for ticket validationKen Raeburn1-2/+9
1996-04-09add SAM preauth extensible snk4 supportMark Eichin1-1/+4
1995-12-12 * extern.h: Added a krb5_keytab to the realm context. The keytabChris Provenzano1-14/+17
1995-11-09* kdc_preauth.c (get_etype_info): Added function to return theTheodore Tso1-0/+50
1995-11-08* kdc_util.c (): Added new helper functionsTheodore Tso1-0/+88
1995-10-11kdc_preauth.c (get_preauth_hint_list): Fix missing indirection inTheodore Tso1-11/+0
1995-09-06 * do_as_req.c, do_tgs_req.c, kdc_util.c, kerberos_v4.c, main.c :Chris Provenzano1-2/+2
1995-09-04Add const declarations to make remove warnings about convertingEzra Peisach1-2/+2
1995-08-15Use per-realm key/salt list to find appropriate keys. Fix gcc -Wall complaintsPaul Park1-7/+24
1995-07-27Fix compiler complaints and remove dependence on mit-des.hPaul Park1-1/+2
1995-07-27Use new kdb formatChris Provenzano1-15/+24
1995-07-07Use checksum verifier routinePaul Park1-27/+10
1995-06-23Multiple realm support and remove KDB_CONVERT_KEY_OUTOF_DBPaul Park1-7/+38
1995-06-13(kdc_process_tgs_req): Set the auth_context rcache to null beforeEzra Peisach1-0/+2
1995-06-11changes to accomodate redefinition of krb5_auth_contextTom Yu1-1/+1
1995-06-09dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead ofTheodore Tso1-21/+24
1995-06-08Update kadmind5 to use new logging routinesPaul Park1-3/+4
1995-04-29kdc_util.c (kdc_process_tgs_req): Make sure apreq->ticket getsTheodore Tso1-1/+0
1995-03-27 * kdc_util.c Use new calling conventions for krb5_rd_req_decoded()Chris Provenzano1-150/+109
1995-03-17configure.in, Makefile.in: Use the libdes425 library so that the DESTheodore Tso1-2/+4
1995-02-28* *.[ch]: Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1-8/+1
1995-02-02 * kdc_util.c (kdc_rdreq_keyproc()) Add krb5_keytype() argChris Provenzano1-1/+2
1995-01-25 * Removed all narrow types and references to wide.h and narrow.hChris Provenzano1-3/+0
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-66/+60
1994-12-13do_tgs_req.c (prepare_error_tgs): Don't free the passed in ticket; itTheodore Tso1-6/+0
1994-11-08Fix lineage check so that we don't fail if we're cross-authenticatingTheodore Tso1-1/+1
1994-10-04Add widen.h and narrow.h around declaration so that argument types areTheodore Tso1-0/+2
1994-09-22Applied Cybersafe's changes to do transited realm path checkingTheodore Tso1-128/+170
1994-08-18stamp out rcs keywordsMark Eichin1-6/+1
1994-08-14unused varsMark Eichin1-1/+0
1994-07-16Fix error return codes for sanity's sakeTheodore Tso1-45/+53
1994-06-10Use the KRB5_TGS_NAME macro for "krbtgt"Theodore Tso1-2/+3
1994-06-02Silly spelling fixTheodore Tso1-1/+1
1993-10-15Change usage of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1-4/+4
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1993-08-17Remove debugging syslogsTheodore Tso1-7/+0
1993-08-17Improved logging of TGS and AS error casesTheodore Tso1-25/+101
1993-06-03Changed deallocation strategy to be cleanerTheodore Tso1-47/+66
1993-03-15Added changes from HP to checksum actual asn.1 KDC-REQ-BODY structure,Theodore Tso1-26/+185
1993-03-12Fixed bug in TGS validation logic which prevented you from getting a Theodore Tso1-28/+7
1992-09-30Massive changes to do_as_req.c, do_tgs_req.c, kdc_util.c, and policy.cTheodore Tso1-7/+375
1992-08-21Principal type changesJohn Carr1-8/+9
1992-03-12Make sure the ticket in the TGS request is for the ticket granting service.John Carr1-7/+17
1991-06-06Update copyright noticeJohn Kohl1-2/+16
1991-05-01use krb5_checksum_size macroJohn Kohl1-1/+1
1991-04-29boil code down into common kdc_get_server_keyJohn Kohl1-67/+78
1991-04-22changes to make authenticator visible to callerJohn Kohl1-30/+37
1991-04-19clean up some XXX codeJohn Kohl1-18/+5