summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* In krb5int_utf8s_to_ucs2les, free the correct value on error, insteadGreg Hudson2009-02-041-1/+1
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-021-2/+2
* remove some remnants of krb4-related config file optionsKen Raeburn2009-01-281-2/+0
* Helper script for processing valgrind logs that don't indicate any errors, or...Ken Raeburn2009-01-271-0/+71
* 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-0513-182/+170
* ifdef out unused functions that are also missing prototypes.Ezra Peisach2009-01-051-0/+2
* Merge mskrb-integ onto trunkSam Hartman2009-01-035-1/+1013
* Remove some unused variablesKen Raeburn2009-01-031-8/+0
* Revert r21589, and export krb5_get_fallback_host_realm insteadGreg Hudson2008-12-291-0/+1
* Clean up krb5_get_fallback_host_realm in two respects:Greg Hudson2008-12-241-1/+0
* Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson2008-12-182-5/+1
* 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