summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-02-09 14:00:35 -0800
committerRuss Allbery <rra@stanford.edu>2010-02-09 14:00:35 -0800
commit3b7b000d2d2423a578c0ddfa63773764417aec9e (patch)
tree2aec3b6d482053845d66a01b011ace36482eb9c0 /TODO
parentb7af0beced6e891a652d4caf36a2ec498090a955 (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--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 1b1bd78..bfc7910 100644
--- a/TODO
+++ b/TODO
@@ -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.