| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing paren | Sam Hartman | 2003-03-06 | 1 | -1/+1 |
* | * profile.hin, prof_file.c (profile_flush_file_data): Stop copying the resour... | Alexandra Ellwood | 2003-03-06 | 6 | -104/+107 |
* | * com_err.c, com_err.h, error_message.c, et_c.awk, et_h.awk: Removed Mac OS 9... | Alexandra Ellwood | 2003-03-06 | 6 | -139/+17 |
* | Remove ADD_DEF and uses thereof, and move the appropriate symbols to | Tom Yu | 2003-03-03 | 2 | -1/+5 |
* | Use com_err_deplib rather than an explicit path so we do not have our | Sam Hartman | 2003-03-02 | 2 | -2/+2 |
* | * Makefile.in (std_rqs.c): Depend on ct_c.sed and ct_c.awk | Ken Raeburn | 2003-02-06 | 2 | -1/+5 |
* | * mkrel: Exclude .rconf files | Tom Yu | 2003-02-05 | 2 | -1/+5 |
* | * parse.c: Include errno.h for declaration of errno | Ezra Peisach | 2003-01-24 | 2 | -1/+5 |
* | * prof_file.c (profile_flush_file_data): [_WIN32]: Don't call sync | Ken Raeburn | 2003-01-17 | 2 | -0/+7 |
* | * profile.pbexp: New file | Ken Raeburn | 2003-01-13 | 2 | -0/+35 |
* | * prof_int.h (SHARE_TREE_DATA): Define only on Mac | Ken Raeburn | 2003-01-13 | 2 | -2/+5 |
* | Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather than | Ken Raeburn | 2003-01-10 | 8 | -10/+11 |
* | Use passwd entry for ~ expansion if $HOME isn't set. | Ken Raeburn | 2003-01-10 | 3 | -20/+43 |
* | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 18 | -13/+54 |
* | Try to do atomic file swap on UNIX when updating profile | Ken Raeburn | 2003-01-09 | 2 | -3/+34 |
* | Support \r as additional line separator on Mac OS X | Ken Raeburn | 2003-01-09 | 3 | -3/+60 |
* | Only system headers should declare errno | Sam Hartman | 2003-01-05 | 8 | -6/+25 |
* | blah | Sam Hartman | 2003-01-01 | 1 | -0/+645 |
* | 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 |