aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2004-09-28* prof_file.c (profile_dereference_data_locked): New function.Ken Raeburn4-2/+18
2004-09-26 * Makefile.in (check-unix-tcl-ok): Use KRB5_RUN_ENVTom Yu3-1/+9
2004-09-25Make patchlevel.h be the master version fileTom Yu4-15/+72
2004-09-23* prof_tree.c (struct profile_node): Add new bitfield DELETED.Ken Raeburn6-13/+109
2004-09-23regeneratedKen Raeburn1-6/+8
2004-09-23* profile.swg: Only include tclsh.i if building for Tcl.Ken Raeburn2-3/+26
2004-09-22Better support for using libutil on systems that need it for variousTom Yu2-0/+7
2004-09-15* reconf: Export ACLOCAL=true to environmentKen Raeburn2-0/+9
2004-08-28* prof_file.c (profile_open_file): If an error occurs while updating from theKen Raeburn2-0/+8
2004-08-28* prof_parse.c (parse_std_line): Rewrite handling of whitespace in and afterKen Raeburn2-6/+20
2004-08-27* profile_tcl.c: New file, generated from profile.swg, but checked in to avoidKen Raeburn2-0/+2084
2004-08-27* profile.swg: New file.Ken Raeburn4-4/+266
2004-08-27* run.test (getnwords): Run data through "cat -v", because at least one versionKen Raeburn2-1/+11
2004-08-27* prof_int.h (struct _prf_data_t): Add a mutex.Ken Raeburn5-50/+142
2004-08-21whitespaceKen Raeburn1-10/+10
2004-08-15* run.test (getnwords): Rewrite to drop blank lines before counting lines, no...Ken Raeburn2-1/+6
2004-08-12* run.test (getnwords): New function. Uses sed to get N words from $DICT asKen Raeburn2-11/+21
2004-08-08* threads.c (GET_NO_PTHREAD_TSD) [!HAVE_PRAGMA_WEAK_REF]: Macro result typeKen Raeburn2-1/+6
2004-07-31* threads.c (krb5int_thread_support_init): Do finish initialization after key...Ken Raeburn2-2/+10
2004-07-30 * configure.in: Only sanity-check setutent() API if there is noTom Yu2-16/+23
2004-07-23Add a mutex to protect the per-process fake-getaddrinfo data cache.Ken Raeburn3-8/+61
2004-07-19* fake-addrinfo.c: New file.Ken Raeburn3-3/+60
2004-07-16update dependenciesKen Raeburn1-2/+2
2004-07-16update dependenciesKen Raeburn1-13/+24
2004-07-16* pty-int.h: Include port-sockets.h instead of netdb.h and netinet/in.hKen Raeburn2-2/+6
2004-07-15* Makefile.in (MLIBS): Add $(LIBS)Ken Raeburn2-1/+3
2004-07-15* libprofile.exports: Don't try to export krb5int_profile_shared_dataKen Raeburn2-1/+5
2004-07-07Make thread-specific data support build under Windows (but don't enable it yet)Ken Raeburn2-2/+11
2004-07-04* error_message.c (remove_error_table) [!ENABLE_THREADS && DEBUG_THREADS]: Up...Ken Raeburn2-1/+6
2004-06-24typo in last changeKen Raeburn1-1/+0
2004-06-24* threads.c: Reorganize code: One definition of each function, withKen Raeburn2-181/+177
2004-06-22Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn6-20/+11
2004-06-21* threads.c (key_lock): Change to a k5_mutex_t.Ken Raeburn2-21/+72
2004-06-19ignore generated timestamp file autoconf.stmpKen Raeburn1-0/+1
2004-06-19* mpool/mpool.c (mpool_get, mpool_write): Check that the offset calculationKen Raeburn2-0/+17
2004-06-19* Makefile.in (SHLIB_EXPLIBS): Add $(LIBS)Ken Raeburn4-2/+7
2004-06-18* Makefile.in (all-windows): Build support directoryKen Raeburn2-0/+7
2004-06-18* Makefile.in (BUILDTOP, LIBNAME, XTRA, OBJFILE): Define for Windows.Ken Raeburn3-2/+126
2004-06-18* Makefile.in ($(OUTPRE)test_et.exe): New target.Ken Raeburn4-11/+63
2004-06-17Purge make targets and variables (and a few files) relating to the old,Ken Raeburn6-12/+13
2004-06-16 * depfix.sed: Delete /os/usr/include as well, to cope with anTom Yu2-0/+7
2004-06-14* libkrb5support.exports: Drop krb5int_foreach_localaddrKen Raeburn2-1/+4
2004-06-12* pty-int.h (_AIX && _THREAD_SAFE): Undefine _THREAD_SAFEKen Raeburn2-0/+19
2004-06-12* Makefile.in (include/generated.stmp): New intermediate target file, toKen Raeburn3-5/+18
2004-06-08Run make dependSam Hartman2-6/+4
2004-06-08* Makefile.in ($(srcdir)/include/config.h.in): Always use --include, never tryKen Raeburn2-1/+6
2004-06-04Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn12-6/+30
2004-06-04* prof_file.c (profile_open_file): Handle earlier (draft POSIX) specificationsKen Raeburn2-4/+13
2004-06-03Oops. Fixes last night's test failures in last night's build..Ken Raeburn2-0/+6
2004-06-03Closer to thread-safe..Ken Raeburn3-1/+17