summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * debug.h (test): Macro renamed from "assert".Ken Raeburn2004-04-294-10/+15
* * k5-platform.h (DELAY_INITIALIZER): Don't define.Ken Raeburn2004-04-292-20/+43
* * shlib.conf: Initialize use_linker_init_option and use_linker_fini_option toKen Raeburn2004-04-292-4/+23
* * aclocal.m4 (CONFIG_RULES): Invoke KRB5_LIB_PARAMS and KRB5_AC_INITFINI.Ken Raeburn2004-04-292-1/+71
* * error_message.c (com_err_terminate): Free heap storage in et_list_dynamicKen Raeburn2004-04-292-0/+8
* * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variablesKen Raeburn2004-04-292-0/+6
* * libobj.in (.c.so): Add -DSHARED to compile optionsKen Raeburn2004-04-282-1/+5
* * aclocal.m4 (KRB5_BUILD_LIBRARY_WITH_DEPS): Report an error if perl cannot b...Ken Raeburn2004-04-262-0/+8
* * lib.in (PARSE_OBJLISTS): New variable.Ken Raeburn2004-04-262-13/+10