summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2013-04-15 20:47:41 -0700
committerRuss Allbery <rra@stanford.edu>2013-04-16 15:54:02 -0700
commit45a1f63957da217e0548eaad9d8b8baf09a21dd2 (patch)
tree811799d77c1521274070fa64025d210ec48f2abe /NEWS
parent943ffbebc085e620fb7663f3d7477783f9e86aec (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--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f364260..460d475 100644
--- a/NEWS
+++ b/NEWS
@@ -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