diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-10-24 09:35:48 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-24 16:10:36 +0200 |
commit | 6fef69562bf142eb6d84691ed3e74623f213ce85 (patch) | |
tree | ce82b48234fd57a70dc3f170a3f6fd20140dd71c /source4/libcli | |
parent | c9ddc5010801068a03e7f2e87c78b3a07a59e1b0 (diff) | |
download | samba-6fef69562bf142eb6d84691ed3e74623f213ce85.tar.gz samba-6fef69562bf142eb6d84691ed3e74623f213ce85.tar.bz2 samba-6fef69562bf142eb6d84691ed3e74623f213ce85.zip |
libcli/smb: move CAP_* defines to smb_constants.h
metze
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/raw/smb.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/source4/libcli/raw/smb.h b/source4/libcli/raw/smb.h index 3178c898d6..81127830fe 100644 --- a/source4/libcli/raw/smb.h +++ b/source4/libcli/raw/smb.h @@ -449,24 +449,6 @@ #define NEGOTIATE_SECURITY_SIGNATURES_ENABLED 0x04 #define NEGOTIATE_SECURITY_SIGNATURES_REQUIRED 0x08 -/* CIFS protocol capabilities */ -#define CAP_RAW_MODE 0x00000001 -#define CAP_MPX_MODE 0x00000002 -#define CAP_UNICODE 0x00000004 -#define CAP_LARGE_FILES 0x00000008 -#define CAP_NT_SMBS 0x00000010 -#define CAP_RPC_REMOTE_APIS 0x00000020 -#define CAP_STATUS32 0x00000040 -#define CAP_LEVEL_II_OPLOCKS 0x00000080 -#define CAP_LOCK_AND_READ 0x00000100 -#define CAP_NT_FIND 0x00000200 -#define CAP_DFS 0x00001000 -#define CAP_W2K_SMBS 0x00002000 -#define CAP_LARGE_READX 0x00004000 -#define CAP_LARGE_WRITEX 0x00008000 -#define CAP_UNIX 0x00800000 /* Capabilities for UNIX extensions. Created by HP. */ -#define CAP_EXTENDED_SECURITY 0x80000000 - /* * Global value meaning that the smb_uid field should be * ingored (in share level security and protocol level == CORE) |