summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-12-03 18:46:25 +0100
committerJeremy Allison <jra@samba.org>2019-12-06 01:45:21 +0000
commitfe2901e1074afbc488e92a6b930a9430f09063d9 (patch)
tree6cc6ae8632e209aeb73df5c234b7aab9c951b1a7 /WHATSNEW.txt
parent69691dd0cd5fac292bfb1c1dc28136ae253bbc76 (diff)
downloadsamba-fe2901e1074afbc488e92a6b930a9430f09063d9.tar.gz
WHATSNEW: document SMB_VFS_NTIMES() interface change
BUG: https://bugzilla.samba.org/show_bug.cgi?id=7771 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Dec 6 01:45:21 UTC 2019 on sn-devel-184
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index f84cfcf7623..3a7e90afee2 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -60,6 +60,18 @@ 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.
+VFS
+===
+
+SMB_VFS_NTIMES
+--------------
+
+Samba now uses a sentinel value based on utimensat(2) UTIME_OMIT to denote
+to-be-ignored timestamp variables passed to the SMB_VFS_NTIMES() VFS function.
+
+VFS modules can check whether any of the time values inside a struct
+smb_file_time is to be ignored by calling is_omit_timespec() on the value.
+
REMOVED FEATURES
================