Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-03 | Add SPDX-License-Identifier headers | Russ Allbery | |
Add SPDX-License-Identifier headers to all substantial source files. Collapse copyright years. Add some Emacs configuration for files where the copyright notice is at the end. Add a test that every file has SPDX-License-Identifier. | |||
2016-01-16 | Pass object type and name to external ACL verifiers | Russ Allbery | |
This requires changing the ACL verifier plumbing to pass object type and name all the way through when verifying ACLs. Hopefully I caught everything. | |||
2016-01-03 | Add Wallet::ACL::External ACL type | Russ Allbery | |
A new ACL type, external (Wallet::ACL::External), is now supported. This ACL runs an external command to check if access is allowed, and passes the principal and the ACL identifier to that command. To enable this ACL type for an existing wallet database, use wallet-admin to register the new verifier. Change-Id: I21b72b4373eefc92985aca1505e2d1a1ec699602 |