aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/db2/libdb2
AgeCommit message (Expand)AuthorFilesLines
2014-07-08Include autoconf.h before system headersGreg Hudson1-2/+2
2014-02-26Assume <stdint.h> and fixed-width typesGreg Hudson1-6/+0
2014-02-19Use system dictionary for db2 tests againGreg Hudson1-4/+13
2014-02-19Use TAILQ macros instead of CIRCLEQ in libdb2Greg Hudson2-27/+24
2014-02-11Don't use system dictionary files for DB2 testsGreg Hudson1-8/+0
2014-01-15Remove mentions of krb5-send-prTom Yu1-2/+1
2013-05-31Fix warnings in dbtest.cGilles Espinasse1-20/+38
2013-05-31Link dbtest with libkrb5supportGreg Hudson1-2/+2
2013-05-16Reduce boilerplate in makefilesGreg Hudson2-6/+1
2013-01-10make dependGreg Hudson5-5/+5
2013-01-07Fix various result checksNickolai Zeldovich1-1/+1
2012-12-20Avoid null dereference in BDB dbtree error caseGreg Hudson1-3/+3
2012-07-12Handle huge /bin directories in libdb2 testTom Yu1-6/+7
2012-07-03Minor cleanups relating to size_t being unsignedBen Kaduk1-1/+1
2012-06-04Fix -DDEBUG compilation errorsHenry B. Hotz1-0/+1
2012-05-17Add missing $(LIBS) to some shared librariesTom Yu1-1/+1
2011-09-05Initialize some more variablesKen Raeburn1-1/+1
2011-09-05Fix "may be used uninitialized" warnings in db2 code, even though allKen Raeburn6-9/+11
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson7-7/+7
2010-11-03Avoid running off the end of the spares array in db2's page_to_oaddr()Greg Hudson1-1/+1
2009-12-08Remove dependency on /bin/csh in test suiteEzra Peisach1-2/+14
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson8-16/+2
2009-10-31make mark-cstyleTom Yu25-92/+87
2009-09-16Create DB headers before recursing for "make depend" inGreg Hudson1-1/+1
2009-08-21Rename db2 header files db.h and db-config.h in the source tree, soKen Raeburn8-135/+89
2009-03-16make dependSam Hartman5-100/+114
2009-01-23hash db2 code breaks if st_blksize > 64kKen Raeburn1-0/+2
2009-01-05move generated dependencies out of Makefile.inKen Raeburn12-202/+180
2008-12-02make dependSam Hartman5-100/+114
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson2-5/+5
2008-08-25Fix PROG_LIBPATH so in-tree tests workTom Yu1-1/+1
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn1-1/+1
2008-02-07more tests for libdb btree page split on zero indexTom Yu3-4/+113
2008-02-01libdb btree page split on zero index corrupts dbTom Yu2-4/+54
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn7-114/+106
2007-07-27make dependKen Raeburn5-100/+114
2007-07-12Avoid unchecked sprintf in some KDC-side programsKen Raeburn1-1/+2
2007-07-10make dependKen Raeburn5-114/+100
2007-06-20Fix typo in yesterday's change (u_int_8_t -> u_int8_t)Ken Raeburn1-2/+2
2007-06-20Configure libdb2 in top-level configure scriptKen Raeburn8-45/+14
2007-06-20Add the libdb2 type-existence tests to the top-level configure script.Ken Raeburn12-192/+177
2007-06-20Use k5-platform.h instead of local configure to find mkstempKen Raeburn3-7/+8
2007-06-20Add 'make depend' capability, and dependenciesKen Raeburn5-0/+186
2007-06-20We have code elsewhere that assumes the existence of memmove andKen Raeburn5-241/+3
2007-06-20Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn4-131/+7
2007-03-25Never set krb5_force_static. Instead, set the defaults for buildingKen Raeburn1-0/+1
2007-03-25Remove traces of enable_shared, enable_static, enable_profiled, andKen Raeburn1-1/+0
2007-01-20Remove varargs.h paths, always use stdarg.hKen Raeburn1-14/+0
2006-12-13set AUTOCONF_HEADERKen Raeburn7-0/+14
2006-10-13Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn1-1/+1