| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * libprofile.exports: Add profile_flush_to_file | Ken Raeburn | 2004-10-19 | 2 | -0/+5 |
| * | Allow profile library caller to write the modified data to a different | Ken Raeburn | 2004-10-18 | 8 | -28/+122 |
| * | * prof_file.c, prof_int.h, prof_set.c: Remove support for non-SHARE_TREE_DATA | Ken Raeburn | 2004-10-15 | 5 | -73/+107 |
| * | * prof_file.c (profile_library_initializer, profile_library_finalizer): Adde... | Alexandra Ellwood | 2004-10-13 | 2 | -0/+10 |
| * | Need prototypes for profile_lock_global and profile_unlock_global | Alexandra Ellwood | 2004-10-13 | 2 | -0/+8 |
| * | Fix small memory leak in repeated krb5 context creation and deletion: | Ken Raeburn | 2004-10-13 | 3 | -2/+8 |
| * | * et_c.awk, et_h.awk: Fix off-by-one error. | Tom Yu | 2004-10-07 | 5 | -4/+11 |
| * | * et_c.awk, et_h.awk: Complain if the error table is too large. | Ken Raeburn | 2004-10-07 | 5 | -14/+41 |
| * | * prof_file.c (profile_dereference_data_locked): New function. | Ken Raeburn | 2004-09-28 | 4 | -2/+18 |
| * | * Makefile.in (check-unix-tcl-ok): Use KRB5_RUN_ENV | Tom Yu | 2004-09-26 | 3 | -1/+9 |
| * | Make patchlevel.h be the master version file | Tom Yu | 2004-09-25 | 4 | -15/+72 |
| * | * prof_tree.c (struct profile_node): Add new bitfield DELETED. | Ken Raeburn | 2004-09-23 | 6 | -13/+109 |
| * | regenerated | Ken Raeburn | 2004-09-23 | 1 | -6/+8 |
| * | * profile.swg: Only include tclsh.i if building for Tcl. | Ken Raeburn | 2004-09-23 | 2 | -3/+26 |
| * | Better support for using libutil on systems that need it for various | Tom Yu | 2004-09-22 | 2 | -0/+7 |
| * | * reconf: Export ACLOCAL=true to environment | Ken Raeburn | 2004-09-15 | 2 | -0/+9 |
| * | * prof_file.c (profile_open_file): If an error occurs while updating from the | Ken Raeburn | 2004-08-28 | 2 | -0/+8 |
| * | * prof_parse.c (parse_std_line): Rewrite handling of whitespace in and after | Ken Raeburn | 2004-08-28 | 2 | -6/+20 |
| * | * profile_tcl.c: New file, generated from profile.swg, but checked in to avoid | Ken Raeburn | 2004-08-27 | 2 | -0/+2084 |
| * | * profile.swg: New file. | Ken Raeburn | 2004-08-27 | 4 | -4/+266 |
| * | * run.test (getnwords): Run data through "cat -v", because at least one version | Ken Raeburn | 2004-08-27 | 2 | -1/+11 |
| * | * prof_int.h (struct _prf_data_t): Add a mutex. | Ken Raeburn | 2004-08-27 | 5 | -50/+142 |
| * | whitespace | Ken Raeburn | 2004-08-21 | 1 | -10/+10 |
| * | * run.test (getnwords): Rewrite to drop blank lines before counting lines, no... | Ken Raeburn | 2004-08-15 | 2 | -1/+6 |
| * | * run.test (getnwords): New function. Uses sed to get N words from $DICT as | Ken Raeburn | 2004-08-12 | 2 | -11/+21 |
| * | * threads.c (GET_NO_PTHREAD_TSD) [!HAVE_PRAGMA_WEAK_REF]: Macro result type | Ken Raeburn | 2004-08-08 | 2 | -1/+6 |
| * | * threads.c (krb5int_thread_support_init): Do finish initialization after key... | Ken Raeburn | 2004-07-31 | 2 | -2/+10 |
| * | * configure.in: Only sanity-check setutent() API if there is no | Tom Yu | 2004-07-30 | 2 | -16/+23 |
| * | Add a mutex to protect the per-process fake-getaddrinfo data cache. | Ken Raeburn | 2004-07-23 | 3 | -8/+61 |
| * | * fake-addrinfo.c: New file. | Ken Raeburn | 2004-07-19 | 3 | -3/+60 |
| * | update dependencies | Ken Raeburn | 2004-07-16 | 1 | -2/+2 |
| * | update dependencies | Ken Raeburn | 2004-07-16 | 1 | -13/+24 |
| * | * pty-int.h: Include port-sockets.h instead of netdb.h and netinet/in.h | Ken Raeburn | 2004-07-16 | 2 | -2/+6 |
| * | * Makefile.in (MLIBS): Add $(LIBS) | Ken Raeburn | 2004-07-15 | 2 | -1/+3 |
| * | * libprofile.exports: Don't try to export krb5int_profile_shared_data | Ken Raeburn | 2004-07-15 | 2 | -1/+5 |
| * | Make thread-specific data support build under Windows (but don't enable it yet) | Ken Raeburn | 2004-07-07 | 2 | -2/+11 |
| * | * error_message.c (remove_error_table) [!ENABLE_THREADS && DEBUG_THREADS]: Up... | Ken Raeburn | 2004-07-04 | 2 | -1/+6 |
| * | typo in last change | Ken Raeburn | 2004-06-24 | 1 | -1/+0 |
| * | * threads.c: Reorganize code: One definition of each function, with | Ken Raeburn | 2004-06-24 | 2 | -181/+177 |
| * | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 6 | -20/+11 |
| * | * threads.c (key_lock): Change to a k5_mutex_t. | Ken Raeburn | 2004-06-21 | 2 | -21/+72 |
| * | ignore generated timestamp file autoconf.stmp | Ken Raeburn | 2004-06-19 | 1 | -0/+1 |
| * | * mpool/mpool.c (mpool_get, mpool_write): Check that the offset calculation | Ken Raeburn | 2004-06-19 | 2 | -0/+17 |
| * | * Makefile.in (SHLIB_EXPLIBS): Add $(LIBS) | Ken Raeburn | 2004-06-19 | 4 | -2/+7 |
| * | * Makefile.in (all-windows): Build support directory | Ken Raeburn | 2004-06-18 | 2 | -0/+7 |
| * | * Makefile.in (BUILDTOP, LIBNAME, XTRA, OBJFILE): Define for Windows. | Ken Raeburn | 2004-06-18 | 3 | -2/+126 |
| * | * Makefile.in ($(OUTPRE)test_et.exe): New target. | Ken Raeburn | 2004-06-18 | 4 | -11/+63 |
| * | Purge make targets and variables (and a few files) relating to the old, | Ken Raeburn | 2004-06-17 | 6 | -12/+13 |
| * | * depfix.sed: Delete /os/usr/include as well, to cope with an | Tom Yu | 2004-06-16 | 2 | -0/+7 |
| * | * libkrb5support.exports: Drop krb5int_foreach_localaddr | Ken Raeburn | 2004-06-14 | 2 | -1/+4 |