aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO b/TODO
index 9bdd9ba..6414332 100644
--- a/TODO
+++ b/TODO
@@ -41,10 +41,6 @@ Release 1.0:
* On upgrades, support adding new object types and ACL verifiers to the
class tables.
-* 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.
* Write the PTS ACL verifier.
@@ -194,6 +190,9 @@ Future work:
* Support authenticating with a keytab.
+* Allow store data to contain nuls. Requires rewriting the command
+ processing for store to use iovecs.
+
May or may not be good ideas:
* Consider using Class::Accessor to get rid of the scaffolding code to