diff options
author | Michael Adam <obnox@samba.org> | 2012-02-27 02:17:20 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-03-03 17:03:06 +0100 |
commit | 0bdd18efc91a926a270cb9661c8a2b743e123a63 (patch) | |
tree | 87972d0641364ac26a5a8ee05ad165dc93b85940 /libcli/smb | |
parent | 57d99bc14a8fa7a47533cefcbba053b1b1881d03 (diff) | |
download | samba-0bdd18efc91a926a270cb9661c8a2b743e123a63.tar.gz samba-0bdd18efc91a926a270cb9661c8a2b743e123a63.tar.bz2 samba-0bdd18efc91a926a270cb9661c8a2b743e123a63.zip |
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).
Diffstat (limited to 'libcli/smb')
-rw-r--r-- | libcli/smb/smb2_constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h index b8180cec6c..e1f2419fb9 100644 --- a/libcli/smb/smb2_constants.h +++ b/libcli/smb/smb2_constants.h @@ -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 |