diff options
author | Russ Allbery <rra@stanford.edu> | 2012-11-04 10:38:29 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2012-11-04 10:38:29 -0800 |
commit | 357532f312aea30ab5b3e459ccf19f1580b29262 (patch) | |
tree | 6cbe1caa928502a24a2e1e66c04100eb61a9e7fb /TODO | |
parent | ad0dd8ded5cc0896f6bc41fab435026e75a72eed (diff) |
Add new acl check command
Add a new acl check command which, given an ACL ID, prints yes if that
ACL already exists and no otherwise. This is parallel to the check
command for objects.
Also fix some documentation errors in the wallet client documentation,
saying that the check command doesn't require any ACL and fixing one
place where "show" was used instead of "store".
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -29,9 +29,6 @@ Client: Server Interface: - * WALLET-12: Add check command for ACLs similar to the check command for - objects. - * WALLET-13: Provide a way to get history for deleted objects and ACLs. * WALLET-14: Provide an interface to mass-change all instances of one ACL |