From f5adcfc9660c2c05715c913e712cf6515a791807 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 18 Sep 2007 20:21:31 +0000 Subject: Add flag clear and flag set to the public interface. --- client/wallet.pod | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'client/wallet.pod') diff --git a/client/wallet.pod b/client/wallet.pod index fd5749f..a330b0a 100644 --- a/client/wallet.pod +++ b/client/wallet.pod @@ -101,11 +101,11 @@ options and commands are ignored. =head1 COMMANDS As mentioned above, most commands are only available to wallet -administrators. The exceptions are C, C, C, and -C. All of those commands have their own ACLs, and if the -appropriate ACL is set, it alone is checked to see if the user has access. -Otherwise, C, C, and C access is permitted if the user -is authorized by the owner ACL of the object. +administrators. The exceptions are C, C, C, C, +C, and C. All of those commands have their own +ACLs, and if the appropriate ACL is set, it alone is checked to see if the +user has access. Otherwise, C, C, and C access is +permitted if the user is authorized by the owner ACL of the object. Administrators can run any command on any object or ACL except for C and C. For C and C, they must still be authorized by @@ -171,7 +171,20 @@ the object. Currently, the expiration of an object is not used. -=item get +=item flag clear + +Clears the flag on the object identified by and . + +=item flag set + +Sets the flag on the object identified by and . +Recognized flags are C, which prevents all further actions on that +object until the flag is cleared, and C, which tells the object +backend to not generate new data on get but instead return the same data as +previously returned. The C flag is not meaningful for objects +that do not generate new data on the fly. + +=item get Prints to standard output the data associated with the object identified by and , or stores it in a file if the B<-f> option was -- cgit v1.2.3