summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-0412-6/+30
* * prof_file.c (profile_open_file): Handle earlier (draft POSIX) specificationsKen Raeburn2004-06-042-4/+13
* Oops. Fixes last night's test failures in last night's build..Ken Raeburn2004-06-032-0/+6
* Closer to thread-safe..Ken Raeburn2004-06-033-1/+17
* The com_err library is now probably as thread-safe as it's going to get, onKen Raeburn2004-06-034-8/+74
* * error_message.c (terminated): New variable.Ken Raeburn2004-05-312-0/+14
* * configure.in: When generating prtest, use AC_CONFIG_FILESEzra Peisach2004-05-242-1/+7
* Use compile-time tests using system headers to determine byte order on AIX.Ken Raeburn2004-05-234-1/+13
* * Makefile.in (DEPLIBS, MLIBS, SHLIB_EXPDEPS, SHLIB_EXPLIBS): Add the new sup...Ken Raeburn2004-05-132-4/+9
* * configure.in: Check for machine/endian.h too.Ken Raeburn2004-05-074-2/+32
* * 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
* build dependenciesKen Raeburn2004-05-051-4/+6
* * 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
* * 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
* 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
* * 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
* updated dependenciesKen Raeburn2004-04-243-4/+5
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-247-24/+88
* * libupdate.sh: Deleted.Ken Raeburn2004-04-233-57/+5
* * makeshlib.conf: DeletedKen Raeburn2004-04-232-67/+4
* update dependenciesKen Raeburn2004-04-231-0/+8
* Add files containing the export lists used on UNIX, in each directoryKen Raeburn2004-04-226-0/+173
* * configure.in: Remove tests for strsave, sys_errlist,Ezra Peisach2004-04-122-30/+6
* * btree/bt_seq.c: Include string.hKen Raeburn2004-04-032-0/+5
* Thread-safe manipulation of registered error-table listKen Raeburn2004-03-183-11/+34
* * error.c (ss_error): Always use ANSI C form. Don't try to hide theKen Raeburn2004-03-183-46/+7
* Change profile code over to new thread macros, and enable data sharing alwaysKen Raeburn2004-03-143-26/+40
* * prof_get.c (profile_parse_boolean): Declare first argument asEzra Peisach2004-03-082-1/+6
* Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn2004-03-084-2/+9
* * reconf: Delete autom4te.cache directories after running autoreconfKen Raeburn2004-03-062-0/+6
* Move apputils dir from util to lib, to get its proper place in theKen Raeburn2004-02-267-157/+5
* dependency updatesKen Raeburn2004-02-241-5/+6
* ignore some more generated filesKen Raeburn2004-02-243-0/+4
* Move daemon.c into a new library of utility routines for linking our programsKen Raeburn2004-02-247-1/+160
* ignore fakedest dirKen Raeburn2004-02-241-0/+1
* * prof_init.c (prof_int32): If long is 4 bytes and int is not, then use long,Ken Raeburn2004-02-192-1/+6
* protoizeKen Raeburn2004-02-195-8/+12
* ProtoizeKen Raeburn2004-02-197-215/+105
* priocntl workaround for Solaris 9 pty-close bugTom Yu2004-02-132-4/+3