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 /TODO | |
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 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2,9 +2,6 @@ Release 0.10: -* Switch to using a disk cache in case the wallet client and libremctl are - built against different versions of Kerberos. - * Remove stub fork hook from Wallet::Kadmin::MIT. * Handle unchanging support for Heimdal. |