| Commit message (Expand) | Author | Age | Files | Lines |
* | * run.test (getnwords): Run data through "cat -v", because at least one version | Ken Raeburn | 2004-08-27 | 2 | -1/+11 |
* | * prof_int.h (struct _prf_data_t): Add a mutex. | Ken Raeburn | 2004-08-27 | 5 | -50/+142 |
* | Patch from Garry Zacheiss to use krb5_get_init_creds_password in ftpd | Sam Hartman | 2004-08-27 | 2 | -6/+12 |
* | * acquire_cred.c (krb5_gss_acquire_cred): Call gssint_initialize_library. | Ken Raeburn | 2004-08-26 | 2 | -1/+13 |
* | * configure.in: Look for uint32_t, not int32_t, since some BSD-ish | Tom Yu | 2004-08-26 | 3 | -27/+35 |
* | * configure.in: Don't test for pthread_rwlock_init | Ken Raeburn | 2004-08-24 | 2 | -3/+2 |
* | * aclocal.m4 (KRB5_AC_PRAGMA_WEAK_REF): Fix to work with AIX compiler when op... | Ken Raeburn | 2004-08-24 | 2 | -1/+6 |
* | * addrinfo-test.c: New file | Ken Raeburn | 2004-08-23 | 2 | -0/+287 |
* | * fake-addrinfo.h (fai_add_hosts_by_name): Handle case where returned ai_cano... | Ken Raeburn | 2004-08-23 | 2 | -2/+9 |
* | New commands: kcpytkt and kdeltkt | Jeffrey Altman | 2004-08-21 | 12 | -1/+510 |
* | kvno: add -c ccache command line parameter | Jeffrey Altman | 2004-08-21 | 2 | -11/+27 |
* | * libkadm5srv.exports: Update for previous renaming | Tom Yu | 2004-08-21 | 2 | -4/+8 |
* | Fix no-auth test to use a config mask flag to ask for no-auth, to | Tom Yu | 2004-08-21 | 7 | -25/+38 |
* | whitespace | Ken Raeburn | 2004-08-21 | 1 | -10/+10 |
* | ChangeLogs for WiX MSI installer | Jeffrey Altman | 2004-08-20 | 4 | -0/+12 |
* | New WiX based MSI installer for KFW | Jeffrey Altman | 2004-08-20 | 23 | -0/+3396 |
* | renamed acl_* functions to kadm5int_acl_* | Alexandra Ellwood | 2004-08-20 | 6 | -84/+93 |
* | Added kadmin code to project to make searches easier | Alexandra Ellwood | 2004-08-20 | 1 | -0/+981 |
* | * shlib.conf: Add support for gnu hurd and for BSD kernels with | Sam Hartman | 2004-08-19 | 2 | -1/+6 |
* | * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Check for pthread_rwlock_init, with and | Ken Raeburn | 2004-08-19 | 2 | -1/+8 |
* | * svc.c (svc_getreqset): Allocate cred and verf memory to | Tom Yu | 2004-08-17 | 2 | -6/+21 |
* | * svc_auth_gss.c (gssrpc__svcauth_gss): Add some debug messages | Tom Yu | 2004-08-17 | 3 | -5/+21 |
* | * cc_file.c (struct _krb5_fcc_data): Add new mutex disk_file_lock and flag | Ken Raeburn | 2004-08-16 | 2 | -11/+70 |
* | * cc_file.c: Add buffering on reading. | Ken Raeburn | 2004-08-15 | 2 | -12/+101 |
* | * run.test (getnwords): Rewrite to drop blank lines before counting lines, no... | Ken Raeburn | 2004-08-15 | 2 | -1/+6 |
* | * cc_file.c (dereference): Lock mutex around call to krb5_fcc_close_file | Ken Raeburn | 2004-08-15 | 2 | -1/+9 |
* | Fix Tru64 build: | Ken Raeburn | 2004-08-15 | 2 | -6/+13 |
* | Only open a credential cache file once, even if multiple krb5_ccache objects | Ken Raeburn | 2004-08-13 | 4 | -77/+172 |
* | * k5-thread.h (k5_os_nothread_mutex_finish_init, k5_os_nothread_mutex_init, | Ken Raeburn | 2004-08-13 | 2 | -25/+67 |
* | * run.test (getnwords): New function. Uses sed to get N words from $DICT as | Ken Raeburn | 2004-08-12 | 2 | -11/+21 |
* | get_in_tkt.c (get_init_creds): Support ticket_lifetime libdefault. Made aware... | Alexandra Ellwood | 2004-08-12 | 2 | -27/+69 |
* | ccdefname.c (krb5_cc_set_default_name, krb5_cc_default_name): Look up the def... | Alexandra Ellwood | 2004-08-12 | 2 | -41/+64 |
* | * configure.in: Solaris getpwnam_r returns struct passwd*, not | Tom Yu | 2004-08-10 | 2 | -1/+6 |
* | * ftpd.c (main): Use socklen_t for the size of the address from accept | Ken Raeburn | 2004-08-09 | 2 | -1/+7 |
* | * krb524d.c (do_connection): Use socklen_t for the size of the address from r... | Ken Raeburn | 2004-08-09 | 2 | -1/+7 |
* | * aclocal.m4 (WITH_CC): Log messages when adding AIX compiler options | Ken Raeburn | 2004-08-08 | 2 | -3/+10 |
* | * libkrb5.exports: Remove memory ccache symbols except ops table | Ken Raeburn | 2004-08-08 | 2 | -14/+4 |
* | * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Clear PTHREAD_CFLAGS and PTHREAD_LIBS | Ken Raeburn | 2004-08-08 | 2 | -5/+26 |
* | * threads.c (GET_NO_PTHREAD_TSD) [!HAVE_PRAGMA_WEAK_REF]: Macro result type | Ken Raeburn | 2004-08-08 | 2 | -1/+6 |
* | * configure.in: If getpwnam_r is available, determine its return type | Ken Raeburn | 2004-08-08 | 2 | -0/+27 |
* | * aclocal.m4 (KRB5_AC_ENABLE_THREADS): On AIX and OSF/1, always add | Ken Raeburn | 2004-08-08 | 2 | -1/+15 |
* | * configure.in: Look for sched.h and sched_yield. | Ken Raeburn | 2004-08-07 | 3 | -4/+17 |
* | updated for new files | Alexandra Ellwood | 2004-08-06 | 1 | -48/+96 |
* | * cc_file.c: Remove USE_STDIO support | Ken Raeburn | 2004-08-05 | 2 | -317/+15 |
* | * k5-thread.h [HAVE_PTHREAD]: Include sched.h if DEBUG_THREADS_SLOW is defined. | Ken Raeburn | 2004-08-05 | 2 | -10/+40 |
* | * srv_rcache.c (krb5_get_server_rcache): Call krb5_rc_recover_or_initialize | Ken Raeburn | 2004-08-04 | 2 | -7/+10 |
* | * rc-int.h (struct _krb5_rc_ops): Add new member, recover_or_init. | Ken Raeburn | 2004-08-04 | 7 | -7/+59 |
* | * k5-int.h (krb5_rc_recover_or_initialize): Declare | Ken Raeburn | 2004-08-04 | 2 | -0/+4 |
* | * configure.in: Actually check for pthread_mutex_lock | Ken Raeburn | 2004-08-04 | 2 | -1/+5 |
* | * configure.in: Build makefile for new "threads" subdirectory | Ken Raeburn | 2004-08-03 | 2 | -1/+5 |