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. --- TODO | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 8cbc6d9..4ed44c3 100644 --- a/TODO +++ b/TODO @@ -12,10 +12,6 @@ Minimum required to replace leland_srvtab: Release 0.3: -* Provide some way of getting at the history tables. Need to get object - and ACL history either by object or for all objects, at least. Global - history should be by timestamp and possibly limit by timestamp. - * Log all server actions to syslog. * Write the NetDB ACL verifier. @@ -114,6 +110,8 @@ Future work: * Support displaying and possibly specifying dates in some format more normal than seconds since epoch. +* Support limiting returned history information by timestamp. + * There is a lot of duplicate code in wallet-backend. Convert that to use some sort of data-driven model with argument count and flags so that the method calls can be written only once. -- cgit v1.2.3