summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 2004-05-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-05-152-13/+20
* Pass architecture environment to krb5 build systemAlexandra Ellwood2004-05-141-11/+12
* * libgssapi_krb5.exports: Remove et_*, generic_*, gssint_*, initialize_*, kg_...Ken Raeburn2004-05-132-61/+5
* Link test programs against thread support libraryKen Raeburn2004-05-138-13/+33
* * send_tgs.c: krb5_send_tgs() was broken in the case of a KRB_ERRORJeffrey Altman2004-05-132-0/+9
* * k5-thread.h: On IRIX, with threads enabled, reject gcc older than v3Ken Raeburn2004-05-132-3/+3
* * k5-thread.h: On IRIX, if gcc is older than v3, tell the user to get a newerKen Raeburn2004-05-132-1/+9
* * shlib.conf (*-*-linux*): Use GNU linker's --retain-symbols-file option toKen Raeburn2004-05-132-2/+7
* * Makefile.in (DEPLIBS, MLIBS, SHLIB_EXPDEPS, SHLIB_EXPLIBS): Add the new sup...Ken Raeburn2004-05-132-4/+9
* * libk5crypto.exports: Add the DES tables back in; libdes425 uses them directlyKen Raeburn2004-05-132-0/+8
* * configure.in: Check for endian.h and machine/endian.h.Ken Raeburn2004-05-074-7/+25
* * configure.in: Check for machine/endian.h too.Ken Raeburn2004-05-074-2/+32
* Patch from Matt Crawford to allow matching on realm in cross-realmSam Hartman2004-05-072-4/+11
* * threads.c (krb5int_thread_support_fini) [!ENABLE_THREADS]: Provide a dummyKen Raeburn2004-05-062-0/+8
* * fake-addrinfo.c: DeletedKen Raeburn2004-05-063-12/+3
* Start using our first bit of per-thread storageKen Raeburn2004-05-063-8/+70
* Since the AES code builds, and doesn't do any configure-time byte order checksKen Raeburn2004-05-065-1/+77
* * libkrb5.exports: Export krb5int_foreach_localaddr for nowKen Raeburn2004-05-062-0/+5
* * libobj.in (OBJS.ST, OBJS.SH, OBJS.PF): Depend on MakefileKen Raeburn2004-05-052-3/+5
* Rename header file foreachaddr.c to foreachaddr.h, now that it isn'tKen Raeburn2004-05-058-5/+11
* build dependenciesKen Raeburn2004-05-051-4/+6
* * pre.in (SUPPORT_LIBNAME, SUPPORT_DEPLIB, SUPPORT_LIB): New variables.Ken Raeburn2004-05-052-2/+11
* * localaddr.c: Incorporate foreach_localaddr implementation. Export it asKen Raeburn2004-05-052-1/+792
* * foreachaddr.c: Implementation moved to lib/krb5/os/localaddr.c.Ken Raeburn2004-05-052-759/+17
* * foreachaddr.c: Deleted. Code moved to lib/krb5/os/localaddr.c.Ken Raeburn2004-05-053-840/+7
* * configure.in: Enable dependency support for shared lib.Ken Raeburn2004-05-053-5/+15
* * Makefile.in (SHLIB_EXPLIBS): Include $(LIBS).Ken Raeburn2004-05-052-2/+4
* * configure.in: Include dependency support for shared library buildKen Raeburn2004-05-052-2/+3
* * threads.c (k5_key_register, destructors, k5_setspecific) [!ENABLE_THREADS]:Ken Raeburn2004-05-052-3/+7
* * Makefile.in (LOCAL_SUBDIRS): Build support libraryKen Raeburn2004-05-052-1/+5
* * configure.in: Generate a makefile in util/supportKen Raeburn2004-05-052-1/+5
* exports listKen Raeburn2004-05-052-0/+6
* * foreachaddr.c: New file, based on include/foreachaddr.cKen Raeburn2004-05-053-2/+841
* fix lib name; add fini funcKen Raeburn2004-05-041-2/+2
* * New directory.Ken Raeburn2004-05-044-0/+315
* Make com_err tests exercise the shared-library supportKen Raeburn2004-05-043-6/+25
* * shlib.conf (alpha*-dec-osf*): Do remember to set use_linker_init_option andKen Raeburn2004-05-042-2/+10
* * rc_dfl.c (krb5_rc_dfl_expunge_locked): Declare before useKen Raeburn2004-05-032-0/+7
* Use the new mutex in the replay cache structureKen Raeburn2004-05-013-17/+103
* * prng.c (krb5int_prng_cleanup): Destroy the mutexKen Raeburn2004-05-012-0/+3
* Update mutex debug code to be somewhat compatible with multi-threadedKen Raeburn2004-05-012-24/+40
* * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variablesKen Raeburn2004-05-012-0/+3
* update dependenciesKen Raeburn2004-05-012-143/+174
* Add a mutex for the shared static storage used by YarrowKen Raeburn2004-05-014-44/+89
* * k5-int.h: Include k5-thread.h.Ken Raeburn2004-04-302-0/+9
* * libk5crypto.exports: Drop the library init/fini functions and the DES tablesKen Raeburn2004-04-302-5/+5
* * shlib.conf (alpha*-dec-osf*): Add support for export list, using a temporaryKen Raeburn2004-04-302-4/+14
* * aclocal.m4 (CONFIG_RULES): Substitute EXTRA_FILES into pre.inKen Raeburn2004-04-302-0/+3
* * pre.in (EXTRA_FILES): New variable.Ken Raeburn2004-04-303-1/+7
* updated dependenciesKen Raeburn2004-04-291-24/+26