aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-12-05 01:22:53 +0000
committerRuss Allbery <rra@stanford.edu>2007-12-05 01:22:53 +0000
commit71aceb8dade53339429ab11fc318e5c67c9cc791 (patch)
treeab87d94d444be44c6cad994da3d26f9fc8cd8d3c /NEWS
parentc0c34051887d08a94221f9cbc2b74fbfad34c22c (diff)
Maintain a global cache of ACL verifiers in Wallet::ACL and reuse them
over the life of the process if we see another ACL line from the same scheme, rather than only reusing ACL verifiers within a single ACL.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 327afcf..fa5e527 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@
wallet 0.4 (unreleased)
+ Maintain a global cache of ACL verifiers in Wallet::ACL and reuse them
+ over the life of the process if we see another ACL line from the same
+ scheme, rather than only reusing ACL verifiers within a single ACL.
+
Add a subclass of the NetDB ACL verifier that requires the principal
have an instance of "root" and strips that instance before checking
NetDB roles.