diff options
author | Russ Allbery <rra@stanford.edu> | 2008-02-12 01:54:34 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-02-12 01:54:34 +0000 |
commit | 8981930051a7876586de885183bb0997e9800b3c (patch) | |
tree | 7fff459b2fbf6545b238dfbf394ed750760467e0 | |
parent | 7fdaabe7c1050e6852803e256c22ab04a3cc475d (diff) |
Add a few additional bits.
-rw-r--r-- | TODO | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -19,6 +19,8 @@ Release 1.0: * Provide an interface to list all empty ACLs. +* Provide an interface to find all ACLs with a particular line. + * Add a help function to wallet-backend listing the commands. * The client may not compile against Heimdal due to changes in how the @@ -43,10 +45,9 @@ Release 1.0: * Move the methods to add additional class mappings from Wallet::Schema to Wallet::Admin. -* Implement store support in the wallet client. Add an option to read the - data from a file. The initial implementation, depending on the - underlying remctl support, may have to ban nul characters in the - uploaded data. +* Add an option to the wallet client to read the data from a file for + object store. The initial implementation, depending on the underlying + remctl support, may have to ban nul characters in the uploaded data. * Write the LDAP entitlement ACL verifier. |