]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix interposed gss_accept_sec_context()
authorRobbie Harwood <rharwood@redhat.com>
Thu, 17 Dec 2015 00:31:22 +0000 (19:31 -0500)
committerTom Yu <tlyu@mit.edu>
Thu, 7 Jan 2016 21:24:58 +0000 (16:24 -0500)
commitd0daf73db55d8d67220e327e8c0a021e71041024
treedec61df0d3c675dc78783d313d10767f90a98021
parent8917552b578608f99d3c38b58fdddeb78ab4bbb8
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)

ticket: 8338
version_fixed: 1.14.1
src/lib/gssapi/mechglue/g_accept_sec_context.c