aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/db2
AgeCommit message (Expand)AuthorFilesLines
2010-07-15Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson4-62/+1
2010-07-15Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson1-0/+1
2010-07-13Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson3-8/+8
2010-07-13Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson4-28/+21
2010-07-13Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson4-26/+28
2010-07-12Add check_transited_realms to the DAL table with a correspondingGreg Hudson1-1/+1
2010-07-12Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson1-1/+1
2010-07-09Addendum to r24180: make sure osa_adb_get_policy sets its outputGreg Hudson1-0/+1
2010-07-09Improve output variable handling of osa_adb_get_policy() in the db2Greg Hudson1-19/+20
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson8-203/+117
2010-07-03Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson1-1/+1
2010-07-03Remove return value from void functionKen Raeburn1-1/+0
2010-07-02Remove store_master_key from the DAL table, and implementGreg Hudson1-1/+1
2010-07-02Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson3-7/+7
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson1-1/+1
2010-07-02Remove db_ and similar prefixes from DAL function names, forGreg Hudson4-166/+144
2010-07-02Remove setup_master_key_name from the DAL table as it was not usedGreg Hudson1-1/+1
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson3-57/+0
2010-07-02Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson1-2/+0
2010-07-02Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson1-2/+0
2010-07-02DAL improvementsGreg Hudson1-1/+4
2010-06-07make dependGreg Hudson1-30/+34
2010-05-16Update dependenciesKen Raeburn1-14/+14
2010-05-10Add lockout-related performance tuning variablesGreg Hudson3-23/+50
2010-05-05General code consistency pass in kdb_db2.c.Greg Hudson1-136/+56
2010-05-04Remove a stray comment from r23966Greg Hudson1-1/+0
2010-05-04Refactor the kdb_db2.c code which processes db_args and profileGreg Hudson2-305/+134
2010-05-04Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson2-39/+0
2010-01-27Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2-16/+13
2009-12-08Remove dependency on /bin/csh in test suiteEzra Peisach1-2/+14
2009-11-25In krb5_db2_db_init, make a format string constant to make CoverityGreg Hudson1-3/+2
2009-11-24Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson10-1715/+1644
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson10-67/+86
2009-10-31make mark-cstyleTom Yu35-195/+187
2009-10-25Account lockoutGreg Hudson8-43/+564
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu1-14/+18
2009-09-16Create DB headers before recursing for "make depend" inGreg Hudson1-1/+1
2009-08-21Rename db2 header files db.h and db-config.h in the source tree, soKen Raeburn8-135/+89
2009-06-08Restore limited support for static linkingGreg Hudson2-2/+2
2009-03-16make dependSam Hartman5-100/+114
2009-02-05include omitted system header string.hKen Raeburn1-0/+1
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-4/+4
2009-01-31recode as more straight-line code to simplify analysisKen Raeburn1-5/+7
2009-01-30Master Key Migration ProjectWill Fiveash3-14/+69
2009-01-23hash db2 code breaks if st_blksize > 64kKen Raeburn1-0/+2
2009-01-05move generated dependencies out of Makefile.inKen Raeburn14-274/+250
2009-01-03Merge mskrb-integ onto trunkSam Hartman2-6/+8
2008-12-02make dependSam Hartman5-100/+114
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson2-5/+5
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn1-20/+22