summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/db2/kdb_db2.c
Commit message (Expand)AuthorAgeFilesLines
* Assume mutex locking cannot failGreg Hudson2013-05-141-12/+3
* Fix lock inconsistency in ctx_unlock()Nicolas Williams2012-09-121-4/+8
* Use blocking locks in krb5kdc and libkadm5srvNicolas Williams2012-09-121-33/+19
* Fix KDB iteration when callback does write callsGreg Hudson2012-03-011-4/+2
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-041-1/+1
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-1/+1
* Mark up strings for translationGreg Hudson2011-06-101-2/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-1/+1
* After a failed kdb5_util load, make a subsequent load operation workGreg Hudson2010-11-061-623/+483
* Further kdb_db2 code cleanup: make gen_dbsuffix return aGreg Hudson2010-11-041-54/+30
* Simplify kdb_db2's open_db() a little further, avoiding a suspiciousGreg Hudson2010-11-031-7/+11
* Clean up the DB2 KDB module code a bit, making it more conformant withGreg Hudson2010-11-021-141/+96
* Remove dead code from DAL and kdb pluginsSam Hartman2010-09-151-25/+0
* Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson2010-07-131-2/+2
* Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-131-0/+8
* Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson2010-07-131-0/+14
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-061-98/+50
* Remove return value from void functionKen Raeburn2010-07-031-1/+0
* Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson2010-07-021-1/+1
* Remove db_ and similar prefixes from DAL function names, forGreg Hudson2010-07-021-94/+76
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-021-37/+0
* Add lockout-related performance tuning variablesGreg Hudson2010-05-101-0/+13
* 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-041-303/+134
* Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson2010-05-041-33/+0
* 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-241-630/+631
* make mark-cstyleTom Yu2009-10-311-2/+1
* Account lockoutGreg Hudson2009-10-251-35/+206
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-4/+4
* recode as more straight-line code to simplify analysisKen Raeburn2009-01-311-5/+7
* Master Key Migration ProjectWill Fiveash2009-01-301-0/+42
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-1/+1
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-4/+1
* Check for strdup failure. Fix a memory leak in one failure caseKen Raeburn2008-06-271-0/+32
* Change krb5_context.db_context to point to the real structure type,Ken Raeburn2008-06-021-36/+35
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-1/+4
* Avoid unchecked sprintf in some KDC-side programsKen Raeburn2007-07-121-9/+14
* crash creating db2 database in non-existent directoryKen Raeburn2007-01-081-18/+15
* (krb5_db2_db_init): When creating a temporary database, use the suffixKen Raeburn2006-10-121-1/+2
* copyright datesKen Raeburn2006-06-301-1/+1
* * kdb_db2.c: Don't include kdb_compat.h.Ken Raeburn2006-06-301-12/+175
* * plugins/kdb/db2/kdb_db2.c (krb5_db2_db_init): Support tempdbSam Hartman2006-06-301-41/+78
* * plugins/kdb/db2/kdb_db2.c (krb5_db2_create): Remove incorrectSam Hartman2006-06-301-1/+1
* Partial merge from Novell LDAP integration branch, not including theKen Raeburn2006-04-131-14/+15
* * db2_exp.c, kdb_db2.c: Include k5-int.h earlierKen Raeburn2006-04-011-1/+2
* Rename "modules" to "plugins", and fix up makefile variables etcKen Raeburn2005-12-171-0/+1561