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)
commit8c048bed06cac3253bd7eb3513e9a4d30b31887e
tree1aab95f92ee20a4181ab3f6020dc133f78801e82
parentea1c9e27203d1fd8f1f0889c5f8371ce7fac4930
GSSEAP_TRACE prints returns from major entry points

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.
mech_eap/accept_sec_context.c
mech_eap/eap_mech.c
mech_eap/gssapiP_eap.h
mech_eap/init_sec_context.c
mech_eap/util_cred.c