diff options
author | Russ Allbery <rra@stanford.edu> | 2013-04-15 20:47:41 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2013-11-05 12:34:28 -0800 |
commit | b2fe37d0bd566ba42776576d62bcc338b50616b0 (patch) | |
tree | 1640745e04e9b32644d06c43991cd8f4005f0620 /NEWS | |
parent | b12c3010666a1f0358117e8203129580ae1bb6c7 (diff) |
Fix several bugs in Wallet::Object::Keytab enctype handling
There was a missing resultset() call in one place and the wrong
resultset used in a different place, causing the enctype management
code to not work.
Change-Id: I796169c5968ec164f90f3cd75541dd346dd50fdf
Reviewed-on: https://gerrit.stanford.edu/1070
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ User-Visible wallet Changes +wallet 1.1 (unreleased) + + Fix the code to set enctype restrictions for keytab objects in the + wallet server. + wallet 1.0 (2013-03-27) Owners of wallet objects are now allowed to destroy them. In previous |