| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 2004-05-15 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2004-05-15 | 2 | -13/+20 |
| * | Pass architecture environment to krb5 build system | Alexandra Ellwood | 2004-05-14 | 1 | -11/+12 |
| * | * libgssapi_krb5.exports: Remove et_*, generic_*, gssint_*, initialize_*, kg_... | Ken Raeburn | 2004-05-13 | 2 | -61/+5 |
| * | Link test programs against thread support library | Ken Raeburn | 2004-05-13 | 8 | -13/+33 |
| * | * send_tgs.c: krb5_send_tgs() was broken in the case of a KRB_ERROR | Jeffrey Altman | 2004-05-13 | 2 | -0/+9 |
| * | * k5-thread.h: On IRIX, with threads enabled, reject gcc older than v3 | Ken Raeburn | 2004-05-13 | 2 | -3/+3 |
| * | * k5-thread.h: On IRIX, if gcc is older than v3, tell the user to get a newer | Ken Raeburn | 2004-05-13 | 2 | -1/+9 |
| * | * shlib.conf (*-*-linux*): Use GNU linker's --retain-symbols-file option to | Ken Raeburn | 2004-05-13 | 2 | -2/+7 |
| * | * Makefile.in (DEPLIBS, MLIBS, SHLIB_EXPDEPS, SHLIB_EXPLIBS): Add the new sup... | Ken Raeburn | 2004-05-13 | 2 | -4/+9 |
| * | * libk5crypto.exports: Add the DES tables back in; libdes425 uses them directly | Ken Raeburn | 2004-05-13 | 2 | -0/+8 |
| * | * configure.in: Check for endian.h and machine/endian.h. | Ken Raeburn | 2004-05-07 | 4 | -7/+25 |
| * | * configure.in: Check for machine/endian.h too. | Ken Raeburn | 2004-05-07 | 4 | -2/+32 |
| * | Patch from Matt Crawford to allow matching on realm in cross-realm | Sam Hartman | 2004-05-07 | 2 | -4/+11 |
| * | * threads.c (krb5int_thread_support_fini) [!ENABLE_THREADS]: Provide a dummy | Ken Raeburn | 2004-05-06 | 2 | -0/+8 |
| * | * fake-addrinfo.c: Deleted | Ken Raeburn | 2004-05-06 | 3 | -12/+3 |
| * | Start using our first bit of per-thread storage | Ken Raeburn | 2004-05-06 | 3 | -8/+70 |
| * | Since the AES code builds, and doesn't do any configure-time byte order checks | Ken Raeburn | 2004-05-06 | 5 | -1/+77 |
| * | * libkrb5.exports: Export krb5int_foreach_localaddr for now | Ken Raeburn | 2004-05-06 | 2 | -0/+5 |
| * | * libobj.in (OBJS.ST, OBJS.SH, OBJS.PF): Depend on Makefile | Ken Raeburn | 2004-05-05 | 2 | -3/+5 |
| * | Rename header file foreachaddr.c to foreachaddr.h, now that it isn't | Ken Raeburn | 2004-05-05 | 8 | -5/+11 |
| * | build dependencies | Ken Raeburn | 2004-05-05 | 1 | -4/+6 |
| * | * pre.in (SUPPORT_LIBNAME, SUPPORT_DEPLIB, SUPPORT_LIB): New variables. | Ken Raeburn | 2004-05-05 | 2 | -2/+11 |
| * | * localaddr.c: Incorporate foreach_localaddr implementation. Export it as | Ken Raeburn | 2004-05-05 | 2 | -1/+792 |
| * | * foreachaddr.c: Implementation moved to lib/krb5/os/localaddr.c. | Ken Raeburn | 2004-05-05 | 2 | -759/+17 |
| * | * foreachaddr.c: Deleted. Code moved to lib/krb5/os/localaddr.c. | Ken Raeburn | 2004-05-05 | 3 | -840/+7 |
| * | * configure.in: Enable dependency support for shared lib. | Ken Raeburn | 2004-05-05 | 3 | -5/+15 |
| * | * Makefile.in (SHLIB_EXPLIBS): Include $(LIBS). | Ken Raeburn | 2004-05-05 | 2 | -2/+4 |
| * | * configure.in: Include dependency support for shared library build | Ken Raeburn | 2004-05-05 | 2 | -2/+3 |
| * | * threads.c (k5_key_register, destructors, k5_setspecific) [!ENABLE_THREADS]: | Ken Raeburn | 2004-05-05 | 2 | -3/+7 |
| * | * Makefile.in (LOCAL_SUBDIRS): Build support library | Ken Raeburn | 2004-05-05 | 2 | -1/+5 |
| * | * configure.in: Generate a makefile in util/support | Ken Raeburn | 2004-05-05 | 2 | -1/+5 |
| * | exports list | Ken Raeburn | 2004-05-05 | 2 | -0/+6 |
| * | * foreachaddr.c: New file, based on include/foreachaddr.c | Ken Raeburn | 2004-05-05 | 3 | -2/+841 |
| * | fix lib name; add fini func | Ken Raeburn | 2004-05-04 | 1 | -2/+2 |
| * | * New directory. | Ken Raeburn | 2004-05-04 | 4 | -0/+315 |
| * | Make com_err tests exercise the shared-library support | Ken Raeburn | 2004-05-04 | 3 | -6/+25 |
| * | * shlib.conf (alpha*-dec-osf*): Do remember to set use_linker_init_option and | Ken Raeburn | 2004-05-04 | 2 | -2/+10 |
| * | * rc_dfl.c (krb5_rc_dfl_expunge_locked): Declare before use | Ken Raeburn | 2004-05-03 | 2 | -0/+7 |
| * | Use the new mutex in the replay cache structure | Ken Raeburn | 2004-05-01 | 3 | -17/+103 |
| * | * prng.c (krb5int_prng_cleanup): Destroy the mutex | Ken Raeburn | 2004-05-01 | 2 | -0/+3 |
| * | Update mutex debug code to be somewhat compatible with multi-threaded | Ken Raeburn | 2004-05-01 | 2 | -24/+40 |
| * | * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variables | Ken Raeburn | 2004-05-01 | 2 | -0/+3 |
| * | update dependencies | Ken Raeburn | 2004-05-01 | 2 | -143/+174 |
| * | Add a mutex for the shared static storage used by Yarrow | Ken Raeburn | 2004-05-01 | 4 | -44/+89 |
| * | * k5-int.h: Include k5-thread.h. | Ken Raeburn | 2004-04-30 | 2 | -0/+9 |
| * | * libk5crypto.exports: Drop the library init/fini functions and the DES tables | Ken Raeburn | 2004-04-30 | 2 | -5/+5 |
| * | * shlib.conf (alpha*-dec-osf*): Add support for export list, using a temporary | Ken Raeburn | 2004-04-30 | 2 | -4/+14 |
| * | * aclocal.m4 (CONFIG_RULES): Substitute EXTRA_FILES into pre.in | Ken Raeburn | 2004-04-30 | 2 | -0/+3 |
| * | * pre.in (EXTRA_FILES): New variable. | Ken Raeburn | 2004-04-30 | 3 | -1/+7 |
| * | updated dependencies | Ken Raeburn | 2004-04-29 | 1 | -24/+26 |