summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/db2
Commit message (Expand)AuthorAgeFilesLines
* 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
* make dependKen Raeburn2007-08-161-14/+16
* make dependKen Raeburn2007-07-275-100/+114
* Avoid unchecked sprintf in some KDC-side programsKen Raeburn2007-07-122-10/+16
* make dependKen Raeburn2007-07-105-114/+100
* Fix typo in yesterday's change (u_int_8_t -> u_int8_t)Ken Raeburn2007-06-201-2/+2
* Configure libdb2 in top-level configure scriptKen Raeburn2007-06-208-45/+14
* Add the libdb2 type-existence tests to the top-level configure script.Ken Raeburn2007-06-2012-192/+177
* Use k5-platform.h instead of local configure to find mkstempKen Raeburn2007-06-203-7/+8
* Add 'make depend' capability, and dependenciesKen Raeburn2007-06-205-0/+186
* We have code elsewhere that assumes the existence of memmove andKen Raeburn2007-06-206-243/+4
* Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn2007-06-204-131/+7
* Remove unused fileKen Raeburn2007-05-071-81/+0
* Configure db2 plugin directory at top levelKen Raeburn2007-03-252-27/+7
* Pass the extra library dependency on AIX (is this even still needed??) via a newKen Raeburn2007-03-252-2/+6
* Don't test for stuff not used, used unconditionally, or with feature-test mac...Ken Raeburn2007-03-251-4/+0
* Never set krb5_force_static. Instead, set the defaults for buildingKen Raeburn2007-03-251-0/+1
* Remove traces of enable_shared, enable_static, enable_profiled, andKen Raeburn2007-03-252-3/+0