summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/ldap/libkdb_ldap
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0927-58/+27
* Make dependGreg Hudson2011-02-251-114/+87
* 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-281-1/+1
* 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
* 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-154-82/+0
* Make dependGreg Hudson2010-09-081-97/+98
* In the LDAP KDB module's populate_krb5_db_entry, fix the checks forGreg Hudson2010-08-241-2/+2
* Revert the part of r24157 which added the dal_version argument to theGreg Hudson2010-07-212-4/+2
* Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson2010-07-155-98/+38
* 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-134-20/+14
* Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson2010-07-134-26/+20
* 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-068-631/+618
* Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson2010-07-031-1/+1
* Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson2010-07-022-2/+2
* Remove db_ and similar prefixes from DAL function names, forGreg Hudson2010-07-023-3/+3
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-025-77/+0
* Follow-up to r24157: return correctly from krb5_ldap_lib_init() ifGreg Hudson2010-07-021-0/+1
* Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson2010-07-022-18/+0
* Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson2010-07-023-24/+0
* DAL improvementsGreg Hudson2010-07-022-3/+4
* make dependGreg Hudson2010-06-071-131/+136
* Add lockout-related performance tuning variablesGreg Hudson2010-05-103-16/+74
* Make KADM5_FAIL_AUTH_COUNT_INCREMENT more robust with LDAPGreg Hudson2010-05-101-22/+29
* Adjust for removal of krb5_ldap_set_option in r23965Tom Yu2010-05-041-1/+0
* Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson2010-05-042-11/+0
* Update the LDAP dependencies for r23674Greg Hudson2010-01-271-123/+152
* Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2010-01-271-1/+0
* Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson2009-11-2432-5074/+4899
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-182/+180
* Constrained delegation without PAC supportGreg Hudson2009-11-146-4/+97
* make mark-cstyleTom Yu2009-10-3119-64/+59
* Account lockoutGreg Hudson2009-10-2513-34/+553
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-94/+102
* Supply canonical name if present in LDAP iterationGreg Hudson2009-09-031-5/+6
* Supply LDAP service principal aliases to non-referrals clientsGreg Hudson2009-09-031-1/+25
* In ldap_create.c, remove four incorrect uses of krb5_set_error_messageGreg Hudson2009-06-171-10/+3
* Add LDAP back end support for canonical name attributeGreg Hudson2009-03-154-7/+78
* Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash2009-03-101-45/+0
* Use macros for config parametersZhanna Tsitkov2009-02-041-6/+6
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-024-6/+6
* export new functionsKen Raeburn2009-01-311-0/+2
* Master Key Migration ProjectWill Fiveash2009-01-307-9/+114