summaryrefslogtreecommitdiffstats
path: root/src/kdc/do_tgs_req.c
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up some open-parenthesis problems, and reindentTom Yu2009-11-161-15/+15
* Constrained delegation without PAC supportGreg Hudson2009-11-141-21/+27
* Restore the local variable typeZhanna Tsitkov2009-11-121-1/+1
* Post-great-reindent check. Part IZhanna Tsitkov2009-11-121-41/+55
* make mark-cstyleTom Yu2009-10-311-149/+148
* In process_tgs_req, fully initialize e_data since we may copy it inGreg Hudson2009-10-291-2/+1
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-271-14/+26
* simplify logic fix introduced in r22960 for S4U2SelfLuke Howard2009-10-211-4/+2
* ensure that forwardable flag is propagated along S4U2Self referral pathLuke Howard2009-10-211-1/+8
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-4/+4
* Initialize several variables - so that on error cleanup - we do not try to freeEzra Peisach2009-09-141-1/+3
* Implement s4u extensionsGreg Hudson2009-09-131-21/+61
* Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadminGreg Hudson2009-04-271-4/+1
* Implement KDC side of TGS FASTSam Hartman2009-04-051-3/+10
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-031-3/+5
* Initialize request state in the TGS pathSam Hartman2009-03-311-0/+5
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-311-8/+32
* Report verbose error messages from KDCGreg Hudson2009-03-111-2/+1
* Removed unneeded printf'sZhanna Tsitkov2009-03-091-2/+0
* Correct the return codeZhanna Tsitkov2009-02-231-1/+2
* Adjust to the return value of isflagset routineZhanna Tsitkov2009-02-201-2/+1
* 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