1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

s3:libcli/smb: add SMB2_SESSION_FLAG_BINDING

metze
This commit is contained in:
Stefan Metzmacher 2012-07-26 00:10:38 +02:00
parent 859e5be070
commit 46e08eb75f

View File

@ -121,7 +121,10 @@
SMB2_CAP_ENCRYPTION)
/* SMB2 session flags */
/* SMB2 session (request) flags */
#define SMB2_SESSION_FLAG_BINDING 0x01
/* SMB2 session (response) flags */
#define SMB2_SESSION_FLAG_IS_GUEST 0x0001
#define SMB2_SESSION_FLAG_IS_NULL 0x0002
#define SMB2_SESSION_FLAG_ENCRYPT_DATA 0x0004 /* in dialect >= 0x224 */