Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.507 (Entity 5.507) From: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 769 Process SPNEGO error tokens through mech In the SPNEGO initiator code, if the acceptor returns a token with negState=REJCET and a mechanism token, process the token through the mech to get a better error status. [ghudson@mit.edu: modified approach for clarity and to prevent some edge cases; rewrote commit message] https://github.com/krb5/krb5/commit/51d3f2ab706197bf8fea82e0a7e9c877d6563986 Author: Luke Howard Committer: Greg Hudson Commit: 51d3f2ab706197bf8fea82e0a7e9c877d6563986 Branch: master src/lib/gssapi/spnego/spnego_mech.c | 48 +++++++++++++++++++++++----------- src/tests/gssapi/t_err.c | 11 ++++++-- src/tests/gssapi/t_gssapi.py | 1 + 3 files changed, 41 insertions(+), 19 deletions(-)