[krbdev.mit.edu #8917] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Tue Jun 23 16:41:17 2020: Request 8917 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=8917 > 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 <[email protected]> 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(-)