aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kdb/kdb5.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-21Revert the part of r24157 which added the dal_version argument to theGreg Hudson1-2/+8
2010-07-15Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson1-10/+10
2010-07-15Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson1-0/+12
2010-07-13Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson1-7/+4
2010-07-13Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson1-0/+17
2010-07-13Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson1-0/+39
2010-07-12Add check_transited_realms to the DAL table with a correspondingGreg Hudson1-0/+18
2010-07-12Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson1-0/+24
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson1-121/+59
2010-07-03In kdb5.c, simplify the code for getting the profile config sectionGreg Hudson1-93/+54
2010-07-03Remove assertions for non-nullity of init_module and fini_module inGreg Hudson1-3/+0
2010-07-03Make the APIs for iterate, get_master_key_list, set_master_key_list,Greg Hudson1-17/+14
2010-07-03Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson1-19/+19
2010-07-02Remove store_master_key from the DAL table, and implementGreg Hudson1-11/+6
2010-07-02Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson1-8/+4
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson1-19/+0
2010-07-02Remove db_ and similar prefixes from DAL function names, forGreg Hudson1-55/+54
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson1-13/+13
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson1-35/+0
2010-07-02Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson1-104/+29
2010-07-02Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson1-32/+0
2010-07-02DAL improvementsGreg Hudson1-2/+2
2010-05-04Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson1-16/+0
2010-01-28Handle migration from pre-1.7 databases with master key kvno != 1Greg Hudson1-2/+34
2009-10-31make mark-cstyleTom Yu1-498/+499
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson1-3/+71
2009-06-08Clean up and simplify kdb5.c; no functional changesGreg Hudson1-707/+311
2009-06-08In kdb5.c, remove calls to the locking macros which were stubbed outGreg Hudson1-258/+1
2009-06-08Restore limited support for static linkingGreg Hudson1-74/+43
2009-03-10Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash1-1/+1
2009-03-10Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it.Greg Hudson1-40/+40
2009-02-05deal with memleaks in migrate mkey projectWill Fiveash1-5/+8
2009-02-04new multi-masterkey support doesn't work well when system clock is setWill Fiveash1-11/+18
2009-02-04Use macros for config parametersZhanna Tsitkov1-1/+1
2009-01-30Master Key Migration ProjectWill Fiveash1-4/+778
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn1-1/+1
2009-01-23Add some output parameter initializations n order to eliminate someGreg Hudson1-0/+3
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-2/+166
2008-12-29Create a private header file for local functions missing prototypes.Ezra Peisach1-1/+2
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson1-2/+2
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson1-10/+1
2008-08-15a stash file is not a keytabWill Fiveash1-13/+45
2008-08-06Rewrite conditional test for update log processing to make static analysis si...Ken Raeburn1-4/+4
2008-07-01krb5_get_error_message returns const char *Alexandra Ellwood1-2/+2
2008-06-24Merge from branch sun-ipropKen Raeburn1-28/+206
2008-06-02Change krb5_context.db_context to point to the real structure type,Ken Raeburn1-72/+70
2008-05-16Minor spelling & comment formattingKen Raeburn1-13/+19
2008-04-30(more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn1-2/+2
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn1-4/+6
2006-09-29(get_errmsg): Check for errcode_2_string and release_errcode_stringKen Raeburn1-1/+4