aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/kdc_authdata.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-12Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson1-14/+7
2010-07-03Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson1-1/+1
2010-03-05Ignore improperly encoded signedpath AD elementsGreg Hudson1-1/+5
2010-02-05Fix cross-realm handling of AD-SIGNEDPATHGreg Hudson1-7/+7
2009-12-28Whitespace fixes for new anonymous supportGreg Hudson1-3/+4
2009-12-28Anonymous support for KerberosSam Hartman1-2/+6
2009-11-21For the moment, test for nullity of pointers returned by k5allocGreg Hudson1-1/+1
2009-11-16Clean up some open-parenthesis problems, and reindentTom Yu1-51/+50
2009-11-14Constrained delegation without PAC supportGreg Hudson1-59/+625
2009-11-12Post-great-reindent check. Part IZhanna Tsitkov1-51/+59
2009-10-31make mark-cstyleTom Yu1-314/+314
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson1-1/+8
2009-10-21remove some unneeded extensions from the Novell backend authdata SPILuke Howard1-29/+1
2009-10-21Increment authdata SPI to V2 (V1 was experimental) to account for additionalLuke Howard1-3/+3
2009-10-21Increment authdata SPI to V2 (V1 was experimental) to accountLuke Howard1-24/+24
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-21/+26
2009-09-13Implement s4u extensionsGreg Hudson1-0/+9
2009-05-22Remove spurious assertion in handle_authdataGreg Hudson1-1/+0
2009-05-20Add a comment to the r22168 change since it's not obvious why we'reGreg Hudson1-0/+11
2009-04-03Handle authdata encrypted in subkeySam Hartman1-0/+7
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-112/+427
2008-11-03Apply a patch from Apple to correct a few memory leaksGreg Hudson1-5/+2
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson1-1/+1
2008-08-28Fix resource leakKen Raeburn1-0/+1
2008-08-25Incorporate Apple's patchKen Raeburn1-0/+298