aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/db2/kdb_db2.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-13Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson1-2/+2
2010-07-13Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson1-0/+8
2010-07-13Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson1-0/+14
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson1-98/+50
2010-07-03Remove return value from void functionKen Raeburn1-1/+0
2010-07-02Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson1-1/+1
2010-07-02Remove db_ and similar prefixes from DAL function names, forGreg Hudson1-94/+76
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson1-37/+0
2010-05-10Add lockout-related performance tuning variablesGreg Hudson1-0/+13
2010-05-05General code consistency pass in kdb_db2.c.Greg Hudson1-136/+56
2010-05-04Remove a stray comment from r23966Greg Hudson1-1/+0
2010-05-04Refactor the kdb_db2.c code which processes db_args and profileGreg Hudson1-303/+134
2010-05-04Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson1-33/+0
2009-11-25In krb5_db2_db_init, make a format string constant to make CoverityGreg Hudson1-3/+2
2009-11-24Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson1-630/+631
2009-10-31make mark-cstyleTom Yu1-2/+1
2009-10-25Account lockoutGreg Hudson1-35/+206
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-4/+4
2009-01-31recode as more straight-line code to simplify analysisKen Raeburn1-5/+7
2009-01-30Master Key Migration ProjectWill Fiveash1-0/+42
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson1-1/+1
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson1-4/+1
2008-06-27Check for strdup failure. Fix a memory leak in one failure caseKen Raeburn1-0/+32
2008-06-02Change krb5_context.db_context to point to the real structure type,Ken Raeburn1-36/+35
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn1-1/+4
2007-07-12Avoid unchecked sprintf in some KDC-side programsKen Raeburn1-9/+14
2007-01-08crash creating db2 database in non-existent directoryKen Raeburn1-18/+15
2006-10-12(krb5_db2_db_init): When creating a temporary database, use the suffixKen Raeburn1-1/+2
2006-06-30copyright datesKen Raeburn1-1/+1
2006-06-30* kdb_db2.c: Don't include kdb_compat.h.Ken Raeburn1-12/+175
2006-06-30 * plugins/kdb/db2/kdb_db2.c (krb5_db2_db_init): Support tempdbSam Hartman1-41/+78
2006-06-30 * plugins/kdb/db2/kdb_db2.c (krb5_db2_create): Remove incorrectSam Hartman1-1/+1
2006-04-13Partial merge from Novell LDAP integration branch, not including theKen Raeburn1-14/+15
2006-04-01* db2_exp.c, kdb_db2.c: Include k5-int.h earlierKen Raeburn1-1/+2
2005-12-17Rename "modules" to "plugins", and fix up makefile variables etcKen Raeburn1-0/+1561