From 174e6cb5e68c22cc845cb52cbebed6b43fdda1d6 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Mon, 14 Nov 2016 19:14:44 +0100 Subject: 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 Reviewed-by: Ralph Boehme Reviewed-by: Jeremy Allison --- libcli/smb/smb2_create_ctx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcli') 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 -- cgit v1.2.1