krb5 commit: Allow trace logging from GSS library
Greg Hudson
ghudson at mit.edu
Fri Jul 22 11:46:59 EDT 2016
https://github.com/krb5/krb5/commit/de92d6c5af514b88dc4fd36768b4ff05273ed184
commit de92d6c5af514b88dc4fd36768b4ff05273ed184
Author: Greg Hudson <ghudson at mit.edu>
Date: Thu Jul 21 11:40:31 2016 -0400
Allow trace logging from GSS library
Export krb5int_trace from the krb5 DLL on Windows, so that trace
logging points can be added to the GSS library.
src/lib/krb5_32.def | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/lib/krb5_32.def b/src/lib/krb5_32.def
index 79a24d1..3b271d3 100644
--- a/src/lib/krb5_32.def
+++ b/src/lib/krb5_32.def
@@ -468,3 +468,4 @@ EXPORTS
krb5_set_kdc_send_hook @433
krb5_set_kdc_recv_hook @434
krb5_get_init_creds_opt_set_pac_request @435
+ krb5int_trace @436 ; PRIVATE GSSAPI
More information about the cvs-krb5
mailing list