From: | ghudson@mit.edu |
Subject: | git commit |
Fix impersonate_name to work with interposers
This follows the same modifications applied to
gss_acquire_cred_with_password() when interposer plugins were
introduced.
[ghudson@mit.edu: minor whitespace changes; initialize out_mcred in
spnego_gss_acquire_cred_impersonate_name() since it is released in the
cleanup handler]
https://github.com/krb5/krb5/commit/b3901af6970fb7bde88eb16d51c8d05db6f37746
Author: Simo Sorce <simo@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: b3901af6970fb7bde88eb16d51c8d05db6f37746
Branch: master
src/lib/gssapi/mechglue/g_acquire_cred_imp_name.c | 58 +++++++++++++--------
src/lib/gssapi/spnego/spnego_mech.c | 35 ++++++------
2 files changed, 54 insertions(+), 39 deletions(-)