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 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ wallet 1.0 (unreleased) this ACL type for an existing wallet database, use wallet-admin to register the new verifier. + 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. + Add a comment field to objects and corresponding commands to wallet-backend and wallet to set and retrieve it. The comment field can only be set by the owner or wallet administrators but can be seen |