summaryrefslogtreecommitdiffstats
path: root/src/kdc/kdc_authdata.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up the code to eliminate some clang warningsBen Kaduk2013-11-041-2/+2
* Omit signedpath if no_auth_data_required is setGreg Hudson2013-08-201-1/+2
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-111-3/+3
* Fix minor KDC memory leaksGreg Hudson2013-03-261-15/+9
* Make krb5_find_authdata publicGreg Hudson2011-10-251-5/+2
* Mark up strings for translationGreg Hudson2011-06-101-5/+4
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-4/+1
* krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson2010-11-011-12/+8
* CVE-2010-1322 KDC uninitialized pointer crash in authorization data handling ...Tom Yu2010-10-051-4/+4
* Properly search for MANDATORY-FOR-KDC authdata elements. Reported byGreg Hudson2010-09-021-1/+1
* Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson2010-07-121-14/+7
* Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson2010-07-031-1/+1
* Ignore improperly encoded signedpath AD elementsGreg Hudson2010-03-051-1/+5
* Fix cross-realm handling of AD-SIGNEDPATHGreg Hudson2010-02-051-7/+7
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-281-3/+4
* Anonymous support for KerberosSam Hartman2009-12-281-2/+6
* For the moment, test for nullity of pointers returned by k5allocGreg Hudson2009-11-211-1/+1
* Clean up some open-parenthesis problems, and reindentTom Yu2009-11-161-51/+50
* Constrained delegation without PAC supportGreg Hudson2009-11-141-59/+625
* Post-great-reindent check. Part IZhanna Tsitkov2009-11-121-51/+59
* make mark-cstyleTom Yu2009-10-311-314/+314
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-271-1/+8
* remove some unneeded extensions from the Novell backend authdata SPILuke Howard2009-10-211-29/+1
* Increment authdata SPI to V2 (V1 was experimental) to account for additionalLuke Howard2009-10-211-3/+3
* Increment authdata SPI to V2 (V1 was experimental) to accountLuke Howard2009-10-211-24/+24
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-21/+26
* Implement s4u extensionsGreg Hudson2009-09-131-0/+9
* Remove spurious assertion in handle_authdataGreg Hudson2009-05-221-1/+0
* Add a comment to the r22168 change since it's not obvious why we'reGreg Hudson2009-05-201-0/+11
* Handle authdata encrypted in subkeySam Hartman2009-04-031-0/+7
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-112/+427
* Apply a patch from Apple to correct a few memory leaksGreg Hudson2008-11-031-5/+2
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-1/+1
* Fix resource leakKen Raeburn2008-08-281-0/+1
* Incorporate Apple's patchKen Raeburn2008-08-251-0/+298