pull up r22291 from trunk
authorTom Yu <tlyu@mit.edu>
Mon, 11 May 2009 20:55:51 +0000 (20:55 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 11 May 2009 20:55:51 +0000 (20:55 +0000)
commit879b2383e1487170f7df30d6f901d5e9ef5a7706
tree9825574b45536f87f66b42b4c8bcfb80f289cffe
parent1049caf5b30b1ef501cdabea1aa693931792fa45
pull up r22291 from trunk

 ------------------------------------------------------------------------
 r22291 | ghudson | 2009-04-29 19:21:21 -0400 (Wed, 29 Apr 2009) | 9 lines
 Changed paths:
    M /trunk/src/include/k5-err.h
    M /trunk/src/include/k5-int.h
    M /trunk/src/lib/krb5/krb/kerrs.c
    M /trunk/src/lib/krb5/libkrb5.exports
    M /trunk/src/util/support/errors.c
    M /trunk/src/util/support/libkrb5support-fixed.exports

 ticket: 6479
 subject: Add DEBUG_ERROR_LOCATIONS support

 If DEBUG_ERROR_LOCATIONS is defined, replace uses of
 krb5_set_error_message and krb5int_set_error with calls to the new
 _fl variants of those functions, and include filename and line number
 information in the calls.  Requires C99-style variadic macros if
 defined.

ticket: 6479
version_fixed: 1.7

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-7@22333 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-err.h
src/include/k5-int.h
src/lib/krb5/krb/kerrs.c
src/lib/krb5/libkrb5.exports
src/util/support/errors.c
src/util/support/libkrb5support-fixed.exports