summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in ($(srcdir)/krb5/autoconf.stmp): Nuke autom4te.cache directoryKen Raeburn2005-03-262-0/+5
* shared library support for HP-UX 10Ken Raeburn2005-03-255-14/+131
* threaded test program built even with thread support disabledKen Raeburn2005-03-252-1/+9
* * dnsglue.h: Define ns_rr_class to ns_rr_cl if ns_rr_class doesn'tTom Yu2005-03-232-0/+14
* * x-deltat.y (wsnum): Add missing semicolon following YYERROR,Tom Yu2005-03-232-1/+5
* * gic_keytab.c (krb5_get_init_creds_keytab): When callingTom Yu2005-03-222-1/+11
* threads.c (thread_termination): Free array of pointers to thread-specific dat...Alexandra Ellwood2005-03-202-24/+38
* The current wconfig.c does not treat @MAINT@ as a comment. Until weJeffrey Altman2005-03-152-1/+9
* krb5_c_is_keyed_cksum() is a boolean function. It cannot safely returnJeffrey Altman2005-03-152-1/+10
* Fix dangerous 64-bit time_t * to long * conversionJeffrey Altman2005-03-152-1/+5
* * v4gssftp.exp: Identify file correctly for top-level error messagesKen Raeburn2005-03-142-1/+6
* * default.exp (start_tail): Make 'standalone' an additional argument.Ken Raeburn2005-03-142-3/+9
* * Makefile.in (EXTRADEPSRCS): DefineKen Raeburn2005-03-142-0/+24
* st_mtim.tv_nsec, not tv_usecKen Raeburn2005-03-133-4/+4
* profile library should check high-resolution timestamps if availableKen Raeburn2005-03-134-1/+26
* * sn2princ.c (krb5_sname_to_principal):Jeffrey Altman2005-03-062-20/+55
* I think the hpux change here should prevent it from overriding theKen Raeburn2005-03-052-2/+11
* * asn1_encode.c (asn1_encode_generaltime): If gmtime_r returns int instead ofKen Raeburn2005-03-042-0/+10
* hpux10 has gmtime_r with wrong return type, breaking asn.1 encoderKen Raeburn2005-03-042-0/+29
* profile_clear_relation doesn't work, iterator still sees deleted nodesKen Raeburn2005-03-043-0/+50
* time-delta parser doesn't work on HP-UX 10Ken Raeburn2005-03-034-703/+1035
* possible profile null pointer deref in threaded appKen Raeburn2005-02-234-8/+45
* * krb5_libinit.c (krb5int_lib_fini): Only show "skipping" message ifKen Raeburn2005-02-172-0/+7
* Export missing DATA symbols on WindowsJeffrey Altman2005-02-162-9/+21
* * init_ctx.c (init_common): Delete redundant library initialization call thatKen Raeburn2005-02-162-4/+22
* * gss-misc.c: Include autoconf.h. If both time.h and sys/time.h are available,Ken Raeburn2005-02-122-4/+11
* * kadmin.c (kadmin_startup): New flag "-N" to prevent fallback toTom Yu2005-02-123-2/+18
* missed one file on previous commitTom Yu2005-02-111-2/+2
* Implement principal name and auth flavor fallback for kadm5 clientTom Yu2005-02-118-259/+395
* * gic_pwd.c (krb5_get_init_creds_password): Fix so empty passwordTom Yu2005-02-102-1/+7
* * gss-threads: New subdirectory.Ken Raeburn2005-02-093-4/+12
* multithreaded gssapi test prog based on gss-sample w/jaltman+raeburn changesKen Raeburn2005-02-097-0/+2437
* * krb5_libinit.c (krb5int_lib_init, krb5int_lib_fini): If SHOW_INITFINI_FUNCSKen Raeburn2005-02-092-1/+14
* * et/error_message.c (com_err_initialize, com_err_terminate): IfKen Raeburn2005-02-094-2/+33
* Exercise the dynamic loading/unloading of libraries a bit more.Ken Raeburn2005-02-092-39/+182
* There is a memory leak here, if a thread has registered some per-thread dataKen Raeburn2005-02-092-2/+30
* * Makefile.in (LIBINITFUNC, LIBFINIFUNC): DefineKen Raeburn2005-02-094-0/+10
* * gss_libinit.c (gssint_lib_init, gssint_lib_fini) [SHOW_INITFINI_FUNCS]: Pri...Ken Raeburn2005-02-092-1/+18
* Fix build problem found testing certain combinations of optionsKen Raeburn2005-02-092-0/+7
* Build system support for a library having more than one init/fini symbolKen Raeburn2005-02-093-8/+39
* * Makefile.in (config.status): Depend on shlib.confKen Raeburn2005-02-042-0/+7
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): If thread support is not enabled, zapKen Raeburn2005-02-042-0/+9
* * gssapi.hin: (GSS_SIZEOF_INT, GSS_SIZEOF_LONG, GSS_SIZEOF_SHORT): Don'tKen Raeburn2005-02-032-1/+4
* Makefile.in: fix macro syntax in last changeKen Raeburn2005-02-031-1/+1
* * t_loader.c: New fileKen Raeburn2005-02-032-0/+252
* don't build anything by defaultKen Raeburn2005-02-031-1/+1
* * Makefile.in: New fileKen Raeburn2005-02-032-0/+42
* * configure.in: Look for dlfcn.h. Configure new shlib subdirectory.Ken Raeburn2005-02-033-3/+9
* * configure.in: Put #ifndef/#define/#endif wrapper into autoconf.h to protectKen Raeburn2005-02-032-2/+14
* * gssapi.hin: Don't conditionally include xom.h hereKen Raeburn2005-02-032-8/+2