summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* * k5-int.h: Include fcntl.h only if HAVE_FCNTL_H is defined.Ken Raeburn2005-04-282-0/+10
* * port-sockets.h: On PalmOS, include autoconf.h and netdb.h, and defineKen Raeburn2005-04-283-15/+23
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-132-6/+5
* This patch tightens up our determination of whether we can useKen Raeburn2005-03-263-14/+95
* * Makefile.in ($(srcdir)/krb5/autoconf.stmp): Nuke autom4te.cache directoryKen Raeburn2005-03-262-0/+5
* shared library support for HP-UX 10Ken Raeburn2005-03-252-7/+87
* hpux10 has gmtime_r with wrong return type, breaking asn.1 encoderKen Raeburn2005-03-042-0/+29
* Fix build problem found testing certain combinations of optionsKen Raeburn2005-02-092-0/+7
* * configure.in: Put #ifndef/#define/#endif wrapper into autoconf.h to protectKen Raeburn2005-02-032-2/+14
* Irix k5_os_mutex_lock calls k5_pthread_mutex_lock w/ wrong argEzra Peisach2005-01-222-3/+11
* * k5-thread.h [HAVE_PTHREAD && HAVE_PRAGMA_WEAK_REF]: Mark pthread_self andKen Raeburn2005-01-142-0/+7
* * k5-thread.h (k5_pthread_assert_locked): Only call pthread_equal ifKen Raeburn2005-01-142-6/+8
* More paranoid checking...Ken Raeburn2005-01-142-26/+96
* * 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