summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-11-11 13:52:22 +1300
committerAndreas Schneider <asn@cryptomilk.org>2019-11-15 17:21:32 +0000
commit5e63e54f589b25af550f0d4e28e3c28e0a337c0d (patch)
treee754adb3651f2c390351ad1b6cc87fdce61648e0 /WHATSNEW.txt
parent55b2cb47a9701376aa9e844390c8c4ee2d7fa6e9 (diff)
downloadsamba-5e63e54f589b25af550f0d4e28e3c28e0a337c0d.tar.gz
lib/util: change file_save_mode() to use O_EXCL
Almost all the callers are debug tools or developer debugging aids and these callers clearly expect to create a new file. Unchanged in behaviour is: - TLS certificate creation. This already confirms the files do no exist prior to generation. These will now no longer overwrite the given filename - net ads pac save - net eventlog export Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index cc43b29b3d1..376cd2862f1 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -53,6 +53,13 @@ cryptography effectively wraps bad cryptography, but for now that above
applies.
+"net ads kerberos pac save" and "net eventlog export"
+-----------------------------------------------------
+
+The "net ads kerberos pac save" and "net eventlog export" tools will
+no longer silently overwrite an existing file during data export. If
+the filename given exits, an error will be shown.
+
REMOVED FEATURES
================