Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

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.


https://github.com/krb5/krb5/commit/41d6e61e7a953d6ef5e77a3271208b1b6c4e4921
Commit By: ghudson
Revision: 22291
Changed Files:
U trunk/src/include/k5-err.h
U trunk/src/include/k5-int.h
U trunk/src/lib/krb5/krb/kerrs.c
U trunk/src/lib/krb5/libkrb5.exports
U trunk/src/util/support/errors.c
U trunk/src/util/support/libkrb5support-fixed.exports
From: tlyu@mit.edu
Subject: SVN Commit
Download (untitled) / with headers
text/plain 1.1KiB

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.

https://github.com/krb5/krb5/commit/879b2383e1487170f7df30d6f901d5e9ef5a7706
Commit By: tlyu
Revision: 22333
Changed Files:
U branches/krb5-1-7/src/include/k5-err.h
U branches/krb5-1-7/src/include/k5-int.h
U branches/krb5-1-7/src/lib/krb5/krb/kerrs.c
U branches/krb5-1-7/src/lib/krb5/libkrb5.exports
U branches/krb5-1-7/src/util/support/errors.c
U branches/krb5-1-7/src/util/support/libkrb5support-fixed.exports