summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't define vsnprintf for Windows hereKen Raeburn2007-08-011-6/+0
* Avoid unchecked sprintf in some more support codeKen Raeburn2007-07-121-2/+3
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-123-29/+22
* make dependKen Raeburn2007-07-101-23/+37
* Add a note at the start of the output reminding the reader that it's a genera...Ken Raeburn2007-07-041-0/+7
* Perl code for generating "map" routines from a common template withKen Raeburn2007-07-042-0/+178
* Include k5-platform.hKen Raeburn2007-07-021-0/+2
* Attach format attributes to declarations of various message-formattingKen Raeburn2007-06-292-3/+15
* Ignore __attribute__Ken Raeburn2007-06-291-0/+5
* Check for null pointer returns when allocating storage.Ken Raeburn2007-06-283-44/+133
* 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
* profile stores empty string values without double quotesJeffrey Altman2007-04-251-2/+4
* krb5int_open_plugin_dirs errors out if directory does not existAlexandra Ellwood2007-04-051-10/+2