| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * Makefile.in (libdb.a): Quiet the if statement | Tom Yu | 1995-07-03 | 3 | -5/+10 |
| * | * Replace Gcc test from top level configure.in with one from | Sam Hartman | 1995-07-03 | 3 | -10/+16 |
| * | * configure.in: Don't check for pgno_t; it's not in sys/types.h on | Tom Yu | 1995-07-02 | 2 | -1/+6 |
| * | Add shared library support | Paul Park | 1995-06-30 | 6 | -2/+44 |
| * | Rename ct_c.*.in to ct_c_*.in, so that the sources will unpack cleanly | Theodore Tso | 1995-06-28 | 4 | -8/+14 |
| * | Rename ct_c.* to ct_c.*.in. ct_c.sed.in is now processed by sed to | Theodore Tso | 1995-06-28 | 5 | -14/+27 |
| * | * configure.in: int*_t and pgno_t declarations from | Mark Eichin | 1995-06-28 | 2 | -0/+12 |
| * | * configure.in: use AC_CHECK_FUNCS and check for memmove. | Mark Eichin | 1995-06-28 | 3 | -1/+10 |
| * | * dbtest.c (xmalloc): use memcpy, memmove isn't needed. | Mark Eichin | 1995-06-28 | 3 | -2/+10 |
| * | * run.test: look in /usr/share/lib/dict/words to find the words | Mark Eichin | 1995-06-28 | 2 | -1/+8 |
| * | * db.h: *int*_t are likely to collide with native types, | Mark Eichin | 1995-06-28 | 2 | -15/+7 |
| * | * configure.in: *int*_t are likely to collide with native types, | Mark Eichin | 1995-06-28 | 2 | -1/+14 |
| * | Compiler warning cleanup | Paul Park | 1995-06-27 | 4 | -2/+12 |
| * | Made makeshlib produced by Makefile, so I can know whether I'm running Gcc. ... | Sam Hartman | 1995-06-26 | 4 | -5/+53 |
| * | * configure.in: fix typo; appended "all" rule needs two colons to | Tom Yu | 1995-06-24 | 2 | -1/+6 |
| * | * error_table.h: reverse sense of KRB5_PROVIDE_PROTOTYPES | Tom Yu | 1995-06-23 | 2 | -3/+4 |
| * | Fixed typos that prevent static libs from working. Add code | Sam Hartman | 1995-06-23 | 2 | -2/+9 |
| * | Change done to DONE for shared library rules | Paul Park | 1995-06-23 | 2 | -4/+9 |
| * | Forgot to add Changelog entry | Sam Hartman | 1995-06-23 | 1 | -0/+4 |
| * | Changes to support AIX shared libraries. The interactions | Sam Hartman | 1995-06-23 | 4 | -5/+63 |
| * | put -Llt back, sent email to djm | Mark Eichin | 1995-06-22 | 1 | -2/+2 |
| * | Installed autoconf 2.4 in the Kerberos V5 tree. This reverted a few | Theodore Tso | 1995-06-21 | 37 | -1274/+2768 |
| * | * getsyms, getsyms.sed: fix a few random bugs | Tom Yu | 1995-06-20 | 3 | -25/+62 |
| * | * getsyms, getsyms.sed: simple scripts to find #ifdef's that | Tom Yu | 1995-06-19 | 3 | -0/+71 |
| * | Fix run.test to run under Ultrix | Paul Park | 1995-06-16 | 2 | -6/+12 |
| * | * libupdate.sh: oops they were right to begin with; hack | Tom Yu | 1995-06-16 | 2 | -2/+5 |
| * | * libupdate.sh: ARADD and ARCHIVE were backwards | Tom Yu | 1995-06-16 | 2 | -2/+5 |
| * | Remove status message from OSF/1 shared library build | Paul Park | 1995-06-16 | 1 | -1/+0 |
| * | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 2 | -5/+19 |
| * | Really check for /bin/sh5 | Paul Park | 1995-06-13 | 1 | -1/+1 |
| * | Fix test for Ultrix and Solaris | Paul Park | 1995-06-13 | 4 | -1/+19 |
| * | * Makefile.in: don't install libss.a | Tom Yu | 1995-06-13 | 2 | -8/+4 |
| * | * configure.in: fix intial value of CDEFS_INCLUDE so that make | Tom Yu | 1995-06-11 | 2 | -1/+6 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 12 | -16/+30 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 4 | -11/+14 |
| * | error.c (ss_error): remove const declaration from local variable. (it is | Ezra Peisach | 1995-06-09 | 4 | -2/+16 |
| * | list_req.c, ss_internal.h: Clean up -Wall flames | Theodore Tso | 1995-06-09 | 5 | -15/+29 |
| * | Change mk_cmds so that the output file is always created in the | Theodore Tso | 1995-06-09 | 2 | -2/+9 |
| * | Don't install compile_et.1; we're not installing the program, anyway | Theodore Tso | 1995-06-08 | 2 | -3/+9 |
| * | Add install target | Theodore Tso | 1995-06-08 | 2 | -0/+6 |
| * | configure.in (CDEFS_INCLUDE): /bin/sh doesn't grok $(foo); it wants ${foo}! | Theodore Tso | 1995-06-07 | 4 | -2/+10 |
| * | * configure.in: fix make install | Tom Yu | 1995-06-07 | 2 | -0/+5 |
| * | * configure.in: | Tom Yu | 1995-06-07 | 3 | -10/+12 |
| * | Better handling of error codes returned by winsock | Keith Vetter | 1995-06-03 | 2 | -0/+13 |
| * | Use sys/cdefs.h if present (e.g. linux) | Paul Park | 1995-05-30 | 6 | -2/+27 |
| * | If the size field of a struct datum != size field of DBT, you need to copy | Ezra Peisach | 1995-05-30 | 3 | -0/+104 |
| * | Check for the signal type in compiling tests | Ezra Peisach | 1995-05-30 | 3 | -1/+9 |
| * | Add support for building shared libraries | Theodore Tso | 1995-05-27 | 1 | -1/+1 |
| * | Add support for building shared libraries | Theodore Tso | 1995-05-27 | 3 | -2/+18 |
| * | Add berk_db to list of subdirectories | Paul Park | 1995-05-26 | 2 | -1/+5 |