GSSEAP_TRACE prints returns from major entry points
authorSam Hartman <hartmans@debian.org>
Mon, 6 Apr 2015 20:17:30 +0000 (16:17 -0400)
committerSam Hartman <hartmans@debian.org>
Mon, 6 Apr 2015 20:17:30 +0000 (16:17 -0400)
Especially with SPNEGO, it's often the case that the caller does not
always make the GSSEAP errors available.  So, when GSSEAP_TRACE is
set, print the results of init_sec_context, acquire_cred and
accept_sec_context.

Introduce gssEapTrace for additional tracing/debugging.


No differences found