README and patchlevel for krb5-1.8.4
[krb5.git] / src / util /
2010-05-19 Tom Yupull up r23929 from trunk
2010-03-30 Tom Yumake depend
2010-02-16 Tom Yupull up r23726 from trunk
2010-02-08 Tom Yupull up r23674, r23675 from trunk
2009-12-28 Ken RaeburnThe "comment" field of prf_data_t was never actually...
2009-12-07 Tom YuMark and reindent util, with some exceptions
2009-12-02 Ken Raeburnupdate dependencies
2009-11-30 Tom YuMark and reindent util/support
2009-11-24 Greg HudsonFix boilerplate in zap.c
2009-11-24 Greg HudsonPunt the volatile cast in the non-gcc, non-Windows...
2009-11-23 Greg HudsonSimplify depfix.pl by assuming that all files outside...
2009-11-22 Greg HudsonConsolidate Makefile variables now that we have only...
2009-11-04 Tom YuDelete obsolete krb5-mark-cstyle.el. (replaced by...
2009-11-04 Tom YuCorrect regexps for matching emacs and cc-mode versions...
2009-11-03 Tom YuMonkey patch for the cc-mode that comes with emacs...
2009-11-02 Tom YuEmacs 21 doesn't have custom-variable-p. Also, adjust...
2009-11-02 Greg HudsonClean up a bunch of signed/unsigned comparison warnings
2009-11-01 Greg HudsonSimplify krb5int_get_error (and fix a cast-qual warning...
2009-11-01 Greg HudsonBe a little more const-correct in krb5int_vset_error_fl
2009-11-01 Tom YuRework in an attempt to deal with variant Emacs versions
2009-10-31 Tom Yumake mark-cstyle
2009-10-30 Ken RaeburnFixes for Emacs 22 compatibility
2009-10-30 Tom YuTweak batch reindent some more. Limit the initial...
2009-10-28 Tom YuNew elisp file to mark C styles in files. New top...
2009-10-28 Tom YuUpdate to use heuristics for setting "krb5" style based...
2009-10-27 Tom YuAdd "reindent" target to top-level Makefile.in. Add
2009-10-26 Tom YuFix missing emacs file variable markers. Add krb5...
2009-10-23 Zhanna TsitkovChanged the crypto make system to add build flexibility...
2009-10-10 Tom YuMove destest to builtin/des, because it depends on...
2009-09-16 Greg HudsonRe-run make depend without autoconf.h in the source...
2009-09-16 Zhanna TsitkovCrypto modularity proj.: Move prf and random-to-key...
2009-09-15 Ezra PeisachAdd t_unal.c to SRCS and generate dependencies..
2009-09-15 Ken RaeburnTest byte ordering determination and unaligned access
2009-09-03 Zhanna TsitkovCrypto modularity proj: OpemSSL crypto feed for hmac...
2009-08-28 Greg HudsonDisable the COPY_FIRST_CANONNAME workaround on Linux...
2009-08-21 Ken RaeburnRename db2 header files db.h and db-config.h in the...
2009-08-03 Greg HudsonGet "make depend" to work in an unbuilt source tree...
2009-08-03 Zhanna TsitkovCrypto modularity proj: Separate files under crypto...
2009-06-18 Ken Raeburnreduce some mutex performance problems in profile library
2009-05-14 Greg HudsonUCS2 support doesn't handle upper half of BMP
2009-05-13 Tom YuIn util/support/utf8_conv.c, the SWAP16 macro is invoke...
2009-04-29 Greg HudsonAdd DEBUG_ERROR_LOCATIONS support
2009-04-07 Ezra PeisachSubject k5_utf8s_to_ucs2s could deref NULL pointer..
2009-04-07 Ezra PeisachNull pointer defref in adding info
2009-03-11 Zhanna TsitkovMake Lite Client lib link again
2009-03-11 Zhanna TsitkovMake it link again
2009-02-12 Ken RaeburnDon't pass negative numbers to strerror
2009-02-11 Ken Raeburnbuild strlcpy.c, printf.c, ipc_stream.c on windows
2009-02-10 Greg HudsonUpdate t_k5buf.c for the renamed buffer type constants
2009-02-09 Ken RaeburnRename functions from k5_ipc_stream_* to krb5int_ipc_st...
2009-02-09 Ken RaeburnAdd variables for optionally building ipc_stream.c...
2009-02-09 Ken RaeburnAdjust names to not conflict with Windows headers
2009-02-09 Ken RaeburnInclude assert.h
2009-02-09 Ken RaeburnUse winsock2.h on Windows. Make initializer value...
2009-02-09 Ken RaeburnMore C++ compatibility: Don't use "typedef struct tag...
2009-02-06 Ezra PeisachUnsigned/signed warnings cleanup
2009-02-04 Greg HudsonIn krb5int_utf8s_to_ucs2les, free the correct value...
2009-02-02 Ken RaeburnGet rid of casts of free() argument to char*, except...
2009-01-28 Ken Raeburnremove some remnants of krb4-related config file options
2009-01-27 Ken RaeburnHelper script for processing valgrind logs that don...
2009-01-22 Tom Yufix trailing whitespace
2009-01-22 Tom Yuwhitespace
2009-01-05 Ken RaeburnDefine SWAP16 if not already defined
2009-01-05 Ken Raeburnmove generated dependencies out of Makefile.in
2009-01-05 Ezra Peisachifdef out unused functions that are also missing protot...
2009-01-03 Sam HartmanMerge mskrb-integ onto trunk
2009-01-03 Ken RaeburnRemove some unused variables
2008-12-29 Greg HudsonRevert r21589, and export krb5_get_fallback_host_realm...
2008-12-24 Greg HudsonClean up krb5_get_fallback_host_realm in two respects:
2008-12-18 Greg HudsonRemove krb524, lib/des425, lib/krb4, and include/kerber...
2008-12-05 Greg HudsonRemove some lingering Saber C cruft
2008-12-05 Zhanna TsitkovTicket: 6286
2008-12-02 Zhanna TsitkovRemove unneeded LEAN_CLIENT #define's
2008-12-01 Greg HudsonConvert many uses of sprintf to snprintf or asprintf
2008-11-05 Greg HudsonRename krb5int_buf_cstr to krb5int_buf_data, since...
2008-11-05 Greg HudsonConvert many uses of strcpy/strcat (and sometimes sprin...
2008-11-04 Ken RaeburnDon't build dependencies for v4rcp.c.
2008-11-03 Ken RaeburnMaybe include printf.o in t_k5buf build
2008-10-31 Greg HudsonAdd a few safeties to the k5buf code, to make static...
2008-10-28 Ezra PeisachCleanup memory leaks in test program for dynamically...
2008-10-28 Greg HudsonUpdate the exports file for krb5int_buf_add_fmt
2008-10-28 Greg HudsonIn the k5buf module, add a function to append formatted...
2008-10-28 Greg HudsonThe last change to plugins.c erroneously passes a size_...
2008-10-28 Greg HudsonAdd the k5buf string module to libkrb5support
2008-10-28 Ezra PeisachUnsigned/signed warnings cleanup
2008-10-27 Alexandra Ellwoodlocalize format strings, not final error string
2008-10-27 Ezra Peisachsigned vs. unsigned warnings cleanup
2008-10-24 Greg HudsonUse strlcpy instead of strcpy in many places
2008-10-24 Greg HudsonAdd build system support for strlcpy and strlcat on...
2008-10-24 Alexandra EllwoodAdd support for localizing krb5 errors on Mac OS X.
2008-10-23 Alexandra EllwoodFree global mach ports on library unload
2008-10-20 Greg HudsonUse asprintf instead of malloc/strcpy/strcat in many...
2008-10-20 Greg HudsonUse strdup in place of malloc/strcpy in many places
2008-10-15 Alexandra EllwoodMerge KerberosIPC into k5_mig support
2008-10-15 Ken RaeburnNow that we have support for conditionally exporting...
2008-09-30 Alexandra EllwoodCCAPI should use common ipc and stream code
2008-09-30 Alexandra Ellwoodkrb5 library-side changes for com_err based error strings
2008-09-29 Alexandra EllwoodRemoved useless init and cleanup functions.
2008-09-28 Alexandra EllwoodPlace structure in thread specific data to store client...
2008-09-28 Alexandra EllwoodCreate common stream and ipc layer for CCAPI and KIM.
next