From: | ghudson@mit.edu |
Subject: | git commit |
Report inquire_attrs_for_mech mech failures
Previously, gss_inquire_attrs_for_mech() would return a list of mech
attributes that it knew about when given a bad mech oid or a mechanism
which did not provide a gss_inquire_attrs_for_mech() method. It seems
more useful to just report the failure to the application rather than
allowing it to continue with a faulty mechanism.
https://github.com/krb5/krb5/commit/030a4a03a0480969d6acf1591f39fd194642805a
Author: Robbie Harwood <rharwood@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 030a4a03a0480969d6acf1591f39fd194642805a
Branch: master
src/lib/gssapi/mechglue/g_mechattr.c | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)