diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-10-26 09:28:10 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-26 11:27:12 +0200 |
commit | 0d9bd56afb8ecb1d42fad4f344b1892bf01b153e (patch) | |
tree | c4fb41e79df0d749d989712274095d66874f6855 /source4/libcli/raw | |
parent | 44689b1ee78e9197db5ef041dbc5e0e2aa8e61f7 (diff) | |
download | samba-0d9bd56afb8ecb1d42fad4f344b1892bf01b153e.tar.gz samba-0d9bd56afb8ecb1d42fad4f344b1892bf01b153e.tar.bz2 samba-0d9bd56afb8ecb1d42fad4f344b1892bf01b153e.zip |
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
Diffstat (limited to 'source4/libcli/raw')
-rw-r--r-- | source4/libcli/raw/smb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/libcli/raw/smb.h b/source4/libcli/raw/smb.h index 99dcf43edb..be1bfdb7d1 100644 --- a/source4/libcli/raw/smb.h +++ b/source4/libcli/raw/smb.h @@ -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) |