summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/db2
Commit message (Expand)AuthorAgeFilesLines
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-288-8/+8
* After a failed kdb5_util load, make a subsequent load operation workGreg Hudson2010-11-062-631/+483
* Further kdb_db2 code cleanup: make gen_dbsuffix return aGreg Hudson2010-11-042-55/+30
* Simplify kdb_db2's open_db() a little further, avoiding a suspiciousGreg Hudson2010-11-031-7/+11
* Avoid running off the end of the spares array in db2's page_to_oaddr()Greg Hudson2010-11-031-1/+1
* Clean up the DB2 KDB module code a bit, making it more conformant withGreg Hudson2010-11-021-141/+96
* Propagate modprinc -unlock from master to slave KDCsGreg Hudson2010-10-051-0/+15
* Remove dead code from DAL and kdb pluginsSam Hartman2010-09-153-42/+0
* Make dependGreg Hudson2010-09-081-30/+26
* Revert the part of r24157 which added the dal_version argument to theGreg Hudson2010-07-211-4/+2
* Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson2010-07-154-62/+1
* 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-133-8/+8
* Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-134-28/+21
* Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson2010-07-134-26/+28
* Add check_transited_realms to the DAL table with a correspondingGreg Hudson2010-07-121-1/+1
* Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson2010-07-121-1/+1
* Addendum to r24180: make sure osa_adb_get_policy sets its outputGreg Hudson2010-07-091-0/+1
* Improve output variable handling of osa_adb_get_policy() in the db2Greg Hudson2010-07-091-19/+20
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-068-203/+117
* Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson2010-07-031-1/+1
* Remove return value from void functionKen Raeburn2010-07-031-1/+0
* Remove store_master_key from the DAL table, and implementGreg Hudson2010-07-021-1/+1
* Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson2010-07-023-7/+7
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-021-1/+1
* Remove db_ and similar prefixes from DAL function names, forGreg Hudson2010-07-024-166/+144
* Remove setup_master_key_name from the DAL table as it was not usedGreg Hudson2010-07-021-1/+1
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-023-57/+0
* Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson2010-07-021-2/+0
* Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson2010-07-021-2/+0
* DAL improvementsGreg Hudson2010-07-021-1/+4
* make dependGreg Hudson2010-06-071-30/+34
* Update dependenciesKen Raeburn2010-05-161-14/+14
* Add lockout-related performance tuning variablesGreg Hudson2010-05-103-23/+50
* General code consistency pass in kdb_db2.c.Greg Hudson2010-05-051-136/+56
* 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-042-39/+0
* Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2010-01-272-16/+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-2410-1715/+1644
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-2210-67/+86
* make mark-cstyleTom Yu2009-10-3135-195/+187
* Account lockoutGreg Hudson2009-10-258-43/+564
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-14/+18
* Create DB headers before recursing for "make depend" inGreg Hudson2009-09-161-1/+1
* Rename db2 header files db.h and db-config.h in the source tree, soKen Raeburn2009-08-218-135/+89
* Restore limited support for static linkingGreg Hudson2009-06-082-2/+2
* make dependSam Hartman2009-03-165-100/+114