aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson33-369/+365
2009-11-14Constrained delegation without PAC supportGreg Hudson7-19/+115
2009-10-31make mark-cstyleTom Yu80-477/+454
2009-10-28Bump the accessor version number since we made changes.Greg Hudson1-2/+2
2009-10-28Add variable DB_VERSION to Makefile.in. Generate deps so thatEzra Peisach2-0/+44
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson11-0/+3930
2009-10-25not try to free random stack garbage on errorEzra Peisach1-0/+2
2009-10-25Account lockoutGreg Hudson22-78/+1122
2009-10-21Increment authdata SPI to V2 (V1 was experimental) to account for additionalLuke Howard1-1/+1
2009-10-20For naming extensions draft compliance, s/mspac:/urn:mspac:/Luke Howard1-1/+1
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu4-118/+131
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson8-0/+660
2009-10-08In anticipation of a new version of OpenSSL 1.0.0, support renamed API: EVP_P...Zhanna Tsitkov1-1/+5
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson1-4/+8
2009-09-16Create DB headers before recursing for "make depend" inGreg Hudson1-1/+1
2009-09-03Supply canonical name if present in LDAP iterationGreg Hudson1-5/+6
2009-09-03Supply LDAP service principal aliases to non-referrals clientsGreg Hudson1-1/+25
2009-08-21Rename db2 header files db.h and db-config.h in the source tree, soKen Raeburn8-135/+89
2009-08-18Minor code cleanups in pkinit plugin, mostly around malloc/freeGreg Hudson7-262/+166
2009-08-10Check for null characters in pkinit cert fieldsGreg Hudson1-0/+7
2009-08-10Narrow the contract of pkinit_client_profile by passing in the realmGreg Hudson1-13/+14
2009-08-10In pkinit_clnt.c, make private functions static. There and inGreg Hudson2-118/+10
2009-08-10Convert all uses of strtok() in libraries to strtok_r() for threadGreg Hudson1-5/+5
2009-08-10Remove pkinit_identity_process_option, which wasn't doing anythingGreg Hudson2-84/+19
2009-08-07Fix the LDAP build, which was broken by the build reordering inGreg Hudson1-3/+8
2009-06-17In ldap_create.c, remove four incorrect uses of krb5_set_error_messageGreg Hudson1-10/+3
2009-06-08Restore limited support for static linkingGreg Hudson10-10/+18
2009-05-30Fix minor bug in r21269 - wrong field nameKen Raeburn1-1/+1
2009-05-25Temporarily disable FAST PKINIT for 1.7 releaseGreg Hudson2-0/+35
2009-04-30Uninitialized variable may cause unpredictable behavior in kdc_verify_preauthZhanna Tsitkov1-238/+239
2009-04-03Merge fast branch at 22166 onto trunkSam Hartman1-2/+1
2009-03-31make dependSam Hartman2-30/+25
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman5-0/+505
2009-03-24Revert r21880 which included k5-int.h in several pkinit source files.Greg Hudson4-3/+20
2009-03-16make dependSam Hartman6-110/+143
2009-03-15Add LDAP back end support for canonical name attributeGreg Hudson4-7/+78
2009-03-10Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash1-45/+0
2009-03-10Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it.Greg Hudson1-8/+6
2009-02-05include omitted system header string.hKen Raeburn1-0/+1
2009-02-04Include k5-int.h in several pkinit source files, in order to defineGreg Hudson3-1/+3
2009-02-04Use macros for config parametersZhanna Tsitkov5-34/+34
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn5-10/+10
2009-01-31export new functionsKen Raeburn1-0/+2
2009-01-31recode as more straight-line code to simplify analysisKen Raeburn1-5/+7
2009-01-30Master Key Migration ProjectWill Fiveash12-31/+206
2009-01-23hash db2 code breaks if st_blksize > 64kKen Raeburn1-0/+2
2009-01-23Add some output parameter initializations n order to eliminate someGreg Hudson1-0/+3
2009-01-05Oops. Don't include openssl install paths from my local machine.Ken Raeburn1-19/+3
2009-01-05move generated dependencies out of Makefile.inKen Raeburn29-630/+642
2009-01-05Build against Python 2.5 as well as 2.3. Long term, should use python-configKen Raeburn2-1/+3