summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-164-76/+72
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-164-73/+77
* Add t_unal.c to SRCS and generate dependencies..Ezra Peisach2009-09-152-1/+5
* Test byte ordering determination and unaligned accessKen Raeburn2009-09-152-2/+52
* Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov2009-09-031-1/+1
* Disable the COPY_FIRST_CANONNAME workaround on Linux glibc 2.4 andGreg Hudson2009-08-281-5/+16
* Rename db2 header files db.h and db-config.h in the source tree, soKen Raeburn2009-08-211-1/+3
* Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2009-08-031-1/+1
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-031-14/+16
* reduce some mutex performance problems in profile libraryKen Raeburn2009-06-183-21/+19
* UCS2 support doesn't handle upper half of BMPGreg Hudson2009-05-141-29/+37
* In util/support/utf8_conv.c, the SWAP16 macro is invoked with anTom Yu2009-05-131-6/+4
* Add DEBUG_ERROR_LOCATIONS supportGreg Hudson2009-04-292-2/+34
* Subject k5_utf8s_to_ucs2s could deref NULL pointer..Ezra Peisach2009-04-071-3/+5
* Null pointer defref in adding infoEzra Peisach2009-04-071-1/+1
* Make Lite Client lib link againZhanna Tsitkov2009-03-111-1/+1
* Make it link againZhanna Tsitkov2009-03-111-2/+5
* Don't pass negative numbers to strerrorKen Raeburn2009-02-121-0/+14
* 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-093-64/+64
* 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
* Unsigned/signed warnings cleanupEzra Peisach2009-02-061-3/+4
* 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