summaryrefslogtreecommitdiffstats
path: root/src/kdc/do_tgs_req.c
Commit message (Expand)AuthorAgeFilesLines
* Red Hat's krb5_princ_size fixesKen Raeburn2003-04-011-1/+1
* protoizeKen Raeburn2002-09-111-4/+2
* Try a little harder to avoid returning e-text that says "Generic error (seeKen Raeburn2002-09-111-16/+11
* * dispatch.c, do_as_req.c, do_tgs_req.c: Define NEED_SOCKETS before including...Ken Raeburn2002-07-051-0/+1
* Reduce or localize dependencies on address families.Ken Raeburn2002-07-051-6/+6
* * dispatch.c (dispatch): Remove arg "portnum"; update callers.Ken Raeburn2002-06-261-6/+5
* call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn2002-04-061-1/+1
* * do_as_req.c (process_as_req: Treat SUPPORT_DESMD5 as if it wereTom Yu2001-10-251-3/+0
* * do_tgs_req.c (process_tgs_req): Fix logging of bad transit path infoKen Raeburn2001-10-061-8/+8
* better realm transit path checking for app serverKen Raeburn2001-09-261-16/+45
* * kdc_util.c (ktypes2str): New function; construct a stringTom Yu2001-06-191-7/+20
* * do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util.h, kerberos_v4.c, main.c,Ken Raeburn2001-04-101-10/+5
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* Tom's patch:Ken Raeburn1999-09-211-9/+19
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-41/+18
* * do_tgs_req.c: Add some explicit settings of errcode so that theTom Yu1998-01-161-0/+3
* do_tgs_req.c (process_tgs_req): Add check to make sure cname and snameTheodore Tso1997-11-251-1/+3
* do_tgs_req.c (process_tgs_req): Only try to return a TGT for aTheodore Tso1997-11-141-1/+1
* Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu1997-09-261-2/+2
* * do_tgs_req.c (process_tgs_req): Initialize authtime to 0 so itEzra Peisach1997-08-181-1/+1
* * do_as_req.c (process_as_req), do_tgs_req (process_tgs_req): UseTheodore Tso1997-05-301-1/+3
* Replace krb5_xfree with appropriate free routineRichard Basch1997-02-181-2/+1
* Removed extra eblock argument from call to krb5_encode_kdc_repTheodore Tso1995-11-291-6/+3
* * kdc_util.c (): Added new helper functionsTheodore Tso1995-11-081-81/+95
* do_tgs_req.c (process_tgs_req): Use a slightly more compressed loggingTheodore Tso1995-10-061-9/+7
* network.c (setup_network):Theodore Tso1995-10-061-10/+4
* * do_as_req.c, do_tgs_req.c, kdc_util.c, kerberos_v4.c, main.c :Chris Provenzano1995-09-061-23/+23
* * do_as_req.c, do_tgs_req.c, kerberos_v4.c, main.c: Remove krb5_enctypeChris Provenzano1995-09-061-23/+24
* Add const declarations to make remove warnings about convertingEzra Peisach1995-09-041-1/+1
* Use new kdb formatChris Provenzano1995-07-271-19/+18
* Multiple realm supportPaul Park1995-06-231-2/+8
* dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead ofTheodore Tso1995-06-091-33/+37
* Update kadmind5 to use new logging routinesPaul Park1995-06-081-5/+6
* kdc_util.c (kdc_process_tgs_req): Make sure apreq->ticket getsTheodore Tso1995-04-291-0/+2
* * kdc_util.c Use new calling conventions for krb5_rd_req_decoded()Chris Provenzano1995-03-271-12/+8
* * *.[ch]: Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1995-02-281-8/+2
* krb5_use_keytype() was being called when the argument was a encryptionTheodore Tso1995-02-101-1/+1
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-52/+55
* do_tgs_req.c (prepare_error_tgs): Don't free the passed in ticket; itTheodore Tso1994-12-131-12/+12
* Use the list of encryption types passed as part of the KDC request toTheodore Tso1994-11-211-8/+43
* Use published interface to call krb5_random_keyTheodore Tso1994-11-081-1/+5
* Applied Cybersafe's changes to do transited realm path checkingTheodore Tso1994-09-221-3/+12
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* folding in Harry's changesTom Yu1994-06-291-0/+4
* fixing memory scribbling in find_alternate_tgsTom Yu1994-06-151-6/+6
* Fix inter-realm handling in KDC so that an intermediate realm is returnedTheodore Tso1994-06-101-18/+17
* Change usage of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-1/+1
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Improved logging of TGS and AS error casesTheodore Tso1993-08-171-13/+35
* Fixes to improve logging and cleanup deallocation strategyTheodore Tso1993-06-031-205/+132