| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge some Mac-specific changes from meeroh's branch: | Ken Raeburn | 2002-12-31 | 7 | -115/+176 |
| * | Replace dependencies on generated krb524 and krb4 headers with | Tom Yu | 2002-12-23 | 2 | -0/+10 |
| * | * prof_file.c: Cast return from prof_mutex_lock and | Ezra Peisach | 2002-12-23 | 2 | -7/+13 |
| * | * prof_int.h: Define USE_PTHREADS and include pthread.h if on MacOS X. | Ken Raeburn | 2002-12-21 | 3 | -3/+43 |
| * | Merge in data tree sharing, minus locking support, plus a bugfix or two | Ken Raeburn | 2002-12-20 | 4 | -9/+152 |
| * | update dependencies | Tom Yu | 2002-12-12 | 1 | -8/+8 |
| * | Fix depend rules to keep state about whether verification of various | Tom Yu | 2002-12-12 | 2 | -1/+6 |
| * | * et_h.awk: It's "const struct error_table et_" in the c file, so | Tom Yu | 2002-12-12 | 2 | -1/+6 |
| * | Checkpoint first step of merge. | Ken Raeburn | 2002-12-07 | 8 | -101/+142 |
| * | * prof_get.c (conf_yes, conf_no): Entries now point to const. | Ken Raeburn | 2002-12-07 | 2 | -4/+10 |
| * | * configure.in: Quote the argument to AC_CHECK_HEADER. Autoconf | Ezra Peisach | 2002-12-06 | 2 | -1/+6 |
| * | * depfix.sed: Remove tcl-specific headers from dependencies. | Tom Yu | 2002-11-27 | 2 | -2/+10 |
| * | update dependencies | Tom Yu | 2002-11-27 | 1 | -1/+0 |
| * | Invoke autoconf/autoreconf with the option --localdir or --include depending | Ezra Peisach | 2002-11-14 | 2 | -2/+21 |
| * | Implement an install-headers target to install public headers into KRB5_INCDIR; | Sam Hartman | 2002-10-07 | 4 | -0/+13 |
| * | Move test_* from all to check target | Sam Hartman | 2002-10-03 | 2 | -1/+8 |
| * | * depgen.sed: Solaris sed doesn't like '\(^.*$\)'; replace it with | Tom Yu | 2002-09-27 | 2 | -1/+6 |
| * | Work out pathname for gcc fixincludes headers via "-print-libgcc-file-name" and | Ken Raeburn | 2002-09-14 | 3 | -5/+23 |
| * | Permit building against either the in-tree version of db2 or a system version | Ken Raeburn | 2002-09-13 | 2 | -1/+6 |
| * | * depfix.sed: Replace db2 headers with $(DB_DEPS) | Ken Raeburn | 2002-09-13 | 2 | -0/+5 |
| * | * Makefile.in (LOCALINCLUDES): Don't reference et directory. | Ken Raeburn | 2002-09-11 | 2 | -10/+13 |
| * | Move all depfix2.sed generation into depgen.sed, so ".." in $(srcdir) and | Ken Raeburn | 2002-09-11 | 2 | -4/+69 |
| * | * Makefile.in (LOCALINCLUDES): Drop references to .. and et directories in | Ken Raeburn | 2002-09-11 | 2 | -2/+8 |
| * | use stdint.h and inttypes.h if available | Ken Raeburn | 2002-09-05 | 4 | -1/+16 |
| * | * reconf: Give up if autoreconf fails | Ken Raeburn | 2002-09-03 | 2 | -1/+5 |
| * | * mkrel: set -e to catch errors. Only build and clean autoconf if | Tom Yu | 2002-09-03 | 2 | -7/+17 |
| * | * acconfig.h: Remove file. All handled by configure.in now | Ezra Peisach | 2002-09-03 | 2 | -15/+4 |
| * | * com_err.c (default_com_err_proc, com_err_va, set_com_err_hook): Define with... | Ken Raeburn | 2002-09-02 | 2 | -16/+13 |
| * | * Makefile.in (MY_SUBDIRS) [##WIN32##]: Hide variable definition inside "!if 0" | Ken Raeburn | 2002-08-30 | 2 | -0/+11 |
| * | rename macros in last makefile.in change to use _ instead of - in names | Ken Raeburn | 2002-08-29 | 2 | -7/+7 |
| * | * Makefile.in (MAYBE_ET-k5, MAYBE_ET-sys, MAYBE_SS-k5, MAYBE_SS-sys): New | Ken Raeburn | 2002-08-29 | 2 | -1/+12 |
| * | * depfix.sed: Replace in-tree ss header files with $(SS_DEPS) | Ken Raeburn | 2002-08-29 | 2 | -0/+5 |
| * | * pty_err.et: Add final "end" statement | Ken Raeburn | 2002-08-29 | 2 | -0/+4 |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 20 | -15/+45 |
| * | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 1 | -0/+11 |
| * | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 7 | -0/+22 |
| * | * btree/bt_split.c (bt_psplit): Correctly account for | Tom Yu | 2002-08-28 | 2 | -2/+9 |
| * | Quote targets of some copy operations within the build tree. Needed | Ken Raeburn | 2002-08-27 | 4 | -2/+11 |
| * | * Makefile: Deleted | Ken Raeburn | 2002-08-24 | 2 | -23/+2 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 22 | -16/+50 |
| * | * dbtest.c: Include btree.h if we're compiled with -DSTATISTICS | Tom Yu | 2002-08-23 | 3 | -1/+21 |
| * | * main.c: Disable append(); we don't have R_APPEND in this release | Tom Yu | 2002-08-23 | 2 | -8/+88 |
| * | * Makefile.in (LIBMINOR): Bump due to addition of bt_rseq() | Tom Yu | 2002-08-23 | 8 | -12/+474 |
| * | * db.h: Add rename and prototype for bt_rseq(); this is a kludge | Tom Yu | 2002-08-23 | 2 | -0/+7 |
| * | * Makefile.in (EXTRADEPSRCS): New variable. | Ken Raeburn | 2002-08-15 | 2 | -0/+14 |
| * | * Makefile.in (SUBDIROBJLISTS): New variable | Ken Raeburn | 2002-08-15 | 2 | -0/+5 |
| * | * Makefile.in ($(HDRS)): Depend on 'includes'. | Ken Raeburn | 2002-08-14 | 2 | -1/+8 |
| * | When directory was deleted, Makefile.in was left behind | Ezra Peisach | 2002-07-30 | 1 | -110/+0 |
| * | drop libdyn as a separate library | Ken Raeburn | 2002-07-17 | 23 | -1596/+4 |
| * | * reconf: Create include/krb5/autoconf.stmp on success if it didn't already e... | Ken Raeburn | 2002-07-17 | 2 | -1/+11 |