| Commit message (Expand) | Author | Age | Files | Lines |
* | * kuserok.c (krb5_kuserok): Use k5_getpwnam_r | Ken Raeburn | 2005-03-26 | 2 | -13/+5 |
* | * configure.in: Don't check for getpwnam_r and getpwuid_r in the thread-safety | Ken Raeburn | 2005-03-26 | 2 | -1/+11 |
* | This patch tightens up our determination of whether we can use | Ken Raeburn | 2005-03-26 | 3 | -14/+95 |
* | * Makefile.in ($(srcdir)/krb5/autoconf.stmp): Nuke autom4te.cache directory | Ken Raeburn | 2005-03-26 | 2 | -0/+5 |
* | shared library support for HP-UX 10 | Ken Raeburn | 2005-03-25 | 5 | -14/+131 |
* | threaded test program built even with thread support disabled | Ken Raeburn | 2005-03-25 | 2 | -1/+9 |
* | * dnsglue.h: Define ns_rr_class to ns_rr_cl if ns_rr_class doesn't | Tom Yu | 2005-03-23 | 2 | -0/+14 |
* | * x-deltat.y (wsnum): Add missing semicolon following YYERROR, | Tom Yu | 2005-03-23 | 2 | -1/+5 |
* | * gic_keytab.c (krb5_get_init_creds_keytab): When calling | Tom Yu | 2005-03-22 | 2 | -1/+11 |
* | threads.c (thread_termination): Free array of pointers to thread-specific dat... | Alexandra Ellwood | 2005-03-20 | 2 | -24/+38 |
* | The current wconfig.c does not treat @MAINT@ as a comment. Until we | Jeffrey Altman | 2005-03-15 | 2 | -1/+9 |
* | krb5_c_is_keyed_cksum() is a boolean function. It cannot safely return | Jeffrey Altman | 2005-03-15 | 2 | -1/+10 |
* | Fix dangerous 64-bit time_t * to long * conversion | Jeffrey Altman | 2005-03-15 | 2 | -1/+5 |
* | * v4gssftp.exp: Identify file correctly for top-level error messages | Ken Raeburn | 2005-03-14 | 2 | -1/+6 |
* | * default.exp (start_tail): Make 'standalone' an additional argument. | Ken Raeburn | 2005-03-14 | 2 | -3/+9 |
* | * Makefile.in (EXTRADEPSRCS): Define | Ken Raeburn | 2005-03-14 | 2 | -0/+24 |
* | st_mtim.tv_nsec, not tv_usec | Ken Raeburn | 2005-03-13 | 3 | -4/+4 |
* | profile library should check high-resolution timestamps if available | Ken Raeburn | 2005-03-13 | 4 | -1/+26 |
* | * sn2princ.c (krb5_sname_to_principal): | Jeffrey Altman | 2005-03-06 | 2 | -20/+55 |
* | I think the hpux change here should prevent it from overriding the | Ken Raeburn | 2005-03-05 | 2 | -2/+11 |
* | * asn1_encode.c (asn1_encode_generaltime): If gmtime_r returns int instead of | Ken Raeburn | 2005-03-04 | 2 | -0/+10 |
* | hpux10 has gmtime_r with wrong return type, breaking asn.1 encoder | Ken Raeburn | 2005-03-04 | 2 | -0/+29 |
* | profile_clear_relation doesn't work, iterator still sees deleted nodes | Ken Raeburn | 2005-03-04 | 3 | -0/+50 |
* | time-delta parser doesn't work on HP-UX 10 | Ken Raeburn | 2005-03-03 | 4 | -703/+1035 |
* | 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 | 8 | -259/+395 |
* | * 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 |