diff options
author | Russ Allbery <eagle@eyrie.org> | 2021-09-04 13:03:36 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2021-09-04 13:03:36 -0700 |
commit | b63cd1c55861194c84e8efd8fa713d96c651b43a (patch) | |
tree | 49fa2079d606244061df006daede29ce303cc5eb /NEWS | |
parent | a5f322a55242a68613862d125d7fd0125b1c88bb (diff) |
In Wallet::Policy::Stanford, fix the default_owner logic for password
objects that are group-based rather than host-based. Thanks,
macrotex.
Fixes #82
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ wallet 1.5 (unreleased) Fix the table drop order for wallet-admin destroy to avoid violating foreign key constraints. Patch from macrotex. + In Wallet::Policy::Stanford, fix the default_owner logic for password + objects that are group-based rather than host-based. Thanks, + macrotex. (#82) + Update to rra-c-util 8.2: * Implement explicit_bzero with memset if it is not available. |