gss: merge enhanced Apple mechglue logging

Add _gss_mg_log() and friends for logging from within the mechanism glue and
SPNEGO. These APIs wrap around the libkrb5 logging APIs.
This commit is contained in:
Luke Howard
2019-12-28 16:45:47 +11:00
parent 31af9ba703
commit 6af3ea9099
13 changed files with 315 additions and 15 deletions

View File

@@ -84,6 +84,7 @@ HEIMDAL_GSS_2.0 {
gss_seal;
gss_set_cred_option;
gss_set_name_attribute;
gss_set_log_function;
gss_set_neg_mechs;
gss_set_sec_context_option;
gss_sign;