aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson46-125/+49
2011-02-25Make dependGreg Hudson3-142/+112
2011-02-09KDC denial of service attacks [MITKRB5-SA-2011-002 CVE-2011-0281 CVE-2011-028...Tom Yu4-17/+30
2011-01-21Fix edge case in LDAP last_admin_unlock processingGreg Hudson1-0/+1
2010-12-20Eliminate some unused variable warningsGreg Hudson1-1/+0
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson12-12/+12
2010-11-06After a failed kdb5_util load, make a subsequent load operation workGreg Hudson2-631/+483
2010-11-04Further kdb_db2 code cleanup: make gen_dbsuffix return aGreg Hudson2-55/+30
2010-11-03Simplify kdb_db2's open_db() a little further, avoiding a suspiciousGreg Hudson1-7/+11
2010-11-03Avoid running off the end of the spares array in db2's page_to_oaddr()Greg Hudson1-1/+1
2010-11-02Clean up the DB2 KDB module code a bit, making it more conformant withGreg Hudson1-141/+96
2010-10-08Encoding cleanup: curly quotes to ASCII quotes, and some ISO-8859-1Tom Yu2-2/+2
2010-10-07Fix a typo in kerberos.ldif. Reported by nalin@redhat.comGreg Hudson1-1/+1
2010-10-07Performance issue in LDAP policy fetchGreg Hudson1-6/+14
2010-10-05Propagate modprinc -unlock from master to slave KDCsGreg Hudson9-5/+93
2010-09-22Initialize kdb5_ldap_util's context with kadm5_init_krb5_context, likeGreg Hudson1-1/+1
2010-09-16Follow-on to r24315: remove get/set_mkey_list from export list ofGreg Hudson1-2/+0
2010-09-15Remove dead code from DAL and kdb pluginsSam Hartman8-126/+0
2010-09-08Make dependGreg Hudson3-129/+127
2010-08-24In the LDAP KDB module's populate_krb5_db_entry, fix the checks forGreg Hudson1-2/+2
2010-07-21Addendum to r24200: fix kdb5_ldap_util call site ofGreg Hudson1-1/+1
2010-07-21Revert the part of r24157 which added the dal_version argument to theGreg Hudson5-13/+7
2010-07-20Get the kdb_hdb module to compile again. Probably still buggy,Greg Hudson4-293/+161
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 Hudson10-161/+40
2010-07-15Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson2-0/+2
2010-07-13Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson5-11/+11
2010-07-13Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson9-48/+36
2010-07-13Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson9-52/+50
2010-07-12Add check_transited_realms to the DAL table with a correspondingGreg Hudson2-1/+2
2010-07-12Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson2-1/+2
2010-07-09Addendum to r24180: make sure osa_adb_get_policy sets its outputGreg Hudson1-0/+1
2010-07-09Improve output variable handling of osa_adb_get_policy() in the db2Greg Hudson1-19/+20
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 Hudson17-836/+736
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 Hudson2-2/+2
2010-07-03Remove return value from void functionKen Raeburn1-1/+0
2010-07-02Remove store_master_key from the DAL table, and implementGreg Hudson2-2/+1
2010-07-02Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson5-9/+9
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2-2/+1
2010-07-02Remove db_ and similar prefixes from DAL function names, forGreg Hudson8-190/+168
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 Hudson2-2/+1
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson10-169/+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 Hudson4-22/+0
2010-07-02Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson5-28/+0
2010-07-02DAL improvementsGreg Hudson3-4/+8