aboutsummaryrefslogtreecommitdiff
path: root/src/include/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2004-09-24* configure.in: Use AC_MSG_NOTICE for krb4 messages instead of AC_MSG_RESULT,Ken Raeburn1-0/+5
2004-09-21Add DNS resolver glue layer. Use itTom Yu1-0/+4
2004-09-15 * configure.in: Check for h_errno declaration in netdb.hTom Yu1-0/+6
2004-09-10 * port-sockets.h: Remove _XOPEN_SOURCE_EXTENDED hack for netdb.h,Tom Yu1-0/+6
2004-09-09 krb5.hin: add new krb5_ccache flag, KRB5_TC_NOTICKETJeffrey Altman1-0/+4
2004-08-23* fake-addrinfo.h (fai_add_hosts_by_name): Handle case where returned ai_cano...Ken Raeburn1-0/+5
2004-08-15Fix Tru64 build:Ken Raeburn1-0/+7
2004-08-13* k5-thread.h (k5_os_nothread_mutex_finish_init, k5_os_nothread_mutex_init,Ken Raeburn1-0/+14
2004-08-10 * configure.in: Solaris getpwnam_r returns struct passwd*, notTom Yu1-0/+5
2004-08-08* configure.in: If getpwnam_r is available, determine its return typeKen Raeburn1-0/+5
2004-08-07* configure.in: Look for sched.h and sched_yield.Ken Raeburn1-0/+8
2004-08-05* k5-thread.h [HAVE_PTHREAD]: Include sched.h if DEBUG_THREADS_SLOW is defined.Ken Raeburn1-0/+10
2004-08-04* k5-int.h (krb5_rc_recover_or_initialize): DeclareKen Raeburn1-0/+2
2004-08-04* configure.in: Actually check for pthread_mutex_lockKen Raeburn1-0/+4
2004-07-28* k5-thread.h [HAVE_PRAGMA_WEAK_REF]: Declare the pthread mutex functions asKen Raeburn1-0/+7
2004-07-23Add a mutex to protect the per-process fake-getaddrinfo data cache.Ken Raeburn1-0/+8
2004-07-22* configure.in: Look for "struct lifconf" and maybe define HAVE_STRUCT_LIFCONFKen Raeburn1-0/+5
2004-07-19* fake-addrinfo.h (struct face, struct fac): Always declare.Ken Raeburn1-0/+6
2004-07-17zap remaining bits of macsock.h supportKen Raeburn1-0/+2
2004-07-16* fake-addrinfo.h: Don't include netdb.h, since port-sockets.h already does.Ken Raeburn1-0/+6
2004-07-16* port-sockets.h (inet_ntop): Cast NULL to desired return pointer typeKen Raeburn1-0/+5
2004-07-15Remove use of client principal from krb5_context (default_ccprincipal) and de...Alexandra Ellwood1-0/+5
2004-07-15fix previous commitJeffrey Altman1-1/+0
2004-07-15 * k5-int.h: define for WIN32 the macro krb5int_zap_data toJeffrey Altman1-0/+9
2004-07-14* k5-platform.h (k5_call_init_function) [DELAY_INITIALIZER] [__GNUC__]: Use aKen Raeburn1-0/+4
2004-07-14* k5-thread.h (k5_key_t): Add a couple new values for GSSAPI ccache name mani...Ken Raeburn1-0/+2
2004-07-14* k5-thread.h (k5_os_mutex_init, k5_os_mutex_destroy): IfKen Raeburn1-0/+6
2004-07-11* k5-thread.h (k5_os_mutex_lock, k5_os_mutex_unlock, k5_os_mutex_assert_locked,Ken Raeburn1-0/+5
2004-07-11* fake-addrinfo.h (in6addr_any): If we need to define a static copy, rename itKen Raeburn1-0/+3
2004-07-11* configure.in: Check krb5_cv_inet6_with_dinet6 as well as krb5_cv_inet6 whenKen Raeburn1-0/+6
2004-07-09* k5-thread.h: Test HAVE_PTHREAD instead of HAVE_PTHREAD_HKen Raeburn1-0/+2
2004-07-09* win-mac.h (KRB5_USE_INET6, ENABLE_THREADS): DefineKen Raeburn1-0/+4
2004-07-07* k5-thread.h [! HAVE_PTHREAD_H]: Don't explicitly disable thread support whenKen Raeburn1-0/+10
2004-07-07* k5-thread.h: Use K5_THREAD_H for multiple inclusion protection.Ken Raeburn1-0/+9
2004-07-07* configure.in: Check for getpwuid_rKen Raeburn1-0/+4
2004-07-02* k5-thread.h: Restructured mutex code.Ken Raeburn1-0/+14
2004-07-01* configure.in: Test for 'inline' support.Ken Raeburn1-0/+6
2004-07-01* k5-thread.h (K5_MUTEX_DEBUG_INITIALIZER): Use current file and line.Ken Raeburn1-0/+9
2004-06-30* k5-thread.h (k5_debug_assert_locked, k5_debug_assert_unlocked): New macros.Ken Raeburn1-0/+7
2004-06-25* k5-platform.h (JOIN4, JOIN4_2, JOIN3, JOIN3_2): Unused macros deleted.Ken Raeburn1-0/+8
2004-06-22Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn1-0/+4
2004-06-18* k5-platform.h (MAKE_INIT_FUNCTION, CALL_INIT_FUNCTION, INITIALIZER_RAN): UseKen Raeburn1-0/+5
2004-06-18* win-mac.h (HAVE_STRERROR, SYS_ERRLIST_DECLARED): DefineKen Raeburn1-0/+4
2004-06-17Purge make targets and variables (and a few files) relating to the old,Ken Raeburn1-0/+4
2004-06-08* Makefile.in ($(srcdir)/krb5/autoconf.stmp): Always use --include, don'tKen Raeburn1-0/+6
2004-06-04* configure.in: Check number of arguments to getpwnam_r and getpwuid_r andKen Raeburn1-0/+6
2004-06-04* configure.in: Check for getpwnam_r, gmtime_r, and localtime_rKen Raeburn1-0/+4
2004-06-02* k5-thread.h: Error out at compile time if thread support is enabled but theKen Raeburn1-0/+5
2004-06-02Move definitions of struct krb5_rc_st, struct _krb5_rc_ops, krb5_rc_ops, andKen Raeburn1-0/+7
2004-05-30* k5-int.h (krb5int_crypto_init, krb5int_prng_init): DeclareKen Raeburn1-0/+4