mirror of
https://github.com/samba-team/samba.git
synced 2025-03-30 06:50:24 +03:00
libcli:smb: add defines for SMB2.2 share capabilities
* continuous avaliability * cluster * scaleout
This commit is contained in:
parent
29eed6359a
commit
8c5d288ecf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user