summaryrefslogtreecommitdiffstats
path: root/src/util/support
Commit message (Expand)AuthorAgeFilesLines
* build strlcpy.c, printf.c, ipc_stream.c on windowsKen Raeburn2009-02-111-1/+17
* Update t_k5buf.c for the renamed buffer type constantsGreg Hudson2009-02-101-10/+14
* Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn2009-02-091-48/+48
* Add variables for optionally building ipc_stream.c; currently emptyKen Raeburn2009-02-091-0/+5
* Adjust names to not conflict with Windows headersKen Raeburn2009-02-092-23/+23
* Include assert.hKen Raeburn2009-02-091-0/+1
* Use winsock2.h on Windows. Make initializer value staticKen Raeburn2009-02-091-1/+4
* More C++ compatibility: Don't use "typedef struct tag *tag"; renameKen Raeburn2009-02-091-3/+3
* In krb5int_utf8s_to_ucs2les, free the correct value on error, insteadGreg Hudson2009-02-041-1/+1
* fix trailing whitespaceTom Yu2009-01-223-7/+7
* whitespaceTom Yu2009-01-223-9/+9
* Define SWAP16 if not already definedKen Raeburn2009-01-051-0/+3
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-48/+46
* ifdef out unused functions that are also missing prototypes.Ezra Peisach2009-01-051-0/+2
* Merge mskrb-integ onto trunkSam Hartman2009-01-034-0/+1012
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-012-16/+22
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-053-18/+18
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-3/+3
* Maybe include printf.o in t_k5buf buildKen Raeburn2008-11-031-1/+1
* Add a few safeties to the k5buf code, to make static analysis tools happierGreg Hudson2008-10-311-1/+5
* Cleanup memory leaks in test program for dynamically allocated buffers..Ezra Peisach2008-10-281-0/+3
* Update the exports file for krb5int_buf_add_fmtGreg Hudson2008-10-281-0/+1
* 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