| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -294/+0 |
| * | more DEFS= | Ken Raeburn | 2006-04-04 | 1 | -0/+4 |
| * | Initial enhanced error message support, similar to what I sent to | Ken Raeburn | 2006-03-26 | 1 | -0/+8 |
| * | * plugins.c (krb5int_get_plugin_dir_data): If dirhandle is null or the | Ken Raeburn | 2006-03-13 | 1 | -0/+6 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -0/+4 |
| * | Oops. This should come closer to building on Windows.. | Ken Raeburn | 2006-03-08 | 1 | -0/+13 |
| * | krb5.h, which is built after util/et, which is built after the support | Ken Raeburn | 2006-03-08 | 1 | -0/+10 |
| * | Merge from plugin branch | Ken Raeburn | 2006-03-07 | 1 | -0/+8 |
| * | Qing Dong <dongq@mit.edu> provided a set of changes to allow | Jeffrey Altman | 2006-02-27 | 1 | -0/+4 |
| * | * fake-addrinfo.c (krb5int_in6addr_any): Always define | Ken Raeburn | 2006-01-25 | 1 | -0/+2 |
| * | * threads.c (krb5int_mutex_alloc, krb5int_mutex_free, krb5int_mutex_lock, | Ken Raeburn | 2006-01-25 | 1 | -0/+9 |
| * | * fake_addrinfo.c (getaddrinfo): AI_NUMERICSERV fix for AIX | Ken Raeburn | 2005-09-09 | 1 | -0/+9 |
| * | Add stub for krb5int_pthread_loaded() for Windows | Jeffrey Altman | 2005-07-28 | 1 | -0/+5 |
| * | 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 |