summaryrefslogtreecommitdiffstats
path: root/src/util/support
Commit message (Expand)AuthorAgeFilesLines
...
* In the k5buf module, add a function to append formatted data to aGreg Hudson2008-10-282-3/+114
* The last change to plugins.c erroneously passes a size_t as a fieldGreg Hudson2008-10-281-1/+1
* Add the k5buf string module to libkrb5supportGreg Hudson2008-10-285-1/+465
* localize format strings, not final error stringAlexandra Ellwood2008-10-271-76/+34
* signed vs. unsigned warnings cleanupEzra Peisach2008-10-271-7/+7
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-1/+2
* Add build system support for strlcpy and strlcat on platforms which doGreg Hudson2008-10-242-0/+97
* Add support for localizing krb5 errors on Mac OS X.Alexandra Ellwood2008-10-241-2/+67
* Now that we have support for conditionally exporting symbols from the supportKen Raeburn2008-10-152-0/+110
* CCAPI should use common ipc and stream codeAlexandra Ellwood2008-09-301-43/+1
* Create common stream and ipc layer for CCAPI and KIM. Alexandra Ellwood2008-09-281-0/+507
* makedependKen Raeburn2008-09-181-1/+2
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-0/+2
* r820@NOME-KING: raeburn | 2008-08-26 18:37:41 -0400Ken Raeburn2008-08-272-135/+0
* Disable caching on Mac for nowKen Raeburn2008-08-121-1/+1
* Always define krb5int_pthread_loaded, for consistencyKen Raeburn2008-08-121-0/+4
* If CONFIG_SMALL is defined, always use function calls for k5_mutex_lockKen Raeburn2008-08-061-0/+1
* Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn2008-07-221-4/+7
* An implementation of opendir() and friends for _WIN32Jeffrey Altman2008-07-211-6/+145
* (more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn2008-04-301-12/+12
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-301-4/+4
* Generate a large enough array to hold all the base/extension pairs.Alexandra Ellwood2008-04-251-11/+17
* Protect CFBundle calls with mutexesAlexandra Ellwood2008-03-211-81/+84
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-2/+4
* Don't define vsnprintf for Windows hereKen Raeburn2007-08-011-6/+0
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-122-20/+14
* Update mkstemp and export-list handling for WindowsKen Raeburn2007-06-281-3/+19
* Implement S_ISDIR from S_IFMT or _S_IFMT if necessary (e.g., on Windows)Ken Raeburn2007-06-281-0/+10
* update dependenciesKen Raeburn2007-06-201-0/+3
* Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn2007-06-203-3/+143
* provide asprintf functionality for internal useKen Raeburn2007-06-201-8/+10
* krb5int_open_plugin_dirs errors out if directory does not existAlexandra Ellwood2007-04-051-10/+2
* Zero sockaddrs in fai_add_entry() so we can compare them with memcmp()Alexandra Ellwood2007-03-191-0/+2
* Don't use struct in6_addr if we don't have IPv6 supportKen Raeburn2007-02-161-0/+7
* * fake-addrinfo.c (krb5int_lock_fac, krb5int_unlock_fac): Define only if FAI_...Ken Raeburn2006-11-021-0/+4
* Add supp-int.h to provide prototypes for declared internal functions.Ezra Peisach2006-10-185-4/+43
* Use const pointers for error messages.Ken Raeburn2006-10-071-4/+4
* Fix AIX version of GET_HOST_BY_NAME to use TMP.ent for the result, notKen Raeburn2006-09-281-1/+1
* windows thread support frees thread local storage after TlsSetValueJeffrey Altman2006-09-211-2/+2
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-2/+2
* fix plugin.c to compile on WindowsJeffrey Altman2006-06-281-3/+3
* allow multiple calls to krb5_get_error_message to retrieve messageKen Raeburn2006-06-281-7/+15
* * src/util/support/plugins.c (krb5int_open_plugin): Use RTLD_LOCALTom Yu2006-06-221-1/+6
* *sigh*Ken Raeburn2006-06-211-3/+3
* (GET_HOST_BY_NAME, GET_HOST_BY_ADDR) [GETHOSTBYNAME_RETURNS_INT]: TestKen Raeburn2006-06-211-9/+11
* Revert part of previous changes: Move temporary values that don't needKen Raeburn2006-06-211-18/+23
* Revert an untested change that wasn't supposed to go into this ticketKen Raeburn2006-06-201-1/+1
* getaddrinfo code uses vars outside of storage durationKen Raeburn2006-06-202-83/+94
* * configure.in: Set and substitute SUPPORTLIB_MAJOR based on operating system.Ken Raeburn2006-06-151-2/+2
* Missed a reference to + sizeof() vs * sizeof(). Pointed out byEzra Peisach2006-06-011-1/+1