summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Tru64 and Irix have RPATH issues for test suiteTom Yu2004-02-122-0/+12
* prof-int.h should include pthread.h when USE_PTHREADS is definedAlexandra Ellwood2004-01-302-0/+11
* * prof_get.c (profile_iterator_create): NAMES argument points to const pointers.Ken Raeburn2003-12-203-2/+8
* make dependKen Raeburn2003-12-151-2/+2
* move prof-int.h to be the first include file in order to obtainJeffrey Altman2003-12-1410-14/+25
* work around Solaris 9 pty-close bugTom Yu2003-12-063-1/+63
* darwin build can't compile util/et test programKen Raeburn2003-07-042-1/+6
* Remove leading spaces in #define and #include in public headers to support K&...Alexandra Ellwood2003-07-032-16/+18