aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/do_tgs_req.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Fix some formatting issuesfast-negotiateGreg Hudson1-17/+17
2009-12-02Implement KDC side of protected negotiation:Sam Hartman1-8/+25
2009-12-02As and TGS path: cliam to support FAST negotiation in ticket flag; restructur...Sam Hartman1-1/+2
2009-11-16Clean up some open-parenthesis problems, and reindentTom Yu1-15/+15
2009-11-14Constrained delegation without PAC supportGreg Hudson1-21/+27
2009-11-12Restore the local variable typeZhanna Tsitkov1-1/+1
2009-11-12Post-great-reindent check. Part IZhanna Tsitkov1-41/+55
2009-10-31make mark-cstyleTom Yu1-149/+148
2009-10-29In process_tgs_req, fully initialize e_data since we may copy it inGreg Hudson1-2/+1
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson1-14/+26
2009-10-21simplify logic fix introduced in r22960 for S4U2SelfLuke Howard1-4/+2
2009-10-21ensure that forwardable flag is propagated along S4U2Self referral pathLuke Howard1-1/+8
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-4/+4
2009-09-14Initialize several variables - so that on error cleanup - we do not try to freeEzra Peisach1-1/+3
2009-09-13Implement s4u extensionsGreg Hudson1-21/+61
2009-04-27Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadminGreg Hudson1-4/+1
2009-04-05Implement KDC side of TGS FASTSam Hartman1-3/+10
2009-04-03Merge fast branch at 22166 onto trunkSam Hartman1-3/+5
2009-03-31Initialize request state in the TGS pathSam Hartman1-0/+5
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman1-8/+32
2009-03-11Report verbose error messages from KDCGreg Hudson1-2/+1
2009-03-09Removed unneeded printf'sZhanna Tsitkov1-2/+0
2009-02-23Correct the return codeZhanna Tsitkov1-1/+2
2009-02-20Adjust to the return value of isflagset routineZhanna Tsitkov1-2/+1
2009-02-04Use macros for config parametersZhanna Tsitkov1-2/+2
2009-02-02reapply memchr patchKen Raeburn1-6/+2
2009-01-30Master Key Migration ProjectWill Fiveash1-1/+23
2009-01-30Changed the name match_config_pattern to krb5_match_config_pattern. Check str...Zhanna Tsitkov1-4/+4
2009-01-29Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov1-61/+30
2009-01-28return correct kvno in TGS caseSam Hartman1-3/+4
2009-01-28whitespaceKen Raeburn1-27/+30
2009-01-27use memchrKen Raeburn1-6/+2
2009-01-26Introduced new static function prep_reprocess_req to make code more readableZhanna Tsitkov1-103/+116
2009-01-26Check asprintf return codes. StylingZhanna Tsitkov1-542/+561
2009-01-23Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov1-27/+145
2009-01-14Pass s4u name and c_flags to log_tgs_req. If values are supplied, logKen Raeburn1-2/+2
2009-01-12Patch from Luke Howard:Sam Hartman1-0/+1
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-110/+312
2008-12-22Collect ticket-request logging calls together in one place for easierKen Raeburn1-61/+25
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-2/+1
2008-06-27misc memory leaksKen Raeburn1-3/+8
2007-12-22Wrap krb5_db_get_principal function with get_principal (which willKen Raeburn1-3/+3
2007-05-10Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn1-3/+2
2007-04-03MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslogTom Yu1-6/+20
2006-10-13Use 'const' with krb5_get_error_messageKen Raeburn1-7/+7
2006-08-02Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu1-0/+2
2006-06-01move var decl before codeKen Raeburn1-1/+1
2006-06-01krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages Ezra Peisach1-4/+19
2006-04-13Partial merge from Novell LDAP integration branch, not including theKen Raeburn1-3/+3
2005-07-12fix MITKRB5-SA-2005-002 KDC double-free and heap overflowTom Yu1-1/+5