diff options
author | Russ Allbery <rra@stanford.edu> | 2007-10-11 00:49:38 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-10-11 00:49:38 +0000 |
commit | 16890a8c0ee6af63b6a54a8209bae4f2a095e644 (patch) | |
tree | 3c2c45c480cc804d5b50936e791459555b9b71e7 /TODO | |
parent | 32ec05c61136ceff5c6013f304e309c7abdd2fb0 (diff) |
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.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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. |