summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/db2/libdb2
Commit message (Expand)AuthorAgeFilesLines
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-287-7/+7
* Avoid running off the end of the spares array in db2's page_to_oaddr()Greg Hudson2010-11-031-1/+1
* Remove dependency on /bin/csh in test suiteEzra Peisach2009-12-081-2/+14
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-228-16/+2
* make mark-cstyleTom Yu2009-10-3125-92/+87
* 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
* make dependSam Hartman2009-03-165-100/+114
* hash db2 code breaks if st_blksize > 64kKen Raeburn2009-01-231-0/+2
* move generated dependencies out of Makefile.inKen Raeburn2009-01-0512-202/+180
* make dependSam Hartman2008-12-025-100/+114
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-012-5/+5
* 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
* 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-227-114/+106
* make dependKen Raeburn2007-07-275-100/+114
* Avoid unchecked sprintf in some KDC-side programsKen Raeburn2007-07-121-1/+2
* 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-205-241/+3
* Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn2007-06-204-131/+7
* 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-251-1/+0
* Remove varargs.h paths, always use stdarg.hKen Raeburn2007-01-201-14/+0
* set AUTOCONF_HEADERKen Raeburn2006-12-137-0/+14
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-131-1/+1
* Always zap newly allocated pages, intead of conditional on PURIFY.Ken Raeburn2006-10-132-2/+2
* (AUTOCONF_HEADER): Change to match file's target nameKen Raeburn2006-10-021-1/+1
* Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu2006-08-021-0/+3
* autoconf 2.60 compatibilityKen Raeburn2006-06-287-7/+7
* Make __kdb2_hash_open declaration and definition consistentKen Raeburn2006-06-151-1/+1
* Removed the unnecessary and incorrect (due to operator precedence) "== MPOOL_...Alexandra Ellwood2006-05-041-2/+1
* Tweak configure script generation to check that all symbols producedKen Raeburn2006-04-251-0/+2
* Remove comment on first lineKen Raeburn2006-04-251-1/+0
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-114-697/+0
* don't check sizeof(int) at configure timeKen Raeburn2006-03-014-2/+9
* Rename "modules" to "plugins", and fix up makefile variables etcKen Raeburn2005-12-17116-0/+50938