summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/db2
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* include omitted system header string.hKen Raeburn2009-02-051-0/+1
* 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-303-14/+69
* hash db2 code breaks if st_blksize > 64kKen Raeburn2009-01-231-0/+2
* move generated dependencies out of Makefile.inKen Raeburn2009-01-0514-274/+250
* Merge mskrb-integ onto trunkSam Hartman2009-01-032-6/+8
* make dependSam Hartman2008-12-025-100/+114
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-012-5/+5
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-20/+22
* 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
* makedependKen Raeburn2008-09-181-16/+18
* Fix PROG_LIBPATH so in-tree tests workTom Yu2008-08-251-1/+1
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* Check for strdup failure. Fix a memory leak in one failure caseKen Raeburn2008-06-271-0/+32
* misc memory leaksKen Raeburn2008-06-271-0/+1
* Change krb5_context.db_context to point to the real structure type,Ken Raeburn2008-06-021-36/+35
* signed vs unsigned char * warnings in kdb_xdr.cAlexandra Ellwood2008-05-301-6/+6
* more tests for libdb btree page split on zero indexTom Yu2008-02-073-4/+113
* libdb btree page split on zero index corrupts dbTom Yu2008-02-012-4/+54
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-229-115/+114