]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix IAKERB error handling 1417/head
authorGreg Hudson <ghudson@mit.edu>
Tue, 25 Mar 2025 20:09:28 +0000 (16:09 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 3 Apr 2025 20:31:03 +0000 (16:31 -0400)
commited56e5b38334e874ea36c68f1ca559da582742db
tree03f11b82b3e8bbf314ec769ea7e07b21944e25a0
parentf0230605c4ffe475e158d1a4ab17ed2c7f4c6189
Fix IAKERB error handling

KRB-ERROR has non-optional realm and sname fields, so we must set a
server field in the krb5_error object before calling krb5_mk_error().

Add KRB-ERROR processing to the initiator state machine.

ticket: 9169 (new)
src/lib/gssapi/krb5/iakerb.c
src/tests/gssapi/t_gssapi.py