aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2009-12-07Mark and reindent util, with some exceptionsTom Yu52-3410/+3462
2009-12-02update dependenciesKen Raeburn1-1/+1
2009-11-30Mark and reindent util/supportTom Yu18-1247/+1269
2009-11-24Fix boilerplate in zap.cGreg Hudson1-2/+2
2009-11-24Punt the volatile cast in the non-gcc, non-Windows version of zap.Greg Hudson4-1/+46
2009-11-23Simplify depfix.pl by assuming that all files outside of the sourceGreg Hudson1-24/+4
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson12-105/+97
2009-11-04Delete obsolete krb5-mark-cstyle.el. (replaced by a python script)Tom Yu1-28/+0
2009-11-04Correct regexps for matching emacs and cc-mode versions. In reindentTom Yu2-2/+49
2009-11-03Monkey patch for the cc-mode that comes with emacs-23.x; that versionTom Yu2-0/+52
2009-11-02Emacs 21 doesn't have custom-variable-p. Also, adjust to use theTom Yu1-5/+5
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2-6/+6
2009-11-01Simplify krb5int_get_error (and fix a cast-qual warning) by notGreg Hudson1-24/+7
2009-11-01Be a little more const-correct in krb5int_vset_error_flGreg Hudson1-13/+8
2009-11-01Rework in an attempt to deal with variant Emacs versionsTom Yu1-16/+32
2009-10-31make mark-cstyleTom Yu45-760/+751
2009-10-30Fixes for Emacs 22 compatibilityKen Raeburn1-2/+2
2009-10-30Tweak batch reindent some more. Limit the initial bulk reindent, andTom Yu1-11/+30
2009-10-28New elisp file to mark C styles in files. New top-level MakefileTom Yu1-0/+28
2009-10-28Update to use heuristics for setting "krb5" style based on file localTom Yu2-8/+25
2009-10-27Add "reindent" target to top-level Makefile.in. AddTom Yu1-0/+33
2009-10-26Fix missing emacs file variable markers. Add krb5-c-style.el: theTom Yu1-0/+30
2009-10-23Changed the crypto make system to add build flexibility. The update cancels t...Zhanna Tsitkov1-8/+8
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu1-1/+1
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson4-76/+72
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov4-73/+77
2009-09-15Add t_unal.c to SRCS and generate dependencies..Ezra Peisach2-1/+5
2009-09-15Test byte ordering determination and unaligned accessKen Raeburn2-2/+52
2009-09-03Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov1-1/+1
2009-08-28Disable the COPY_FIRST_CANONNAME workaround on Linux glibc 2.4 andGreg Hudson1-5/+16
2009-08-21Rename db2 header files db.h and db-config.h in the source tree, soKen Raeburn1-1/+3
2009-08-03Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson1-1/+1
2009-08-03Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov1-14/+16
2009-06-18reduce some mutex performance problems in profile libraryKen Raeburn3-21/+19
2009-05-14UCS2 support doesn't handle upper half of BMPGreg Hudson1-29/+37
2009-05-13In util/support/utf8_conv.c, the SWAP16 macro is invoked with anTom Yu1-6/+4
2009-04-29Add DEBUG_ERROR_LOCATIONS supportGreg Hudson2-2/+34
2009-04-07Subject k5_utf8s_to_ucs2s could deref NULL pointer..Ezra Peisach1-3/+5
2009-04-07Null pointer defref in adding infoEzra Peisach1-1/+1
2009-03-11Make Lite Client lib link againZhanna Tsitkov1-1/+1
2009-03-11Make it link againZhanna Tsitkov1-2/+5
2009-02-12Don't pass negative numbers to strerrorKen Raeburn1-0/+14
2009-02-11build strlcpy.c, printf.c, ipc_stream.c on windowsKen Raeburn1-1/+17
2009-02-10Update t_k5buf.c for the renamed buffer type constantsGreg Hudson1-10/+14
2009-02-09Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn3-64/+64
2009-02-09Add variables for optionally building ipc_stream.c; currently emptyKen Raeburn1-0/+5
2009-02-09Adjust names to not conflict with Windows headersKen Raeburn2-23/+23
2009-02-09Include assert.hKen Raeburn1-0/+1
2009-02-09Use winsock2.h on Windows. Make initializer value staticKen Raeburn1-1/+4
2009-02-09More C++ compatibility: Don't use "typedef struct tag *tag"; renameKen Raeburn1-3/+3