diff options
author | Russ Allbery <rra@stanford.edu> | 2013-04-15 20:47:41 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-04-16 15:54:02 -0700 |
commit | 45a1f63957da217e0548eaad9d8b8baf09a21dd2 (patch) | |
tree | 811799d77c1521274070fa64025d210ec48f2abe /NEWS | |
parent | 943ffbebc085e620fb7663f3d7477783f9e86aec (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 |