aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-03Merge mskrb-integ onto trunkSam Hartman6-10/+13
2008-12-29Add prototype for usage. Change invocation of usage to db_usage when using a...Ezra Peisach3-5/+5
2008-12-29krb4 removal missed ldap kdb plugin directoryEzra Peisach1-3/+3
2008-12-02make dependSam Hartman6-115/+137
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson18-254/+131
2008-11-05Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson1-1/+1
2008-11-05Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2-12/+15
2008-11-05Replace strcpy/strcat/sprintf uses in a couple of sample code filesGreg Hudson1-1/+1
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn1-20/+22
2008-10-30Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson1-51/+14