summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Free global mach ports on library unloadAlexandra Ellwood2008-10-231-2/+19
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-204-46/+15
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-204-14/+6
* Merge KerberosIPC into k5_mig supportAlexandra Ellwood2008-10-154-111/+481
* 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
* krb5 library-side changes for com_err based error stringsAlexandra Ellwood2008-09-302-4/+6
* Removed useless init and cleanup functions. Alexandra Ellwood2008-09-293-45/+14
* Place structure in thread specific data to store client connectionAlexandra Ellwood2008-09-282-11/+49
* Create common stream and ipc layer for CCAPI and KIM. Alexandra Ellwood2008-09-289-0/+1350
* 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-273-141/+0
* lean client changesZhanna Tsitkov2008-08-202-8/+3
* profile write code should only quote empty stringsAlexandra Ellwood2008-08-191-1/+1
* Shorter export list, dumping a bunch of stuff most clients probably would't needKen Raeburn2008-08-121-278/+149
* Add a new directory, configured but not built by default, and neverKen Raeburn2008-08-122-0/+506
* 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
* Fix bug in array size calculationKen Raeburn2008-08-061-1/+1
* Always use unsigned for one-bit fieldsKen Raeburn2008-08-061-2/+2
* Use load/store_32_be instead of open-codingKen Raeburn2008-08-021-8/+2
* 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
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* Check return value from k5_mutex_lock() to partially mitigate someTom Yu2008-07-161-1/+2
* Apply patch from Apple to handle missing krb5.conf for zeroconfTom Yu2008-07-101-2/+5
* Suppress some glibc issues found on x86_64Ken Raeburn2008-06-201-0/+69
* We're not using this makedepend implementation any moreKen Raeburn2008-06-0410-3026/+0
* Profile library should not call rw_access earlier than neededAlexandra Ellwood2008-05-273-9/+20
* (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-307-17/+17
* 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
* tools for svn:eol-style fixupsKen Raeburn2008-02-052-0/+21
* Remove Mac-specific bit unused in KfM that causes test failures nowKen Raeburn2007-12-141-8/+0
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-224-3/+10
* Don't leak fd on fork errorKen Raeburn2007-10-201-0/+1
* remove error tables by pointer Jeffrey Altman2007-10-011-3/+3
* def-check.pl needs to ignore ordinals in .def fileKen Raeburn2007-10-011-0/+1
* profile library memory leaks introduced when malloc returns 0Ezra Peisach2007-09-263-2/+7
* stdint.h should only be accessed if HAVE_STDINT_H definedJeffrey Altman2007-09-221-1/+3
* Ignore dependency lines beginning with '#' to deal with gccTom Yu2007-09-191-0/+1
* Bidirectional map template codeKen Raeburn2007-09-041-0/+194
* Fix bug in clearing of new storageKen Raeburn2007-09-041-1/+2
* Ignore KRB5_ATTR_DEPRECATEDKen Raeburn2007-08-271-0/+1
* remap mechanism-specific status codes in mechglue/spnegoKen Raeburn2007-08-165-0/+547