summaryrefslogtreecommitdiffstats
path: root/src/kdc/kdc_util.c
Commit message (Expand)AuthorAgeFilesLines
* Fix logic errorSam Hartman2004-02-131-1/+1
* Do not consider TGS options to be critical; ignore unknown optionsSam Hartman2004-02-061-6/+3
* Provide an explicit list of options not to be allowed in AS requestsSam Hartman2003-05-221-5/+4
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-101-2/+2
* Red Hat's krb5_princ_size fixesKen Raeburn2003-04-011-2/+4
* Don't include trailing null in the transited encoding produced by the KDC.Sam Hartman2002-10-281-2/+2
* protoizeKen Raeburn2002-09-111-78/+34
* call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn2002-04-061-3/+3
* * kdc_util.c (subrealm, add_to_transited): Unsigned vs. signed intEzra Peisach2001-12-111-7/+7
* * do_as_req.c (process_as_req: Treat SUPPORT_DESMD5 as if it wereTom Yu2001-10-251-2/+6
* * kdc_util.c (ktypes2str, rep_etypes2str): Clean up somewhatTom Yu2001-10-131-15/+30
* * kdc_util.c (ktypes2str): New function; construct a stringTom Yu2001-06-191-0/+66
* * kdc_util.c (add_to_transited): Add braces to provide unambiguousEzra Peisach2001-06-041-32/+32
* * kdc_preauth.c (get_etype_info): Initialize length ofEzra Peisach2000-10-171-1/+1
* pullup from 1.2-beta4Ken Raeburn2000-06-301-13/+23
* * main.c: Move kdc_initialize_rcache() to kdc_util.cTom Yu2000-03-011-0/+48
* permit use of non-des session keys nowKen Raeburn2000-01-271-26/+3
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* force single-des session keys until we've got multiple-cryptosystem stuff wor...Ken Raeburn1999-09-011-3/+27
* 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