summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/ldap
Commit message (Expand)AuthorAgeFilesLines
...
* Ldap dependency for parallel buildsSam Hartman2011-11-291-0/+3
* Fix failure interval of 0 in LDAP lockout codeGreg Hudson2011-11-201-1/+1
* Clean up more stuff in make cleanGreg Hudson2011-11-041-1/+1
* Get rid of fake-installGreg Hudson2011-11-041-1/+1
* SA-2011-006 KDC denial of service [CVE-2011-1527 CVE-2011-1528 CVE-2011-1529]Tom Yu2011-10-182-2/+13
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-042-2/+2
* Clean up some ldap #define'sZhanna Tsitkov2011-08-105-11/+7
* Define KRB5_TL_DB_ARGS unconditionally in kdb.hGreg Hudson2011-07-261-3/+0
* Get static linking working again, mostlyGreg Hudson2011-06-282-4/+2
* Fix multiple libkdb_ldap memory leaksGreg Hudson2011-06-234-43/+40
* Add setlocale() calls to main functionsGreg Hudson2011-06-101-0/+1
* Mark up strings for translationGreg Hudson2011-06-1016-411/+515
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0938-101/+38
* Make dependGreg Hudson2011-02-252-118/+90
* KDC denial of service attacks [MITKRB5-SA-2011-002 CVE-2011-0281 CVE-2011-028...Tom Yu2011-02-094-17/+30
* Fix edge case in LDAP last_admin_unlock processingGreg Hudson2011-01-211-0/+1
* Eliminate some unused variable warningsGreg Hudson2010-12-201-1/+0
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-283-3/+3
* Fix a typo in kerberos.ldif. Reported by nalin@redhat.comGreg Hudson2010-10-071-1/+1
* Performance issue in LDAP policy fetchGreg Hudson2010-10-071-6/+14
* Propagate modprinc -unlock from master to slave KDCsGreg Hudson2010-10-058-5/+78
* Initialize kdb5_ldap_util's context with kadm5_init_krb5_context, likeGreg Hudson2010-09-221-1/+1
* Follow-on to r24315: remove get/set_mkey_list from export list ofGreg Hudson2010-09-161-2/+0
* Remove dead code from DAL and kdb pluginsSam Hartman2010-09-155-84/+0
* Make dependGreg Hudson2010-09-082-99/+101
* In the LDAP KDB module's populate_krb5_db_entry, fix the checks forGreg Hudson2010-08-241-2/+2
* Addendum to r24200: fix kdb5_ldap_util call site ofGreg Hudson2010-07-211-1/+1
* Revert the part of r24157 which added the dal_version argument to theGreg Hudson2010-07-213-5/+3
* In kdb5_util's kdb5_ldap_create(), add back the assignment ofGreg Hudson2010-07-191-0/+1
* Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson2010-07-156-99/+39
* Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-151-0/+1
* Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson2010-07-132-3/+3
* Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-135-20/+15
* Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson2010-07-135-26/+22
* Add check_transited_realms to the DAL table with a correspondingGreg Hudson2010-07-121-0/+1
* Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson2010-07-121-0/+1
* Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson2010-07-081-25/+1
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-069-633/+619
* Follow-on to r24168: in kdb5_ldap_util, indirect throughGreg Hudson2010-07-041-5/+5
* Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson2010-07-031-1/+1
* Remove store_master_key from the DAL table, and implementGreg Hudson2010-07-021-1/+0
* Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson2010-07-022-2/+2
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-021-1/+0
* Remove db_ and similar prefixes from DAL function names, forGreg Hudson2010-07-024-24/+24
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-021-12/+8
* Remove setup_master_key_name from the DAL table as it was not usedGreg Hudson2010-07-021-1/+0
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-027-112/+22
* Follow-up to r24157: return correctly from krb5_ldap_lib_init() ifGreg Hudson2010-07-021-0/+1
* Follow-on to r24157: pass KRB5_KDB_DAL_VERSION to krb5_ldap_lib_init()Greg Hudson2010-07-021-1/+1
* Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson2010-07-023-20/+0