summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb
Commit message (Expand)AuthorAgeFilesLines
...
* Remove return value from void functionKen Raeburn2010-07-031-1/+0
* Remove store_master_key from the DAL table, and implementGreg Hudson2010-07-022-2/+1
* Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson2010-07-025-9/+9
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-022-2/+1
* Remove db_ and similar prefixes from DAL function names, forGreg Hudson2010-07-028-190/+168
* 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-022-2/+1
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-0210-169/+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-024-22/+0
* Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson2010-07-025-28/+0
* DAL improvementsGreg Hudson2010-07-023-4/+8
* make dependGreg Hudson2010-06-073-166/+175
* Update dependenciesKen Raeburn2010-05-161-14/+14
* Add lockout-related performance tuning variablesGreg Hudson2010-05-106-39/+124
* Make KADM5_FAIL_AUTH_COUNT_INCREMENT more robust with LDAPGreg Hudson2010-05-101-22/+29
* General code consistency pass in kdb_db2.c.Greg Hudson2010-05-051-136/+56
* Adjust for removal of krb5_ldap_set_option in r23965Tom Yu2010-05-041-1/+0
* Remove a stray comment from r23966Greg Hudson2010-05-041-1/+0
* Refactor the kdb_db2.c code which processes db_args and profileGreg Hudson2010-05-042-305/+134
* Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson2010-05-046-60/+0
* Update dependenciesKen Raeburn2010-02-201-24/+22
* Update the LDAP dependencies for r23674Greg Hudson2010-01-272-132/+161
* Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2010-01-273-17/+13
* Remove dependency on /bin/csh in test suiteEzra Peisach2009-12-081-2/+14
* In krb5_db2_db_init, make a format string constant to make CoverityGreg Hudson2009-11-251-3/+2
* Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson2009-11-2457-10681/+10404
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-2217-294/+305
* Constrained delegation without PAC supportGreg Hudson2009-11-146-4/+97
* make mark-cstyleTom Yu2009-10-3167-352/+331
* Add variable DB_VERSION to Makefile.in. Generate deps so thatEzra Peisach2009-10-282-0/+44
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-2710-0/+3929
* Account lockoutGreg Hudson2009-10-2522-78/+1122
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-103-115/+127
* Create DB headers before recursing for "make depend" inGreg Hudson2009-09-161-1/+1
* 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
* Rename db2 header files db.h and db-config.h in the source tree, soKen Raeburn2009-08-218-135/+89
* Fix the LDAP build, which was broken by the build reordering inGreg Hudson2009-08-071-3/+8
* In ldap_create.c, remove four incorrect uses of krb5_set_error_messageGreg Hudson2009-06-171-10/+3
* Restore limited support for static linkingGreg Hudson2009-06-084-4/+4
* Fix minor bug in r21269 - wrong field nameKen Raeburn2009-05-301-1/+1
* make dependSam Hartman2009-03-165-100/+114
* 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
* Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it.Greg Hudson2009-03-101-8/+6
* include omitted system header string.hKen Raeburn2009-02-051-0/+1
* 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-025-10/+10