diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-06 23:58:22 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-06 23:58:22 +0000 |
commit | 4878c6af49ddc4ca7fb7dcef21da7d9ca28014de (patch) | |
tree | dcc59895b4bd432476052fea08e47908ec2ae715 /NEWS | |
parent | 4ee72e4149ca95e04381b434a13308022f9783cd (diff) |
Fix the keytab principal validation regex to allow instances
containing periods. Otherwise, it's hard to manage host keytabs. Add
a missing test suite for that method.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ User-Visible wallet Changes +wallet 0.5 (unreleased) + + Fix the keytab principal validation regex to allow instances + containing periods. Otherwise, it's hard to manage host keytabs. Add + a missing test suite for that method. + wallet 0.4 (2007-12-05) Maintain a global cache of ACL verifiers in Wallet::ACL and reuse them |