aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-09fix make check breakagelhoward/authdataLuke Howard1-2/+2
2009-10-07test gss_delete_name_attributeLuke Howard1-0/+11
2009-10-07use correct S4U client name for X.509: found by Jeff CostlowLuke Howard1-1/+1
2009-10-06test gss_map_name_to_anyand gss_release_any_name_mappingLuke Howard1-0/+52
2009-10-06merge trunk from r22837 to r22852 to authdata branchLuke Howard55-1946/+1235
2009-10-02merge trunk from r22737 to r22836 to authdata branchLuke Howard123-2469/+5530
2009-10-02cleanupLuke Howard4-42/+42
2009-10-01cleanupLuke Howard1-8/+6
2009-10-01cleanupLuke Howard1-4/+6
2009-10-01cleanupLuke Howard1-41/+45
2009-10-01remove accidental commitLuke Howard1-2/+0
2009-10-01Import/export authdata context with gss_{import,export}_sec_context; ensure s...Luke Howard16-277/+971
2009-09-161. s4u_creds.c:build_pa_for_user frees uninitialized for_user.cksum ifLuke Howard1-1/+2
2009-09-162. s4u_creds.c:krb5_get_self_cred_from_kdc leaks in_padata if theLuke Howard1-1/+3
2009-09-16g_set_context_option.c:gss_set_sec_context_option accessesLuke Howard1-1/+1
2009-09-15cleanup; remove authenticated/asserted arguments from gss_inquire_name per ie...Luke Howard14-164/+71
2009-09-15remove final, unknown argument to gss_inquire_name per ietf-kitten discussionLuke Howard12-62/+16
2009-09-13cleanup, add some more naming extensions tests to S4ULuke Howard2-15/+62
2009-09-13make sure lock is acquired before exporting auth data contextLuke Howard2-1/+11
2009-09-13add naming extensions testing to S4U testLuke Howard1-0/+100
2009-09-13fix merge typoLuke Howard1-1/+0
2009-09-13fix incorrect member field checkLuke Howard1-1/+1
2009-09-13Merge trunk at 22736Luke Howard127-924/+9024
2009-09-02add AD-KDCIssued to trval_reference.outLuke Howard1-0/+20
2009-09-02add AD-KDCIssued testsLuke Howard9-2/+71
2009-09-01fix assert check for ad typeLuke Howard1-1/+2
2009-09-01cleanupLuke Howard1-30/+15
2009-09-01cleanupLuke Howard1-4/+4
2009-09-01use -d instead of -A for ad types, because -A clashes with OS XLuke Howard1-7/+10
2009-09-01Add -A option for enumerating submitted auth data typesLuke Howard1-2/+22
2009-09-01If authorization data is submitted in a TGS-REQ, be sure that it isLuke Howard1-2/+14
2009-09-01when matching creds for removal, match auth dataLuke Howard1-2/+2
2009-08-31need to store in_cred->authdata so we can match on itLuke Howard1-2/+15
2009-08-31authdata type may be negativeLuke Howard1-2/+2
2009-08-31fix some uninitialized variablesLuke Howard1-2/+2
2009-08-31refactor, cleanupLuke Howard7-48/+37
2009-08-31prefer KDCIssued over ticket authdataLuke Howard1-10/+12
2009-08-31allow for TGS-REQ authdataLuke Howard1-1/+12
2009-08-31krb5_authdata_export_attributes should not fail if there are no attributes to...Luke Howard1-2/+3
2009-08-31reformatLuke Howard1-1/+1
2009-08-31cleanupLuke Howard2-2/+12
2009-08-30be sure to copy authenticated stateLuke Howard1-0/+2
2009-08-30cleanupLuke Howard2-16/+32
2009-08-30cleanupLuke Howard1-1/+4
2009-08-30cleanupLuke Howard1-32/+15
2009-08-30pass authdata context to modules to facilitate stackingLuke Howard5-77/+132
2009-08-30cleanupLuke Howard1-1/+8
2009-08-30add some documentation/assertsLuke Howard1-0/+7
2009-08-30enhance authdata context interface to handle automatic verification of KDC is...Luke Howard7-10/+87
2009-08-30try authdata plugins before internal authdata systemsLuke Howard1-21/+25