mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
libcli:smb: define DH2Q and DH2C tags for smb2 extra create blobs
These are the tags for the SMB2_CREATE_DURABLE_HANDLE_REQUEST_V2 and SMB2_CREATE_DURABLE_HANDLE_RECONNECT_V2, the second version of the SMB2_CREATE_DURABLE_HANDLE_REQUEST (DHnQ) and SMB2_CREATE_DURABLE_HANDLE_RECONNECT (DHnC), which are only available for SMB 2.2 (and newer).
This commit is contained in:
parent
57d99bc14a
commit
0bdd18efc9
@ -160,6 +160,8 @@
|
||||
#define SMB2_CREATE_TAG_TWRP "TWrp"
|
||||
#define SMB2_CREATE_TAG_QFID "QFid"
|
||||
#define SMB2_CREATE_TAG_RQLS "RqLs"
|
||||
#define SMB2_CREATE_TAG_DH2Q "DH2Q"
|
||||
#define SMB2_CREATE_TAG_DH2C "DH2C"
|
||||
|
||||
/* SMB2 notify flags */
|
||||
#define SMB2_WATCH_TREE 0x0001
|
||||
|
Loading…
x
Reference in New Issue
Block a user