summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* * k5-int.h (krb5int_zap_data): Fix preprocessor test for WindowsKen Raeburn2005-01-092-1/+5
* * k5-thread.h (KRB5_CALLCONV, KRB5_CALLCONV_C): Define if not defined.Ken Raeburn2005-01-092-2/+26
* Add new function krb5_boolean krb5_is_thread_safe(void) to library.Jeffrey Altman2005-01-052-0/+6
* * win-mac.h: define NEED_INSIXADDR_ANY for ipv6 symbolJeffrey Altman2005-01-052-0/+5
* * configure.in: Check for uint32_t and int32_t in system headersKen Raeburn2005-01-052-1/+3
* * Makefile.in (krb5.h): Don't pull in autoconf SIZEOF macrosKen Raeburn2005-01-052-1/+4
* * krb5.hin: Flag krb5_principal2salt as KRB5_CALLCONV_WRONGTom Yu2004-12-212-1/+5
* * include/k5-int.h (struct _krb5int_access): Add function pointer fieldKen Raeburn2004-12-082-0/+2
* bump accessor struct version number for 1.4Ken Raeburn2004-12-082-1/+5
* hooks for recording statistics on locking behaviorKen Raeburn2004-12-062-10/+64
* * win-mac.h (HAVE_GETADDRINFO, HAVE_GETNAMEINFO): DefineKen Raeburn2004-11-192-0/+6
* * k5-int.h (struct _krb5_cc_ops): Add new function pointer field get_flagsKen Raeburn2004-11-162-0/+5
* * krb5.hin (krb5_cc_get_flags): DeclareKen Raeburn2004-11-162-0/+7
* Fix typo in last changeKen Raeburn2004-11-031-1/+1
* move getaddrinfo hacks into support lib for easier maintenanceKen Raeburn2004-11-032-1159/+33
* * fake-addrinfo.h: Include errno.h earlierKen Raeburn2004-10-292-2/+5
* * k5-thread.h (return_after_yield, k5_mutex_lock) [__GNUC__]: Add macroKen Raeburn2004-10-282-1/+27
* forgot to check in with fake-addrinfo.hKen Raeburn2004-10-061-0/+6
* * fake-addrinfo.h (AI_ADDRCONFIG, AI_V4MAPPED, AI_ALL): If not defined, or whenKen Raeburn2004-10-051-7/+23
* * configure.in: Check for struct if_laddrconf, as for struct lifconfKen Raeburn2004-10-012-0/+18
* * configure.in: Use AC_MSG_NOTICE for krb4 messages instead of AC_MSG_RESULT,Ken Raeburn2004-09-242-2/+7
* Add DNS resolver glue layer. Use itTom Yu2004-09-212-3/+4
* * configure.in: Check for h_errno declaration in netdb.hTom Yu2004-09-153-0/+23
* * port-sockets.h: Remove _XOPEN_SOURCE_EXTENDED hack for netdb.h,Tom Yu2004-09-102-9/+7
* krb5.hin: add new krb5_ccache flag, KRB5_TC_NOTICKETJeffrey Altman2004-09-092-0/+5
* * fake-addrinfo.h (fai_add_hosts_by_name): Handle case where returned ai_cano...Ken Raeburn2004-08-232-2/+9
* Fix Tru64 build:Ken Raeburn2004-08-152-6/+13
* * k5-thread.h (k5_os_nothread_mutex_finish_init, k5_os_nothread_mutex_init,Ken Raeburn2004-08-132-25/+67
* * configure.in: Solaris getpwnam_r returns struct passwd*, notTom Yu2004-08-102-1/+6
* * configure.in: If getpwnam_r is available, determine its return typeKen Raeburn2004-08-082-0/+27
* * configure.in: Look for sched.h and sched_yield.Ken Raeburn2004-08-073-4/+17
* * k5-thread.h [HAVE_PTHREAD]: Include sched.h if DEBUG_THREADS_SLOW is defined.Ken Raeburn2004-08-052-10/+40
* * k5-int.h (krb5_rc_recover_or_initialize): DeclareKen Raeburn2004-08-042-0/+4
* * configure.in: Actually check for pthread_mutex_lockKen Raeburn2004-08-042-1/+5
* * k5-thread.h [HAVE_PRAGMA_WEAK_REF]: Declare the pthread mutex functions asKen Raeburn2004-07-282-0/+15
* Add a mutex to protect the per-process fake-getaddrinfo data cache.Ken Raeburn2004-07-232-4/+32
* * configure.in: Look for "struct lifconf" and maybe define HAVE_STRUCT_LIFCONFKen Raeburn2004-07-222-0/+17
* * fake-addrinfo.h (struct face, struct fac): Always declare.Ken Raeburn2004-07-192-20/+26
* zap remaining bits of macsock.h supportKen Raeburn2004-07-174-13/+4
* * fake-addrinfo.h: Don't include netdb.h, since port-sockets.h already does.Ken Raeburn2004-07-163-8/+16
* * port-sockets.h (inet_ntop): Cast NULL to desired return pointer typeKen Raeburn2004-07-162-2/+7
* Remove use of client principal from krb5_context (default_ccprincipal) and de...Alexandra Ellwood2004-07-152-1/+5
* fix previous commitJeffrey Altman2004-07-151-1/+0
* * k5-int.h: define for WIN32 the macro krb5int_zap_data toJeffrey Altman2004-07-152-4/+17
* * k5-platform.h (k5_call_init_function) [DELAY_INITIALIZER] [__GNUC__]: Use aKen Raeburn2004-07-142-0/+17
* * k5-thread.h (k5_key_t): Add a couple new values for GSSAPI ccache name mani...Ken Raeburn2004-07-142-0/+4
* * k5-thread.h (k5_os_mutex_init, k5_os_mutex_destroy): IfKen Raeburn2004-07-142-2/+12
* * k5-thread.h (k5_os_mutex_lock, k5_os_mutex_unlock, k5_os_mutex_assert_locked,Ken Raeburn2004-07-112-4/+9
* * fake-addrinfo.h (in6addr_any): If we need to define a static copy, rename itKen Raeburn2004-07-112-0/+5
* * configure.in: Check krb5_cv_inet6_with_dinet6 as well as krb5_cv_inet6 whenKen Raeburn2004-07-112-1/+13