| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move the db2 library to the site of its one use, the kdb-db2 module. | Ken Raeburn | 2005-10-04 | 1 | -484/+0 |
| * | All configure.in scripts: Use K5_AC_INIT instead of AC_INIT | Ken Raeburn | 2005-08-20 | 1 | -0/+4 |
| * | * mpool/mpool.c (mpool_get, mpool_write): Check that the offset calculation | Ken Raeburn | 2004-06-19 | 1 | -0/+5 |
| * | * Makefile.in (include/generated.stmp): New intermediate target file, to | Ken Raeburn | 2004-06-12 | 1 | -0/+11 |
| * | * Makefile.in ($(srcdir)/include/config.h.in): Always use --include, never try | Ken Raeburn | 2004-06-08 | 1 | -0/+5 |
| * | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 1 | -0/+4 |
| * | Use compile-time tests using system headers to determine byte order on AIX. | Ken Raeburn | 2004-05-23 | 1 | -0/+4 |
| * | * configure.in: Check for machine/endian.h too. | Ken Raeburn | 2004-05-07 | 1 | -0/+4 |
| * | Since the AES code builds, and doesn't do any configure-time byte order checks | Ken Raeburn | 2004-05-06 | 1 | -0/+8 |
| * | Add files containing the export lists used on UNIX, in each directory | Ken Raeburn | 2004-04-22 | 1 | -0/+4 |
| * | * btree/bt_seq.c: Include string.h | Ken Raeburn | 2004-04-03 | 1 | -0/+4 |
| * | don't install in-tree libdb | Tom Yu | 2003-04-02 | 1 | -0/+5 |
| * | Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather than | Ken Raeburn | 2003-01-10 | 1 | -0/+2 |
| * | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 1 | -0/+10 |
| * | Only system headers should declare errno | Sam Hartman | 2003-01-05 | 1 | -0/+4 |
| * | use stdint.h and inttypes.h if available | Ken Raeburn | 2002-09-05 | 1 | -0/+4 |
| * | * acconfig.h: Remove file. All handled by configure.in now | Ezra Peisach | 2002-09-03 | 1 | -0/+4 |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 1 | -0/+6 |
| * | * btree/bt_split.c (bt_psplit): Correctly account for | Tom Yu | 2002-08-28 | 1 | -0/+6 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 1 | -0/+6 |
| * | * Makefile.in (LIBMINOR): Bump due to addition of bt_rseq() | Tom Yu | 2002-08-23 | 1 | -0/+34 |
| * | * Makefile.in (SUBDIROBJLISTS): New variable | Ken Raeburn | 2002-08-15 | 1 | -0/+4 |
| * | Check test results more carefully. | Ken Raeburn | 2002-01-04 | 1 | -0/+5 |
| * | * configure.in: Add optional argument to AC_DEFINE to provide | Ezra Peisach | 2001-10-24 | 1 | -0/+7 |
| * | * hash/hash_func.c (hash4): Declare first argument const | Ezra Peisach | 2001-07-09 | 1 | -0/+9 |
| * | * hash/dbm.c: Include db-dbm.h for prototypes | Ezra Peisach | 2001-07-06 | 1 | -0/+4 |
| * | * hash/hash_log2.c: Include hash.h, page.h and extern.h for | Ezra Peisach | 2001-07-05 | 1 | -0/+4 |
| * | * test/dbtest.c: Cast argument to isspace() to int. Do not shadow | Ezra Peisach | 2001-06-21 | 1 | -0/+8 |
| * | * btree/bt_delete.c, btree/bt_put.c, recno/rec_delete.c, | Ezra Peisach | 2001-06-21 | 1 | -0/+8 |
| * | * configure.in (AC_COMPILE_TYPE): Declare with AC_DEFUN() instead | Ezra Peisach | 2000-11-01 | 1 | -0/+6 |
| * | Add AC_PROG_INSTALL to allow the library to be installed | Ezra Peisach | 2000-08-11 | 1 | -0/+4 |
| * | * test/dbtest.c: Cleanup gcc -Wall complaints with printf format | Ezra Peisach | 2000-07-04 | 1 | -0/+5 |
| * | * recno/rec_seq.c: Include unused sccsid when LIBC_SCCS defined | Ezra Peisach | 2000-07-03 | 1 | -0/+23 |
| * | * clib/strerror.c: #include config.h | Tom Yu | 2000-07-01 | 1 | -0/+17 |
| * | * configure.in: Rework to use krb5 build system | Tom Yu | 2000-06-30 | 1 | -0/+18 |
| * | * btree/bt_put.c (__bt_put): Initialize "e" | Ken Raeburn | 2000-06-26 | 1 | -0/+4 |
| * | merge from krb5-1-2-beta4 | Ken Raeburn | 2000-06-23 | 1 | -0/+4 |
| * | * README.NOT.SLEEPYCAT.DB: New file; pointer to README to | Tom Yu | 1999-08-16 | 1 | -0/+10 |
| * | Document previous changes | Tom Yu | 1998-02-13 | 1 | -0/+15 |
| * | * hash/hash.c (__kdb2_hash_open): Rename to avoid potential | Tom Yu | 1998-02-13 | 1 | -0/+11 |
| * | * btree/bt_open.c: Added O_BINARY for __CYGWIN32__. | Ezra Peisach | 1998-01-21 | 1 | -3/+27 |
| * | * hash/hash_bigkey.c (collect_key, collect_data): Cast malloc | Ezra Peisach | 1998-01-15 | 1 | -0/+15 |
| * | * hash/dbm.c: Rename the errno member of HTAB | Tom Yu | 1997-12-21 | 1 | -0/+10 |
| * | * db2: overflow_page fixes, __P redef | Mark Eichin | 1996-11-11 | 1 | -0/+25 |
| * | * configure.in: Add check for SIZEOF_INT | Tom Yu | 1996-08-28 | 1 | -0/+7 |
| * | Add dummy ruel so that make Makefiles is happy | Ezra Peisach | 1996-08-23 | 1 | -0/+4 |
| * | *** empty log message *** | Tom Yu | 1996-07-31 | 1 | -0/+6 |
| * | *** empty log message *** | Tom Yu | 1996-07-30 | 1 | -0/+6 |
| * | Add a blank install target to keep the top-level "make install" happy | Theodore Tso | 1996-07-26 | 1 | -0/+5 |
| * | obj/dbm.c: Copy the elements between the struct DBT and | Ezra Peisach | 1996-07-23 | 1 | -0/+5 |