From aa57ab48cc9df24ab756b5651959b36a2d81cad3 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sat, 19 Jan 2008 00:37:31 +0000 Subject: When downloading a keytab to a file that already exists, merge the new keytab keys into that file rather than moving aside the old keytab and creating a new keytab with only the new keys. Also fix get handling in the client for all types other than keytabs. This isn't visible yet since the server doesn't yet support other types of objects. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 852599a..d2f12bd 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,10 @@ wallet 0.6 (unreleased) write the keytab to standard output rather than dying with a cryptic error. + When downloading a keytab to a file that already exists, merge the new + keytab keys into that file rather than moving aside the old keytab and + creating a new keytab with only the new keys. + Support enforcing a naming policy for wallet objects via a Perl function in the wallet server configuration file. -- cgit v1.2.3