[krbdev.mit.edu #9133] git commit

"Greg Hudson via RT" <[email protected]> Mon, 22 Jul 2024 17:25:42 -0400
Newsgroups gmane.comp.encryption.kerberos.bugs
Message-ID <[email protected]>
Mon Jul 22 17:25:41 2024: Request 9133 was acted upon.
 Transaction: Ticket created by [email protected]
       Queue: krb5
     Subject: git commit
       Owner: [email protected]
  Requestors: 
      Status: new
 Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9133 >



Add acceptor-side IAKERB realm discovery

draft-ietf-kitten-iakerb-03 section 3.1 specifies a way for the
initiator to query the acceptor's realm.  Implement this facility in
the IAKERB acceptor.

https://github.com/krb5/krb5/commit/6e20892369a9fafa09294529fb4d331e4fcbb97a
Author: Greg Hudson <[email protected]>
Commit: 6e20892369a9fafa09294529fb4d331e4fcbb97a
Branch: master
 .gitignore                   |  1 +
 src/lib/gssapi/krb5/iakerb.c | 66 +++++++++++++++++++++++++++++----
 src/tests/gssapi/Makefile.in | 32 ++++++++--------
 src/tests/gssapi/t_gssapi.py |  2 +
 src/tests/gssapi/t_iakerb.c  | 88 ++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 167 insertions(+), 22 deletions(-)