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: tlyu@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 744 Fix interposed gss_accept_sec_context() If gss_accept_sec_context() is interposed, selected_mech will be an interposer OID. In this situation, pass the corresponding public OID to gss_inquire_attrs_for_mech() to determine whether the mech is allowed by default. [ghudson@mit.edu: pared down from larger commit; rewrote commit message] (cherry picked from commit 0b43d10333f4c4b29896cebc9447d8866b661217) https://github.com/krb5/krb5/commit/d0daf73db55d8d67220e327e8c0a021e71041024 Author: Robbie Harwood Committer: Tom Yu Commit: d0daf73db55d8d67220e327e8c0a021e71041024 Branch: krb5-1.14 src/lib/gssapi/mechglue/g_accept_sec_context.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)