aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2008-08-19profile write code should only quote empty stringsAlexandra Ellwood1-1/+1
2008-08-12Shorter export list, dumping a bunch of stuff most clients probably would't needKen Raeburn1-278/+149
2008-08-12Add a new directory, configured but not built by default, and neverKen Raeburn2-0/+506
2008-08-12Disable caching on Mac for nowKen Raeburn1-1/+1
2008-08-12Always define krb5int_pthread_loaded, for consistencyKen Raeburn1-0/+4
2008-08-06If CONFIG_SMALL is defined, always use function calls for k5_mutex_lockKen Raeburn1-0/+1
2008-08-06Fix bug in array size calculationKen Raeburn1-1/+1
2008-08-06Always use unsigned for one-bit fieldsKen Raeburn1-2/+2
2008-08-02Use load/store_32_be instead of open-codingKen Raeburn1-8/+2
2008-07-22Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn1-4/+7
2008-07-21An implementation of opendir() and friends for _WIN32Jeffrey Altman1-6/+145
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn1-1/+1
2008-07-16Check return value from k5_mutex_lock() to partially mitigate someTom Yu1-1/+2
2008-07-10Apply patch from Apple to handle missing krb5.conf for zeroconfTom Yu1-2/+5
2008-06-20Suppress some glibc issues found on x86_64Ken Raeburn1-0/+69
2008-06-04We're not using this makedepend implementation any moreKen Raeburn10-3026/+0
2008-05-27Profile library should not call rw_access earlier than neededAlexandra Ellwood3-9/+20
2008-04-30(more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn1-12/+12
2008-04-30After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn7-17/+17
2008-04-25Generate a large enough array to hold all the base/extension pairs.Alexandra Ellwood1-11/+17
2008-03-21Protect CFBundle calls with mutexesAlexandra Ellwood1-81/+84
2008-02-05tools for svn:eol-style fixupsKen Raeburn2-0/+21
2007-12-14Remove Mac-specific bit unused in KfM that causes test failures nowKen Raeburn1-8/+0
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn4-3/+10
2007-10-20Don't leak fd on fork errorKen Raeburn1-0/+1
2007-10-01remove error tables by pointer Jeffrey Altman1-3/+3
2007-10-01def-check.pl needs to ignore ordinals in .def fileKen Raeburn1-0/+1
2007-09-26profile library memory leaks introduced when malloc returns 0Ezra Peisach3-2/+7
2007-09-22stdint.h should only be accessed if HAVE_STDINT_H definedJeffrey Altman1-1/+3
2007-09-19Ignore dependency lines beginning with '#' to deal with gccTom Yu1-0/+1
2007-09-04Bidirectional map template codeKen Raeburn1-0/+194
2007-09-04Fix bug in clearing of new storageKen Raeburn1-1/+2
2007-08-27Ignore KRB5_ATTR_DEPRECATEDKen Raeburn1-0/+1
2007-08-16remap mechanism-specific status codes in mechglue/spnegoKen Raeburn5-0/+547
2007-08-01Don't define vsnprintf for Windows hereKen Raeburn1-6/+0
2007-07-12Avoid unchecked sprintf in some more support codeKen Raeburn1-2/+3
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn3-29/+22
2007-07-10make dependKen Raeburn1-23/+37
2007-07-04Add a note at the start of the output reminding the reader that it's a genera...Ken Raeburn1-0/+7
2007-07-04Perl code for generating "map" routines from a common template withKen Raeburn2-0/+178
2007-07-02Include k5-platform.hKen Raeburn1-0/+2
2007-06-29Attach format attributes to declarations of various message-formattingKen Raeburn2-3/+15
2007-06-29Ignore __attribute__Ken Raeburn1-0/+5
2007-06-28Check for null pointer returns when allocating storage.Ken Raeburn3-44/+133
2007-06-28Update mkstemp and export-list handling for WindowsKen Raeburn1-3/+19
2007-06-28Implement S_ISDIR from S_IFMT or _S_IFMT if necessary (e.g., on Windows)Ken Raeburn1-0/+10
2007-06-20update dependenciesKen Raeburn1-0/+3
2007-06-20Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn3-3/+143
2007-06-20provide asprintf functionality for internal useKen Raeburn1-8/+10
2007-04-25profile stores empty string values without double quotesJeffrey Altman1-2/+4