Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 591 Check mech in gss_accept_sec_context w/ no cred If no verifier_cred_handle is passed to gss_accept_sec_context(), accept the same mechs as we would with a default acceptor credential--that is, not those which assert the GSS_C_MA_DEPRECATED or GSS_C_MA_NOT_DFLT_MECH attributes. https://github.com/krb5/krb5/commit/382556f580e3b7fb8469976988c50b67bba51f26 Author: Greg Hudson Commit: 382556f580e3b7fb8469976988c50b67bba51f26 Branch: master src/lib/gssapi/mechglue/g_accept_sec_context.c | 28 ++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-)