summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/db2
Commit message (Expand)AuthorAgeFilesLines
* Remove osa_adb_rename_dbGreg Hudson2012-09-132-51/+0
* Fix lock inconsistency in ctx_unlock()Nicolas Williams2012-09-121-4/+8
* Use blocking locks in krb5kdc and libkadm5srvNicolas Williams2012-09-122-35/+19
* Run "make depend"Tom Yu2012-08-231-8/+12
* Policy extensions + new policy: allowed ks typesNicolas Williams2012-07-302-49/+27
* Handle huge /bin directories in libdb2 testTom Yu2012-07-121-6/+7
* Minor cleanups relating to size_t being unsignedBen Kaduk2012-07-031-1/+1
* Fix -DDEBUG compilation errorsHenry B. Hotz2012-06-041-0/+1
* Add missing $(LIBS) to some shared librariesTom Yu2012-05-171-1/+1
* Fix KDB iteration when callback does write callsGreg Hudson2012-03-011-4/+2
* Get rid of fake-installGreg Hudson2011-11-041-1/+1
* SA-2011-006 KDC denial of service [CVE-2011-1527 CVE-2011-1528 CVE-2011-1529]Tom Yu2011-10-181-0/+12
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-042-2/+2
* Initialize some more variablesKen Raeburn2011-09-051-1/+1
* Fix "may be used uninitialized" warnings in db2 code, even though allKen Raeburn2011-09-056-9/+11
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-1/+1
* Get rid of variables triggering gcc's "defined but not used"Ken Raeburn2011-09-043-12/+0
* Mark up strings for translationGreg Hudson2011-06-101-2/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-094-12/+7
* Make dependGreg Hudson2011-02-251-24/+22
* 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