summaryrefslogtreecommitdiffstats
path: root/src/kdc/do_tgs_req.c
Commit message (Expand)AuthorAgeFilesLines
* Use macros for config parametersZhanna Tsitkov2009-02-041-2/+2
* reapply memchr patchKen Raeburn2009-02-021-6/+2
* Master Key Migration ProjectWill Fiveash2009-01-301-1/+23
* Changed the name match_config_pattern to krb5_match_config_pattern. Check str...Zhanna Tsitkov2009-01-301-4/+4
* Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov2009-01-291-61/+30
* return correct kvno in TGS caseSam Hartman2009-01-281-3/+4
* whitespaceKen Raeburn2009-01-281-27/+30
* use memchrKen Raeburn2009-01-271-6/+2
* Introduced new static function prep_reprocess_req to make code more readableZhanna Tsitkov2009-01-261-103/+116
* Check asprintf return codes. StylingZhanna Tsitkov2009-01-261-542/+561
* Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov2009-01-231-27/+145
* Pass s4u name and c_flags to log_tgs_req. If values are supplied, logKen Raeburn2009-01-141-2/+2
* Patch from Luke Howard:Sam Hartman2009-01-121-0/+1
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-110/+312
* Collect ticket-request logging calls together in one place for easierKen Raeburn2008-12-221-61/+25
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* misc memory leaksKen Raeburn2008-06-271-3/+8
* Wrap krb5_db_get_principal function with get_principal (which willKen Raeburn2007-12-221-3/+3
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-101-3/+2
* MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslogTom Yu2007-04-031-6/+20
* Use 'const' with krb5_get_error_messageKen Raeburn2006-10-131-7/+7
* Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu2006-08-021-0/+2
* move var decl before codeKen Raeburn2006-06-011-1/+1
* krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages Ezra Peisach2006-06-011-4/+19
* Partial merge from Novell LDAP integration branch, not including theKen Raeburn2006-04-131-3/+3
* fix MITKRB5-SA-2005-002 KDC double-free and heap overflowTom Yu2005-07-121-1/+5
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-1/+0
* Log transited checkd not done as info not errorSam Hartman2003-05-221-1/+1
* 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