diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-07 00:51:07 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-07 00:51:07 +0000 |
commit | c2ca6dbc6caa51283a8fa587a622bcd870c97d93 (patch) | |
tree | 47526cc3cc5ed78b52d128e1012aeb78f075112c /NEWS | |
parent | 2e9f1bbdab7ee4cbf9fba8b5c99cb3e970f35f4b (diff) |
Check a default creation ACL first before the ADMIN ACL when deciding
whether we can auto-create a non-existent ACL, since creating one with
the ADMIN ACL doesn't create a useful object.
Allow @ in wallet-backend arguments so that principal names can be
passed in.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,9 @@ wallet 0.5 (unreleased) Allow the empty string in wallet-backend arguments. + Allow @ in wallet-backend arguments so that principal names can be + passed in. + Load the Perl modules for ACL verifiers and object types dynamically now that we're reading the class from the database. @@ -18,6 +21,10 @@ wallet 0.5 (unreleased) backup file before creating a new backup and don't fail if the backup already exists. + Check a default creation ACL first before the ADMIN ACL when deciding + whether we can auto-create a non-existent ACL, since creating one with + the ADMIN ACL doesn't create a useful object. + wallet 0.4 (2007-12-05) Maintain a global cache of ACL verifiers in Wallet::ACL and reuse them |