| Commit message (Expand) | Author | Age | Files | Lines |
* | possible profile null pointer deref in threaded app | Ken Raeburn | 2005-02-23 | 4 | -8/+45 |
* | * krb5_libinit.c (krb5int_lib_fini): Only show "skipping" message if | Ken Raeburn | 2005-02-17 | 2 | -0/+7 |
* | Export missing DATA symbols on Windows | Jeffrey Altman | 2005-02-16 | 2 | -9/+21 |
* | * init_ctx.c (init_common): Delete redundant library initialization call that | Ken Raeburn | 2005-02-16 | 2 | -4/+22 |
* | * gss-misc.c: Include autoconf.h. If both time.h and sys/time.h are available, | Ken Raeburn | 2005-02-12 | 2 | -4/+11 |
* | * kadmin.c (kadmin_startup): New flag "-N" to prevent fallback to | Tom Yu | 2005-02-12 | 3 | -2/+18 |
* | missed one file on previous commit | Tom Yu | 2005-02-11 | 1 | -2/+2 |
* | Implement principal name and auth flavor fallback for kadm5 client | Tom Yu | 2005-02-11 | 10 | -261/+404 |
* | * gic_pwd.c (krb5_get_init_creds_password): Fix so empty password | Tom Yu | 2005-02-10 | 2 | -1/+7 |
* | * gss-threads: New subdirectory. | Ken Raeburn | 2005-02-09 | 3 | -4/+12 |
* | multithreaded gssapi test prog based on gss-sample w/jaltman+raeburn changes | Ken Raeburn | 2005-02-09 | 7 | -0/+2437 |
* | * krb5_libinit.c (krb5int_lib_init, krb5int_lib_fini): If SHOW_INITFINI_FUNCS | Ken Raeburn | 2005-02-09 | 2 | -1/+14 |
* | * et/error_message.c (com_err_initialize, com_err_terminate): If | Ken Raeburn | 2005-02-09 | 4 | -2/+33 |
* | Exercise the dynamic loading/unloading of libraries a bit more. | Ken Raeburn | 2005-02-09 | 2 | -39/+182 |
* | There is a memory leak here, if a thread has registered some per-thread data | Ken Raeburn | 2005-02-09 | 2 | -2/+30 |
* | * Makefile.in (LIBINITFUNC, LIBFINIFUNC): Define | Ken Raeburn | 2005-02-09 | 4 | -0/+10 |
* | * gss_libinit.c (gssint_lib_init, gssint_lib_fini) [SHOW_INITFINI_FUNCS]: Pri... | Ken Raeburn | 2005-02-09 | 2 | -1/+18 |
* | Fix build problem found testing certain combinations of options | Ken Raeburn | 2005-02-09 | 2 | -0/+7 |
* | Build system support for a library having more than one init/fini symbol | Ken Raeburn | 2005-02-09 | 3 | -8/+39 |
* | * Makefile.in (config.status): Depend on shlib.conf | Ken Raeburn | 2005-02-04 | 2 | -0/+7 |
* | * aclocal.m4 (KRB5_AC_ENABLE_THREADS): If thread support is not enabled, zap | Ken Raeburn | 2005-02-04 | 2 | -0/+9 |
* | * gssapi.hin: (GSS_SIZEOF_INT, GSS_SIZEOF_LONG, GSS_SIZEOF_SHORT): Don't | Ken Raeburn | 2005-02-03 | 2 | -1/+4 |
* | Makefile.in: fix macro syntax in last change | Ken Raeburn | 2005-02-03 | 1 | -1/+1 |
* | * t_loader.c: New file | Ken Raeburn | 2005-02-03 | 2 | -0/+252 |
* | don't build anything by default | Ken Raeburn | 2005-02-03 | 1 | -1/+1 |
* | * Makefile.in: New file | Ken Raeburn | 2005-02-03 | 2 | -0/+42 |
* | * configure.in: Look for dlfcn.h. Configure new shlib subdirectory. | Ken Raeburn | 2005-02-03 | 3 | -3/+9 |
* | * configure.in: Put #ifndef/#define/#endif wrapper into autoconf.h to protect | Ken Raeburn | 2005-02-03 | 2 | -2/+14 |
* | * gssapi.hin: Don't conditionally include xom.h here | Ken Raeburn | 2005-02-03 | 2 | -8/+2 |
* | * Makefile.in (gssapi.h): Change SIZEOF symbols to start with GSS_ when | Ken Raeburn | 2005-02-03 | 3 | -9/+14 |
* | * configure.in: Check for xom.h. Set include_xom to a C include directive or | Ken Raeburn | 2005-02-03 | 2 | -0/+9 |
* | * t_walk_rtree.c (main): Free context at end to allow searching | Ezra Peisach | 2005-01-28 | 2 | -0/+6 |
* | * post.in (Makefile): Nuke autom4te.cache before and after autoconf runs | Ken Raeburn | 2005-01-24 | 2 | -0/+10 |
* | Irix k5_os_mutex_lock calls k5_pthread_mutex_lock w/ wrong arg | Ezra Peisach | 2005-01-22 | 2 | -3/+11 |
* | * configure.in: When looking for setupterm() - look in | Ezra Peisach | 2005-01-18 | 2 | -3/+8 |
* | * threads.c (k5_key_delete) [ENABLE_THREADS && !_WIN32]: Don't abort, | Ken Raeburn | 2005-01-18 | 2 | -2/+7 |
* | re-initialize 'terminated' variable to 0 during initialization routine | Jeffrey Altman | 2005-01-18 | 1 | -1/+2 |
* | Some applications such as Eudora on Windows load and unload the Kerberos | Jeffrey Altman | 2005-01-17 | 8 | -2/+29 |
* | krb5_unparse_name(), krb5_unparse_name_ext(): | Jeffrey Altman | 2005-01-17 | 2 | -14/+20 |
* | * gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): More memory leaks | Ezra Peisach | 2005-01-17 | 2 | -30/+54 |
* | subject; krb5_do_preauth could attempt to free NULL pointer | Ezra Peisach | 2005-01-17 | 2 | -1/+8 |
* | * rc_dfl.c: Move the extraction of the struct dfl_data | Jeffrey Altman | 2005-01-15 | 2 | -3/+8 |
* | * cp_key_cnt.c, copy_princ.c: | Jeffrey Altman | 2005-01-15 | 3 | -19/+34 |
* | * k5-thread.h [HAVE_PTHREAD && HAVE_PRAGMA_WEAK_REF]: Mark pthread_self and | Ken Raeburn | 2005-01-14 | 2 | -0/+7 |
* | Fix braino in previous change to xdr_bytes. New test case for | Tom Yu | 2005-01-14 | 5 | -5/+31 |
* | * authgss_prot.c (xdr_rpc_gss_wrap_data): Use xdr_alloc to avoid | Tom Yu | 2005-01-14 | 3 | -37/+32 |
* | fix calling convention for thread support fns | Ken Raeburn | 2005-01-14 | 2 | -6/+18 |
* | * k5-thread.h (k5_pthread_assert_locked): Only call pthread_equal if | Ken Raeburn | 2005-01-14 | 2 | -6/+8 |
* | * prof_file.c (profile_open_file): If mutex creation fails, free storage | Ken Raeburn | 2005-01-14 | 2 | -1/+4 |
* | * cc_file.c (struct _krb5_fcc_data): Fields disk_file_lock, file_is_locked | Ken Raeburn | 2005-01-14 | 2 | -40/+13 |