| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Make static linking not require -lsocket, -lnsl, etc. | Ken Raeburn | 2004-11-15 | 6 | -106/+217 |
| * | move getaddrinfo hacks into support lib for easier maintenance | Ken Raeburn | 2004-11-03 | 3 | -8/+1361 |
| * | * libkrb5support.exports: Export krb5int_fac, _lock_fac, _unlock_fac | Ken Raeburn | 2004-10-25 | 2 | -0/+8 |
| * | * threads.c (GET_NO_PTHREAD_TSD) [!HAVE_PRAGMA_WEAK_REF]: Macro result type | Ken Raeburn | 2004-08-08 | 2 | -1/+6 |
| * | * threads.c (krb5int_thread_support_init): Do finish initialization after key... | Ken Raeburn | 2004-07-31 | 2 | -2/+10 |
| * | Add a mutex to protect the per-process fake-getaddrinfo data cache. | Ken Raeburn | 2004-07-23 | 3 | -8/+61 |
| * | * fake-addrinfo.c: New file. | Ken Raeburn | 2004-07-19 | 3 | -3/+60 |
| * | Make thread-specific data support build under Windows (but don't enable it yet) | Ken Raeburn | 2004-07-07 | 2 | -2/+11 |
| * | typo in last change | Ken Raeburn | 2004-06-24 | 1 | -1/+0 |
| * | * threads.c: Reorganize code: One definition of each function, with | Ken Raeburn | 2004-06-24 | 2 | -181/+177 |
| * | * threads.c (key_lock): Change to a k5_mutex_t. | Ken Raeburn | 2004-06-21 | 2 | -21/+72 |
| * | * Makefile.in (BUILDTOP, LIBNAME, XTRA, OBJFILE): Define for Windows. | Ken Raeburn | 2004-06-18 | 3 | -2/+126 |
| * | * libkrb5support.exports: Drop krb5int_foreach_localaddr | Ken Raeburn | 2004-06-14 | 2 | -1/+4 |
| * | Run make depend | Sam Hartman | 2004-06-08 | 1 | -4/+0 |
| * | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 2 | -1/+5 |
| * | * threads.c (krb5int_thread_support_fini) [!ENABLE_THREADS]: Provide a dummy | Ken Raeburn | 2004-05-06 | 2 | -0/+8 |
| * | * fake-addrinfo.c: Deleted | Ken Raeburn | 2004-05-06 | 3 | -12/+3 |
| * | build dependencies | Ken Raeburn | 2004-05-05 | 1 | -4/+6 |
| * | * foreachaddr.c: Deleted. Code moved to lib/krb5/os/localaddr.c. | Ken Raeburn | 2004-05-05 | 3 | -840/+7 |
| * | * Makefile.in (SHLIB_EXPLIBS): Include $(LIBS). | Ken Raeburn | 2004-05-05 | 2 | -2/+4 |
| * | * threads.c (k5_key_register, destructors, k5_setspecific) [!ENABLE_THREADS]: | Ken Raeburn | 2004-05-05 | 2 | -3/+7 |
| * | exports list | Ken Raeburn | 2004-05-05 | 2 | -0/+6 |
| * | * foreachaddr.c: New file, based on include/foreachaddr.c | Ken Raeburn | 2004-05-05 | 3 | -2/+841 |
| * | fix lib name; add fini func | Ken Raeburn | 2004-05-04 | 1 | -2/+2 |
| * | * New directory. | Ken Raeburn | 2004-05-04 | 4 | -0/+315 |