| Commit message (Expand) | Author | Age | Files | Lines |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 7 | -7/+7 |
* | Avoid running off the end of the spares array in db2's page_to_oaddr() | Greg Hudson | 2010-11-03 | 1 | -1/+1 |
* | Remove dependency on /bin/csh in test suite | Ezra Peisach | 2009-12-08 | 1 | -2/+14 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 8 | -16/+2 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 25 | -92/+87 |
* | Create DB headers before recursing for "make depend" in | Greg Hudson | 2009-09-16 | 1 | -1/+1 |
* | Rename db2 header files db.h and db-config.h in the source tree, so | Ken Raeburn | 2009-08-21 | 8 | -135/+89 |
* | make depend | Sam Hartman | 2009-03-16 | 5 | -100/+114 |
* | hash db2 code breaks if st_blksize > 64k | Ken Raeburn | 2009-01-23 | 1 | -0/+2 |
* | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 12 | -202/+180 |
* | make depend | Sam Hartman | 2008-12-02 | 5 | -100/+114 |
* | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 2 | -5/+5 |
* | Fix PROG_LIBPATH so in-tree tests work | Tom Yu | 2008-08-25 | 1 | -1/+1 |
* | Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and | Ken Raeburn | 2008-07-20 | 1 | -1/+1 |
* | more tests for libdb btree page split on zero index | Tom Yu | 2008-02-07 | 3 | -4/+113 |
* | libdb btree page split on zero index corrupts db | Tom Yu | 2008-02-01 | 2 | -4/+54 |
* | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 7 | -114/+106 |
* | make depend | Ken Raeburn | 2007-07-27 | 5 | -100/+114 |
* | Avoid unchecked sprintf in some KDC-side programs | Ken Raeburn | 2007-07-12 | 1 | -1/+2 |
* | make depend | Ken Raeburn | 2007-07-10 | 5 | -114/+100 |
* | Fix typo in yesterday's change (u_int_8_t -> u_int8_t) | Ken Raeburn | 2007-06-20 | 1 | -2/+2 |
* | Configure libdb2 in top-level configure script | Ken Raeburn | 2007-06-20 | 8 | -45/+14 |
* | Add the libdb2 type-existence tests to the top-level configure script. | Ken Raeburn | 2007-06-20 | 12 | -192/+177 |
* | Use k5-platform.h instead of local configure to find mkstemp | Ken Raeburn | 2007-06-20 | 3 | -7/+8 |
* | Add 'make depend' capability, and dependencies | Ken Raeburn | 2007-06-20 | 5 | -0/+186 |
* | We have code elsewhere that assumes the existence of memmove and | Ken Raeburn | 2007-06-20 | 5 | -241/+3 |
* | Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and rename | Ken Raeburn | 2007-06-20 | 4 | -131/+7 |
* | Never set krb5_force_static. Instead, set the defaults for building | Ken Raeburn | 2007-03-25 | 1 | -0/+1 |
* | Remove traces of enable_shared, enable_static, enable_profiled, and | Ken Raeburn | 2007-03-25 | 1 | -1/+0 |
* | Remove varargs.h paths, always use stdarg.h | Ken Raeburn | 2007-01-20 | 1 | -14/+0 |
* | set AUTOCONF_HEADER | Ken Raeburn | 2006-12-13 | 7 | -0/+14 |
* | Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) or | Ken Raeburn | 2006-10-13 | 1 | -1/+1 |
* | Always zap newly allocated pages, intead of conditional on PURIFY. | Ken Raeburn | 2006-10-13 | 2 | -2/+2 |
* | (AUTOCONF_HEADER): Change to match file's target name | Ken Raeburn | 2006-10-02 | 1 | -1/+1 |
* | Apply patch from Michael Calmer to fix some uninitialized variables | Tom Yu | 2006-08-02 | 1 | -0/+3 |
* | autoconf 2.60 compatibility | Ken Raeburn | 2006-06-28 | 7 | -7/+7 |
* | Make __kdb2_hash_open declaration and definition consistent | Ken Raeburn | 2006-06-15 | 1 | -1/+1 |
* | Removed the unnecessary and incorrect (due to operator precedence) "== MPOOL_... | Alexandra Ellwood | 2006-05-04 | 1 | -2/+1 |
* | Tweak configure script generation to check that all symbols produced | Ken Raeburn | 2006-04-25 | 1 | -0/+2 |
* | Remove comment on first line | Ken Raeburn | 2006-04-25 | 1 | -1/+0 |
* | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 4 | -697/+0 |
* | don't check sizeof(int) at configure time | Ken Raeburn | 2006-03-01 | 4 | -2/+9 |
* | Rename "modules" to "plugins", and fix up makefile variables etc | Ken Raeburn | 2005-12-17 | 116 | -0/+50938 |