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: 783 Enable interposing gss_inquire_saslname_for_mech The behavior of gss_inquire_saslname_for_mech() changes slightly, to report GSS_S_BAD_MECH when an unsupported mech oid is given. Also call map_error() on the minor code resulting from the mech. Note that gss_inquire_mech_for_saslname() cannot be interposed, as mech_type is specified as output-only in RFC 5801. (cherry picked from commit 92dbcf2eb436933f769c17e6a10f671992636e5f) https://github.com/krb5/krb5/commit/41dc51a04f7581daec639342a3ac629388618d52 Author: Robbie Harwood Committer: Tom Yu Commit: 41dc51a04f7581daec639342a3ac629388618d52 Branch: krb5-1.14 src/lib/gssapi/mechglue/g_saslname.c | 27 ++++++++++++++++++++------- 1 files changed, 20 insertions(+), 7 deletions(-)