[krbdev.mit.edu #9208] git commit

"Greg Hudson via RT" <[email protected]> Fri, 15 May 2026 18:08:02 -0400
Newsgroups gmane.comp.encryption.kerberos.bugs
Message-ID <[email protected]>
Fri May 15 18:08:01 2026: Request 9208 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=9208 >



Add klist -I option to show auth indicators

klist -I decrypts service tickets using the provided keytab and
displays any authentication indicators present in the ticket's
authorization data.

[[email protected]: simplified code changes; edited commit message and
documentation]

https://github.com/krb5/krb5/commit/e6024cd83adceef0955ba59297ed6962aa2a2302
Author: Alexander Bokovoy <[email protected]>
Committer: Greg Hudson <[email protected]>
Commit: e6024cd83adceef0955ba59297ed6962aa2a2302
Branch: master
 doc/user/user_commands/klist.rst |  13 ++++-
 src/clients/klist/klist.c        | 116 ++++++++++++++++++++++++++++++++++++---
 src/lib/krb5_32.def              |   4 ++
 src/tests/t_authdata.py          |   7 +++
 4 files changed, 132 insertions(+), 8 deletions(-)