diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-05 01:22:53 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-05 01:22:53 +0000 |
commit | 71aceb8dade53339429ab11fc318e5c67c9cc791 (patch) | |
tree | ab87d94d444be44c6cad994da3d26f9fc8cd8d3c /NEWS | |
parent | c0c34051887d08a94221f9cbc2b74fbfad34c22c (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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |