diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-09 14:00:35 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-09 14:00:35 -0800 |
commit | 3b7b000d2d2423a578c0ddfa63773764417aec9e (patch) | |
tree | 2aec3b6d482053845d66a01b011ace36482eb9c0 /NEWS | |
parent | b7af0beced6e891a652d4caf36a2ec498090a955 (diff) |
Use a temporary disk cache in the wallet client instead of memory
The wallet client now uses a temporary disk ticket cache when
obtaining tickets with the -u option rather than an in-memory cache,
allowing for a libremctl built against a different Kerberos
implementation than the wallet client. This primarily helps with
testing.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -44,6 +44,12 @@ wallet 0.10 (unreleased) Report ACL names as well as numbers in object history. + The wallet client now uses a temporary disk ticket cache when + obtaining tickets with the -u option rather than an in-memory cache, + allowing for a libremctl built against a different Kerberos + implementation than the wallet client. This primarily helps with + testing. + wallet 0.9 (2008-04-24) The wallet command-line client now reads the data for store from a |