From 16890a8c0ee6af63b6a54a8209bae4f2a095e644 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 11 Oct 2007 00:49:38 +0000 Subject: Add an acl history function to the server backend and the client documentation and test it. Update NEWS and TODO for the completion of the history code. --- client/wallet.pod | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'client') diff --git a/client/wallet.pod b/client/wallet.pod index 957cd24..779e691 100644 --- a/client/wallet.pod +++ b/client/wallet.pod @@ -155,6 +155,14 @@ Destroy the ACL . This ACL must no longer be referenced by any object or the ACL destruction will fail. The special ACL named C cannot be destroyed. +=item acl history + +Display the history of the ACL . Each change to the ACL (not +including changes to the name of the ACL) will be represented by two +lines. The first line will have a timestamp of the change followed by a +description of the change, and the second line will give the user who made +the change and the host from which the change was mde. + =item acl remove Remove the entry with and from the ACL . -- cgit v1.2.3