summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* profile code never destroys its per-file mutexesKen Raeburn2005-01-142-6/+12
* * threads.c (krb5int_mutex_lock_update_stats,Ken Raeburn2005-01-052-0/+24
* run "make depend"Ken Raeburn2004-12-305-101/+118
* Do the target object file name hacking in "make depend" earlier, before theKen Raeburn2004-12-303-6/+29
* * def-check.pl: Check for PRIVATE or INTERNAL annotations in defsTom Yu2004-12-212-1/+13
* 2004-12-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-12-152-2/+6
* insufficient locking in profile re-reading caseKen Raeburn2004-12-152-1/+47
* * libkrb5support.exports: Add krb5int_in6addr_anyKen Raeburn2004-12-062-0/+3
* hooks for recording statistics on locking behaviorKen Raeburn2004-12-064-0/+125
* * fake-addrinfo.c (HAVE_GETADDRINFO, HAVE_GETNAMEINFO)[_WIN32]: Don't defineKen Raeburn2004-11-192-8/+15
* make dependKen Raeburn2004-11-162-7/+12
* Make static linking not require -lsocket, -lnsl, etc.Ken Raeburn2004-11-156-106/+217
* * et_h.awk: Declare initialize_*_error_table as taking no arguments.Ken Raeburn2004-11-053-2/+8
* * prof_init.c, profile.hin: added profile_is_modified and profile_is_writable...Alexandra Ellwood2004-11-043-0/+41
* * prof_set.c: profile calls which set values should not fail if file is not ...Alexandra Ellwood2004-11-042-3/+7
* move getaddrinfo hacks into support lib for easier maintenanceKen Raeburn2004-11-033-8/+1361
* fix mkrel's RELTAIL handlingTom Yu2004-10-312-4/+10
* call stat less often on krb5.confKen Raeburn2004-10-303-0/+37
* Permit exporting profile file data into a bufferKen Raeburn2004-10-279-32/+215
* * libkrb5support.exports: Export krb5int_fac, _lock_fac, _unlock_facKen Raeburn2004-10-252-0/+8
* * prof_file.c (profile_update_file_data): When resetting flags, preserve SHAREDKen Raeburn2004-10-223-25/+75
* * libprofile.exports: Add profile_flush_to_fileKen Raeburn2004-10-192-0/+5
* Allow profile library caller to write the modified data to a differentKen Raeburn2004-10-188-28/+122
* * prof_file.c, prof_int.h, prof_set.c: Remove support for non-SHARE_TREE_DATAKen Raeburn2004-10-155-73/+107
* * prof_file.c (profile_library_initializer, profile_library_finalizer): Adde...Alexandra Ellwood2004-10-132-0/+10
* Need prototypes for profile_lock_global and profile_unlock_globalAlexandra Ellwood2004-10-132-0/+8
* Fix small memory leak in repeated krb5 context creation and deletion:Ken Raeburn2004-10-133-2/+8
* * et_c.awk, et_h.awk: Fix off-by-one error.Tom Yu2004-10-075-4/+11
* * et_c.awk, et_h.awk: Complain if the error table is too large.Ken Raeburn2004-10-075-14/+41
* * prof_file.c (profile_dereference_data_locked): New function.Ken Raeburn2004-09-284-2/+18
* * Makefile.in (check-unix-tcl-ok): Use KRB5_RUN_ENVTom Yu2004-09-263-1/+9
* Make patchlevel.h be the master version fileTom Yu2004-09-254-15/+72
* * prof_tree.c (struct profile_node): Add new bitfield DELETED.Ken Raeburn2004-09-236-13/+109
* regeneratedKen Raeburn2004-09-231-6/+8
* * profile.swg: Only include tclsh.i if building for Tcl.Ken Raeburn2004-09-232-3/+26
* Better support for using libutil on systems that need it for variousTom Yu2004-09-222-0/+7
* * reconf: Export ACLOCAL=true to environmentKen Raeburn2004-09-152-0/+9
* * prof_file.c (profile_open_file): If an error occurs while updating from theKen Raeburn2004-08-282-0/+8
* * prof_parse.c (parse_std_line): Rewrite handling of whitespace in and afterKen Raeburn2004-08-282-6/+20
* * profile_tcl.c: New file, generated from profile.swg, but checked in to avoidKen Raeburn2004-08-272-0/+2084
* * profile.swg: New file.Ken Raeburn2004-08-274-4/+266
* * run.test (getnwords): Run data through "cat -v", because at least one versionKen Raeburn2004-08-272-1/+11
* * prof_int.h (struct _prf_data_t): Add a mutex.Ken Raeburn2004-08-275-50/+142
* whitespaceKen Raeburn2004-08-211-10/+10
* * run.test (getnwords): Rewrite to drop blank lines before counting lines, no...Ken Raeburn2004-08-152-1/+6
* * run.test (getnwords): New function. Uses sed to get N words from $DICT asKen Raeburn2004-08-122-11/+21
* * threads.c (GET_NO_PTHREAD_TSD) [!HAVE_PRAGMA_WEAK_REF]: Macro result typeKen Raeburn2004-08-082-1/+6
* * threads.c (krb5int_thread_support_init): Do finish initialization after key...Ken Raeburn2004-07-312-2/+10
* * configure.in: Only sanity-check setutent() API if there is noTom Yu2004-07-302-16/+23
* Add a mutex to protect the per-process fake-getaddrinfo data cache.Ken Raeburn2004-07-233-8/+61