mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
libcli/smb: merge NEGOTIATE_SECURITY_* flags to smb_constants.h
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Oct 26 11:27:12 CEST 2011 on sn-devel-104
This commit is contained in:
parent
44689b1ee7
commit
0d9bd56afb
@ -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
|
||||
|
@ -1067,12 +1067,6 @@ char *strdup(char *s);
|
||||
#define BROWSER_ELECTION_VERSION 0x010f
|
||||
#define BROWSER_CONSTANT 0xaa55
|
||||
|
||||
/* 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
|
||||
|
||||
/* TCONX Flag (smb_vwv2). */
|
||||
#define TCONX_FLAG_EXTENDED_RESPONSE 0x8
|
||||
|
||||
|
@ -337,12 +337,6 @@
|
||||
#define BROWSER_ELECTION_VERSION 0x010f
|
||||
#define BROWSER_CONSTANT 0xaa55
|
||||
|
||||
/* 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
|
||||
|
||||
/*
|
||||
* Global value meaning that the smb_uid field should be
|
||||
* ingored (in share level security and protocol level == CORE)
|
||||
|
Loading…
Reference in New Issue
Block a user