| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove orphaned KfM code | Greg Hudson | 2012-06-21 | 1 | -2/+0 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -5/+1 |
* | Reindent include directory, reformatting prototypes as necessary. | Greg Hudson | 2009-11-14 | 1 | -163/+164 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -2/+2 |
* | Merge KerberosIPC into k5_mig support | Alexandra Ellwood | 2008-10-15 | 1 | -6/+1 |
* | Removed useless init and cleanup functions. | Alexandra Ellwood | 2008-09-29 | 1 | -1/+1 |
* | Create common stream and ipc layer for CCAPI and KIM. | Alexandra Ellwood | 2008-09-28 | 1 | -0/+3 |
* | Use krb5 threading functions. | Alexandra Ellwood | 2008-09-08 | 1 | -0/+1 |
* | CCAPI should only use one pthread key | Alexandra Ellwood | 2008-09-04 | 1 | -0/+5 |
* | Based on patch from lxs, with some changes: | Ken Raeburn | 2008-08-27 | 1 | -6/+6 |
* | r820@NOME-KING: raeburn | 2008-08-26 18:37:41 -0400 | Ken Raeburn | 2008-08-27 | 1 | -374/+47 |
* | Change non-debug version of k5_debug_log to int to silence some | Ken Raeburn | 2008-08-26 | 1 | -1/+1 |
* | Fix sense of test of lock call preparing to update debug info in | Ken Raeburn | 2008-08-25 | 1 | -1/+1 |
* | Modified hints APIs to be a single API that takes string keys. | Alexandra Ellwood | 2008-08-19 | 1 | -0/+1 |
* | If krb5int_pthread_loaded is a function and we're using gcc, give it 'const' ... | Ken Raeburn | 2008-08-08 | 1 | -1/+6 |
* | turn off thread-support debugging code | Ken Raeburn | 2008-08-06 | 1 | -2/+2 |
* | If CONFIG_SMALL is defined, always use function calls for k5_mutex_lock | Ken Raeburn | 2008-08-06 | 1 | -1/+1 |
* | A step towards ensuring we check mutex lock attempt results.. | Ken Raeburn | 2008-07-22 | 1 | -15/+12 |
* | Remove sched_yield uses | Ken Raeburn | 2008-04-24 | 1 | -56/+10 |
* | Add a new per-thread datum for error message info in gssapi krb5 mech | Ken Raeburn | 2007-07-04 | 1 | -0/+1 |
* | On Solaris 10, define NO_WEAK_PTHREADS for the build. When that symbol is | Ken Raeburn | 2007-05-23 | 1 | -5/+9 |
* | Add a few comments on k5_mutex_t handling | Ken Raeburn | 2007-04-13 | 1 | -1/+18 |
* | (k5_mutex_lock_update_stats) [!DEBUG_THREADS_STATS && __GNUC__]: Declare | Ken Raeburn | 2006-12-19 | 1 | -2/+3 |
* | Don't look for pthread_mutexattr_setrobust_np | Ken Raeburn | 2006-05-16 | 1 | -6/+7 |
* | Partial merge from Novell LDAP integration branch, not including the | Ken Raeburn | 2006-04-13 | 1 | -2/+0 |
* | add/update copyright notices for non-trivial code additions/changes in 2006 | Ken Raeburn | 2006-01-26 | 1 | -1/+1 |
* | * k5-thread.h (krb5int_mutex_alloc, krb5int_mutex_free, krb5int_mutex_lock, | Ken Raeburn | 2006-01-25 | 1 | -0/+21 |
* | * k5-thread.h (USE_PTHREAD_LOCK_ONLY_IF_LOADED): Define any time | Ken Raeburn | 2005-12-17 | 1 | -4/+1 |
* | * k5-thread.h (k5_mutex_lock_update_stats) [__GNUC__]: Use an inline function, | Ken Raeburn | 2005-12-07 | 1 | -1/+8 |
* | * k5-thread.h (k5_key_t): Add K5_KEY_KDB_ERR_HANDLER and K5_KEY_KADM_CLNT_ERR... | Ken Raeburn | 2005-07-02 | 1 | -0/+2 |
* | * k5-thread.h (krb5int_pthread_loaded) [HAVE_PRAGMA_WEAK_REF]: Declare. | Ken Raeburn | 2005-06-01 | 1 | -8/+4 |
* | Irix k5_os_mutex_lock calls k5_pthread_mutex_lock w/ wrong arg | Ezra Peisach | 2005-01-22 | 1 | -3/+3 |
* | * k5-thread.h [HAVE_PTHREAD && HAVE_PRAGMA_WEAK_REF]: Mark pthread_self and | Ken Raeburn | 2005-01-14 | 1 | -0/+2 |
* | * k5-thread.h (k5_pthread_assert_locked): Only call pthread_equal if | Ken Raeburn | 2005-01-14 | 1 | -5/+7 |
* | More paranoid checking... | Ken Raeburn | 2005-01-14 | 1 | -26/+74 |
* | * k5-thread.h (KRB5_CALLCONV, KRB5_CALLCONV_C): Define if not defined. | Ken Raeburn | 2005-01-09 | 1 | -2/+16 |
* | hooks for recording statistics on locking behavior | Ken Raeburn | 2004-12-06 | 1 | -10/+40 |
* | * k5-thread.h (return_after_yield, k5_mutex_lock) [__GNUC__]: Add macro | Ken Raeburn | 2004-10-28 | 1 | -1/+21 |
* | Fix Tru64 build: | Ken Raeburn | 2004-08-15 | 1 | -6/+6 |
* | * k5-thread.h (k5_os_nothread_mutex_finish_init, k5_os_nothread_mutex_init, | Ken Raeburn | 2004-08-13 | 1 | -25/+53 |
* | * configure.in: Look for sched.h and sched_yield. | Ken Raeburn | 2004-08-07 | 1 | -2/+7 |
* | * k5-thread.h [HAVE_PTHREAD]: Include sched.h if DEBUG_THREADS_SLOW is defined. | Ken Raeburn | 2004-08-05 | 1 | -10/+30 |
* | * k5-thread.h [HAVE_PRAGMA_WEAK_REF]: Declare the pthread mutex functions as | Ken Raeburn | 2004-07-28 | 1 | -0/+8 |
* | * k5-thread.h (k5_key_t): Add a couple new values for GSSAPI ccache name mani... | Ken Raeburn | 2004-07-14 | 1 | -0/+2 |
* | * k5-thread.h (k5_os_mutex_init, k5_os_mutex_destroy): If | Ken Raeburn | 2004-07-14 | 1 | -2/+6 |
* | * k5-thread.h (k5_os_mutex_lock, k5_os_mutex_unlock, k5_os_mutex_assert_locked, | Ken Raeburn | 2004-07-11 | 1 | -4/+4 |
* | * k5-thread.h: Test HAVE_PTHREAD instead of HAVE_PTHREAD_H | Ken Raeburn | 2004-07-09 | 1 | -1/+1 |
* | * k5-thread.h [! HAVE_PTHREAD_H]: Don't explicitly disable thread support when | Ken Raeburn | 2004-07-07 | 1 | -5/+40 |
* | * k5-thread.h: Use K5_THREAD_H for multiple inclusion protection. | Ken Raeburn | 2004-07-07 | 1 | -3/+65 |
* | * k5-thread.h: Restructured mutex code. | Ken Raeburn | 2004-07-02 | 1 | -175/+278 |