aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2013-04-15 20:47:41 -0700
committerRuss Allbery <eagle@eyrie.org>2013-11-05 12:34:28 -0800
commitb2fe37d0bd566ba42776576d62bcc338b50616b0 (patch)
tree1640745e04e9b32644d06c43991cd8f4005f0620 /NEWS
parentb12c3010666a1f0358117e8203129580ae1bb6c7 (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