aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb
AgeCommit message (Expand)AuthorFilesLines
2013-07-05Fix lock inconsistency in ctx_unlock()Nicolas Williams1-4/+8
2013-02-22Fix various result checksNickolai Zeldovich1-1/+1
2012-07-23Fix -DDEBUG compilation errorsHenry B. Hotz1-0/+1
2012-07-23Handle huge /bin directories in libdb2 testTom Yu1-6/+7
2012-03-07Pull up r25723 from trunkTom Yu1-4/+2
2012-03-07Pull up r25716 from trunkTom Yu1-1/+7
2011-12-05pull up r25494 from trunkTom Yu1-0/+3
2011-12-05pull up r25480 from trunkTom Yu1-1/+1
2011-11-07pull up r25414 from trunkTom Yu1-5/+2
2011-10-20pull up r25368 from trunkTom Yu3-2/+25
2011-10-04Create e_data as pa_data in KDC interfacesGreg Hudson6-8/+16
2011-09-05Initialize some more variablesKen Raeburn1-1/+1
2011-09-05Fix "may be used uninitialized" warnings in db2 code, even though allKen Raeburn6-9/+11
2011-09-04Reindent per krb5-batch-reindent.el.Ken Raeburn2-2/+2
2011-09-04Get rid of variables triggering gcc's "defined but not used"Ken Raeburn3-12/+0
2011-08-10Clean up some ldap #define'sZhanna Tsitkov5-11/+7
2011-07-26Define KRB5_TL_DB_ARGS unconditionally in kdb.hGreg Hudson1-3/+0
2011-06-28Get static linking working again, mostlyGreg Hudson2-4/+2
2011-06-23Fix multiple libkdb_ldap memory leaksGreg Hudson4-43/+40
2011-06-10Add setlocale() calls to main functionsGreg Hudson1-0/+1
2011-06-10Mark up strings for translationGreg Hudson17-413/+517
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