summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-249-41/+0
* Make configuration scripts executableSam Hartman2005-08-241-0/+0
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-2010-5/+25
* * Makefile.in ($(FAKEPREFIX)/lib): Target deleted.Ken Raeburn2005-08-172-4/+5
* Add stub for krb5int_pthread_loaded() for WindowsJeffrey Altman2005-07-282-0/+10
* Update dependenciesKen Raeburn2005-06-215-41/+60
* remove old makefileKen Raeburn2005-06-211-652/+0
* * profile.swg (errcode_t* tcl8 argout typemap): Cast return value fromKen Raeburn2005-06-063-20/+27
* Add run-time determination of whether thread support is available in theKen Raeburn2005-06-013-1/+68
* * fake-addrinfo.c (fai_add_hosts_by_name): Pass null pointer instead of telnetKen Raeburn2005-05-182-2/+36
* updated dependencies for socket-utils.h changeKen Raeburn2005-04-281-1/+2
* 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