summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* Stop generating per-directory sed scripts, and use perl to compute the patternsKen Raeburn2005-04-213-141/+113
* * depgen.sed: Delete faulty check for $(srcdir), and redundant check for $(SR...Ken Raeburn2005-04-202-26/+6
* update dependenciesKen Raeburn2005-04-131-16/+16
* * configure.in: Don't check for getpwuid_r here.Ken Raeburn2005-03-263-17/+9
* threads.c (thread_termination): Free array of pointers to thread-specific dat...Alexandra Ellwood2005-03-202-24/+38
* * Makefile.in (EXTRADEPSRCS): DefineKen Raeburn2005-03-142-0/+24
* st_mtim.tv_nsec, not tv_usecKen Raeburn2005-03-133-4/+4
* profile library should check high-resolution timestamps if availableKen Raeburn2005-03-134-1/+26
* profile_clear_relation doesn't work, iterator still sees deleted nodesKen Raeburn2005-03-043-0/+50
* possible profile null pointer deref in threaded appKen Raeburn2005-02-234-8/+45
* * et/error_message.c (com_err_initialize, com_err_terminate): IfKen Raeburn2005-02-094-2/+33
* There is a memory leak here, if a thread has registered some per-thread dataKen Raeburn2005-02-092-2/+30
* * threads.c (k5_key_delete) [ENABLE_THREADS && !_WIN32]: Don't abort,Ken Raeburn2005-01-182-2/+7
* re-initialize 'terminated' variable to 0 during initialization routineJeffrey Altman2005-01-181-1/+2
* Some applications such as Eudora on Windows load and unload the KerberosJeffrey Altman2005-01-174-0/+14
* fix calling convention for thread support fnsKen Raeburn2005-01-142-6/+18
* * prof_file.c (profile_open_file): If mutex creation fails, free storageKen Raeburn2005-01-142-1/+4
* * error_message.c (com_err_terminate): Lock the list mutex before walkingKen Raeburn2005-01-142-1/+8
* 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