summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* Remove some lingering Saber C cruftGreg Hudson2008-12-051-16/+0
* Ticket: 6286Zhanna Tsitkov2008-12-051-1/+1
* Remove unneeded LEAN_CLIENT #define'sZhanna Tsitkov2008-12-021-2/+0
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-014-20/+25
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-053-18/+18
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-1/+1
* 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
* Unsigned/signed warnings cleanupEzra Peisach2008-10-282-8/+10
* 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-242-2/+3
* 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