diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-08-07 14:11:11 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-08-07 14:56:23 +0200 |
commit | acbb9da53077756f6a44a4737fcd3329fadb217c (patch) | |
tree | d703f54af670e06293e8b97fbcb19db1fa530e6f /source4/libcli/smb2 | |
parent | c2c4d489b685534a3fa879f993d0f4931c6cf44e (diff) | |
download | samba-acbb9da53077756f6a44a4737fcd3329fadb217c.tar.gz samba-acbb9da53077756f6a44a4737fcd3329fadb217c.tar.bz2 samba-acbb9da53077756f6a44a4737fcd3329fadb217c.zip |
s4:libcli/smb2: remove unused and redundant SMB2 security flags
metze
Diffstat (limited to 'source4/libcli/smb2')
-rw-r--r-- | source4/libcli/smb2/smb2_calls.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/libcli/smb2/smb2_calls.h b/source4/libcli/smb2/smb2_calls.h index b89770fbe6..eeacac72bf 100644 --- a/source4/libcli/smb2/smb2_calls.h +++ b/source4/libcli/smb2/smb2_calls.h @@ -58,12 +58,6 @@ struct smb2_negprot { #define SMB2_GETINFO_SECURITY 0x03 #define SMB2_GETINFO_QUOTA 0x04 -#define SMB2_GETINFO_ADD_OWNER_SECURITY 0x01 -#define SMB2_GETINFO_ADD_GROUP_SECURITY 0x02 -#define SMB2_GETINFO_ADD_DACL_SECURITY 0x04 -#define SMB2_GETINFO_ADD_SACL_SECURITY 0x08 -#define SMB2_GETINFO_ADD_LABEL_SECURITY 0x10 - /* NOTE! the getinfo fs and file levels exactly match up with the 'passthru' SMB levels, which are levels >= 1000. The SMB2 client lib uses the names from the libcli/raw/ library */ |