From: | ghudson@mit.edu |
Subject: | git commit |
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 <ghudson@mit.edu>
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(-)