From 86bce23e53e6cc89ed5104b21a5fe33fab5a7a9f Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 24 Apr 2008 23:05:14 +0000 Subject: 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. --- TODO | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'TODO') 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 -- cgit v1.2.3