aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-02-13 21:52:56 +0000
committerRuss Allbery <rra@stanford.edu>2008-02-13 21:52:56 +0000
commit4a3486cc75336c5324b7f970ff200381cb9b80ef (patch)
tree97c66d063617e0d68366703ab56f2af67cca202f /TODO
parentc3cef39c9f03918eb2d6e209ceeff0dc64b80ec7 (diff)
Release 0.8.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index 0778867..d12267c 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,9 @@ Release 1.0:
* Add a test suite for kasetkey.
+* Rewrite the server checks to avoid using IO::String, since one of the
+ tests already requires Perl 5.8's internal string handling.
+
* Add POD coverage testing using Test::POD::Coverage for the server
modules.
@@ -56,6 +59,16 @@ Release 1.0:
an ACL without having to write it into the database. Redo default ACL
creation using that functionality.
+* The wallet client currently sets sync kaserver whenever writing a keytab
+ to a srvtab. This is correct for sites using kaserver and wrong for
+ everyone else. Remove or rethink this once Stanford's kaserver
+ migration is over.
+
+* The wallet client currently hard-codes a kvno of 0 in srvtabs, which is
+ correct for how kasetkey works but probably isn't correct for people
+ using Heimdal or MIT to serve both K4 and K5 from the same KDC. Rethink
+ once Stanford's kaserver migration is over.
+
Future work:
* Write a conventions document for ACL naming, object naming, and similar