diff options
author | Russ Allbery <rra@stanford.edu> | 2008-02-07 23:58:46 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-02-07 23:58:46 +0000 |
commit | d87b388e271d3078ad6c2422c83b5bbe866d0538 (patch) | |
tree | 8e6786f56ec550530ba85aa60f7551300cd7a7b8 | |
parent | 5351e30bb5adbe0304292f6cec7b094bef7a1bf0 (diff) |
Some reorganizing and prioritization.
-rw-r--r-- | TODO | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,9 +4,7 @@ Release 1.0: * Add a test suite for the wallet -u option. -* Write the LDAP entitlement ACL verifier. - -* Write the PTS ACL verifier. +* Add a test suite for kasetkey. * Add POD coverage testing using Test::POD::Coverage for the server modules. @@ -30,8 +28,6 @@ Release 1.0: * Rewrite the client test suite to use Perl and to make better use of shared code so that it can be broken into function components. -* Add a test suite for kasetkey. - * Catch exceptions on object creation in wallet-backend so that we can log those as well. @@ -55,6 +51,10 @@ Release 1.0: * Implement a simple file wallet object. Document a naming convention for those files (group-service, perhaps). +* Write the LDAP entitlement ACL verifier. + +* Write the PTS ACL verifier. + * Rename Wallet::ACL::* to Wallet::Verifier::*. Add Wallet::ACL as a generic interface with Wallet::ACL::Database and Wallet::ACL::List implementations (or some similar name) so that we can create and check |