]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add three kvno options from Heimdal kgetcred 1087/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 18 Jun 2020 00:48:38 +0000 (20:48 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 23 Jun 2020 20:10:09 +0000 (16:10 -0400)
commit876bab8418d7dd134c9d9db812ee2118d5ad58f0
tree872ff74b0a69ab209c2c712de3fc02f371c567ae
parent8e80ddbfdb479800c8e6ef7b287d400476578f8a
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.

ticket: 8917 (new)
doc/user/user_commands/kvno.rst
src/clients/kvno/Makefile.in
src/clients/kvno/kvno.c
src/clients/kvno/t_kvno.py [new file with mode: 0644]
src/man/kvno.man