Add three kvno options from Heimdal kgetcred Add the flags --cached-only and --no-store, which pass the corresponding options to krb5_get_credentials(). Add the option --out-cache to write the retrieved credentials to a specified output cache. Add a Python test script for kvno command-line options, including tests for the new options. https://github.com/krb5/krb5/commit/876bab8418d7dd134c9d9db812ee2118d5ad58f0 Author: Greg Hudson Commit: 876bab8418d7dd134c9d9db812ee2118d5ad58f0 Branch: master doc/user/user_commands/kvno.rst | 13 +++++ src/clients/kvno/Makefile.in | 3 + src/clients/kvno/kvno.c | 115 ++++++++++++++++++++++++++++----------- src/clients/kvno/t_kvno.py | 75 +++++++++++++++++++++++++ src/man/kvno.man | 13 +++++ 5 files changed, 187 insertions(+), 32 deletions(-)