aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/preauth
AgeCommit message (Expand)AuthorFilesLines
2007-07-05Patch from Ken Renard to avoid double-freecoffman/pkinitKevin Coffman1-0/+1
2007-06-20Fix pa-type 15 request against Heimdal server whichKevin Coffman8-112/+356
2007-06-15Fix admin.texinfo so that admin-guide.info builds.Kevin Coffman4-6/+44
2007-06-15Fix error returns from ca/crl processing functionsKevin Coffman1-6/+7
2007-06-14Update documentation:Kevin Coffman12-201/+591
2007-05-29Remove some old code from src/lib/krb5/asn.1/asn1_k_decode.c andKevin Coffman9-246/+1812
2007-05-24- Create a new file, pkinit_identity.c, which has all the identityKevin Coffman9-838/+1014
2007-05-23Fix enctype checking. (Look at more than the first one.)Kevin Coffman1-1/+1
2007-05-23Process the allow_upn config option and add more debuggingKevin Coffman1-0/+26
2007-05-18Re-enable build WITHOUT_PKCS11Kevin Coffman1-0/+4
2007-05-17- Add new config file option pkinit_longhorn which indicatesKevin Coffman8-1069/+1654
2007-04-20[lib/krb5/asn.1/asn1_k_decode.c]Kevin Coffman9-428/+453
2007-04-20Pullup r19183:r19510 from trunkKevin Coffman3-7/+3
2007-03-06Fix cksum_body preauth plugin init function definitionKevin Coffman1-1/+1
2007-03-06Allow pkinit to support multiple realms within a single KDC.Kevin Coffman4-122/+277
2007-02-15Various fixes:Kevin Coffman3-31/+113
2007-01-11-- thanks to Ken Renard, fixed checksum problem in the KDC.Kevin Coffman3-5/+24
2007-01-11- Add missing function prototypes in the appropriate places.Kevin Coffman7-238/+75
2007-01-10Doh! Forget to add these two files!Kevin Coffman2-0/+4978
2007-01-10Pullup r18915:r19052 from trunkKevin Coffman11-4641/+2585
2006-12-12Don't try to do any checks on the PKCS11 info,Kevin Coffman1-0/+2
2006-12-12Pull in changes for the extended get_init_creds_opt structureKevin Coffman9-310/+1097
2006-12-04From Olga and Jim, split out pkcs7_decrypt to be able to use smartcardKevin Coffman3-50/+345
2006-12-03Update to CITI code as of 20061203Kevin Coffman5-342/+1344
2006-11-28Fix segfault trying to create e-dataKevin Coffman1-2/+3
2006-11-22Initial commit of the pkinit codeKevin Coffman9-0/+4775
2006-11-13allow server preauth plugin verify_padata function to return e-dataKevin Coffman2-2/+46
2006-11-09Add "get_data" function to the client preauth plugin interfaceKevin Coffman2-0/+4
2006-11-01Modify the preath plugin interface so that a plugin's context isKevin Coffman4-66/+98
2006-10-13Patch to split client plugin from server pluginSam Hartman4-6/+16
2006-10-03Preauthentication Plugin FrameworkSam Hartman8-0/+940