| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * k5-int.h (krb5int_zap_data): Fix preprocessor test for Windows | Ken Raeburn | 2005-01-09 | 2 | -1/+5 |
| * | * k5-thread.h (KRB5_CALLCONV, KRB5_CALLCONV_C): Define if not defined. | Ken Raeburn | 2005-01-09 | 2 | -2/+26 |
| * | Add new function krb5_boolean krb5_is_thread_safe(void) to library. | Jeffrey Altman | 2005-01-05 | 2 | -0/+6 |
| * | * win-mac.h: define NEED_INSIXADDR_ANY for ipv6 symbol | Jeffrey Altman | 2005-01-05 | 2 | -0/+5 |
| * | * configure.in: Check for uint32_t and int32_t in system headers | Ken Raeburn | 2005-01-05 | 2 | -1/+3 |
| * | * Makefile.in (krb5.h): Don't pull in autoconf SIZEOF macros | Ken Raeburn | 2005-01-05 | 2 | -1/+4 |
| * | * krb5.hin: Flag krb5_principal2salt as KRB5_CALLCONV_WRONG | Tom Yu | 2004-12-21 | 2 | -1/+5 |
| * | * include/k5-int.h (struct _krb5int_access): Add function pointer field | Ken Raeburn | 2004-12-08 | 2 | -0/+2 |
| * | bump accessor struct version number for 1.4 | Ken Raeburn | 2004-12-08 | 2 | -1/+5 |
| * | hooks for recording statistics on locking behavior | Ken Raeburn | 2004-12-06 | 2 | -10/+64 |
| * | * win-mac.h (HAVE_GETADDRINFO, HAVE_GETNAMEINFO): Define | Ken Raeburn | 2004-11-19 | 2 | -0/+6 |
| * | * k5-int.h (struct _krb5_cc_ops): Add new function pointer field get_flags | Ken Raeburn | 2004-11-16 | 2 | -0/+5 |
| * | * krb5.hin (krb5_cc_get_flags): Declare | Ken Raeburn | 2004-11-16 | 2 | -0/+7 |
| * | Fix typo in last change | Ken Raeburn | 2004-11-03 | 1 | -1/+1 |
| * | move getaddrinfo hacks into support lib for easier maintenance | Ken Raeburn | 2004-11-03 | 2 | -1159/+33 |
| * | * fake-addrinfo.h: Include errno.h earlier | Ken Raeburn | 2004-10-29 | 2 | -2/+5 |
| * | * k5-thread.h (return_after_yield, k5_mutex_lock) [__GNUC__]: Add macro | Ken Raeburn | 2004-10-28 | 2 | -1/+27 |
| * | forgot to check in with fake-addrinfo.h | Ken Raeburn | 2004-10-06 | 1 | -0/+6 |
| * | * fake-addrinfo.h (AI_ADDRCONFIG, AI_V4MAPPED, AI_ALL): If not defined, or when | Ken Raeburn | 2004-10-05 | 1 | -7/+23 |
| * | * configure.in: Check for struct if_laddrconf, as for struct lifconf | Ken Raeburn | 2004-10-01 | 2 | -0/+18 |
| * | * configure.in: Use AC_MSG_NOTICE for krb4 messages instead of AC_MSG_RESULT, | Ken Raeburn | 2004-09-24 | 2 | -2/+7 |
| * | Add DNS resolver glue layer. Use it | Tom Yu | 2004-09-21 | 2 | -3/+4 |
| * | * configure.in: Check for h_errno declaration in netdb.h | Tom Yu | 2004-09-15 | 3 | -0/+23 |
| * | * port-sockets.h: Remove _XOPEN_SOURCE_EXTENDED hack for netdb.h, | Tom Yu | 2004-09-10 | 2 | -9/+7 |
| * | krb5.hin: add new krb5_ccache flag, KRB5_TC_NOTICKET | Jeffrey Altman | 2004-09-09 | 2 | -0/+5 |
| * | * fake-addrinfo.h (fai_add_hosts_by_name): Handle case where returned ai_cano... | Ken Raeburn | 2004-08-23 | 2 | -2/+9 |
| * | Fix Tru64 build: | Ken Raeburn | 2004-08-15 | 2 | -6/+13 |
| * | * k5-thread.h (k5_os_nothread_mutex_finish_init, k5_os_nothread_mutex_init, | Ken Raeburn | 2004-08-13 | 2 | -25/+67 |
| * | * configure.in: Solaris getpwnam_r returns struct passwd*, not | Tom Yu | 2004-08-10 | 2 | -1/+6 |
| * | * configure.in: If getpwnam_r is available, determine its return type | Ken Raeburn | 2004-08-08 | 2 | -0/+27 |
| * | * configure.in: Look for sched.h and sched_yield. | Ken Raeburn | 2004-08-07 | 3 | -4/+17 |
| * | * k5-thread.h [HAVE_PTHREAD]: Include sched.h if DEBUG_THREADS_SLOW is defined. | Ken Raeburn | 2004-08-05 | 2 | -10/+40 |
| * | * k5-int.h (krb5_rc_recover_or_initialize): Declare | Ken Raeburn | 2004-08-04 | 2 | -0/+4 |
| * | * configure.in: Actually check for pthread_mutex_lock | Ken Raeburn | 2004-08-04 | 2 | -1/+5 |
| * | * k5-thread.h [HAVE_PRAGMA_WEAK_REF]: Declare the pthread mutex functions as | Ken Raeburn | 2004-07-28 | 2 | -0/+15 |
| * | Add a mutex to protect the per-process fake-getaddrinfo data cache. | Ken Raeburn | 2004-07-23 | 2 | -4/+32 |
| * | * configure.in: Look for "struct lifconf" and maybe define HAVE_STRUCT_LIFCONF | Ken Raeburn | 2004-07-22 | 2 | -0/+17 |
| * | * fake-addrinfo.h (struct face, struct fac): Always declare. | Ken Raeburn | 2004-07-19 | 2 | -20/+26 |
| * | zap remaining bits of macsock.h support | Ken Raeburn | 2004-07-17 | 4 | -13/+4 |
| * | * fake-addrinfo.h: Don't include netdb.h, since port-sockets.h already does. | Ken Raeburn | 2004-07-16 | 3 | -8/+16 |
| * | * port-sockets.h (inet_ntop): Cast NULL to desired return pointer type | Ken Raeburn | 2004-07-16 | 2 | -2/+7 |
| * | Remove use of client principal from krb5_context (default_ccprincipal) and de... | Alexandra Ellwood | 2004-07-15 | 2 | -1/+5 |
| * | fix previous commit | Jeffrey Altman | 2004-07-15 | 1 | -1/+0 |
| * | * k5-int.h: define for WIN32 the macro krb5int_zap_data to | Jeffrey Altman | 2004-07-15 | 2 | -4/+17 |
| * | * k5-platform.h (k5_call_init_function) [DELAY_INITIALIZER] [__GNUC__]: Use a | Ken Raeburn | 2004-07-14 | 2 | -0/+17 |
| * | * k5-thread.h (k5_key_t): Add a couple new values for GSSAPI ccache name mani... | Ken Raeburn | 2004-07-14 | 2 | -0/+4 |
| * | * k5-thread.h (k5_os_mutex_init, k5_os_mutex_destroy): If | Ken Raeburn | 2004-07-14 | 2 | -2/+12 |
| * | * k5-thread.h (k5_os_mutex_lock, k5_os_mutex_unlock, k5_os_mutex_assert_locked, | Ken Raeburn | 2004-07-11 | 2 | -4/+9 |
| * | * fake-addrinfo.h (in6addr_any): If we need to define a static copy, rename it | Ken Raeburn | 2004-07-11 | 2 | -0/+5 |
| * | * configure.in: Check krb5_cv_inet6_with_dinet6 as well as krb5_cv_inet6 when | Ken Raeburn | 2004-07-11 | 2 | -1/+13 |