From 0d9bd56afb8ecb1d42fad4f344b1892bf01b153e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 26 Oct 2011 09:28:10 +0200 Subject: libcli/smb: merge NEGOTIATE_SECURITY_* flags to smb_constants.h metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Wed Oct 26 11:27:12 CEST 2011 on sn-devel-104 --- libcli/smb/smb_constants.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libcli/smb/smb_constants.h') diff --git a/libcli/smb/smb_constants.h b/libcli/smb/smb_constants.h index bde66dc879..e7898f89c7 100644 --- a/libcli/smb/smb_constants.h +++ b/libcli/smb/smb_constants.h @@ -196,6 +196,12 @@ enum smb_signing_setting { /* used to indicate end of chain */ #define SMB_CHAIN_NONE 0xFF +/* Sercurity mode bits. */ +#define NEGOTIATE_SECURITY_USER_LEVEL 0x01 +#define NEGOTIATE_SECURITY_CHALLENGE_RESPONSE 0x02 +#define NEGOTIATE_SECURITY_SIGNATURES_ENABLED 0x04 +#define NEGOTIATE_SECURITY_SIGNATURES_REQUIRED 0x08 + /* Capabilities. see ftp.microsoft.com/developr/drg/cifs/cifs/cifs4.txt */ #define CAP_RAW_MODE 0x00000001 -- cgit