summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * Makefile.in (SHLIB_EXPDEPS): Use _DEPLIB variables.Ken Raeburn2004-07-142-4/+7
* * acquire_cred.c: Include gss_libinit.h.Ken Raeburn2004-07-142-8/+43
* * 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
* * krb5-config.in: Substitute $(PTHREAD_CFLAGS)Ken Raeburn2004-07-122-0/+6
* * shlib.conf (alpha*-dec-osf*): Use $(PTHREAD_CFLAGS) in CC_LINK_SHARED andKen Raeburn2004-07-122-3/+8
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Fix typo that caused some code to beKen Raeburn2004-07-112-14/+14
* * configure.in: Use KRB5_AC_INET6Ken Raeburn2004-07-112-0/+5
* * configure.in: Use KRB5_AC_INET6Ken Raeburn2004-07-112-0/+5
* * klist.c: Include autoconf.h before network headersKen Raeburn2004-07-112-0/+6
* * 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
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Use PTHREAD_CFLAGS and PTHREAD_LIBS whenKen Raeburn2004-07-112-2/+10
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Always include the thread library onKen Raeburn2004-07-092-5/+34
* * shlib.conf (alpha*-dec-osf*): Use $(PTHREAD_CFLAGS) in LDCOMBINEKen Raeburn2004-07-092-1/+6
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Don't test for pthread.h specificallyKen Raeburn2004-07-092-1/+6
* * k5-thread.h: Test HAVE_PTHREAD instead of HAVE_PTHREAD_HKen Raeburn2004-07-092-1/+3
* * kdb_db2.c (krb5_db2_db_get_principal): Rename local variable "try"Ken Raeburn2004-07-092-3/+10
* forgot the changelogJeffrey Altman2004-07-091-0/+4
* osconf.h:Jeffrey Altman2004-07-091-1/+1
* * win-mac.h (KRB5_USE_INET6, ENABLE_THREADS): DefineKen Raeburn2004-07-092-0/+6
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Default to enabling supportKen Raeburn2004-07-082-6/+10
* * cc_mslsa.c: Fix thread safetyJeffrey Altman2004-07-082-3/+14
* kfw-fixed.nsi: Add registry keys to allow KFW executables to access theJeffrey Altman2004-07-082-0/+36
* * Makefile.in (LOCALINCLUDES): Add $(srcdir)/.. to the listKen Raeburn2004-07-082-1/+5
* * disp_status.c: Include gss_libinit.h.Ken Raeburn2004-07-072-8/+9
* 2004-07-07 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-07-072-0/+6
* * kfw-fixed.nsi: Microsoft did not place the AllowTGTSessionKey inJeffrey Altman2004-07-072-0/+12
* * k5-thread.h [! HAVE_PTHREAD_H]: Don't explicitly disable thread support whenKen Raeburn2004-07-072-5/+50
* Make thread-specific data support build under Windows (but don't enable it yet)Ken Raeburn2004-07-072-2/+11
* * k5-thread.h: Use K5_THREAD_H for multiple inclusion protection.Ken Raeburn2004-07-072-3/+74
* * configure.in: Check for getpwuid_rKen Raeburn2004-07-072-1/+5
* * import_name.c (krb5_gss_import_name) [HAVE_GETPWUID_R]: Use getpwuid_rKen Raeburn2004-07-072-5/+32
* * configure.in: Check for pthread_rwlock_initKen Raeburn2004-07-062-1/+4
* * configure.in: Fix bug in last change that caused a variable to be used befo...Ken Raeburn2004-07-062-1/+6
* * aclocal.m4 (AC_LIBRARY_NET): Look for res_nsearch.Ken Raeburn2004-07-043-5/+18
* * dnssrv.c (krb5int_make_srv_query_realm) [HAVE_RES_NSEARCH]: Use res_nsearchKen Raeburn2004-07-043-0/+63
* * error_message.c (remove_error_table) [!ENABLE_THREADS && DEBUG_THREADS]: Up...Ken Raeburn2004-07-042-1/+6
* * k5-thread.h: Restructured mutex code.Ken Raeburn2004-07-022-175/+292
* * an_to_ln.c: Include string.hKen Raeburn2004-07-022-0/+5
* * kinit.c (k5_kinit): Don't free addresses after callingKen Raeburn2004-07-012-1/+5
* * configure.in: Test for 'inline' support.Ken Raeburn2004-07-014-17/+10
* * k5-thread.h (K5_MUTEX_DEBUG_INITIALIZER): Use current file and line.Ken Raeburn2004-07-012-10/+23
* Thread-safety for file-based credentials cachesKen Raeburn2004-06-302-74/+195
* * k5-thread.h (k5_debug_assert_locked, k5_debug_assert_unlocked): New macros.Ken Raeburn2004-06-302-0/+22
* * libkadm5clnt.exports: Export kadm5_get_admin_service_nameKen Raeburn2004-06-302-0/+5
* * cc_mslsa.c:Jeffrey Altman2004-06-302-63/+358
* * cc_memory.c (krb5_mcc_free): Don't free the mutex hereKen Raeburn2004-06-292-2/+4