aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/ldap
AgeCommit message (Expand)AuthorFilesLines
2010-07-21Revert the part of r24157 which added the dal_version argument to theGreg Hudson3-5/+3
2010-07-19In kdb5_util's kdb5_ldap_create(), add back the assignment ofGreg Hudson1-0/+1
2010-07-15Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson6-99/+39
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 Hudson2-3/+3
2010-07-13Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson5-20/+15
2010-07-13Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson5-26/+22
2010-07-12Add check_transited_realms to the DAL table with a correspondingGreg Hudson1-0/+1
2010-07-12Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson1-0/+1
2010-07-08Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson1-25/+1
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson9-633/+619
2010-07-04Follow-on to r24168: in kdb5_ldap_util, indirect throughGreg Hudson1-5/+5
2010-07-03Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson1-1/+1
2010-07-02Remove store_master_key from the DAL table, and implementGreg Hudson1-1/+0
2010-07-02Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson2-2/+2
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson1-1/+0
2010-07-02Remove db_ and similar prefixes from DAL function names, forGreg Hudson4-24/+24
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson1-12/+8
2010-07-02Remove setup_master_key_name from the DAL table as it was not usedGreg Hudson1-1/+0
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson7-112/+22
2010-07-02Follow-up to r24157: return correctly from krb5_ldap_lib_init() ifGreg Hudson1-0/+1
2010-07-02Follow-on to r24157: pass KRB5_KDB_DAL_VERSION to krb5_ldap_lib_init()Greg Hudson1-1/+1
2010-07-02Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson3-20/+0
2010-07-02Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson4-26/+0
2010-07-02DAL improvementsGreg Hudson2-3/+4
2010-06-07make dependGreg Hudson2-136/+141
2010-05-10Add lockout-related performance tuning variablesGreg Hudson3-16/+74
2010-05-10Make KADM5_FAIL_AUTH_COUNT_INCREMENT more robust with LDAPGreg Hudson1-22/+29
2010-05-04Adjust for removal of krb5_ldap_set_option in r23965Tom Yu1-1/+0
2010-05-04Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson3-12/+0
2010-01-27Update the LDAP dependencies for r23674Greg Hudson2-132/+161
2010-01-27Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson1-1/+0
2009-11-24Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson43-8944/+8738
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson5-197/+191
2009-11-14Constrained delegation without PAC supportGreg Hudson6-4/+97
2009-10-31make mark-cstyleTom Yu26-94/+86
2009-10-25Account lockoutGreg Hudson14-35/+558
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu2-101/+109
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-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 Hudson2-2/+2
2009-05-30Fix minor bug in r21269 - wrong field nameKen Raeburn1-1/+1
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-04Use macros for config parametersZhanna Tsitkov1-6/+6
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn4-6/+6
2009-01-31export new functionsKen Raeburn1-0/+2