[krbdev.mit.edu #8997] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Mon Apr 05 17:47:13 2021: Request 8997 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=8997 > Use KCM_OP_RETRIEVE in KCM client In kcm_retrieve(), try KCM_OP_RETRIEVE. Fall back to iteration if the server doesn't implement it, or if we can an answer incompatible with KRB5_TC_SUPPORTED_KTYPES. In kcmserver.py, implement partial decoding for creds and cred tags so that we can do a basic principal name match. https://github.com/krb5/krb5/commit/795ebba8c039be172ab93cd41105c73ffdba0fdb Author: Greg Hudson <[email protected]> Commit: 795ebba8c039be172ab93cd41105c73ffdba0fdb Branch: master src/include/kcm.h | 2 +- src/lib/krb5/ccache/cc_kcm.c | 52 +++++++++++++++++++++++++++++++++++++++-- src/tests/kcmserver.py | 44 +++++++++++++++++++++++++++++++++-- src/tests/t_ccache.py | 11 ++++++-- 4 files changed, 99 insertions(+), 10 deletions(-)