Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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.

https://github.com/krb5/krb5/commit/92dbcf2eb436933f769c17e6a10f671992636e5f
Author: Robbie Harwood <rharwood@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 92dbcf2eb436933f769c17e6a10f671992636e5f
Branch: master
src/lib/gssapi/mechglue/g_saslname.c | 27 ++++++++++++++++++++-------
1 files changed, 20 insertions(+), 7 deletions(-)
From: tlyu@mit.edu
Subject: git commit

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 <rharwood@redhat.com>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 41dc51a04f7581daec639342a3ac629388618d52
Branch: krb5-1.14
src/lib/gssapi/mechglue/g_saslname.c | 27 ++++++++++++++++++++-------
1 files changed, 20 insertions(+), 7 deletions(-)