summaryrefslogtreecommitdiffstats
path: root/src/util/support
Commit message (Expand)AuthorAgeFilesLines
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-294/+0
* more DEFS=Ken Raeburn2006-04-042-0/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-15/+15
* make dependKen Raeburn2006-03-271-0/+3
* Initial enhanced error message support, similar to what I sent toKen Raeburn2006-03-265-0/+155
* * plugins.c (krb5int_get_plugin_dir_data): If dirhandle is null or theKen Raeburn2006-03-132-5/+9
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-112-5/+9
* missed a dlsym call removalKen Raeburn2006-03-081-1/+0
* Oops. This should come closer to building on Windows..Ken Raeburn2006-03-082-18/+49
* krb5.h, which is built after util/et, which is built after the supportKen Raeburn2006-03-082-8/+32
* Merge from plugin branchKen Raeburn2006-03-074-2/+361
* Qing Dong <dongq@mit.edu> provided a set of changes to allowJeffrey Altman2006-02-272-0/+6
* copyright updateKen Raeburn2006-01-261-1/+1
* * fake-addrinfo.c (krb5int_in6addr_any): Always defineKen Raeburn2006-01-252-5/+3
* * threads.c (krb5int_mutex_alloc, krb5int_mutex_free, krb5int_mutex_lock,Ken Raeburn2006-01-253-1/+53
* make dependTom Yu2005-11-291-13/+6
* * fake_addrinfo.c (getaddrinfo): AI_NUMERICSERV fix for AIXKen Raeburn2005-09-092-1/+15
* Add stub for krb5int_pthread_loaded() for WindowsJeffrey Altman2005-07-282-0/+10
* Update dependenciesKen Raeburn2005-06-211-6/+13
* 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
* threads.c (thread_termination): Free array of pointers to thread-specific dat...Alexandra Ellwood2005-03-202-24/+38
* 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
* Some applications such as Eudora on Windows load and unload the KerberosJeffrey Altman2005-01-172-0/+8
* fix calling convention for thread support fnsKen Raeburn2005-01-142-6/+18
* * threads.c (krb5int_mutex_lock_update_stats,Ken Raeburn2005-01-052-0/+24
* run "make depend"Ken Raeburn2004-12-301-13/+14
* 2004-12-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-12-152-2/+6
* * 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-161-5/+11
* Make static linking not require -lsocket, -lnsl, etc.Ken Raeburn2004-11-156-106/+217
* move getaddrinfo hacks into support lib for easier maintenanceKen Raeburn2004-11-033-8/+1361
* * libkrb5support.exports: Export krb5int_fac, _lock_fac, _unlock_facKen Raeburn2004-10-252-0/+8
* * 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
* Add a mutex to protect the per-process fake-getaddrinfo data cache.Ken Raeburn2004-07-233-8/+61
* * fake-addrinfo.c: New file.Ken Raeburn2004-07-193-3/+60
* Make thread-specific data support build under Windows (but don't enable it yet)Ken Raeburn2004-07-072-2/+11
* typo in last changeKen Raeburn2004-06-241-1/+0
* * threads.c: Reorganize code: One definition of each function, withKen Raeburn2004-06-242-181/+177
* * threads.c (key_lock): Change to a k5_mutex_t.Ken Raeburn2004-06-212-21/+72
* * Makefile.in (BUILDTOP, LIBNAME, XTRA, OBJFILE): Define for Windows.Ken Raeburn2004-06-183-2/+126
* * libkrb5support.exports: Drop krb5int_foreach_localaddrKen Raeburn2004-06-142-1/+4
* Run make dependSam Hartman2004-06-081-4/+0
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-042-1/+5
* * threads.c (krb5int_thread_support_fini) [!ENABLE_THREADS]: Provide a dummyKen Raeburn2004-05-062-0/+8
* * fake-addrinfo.c: DeletedKen Raeburn2004-05-063-12/+3