| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add run-time determination of whether thread support is available in the | Ken Raeburn | 2005-06-01 | 1 | -0/+11 |
| * | * fake-addrinfo.c (fai_add_hosts_by_name): Pass null pointer instead of telnet | Ken Raeburn | 2005-05-18 | 1 | -0/+5 |
| * | threads.c (thread_termination): Free array of pointers to thread-specific dat... | Alexandra Ellwood | 2005-03-20 | 1 | -0/+8 |
| * | There is a memory leak here, if a thread has registered some per-thread data | Ken Raeburn | 2005-02-09 | 1 | -0/+7 |
| * | * threads.c (k5_key_delete) [ENABLE_THREADS && !_WIN32]: Don't abort, | Ken Raeburn | 2005-01-18 | 1 | -0/+5 |
| * | Some applications such as Eudora on Windows load and unload the Kerberos | Jeffrey Altman | 2005-01-17 | 1 | -0/+5 |
| * | fix calling convention for thread support fns | Ken Raeburn | 2005-01-14 | 1 | -0/+9 |
| * | * threads.c (krb5int_mutex_lock_update_stats, | Ken Raeburn | 2005-01-05 | 1 | -0/+7 |
| * | 2004-12-15 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2004-12-15 | 1 | -0/+4 |
| * | * libkrb5support.exports: Add krb5int_in6addr_any | Ken Raeburn | 2004-12-06 | 1 | -0/+2 |
| * | hooks for recording statistics on locking behavior | Ken Raeburn | 2004-12-06 | 1 | -0/+12 |
| * | * fake-addrinfo.c (HAVE_GETADDRINFO, HAVE_GETNAMEINFO)[_WIN32]: Don't define | Ken Raeburn | 2004-11-19 | 1 | -0/+8 |
| * | Make static linking not require -lsocket, -lnsl, etc. | Ken Raeburn | 2004-11-15 | 1 | -0/+14 |
| * | move getaddrinfo hacks into support lib for easier maintenance | Ken Raeburn | 2004-11-03 | 1 | -0/+10 |
| * | * libkrb5support.exports: Export krb5int_fac, _lock_fac, _unlock_fac | Ken Raeburn | 2004-10-25 | 1 | -0/+5 |
| * | * threads.c (GET_NO_PTHREAD_TSD) [!HAVE_PRAGMA_WEAK_REF]: Macro result type | Ken Raeburn | 2004-08-08 | 1 | -0/+5 |
| * | * threads.c (krb5int_thread_support_init): Do finish initialization after key... | Ken Raeburn | 2004-07-31 | 1 | -0/+5 |
| * | Add a mutex to protect the per-process fake-getaddrinfo data cache. | Ken Raeburn | 2004-07-23 | 1 | -0/+13 |
| * | * fake-addrinfo.c: New file. | Ken Raeburn | 2004-07-19 | 1 | -0/+5 |
| * | Make thread-specific data support build under Windows (but don't enable it yet) | Ken Raeburn | 2004-07-07 | 1 | -0/+6 |
| * | * threads.c: Reorganize code: One definition of each function, with | Ken Raeburn | 2004-06-24 | 1 | -0/+7 |
| * | * threads.c (key_lock): Change to a k5_mutex_t. | Ken Raeburn | 2004-06-21 | 1 | -0/+14 |
| * | * Makefile.in (BUILDTOP, LIBNAME, XTRA, OBJFILE): Define for Windows. | Ken Raeburn | 2004-06-18 | 1 | -0/+14 |
| * | * libkrb5support.exports: Drop krb5int_foreach_localaddr | Ken Raeburn | 2004-06-14 | 1 | -0/+4 |
| * | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 1 | -0/+4 |
| * | * threads.c (krb5int_thread_support_fini) [!ENABLE_THREADS]: Provide a dummy | Ken Raeburn | 2004-05-06 | 1 | -0/+3 |
| * | * fake-addrinfo.c: Deleted | Ken Raeburn | 2004-05-06 | 1 | -0/+1 |
| * | * foreachaddr.c: Deleted. Code moved to lib/krb5/os/localaddr.c. | Ken Raeburn | 2004-05-05 | 1 | -0/+5 |
| * | * Makefile.in (SHLIB_EXPLIBS): Include $(LIBS). | Ken Raeburn | 2004-05-05 | 1 | -0/+2 |
| * | * threads.c (k5_key_register, destructors, k5_setspecific) [!ENABLE_THREADS]: | Ken Raeburn | 2004-05-05 | 1 | -0/+3 |
| * | exports list | Ken Raeburn | 2004-05-05 | 1 | -0/+1 |
| * | * foreachaddr.c: New file, based on include/foreachaddr.c | Ken Raeburn | 2004-05-05 | 1 | -0/+1 |
| * | * New directory. | Ken Raeburn | 2004-05-04 | 1 | -0/+7 |