diff options
author | Russ Allbery <rra@stanford.edu> | 2008-04-24 23:05:14 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-04-24 23:05:14 +0000 |
commit | 86bce23e53e6cc89ed5104b21a5fe33fab5a7a9f (patch) | |
tree | c8c352137a41c5e8da8e46dd880252a30132c89e /TODO | |
parent | a93ca104c89859e1022c818579f81f528be204b5 (diff) |
The wallet command-line client now reads the data for store from a
file (using -f) or from standard input (if -f wasn't given) when the
data isn't specified on the command line. The data still must not
contain nul characters.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |