mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
libcli/smb: add new COMPRESSION and NETNAME negotiate context ids
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14055 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Aurelien Aptel <aaptel@suse.com>
This commit is contained in:
parent
f258cfaa1d
commit
e10b90f33b
@ -131,6 +131,8 @@
|
||||
/* Types of SMB2 Negotiate Contexts - only in dialect >= 0x310 */
|
||||
#define SMB2_PREAUTH_INTEGRITY_CAPABILITIES 0x0001
|
||||
#define SMB2_ENCRYPTION_CAPABILITIES 0x0002
|
||||
#define SMB2_COMPRESSION_CAPABILITIES 0x0003
|
||||
#define SMB2_NETNAME_NEGOTIATE_CONTEXT_ID 0x0005
|
||||
|
||||
/* Values for the SMB2_PREAUTH_INTEGRITY_CAPABILITIES Context (>= 0x310) */
|
||||
#define SMB2_PREAUTH_INTEGRITY_SHA512 0x0001
|
||||
|
Loading…
x
Reference in New Issue
Block a user