mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
libcli:smb: add defines for SMB2.2 share capabilities
* continuous avaliability * cluster * scaleout
This commit is contained in:
@ -119,7 +119,10 @@
|
||||
#define SMB2_SHAREFLAG_ALL 0x0F33
|
||||
|
||||
/* SMB2 share capabilities */
|
||||
#define SMB2_SHARE_CAP_DFS 0x8
|
||||
#define SMB2_SHARE_CAP_DFS 0x8
|
||||
#define SMB2_SHARE_CAP_CONTINUOUS_AVAILABILITY 0x10 /* in dialect >= 0x222 */
|
||||
#define SMB2_SHARE_CAP_SCALEOUT 0x20 /* in dialect >= 0x222 */
|
||||
#define SMB2_SHARE_CAP_CLUSTER 0x40 /* in dialect >= 0x222 */
|
||||
|
||||
/* SMB2 create security flags */
|
||||
#define SMB2_SECURITY_DYNAMIC_TRACKING 0x01
|
||||
|
Reference in New Issue
Block a user