summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/db2/libdb2
Commit message (Expand)AuthorAgeFilesLines
* Include autoconf.h before system headersGreg Hudson2014-07-081-2/+2
* Assume <stdint.h> and fixed-width typesGreg Hudson2014-02-261-6/+0
* Use system dictionary for db2 tests againGreg Hudson2014-02-191-4/+13
* Use TAILQ macros instead of CIRCLEQ in libdb2Greg Hudson2014-02-192-27/+24
* Don't use system dictionary files for DB2 testsGreg Hudson2014-02-111-8/+0
* Remove mentions of krb5-send-prTom Yu2014-01-151-2/+1
* Fix warnings in dbtest.cGilles Espinasse2013-05-311-20/+38
* Link dbtest with libkrb5supportGreg Hudson2013-05-311-2/+2
* Reduce boilerplate in makefilesGreg Hudson2013-05-162-6/+1
* make dependGreg Hudson2013-01-105-5/+5
* Fix various result checksNickolai Zeldovich2013-01-071-1/+1
* Avoid null dereference in BDB dbtree error caseGreg Hudson2012-12-201-3/+3
* Handle huge /bin directories in libdb2 testTom Yu2012-07-121-6/+7
* Minor cleanups relating to size_t being unsignedBen Kaduk2012-07-031-1/+1
* Fix -DDEBUG compilation errorsHenry B. Hotz2012-06-041-0/+1
* Add missing $(LIBS) to some shared librariesTom Yu2012-05-171-1/+1
* Initialize some more variablesKen Raeburn2011-09-051-1/+1
* Fix "may be used uninitialized" warnings in db2 code, even though allKen Raeburn2011-09-056-9/+11
* 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