summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorKevin Anderson <andersonkw2@gmail.com>2016-11-14 19:14:44 +0100
committerRalph Boehme <slow@samba.org>2017-10-04 10:06:15 +0200
commit174e6cb5e68c22cc845cb52cbebed6b43fdda1d6 (patch)
tree8ddf43676508cf4975136cef46ab109c0d621445 /libcli
parent064e17c0d6934f685c075abe0cf4913fa20d3a94 (diff)
downloadsamba-174e6cb5e68c22cc845cb52cbebed6b43fdda1d6.tar.gz
vfs_fruit: Add Time Machine support
Add a configuration option to disable/enable Time Machine support via the FULLSYNC AAPL flag. Signed-off-by: Kevin Anderson <andersonkw2@gmail.com> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli')
-rw-r--r--libcli/smb/smb2_create_ctx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/smb/smb2_create_ctx.h b/libcli/smb/smb2_create_ctx.h
index cb194f5c536..0e0b713e55c 100644
--- a/libcli/smb/smb2_create_ctx.h
+++ b/libcli/smb/smb2_create_ctx.h
@@ -42,5 +42,6 @@
/* "AAPL" Volume Capabilities bitmap */
#define SMB2_CRTCTX_AAPL_SUPPORT_RESOLVE_ID 1
#define SMB2_CRTCTX_AAPL_CASE_SENSITIVE 2
+#define SMB2_CRTCTX_AAPL_FULL_SYNC 4
#endif