[krbdev.mit.edu #8775] git commit
Greg Hudson via RT <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
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. [[email protected]: modified approach for clarity and to prevent some edge cases; rewrote commit message] https://github.com/krb5/krb5/commit/51d3f2ab706197bf8fea82e0a7e9c877d6563986 Author: Luke Howard <[email protected]> Committer: Greg Hudson <[email protected]> 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(-)