From 1658725f8812ed0bafffd71a1b566706e91c5e85 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sat, 19 Jan 2008 01:14:16 +0000 Subject: 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. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d2f12bd..d8c4e00 100644 --- a/NEWS +++ b/NEWS @@ -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. -- cgit v1.2.3