diff options
author | Russ Allbery <rra@stanford.edu> | 2008-01-19 01:14:16 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-01-19 01:14:16 +0000 |
commit | 1658725f8812ed0bafffd71a1b566706e91c5e85 (patch) | |
tree | d7876976e329d85bed76cf229c9a4cd658468656 /NEWS | |
parent | aa57ab48cc9df24ab756b5651959b36a2d81cad3 (diff) |
If -f is used and the output file name with ".new" appended already
exists, unlink it first and then create it safely rather than
truncating it. This is much safer when creating files in a
world-writable directory.
Also add documentation for keytab merging.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,6 +14,11 @@ wallet 0.6 (unreleased) keytab keys into that file rather than moving aside the old keytab and creating a new keytab with only the new keys. + If -f is used and the output file name with ".new" appended already + exists, unlink it first and then create it safely rather than + truncating it. This is much safer when creating files in a + world-writable directory. + Support enforcing a naming policy for wallet objects via a Perl function in the wallet server configuration file. |