summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-11-15 05:42:29 +0000
committerRuss Allbery <rra@stanford.edu>2007-11-15 05:42:29 +0000
commit2393ffbc3c52c6552e00212d5209d6b870a55d4e (patch)
tree2eaca996ede5d9b835db69f6ac143e8cba051d36 /TODO
parentb6bb3f3a72ec1dc32991cffeeab4f8b1cc27cc46 (diff)
Add an ACL verifier that checks access against NetDB roles using the
NetDB remctl interface.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index 47b48ef..44b30d4 100644
--- a/TODO
+++ b/TODO
@@ -12,8 +12,6 @@ Minimum required to replace leland_srvtab:
Release 0.3:
-* Write the NetDB ACL verifier.
-
* Write the LDAP entitlement ACL verifier.
* Write the PTS ACL verifier.
@@ -118,6 +116,11 @@ Future work:
Wallet::Server class. Find a way to rewrite that so that the dispatch
doesn't duplicate the same code patterns.
+* Refactor the test suite for the wallet backend to try to reduce the
+ duplicated code.
+
+* Pull common test suite code into a Perl library that can be reused.
+
* Add a function to wallet-admin to purge expired entries. Possibly also
check expiration before allowing anyone to get or store objects.