diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-09-27 05:30:03 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-10-17 16:08:29 +0200 |
commit | e6eb6b9e9494d1c8db311e5b967b0da4d75c45aa (patch) | |
tree | 03c4c7451fa03465bef7e344ebc9938d04a8347e /source4/libcli | |
parent | 44224cd40fcec262085423577de9eede27a4a22a (diff) | |
download | samba-e6eb6b9e9494d1c8db311e5b967b0da4d75c45aa.tar.gz samba-e6eb6b9e9494d1c8db311e5b967b0da4d75c45aa.tar.bz2 samba-e6eb6b9e9494d1c8db311e5b967b0da4d75c45aa.zip |
libcli/smb: move Filesystem Attributes defines to smb_constants.h
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10200
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/raw/smb.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source4/libcli/raw/smb.h b/source4/libcli/raw/smb.h index 279ada1817..38aefb6745 100644 --- a/source4/libcli/raw/smb.h +++ b/source4/libcli/raw/smb.h @@ -251,20 +251,6 @@ #define RENAME_FLAG_RENAME 0x104 #define RENAME_FLAG_COPY 0x105 -/* Filesystem Attributes. */ -#define FILE_CASE_SENSITIVE_SEARCH 0x01 -#define FILE_CASE_PRESERVED_NAMES 0x02 -#define FILE_UNICODE_ON_DISK 0x04 -/* According to cifs9f, this is 4, not 8 */ -/* Acconding to testing, this actually sets the security attribute! */ -#define FILE_PERSISTENT_ACLS 0x08 -/* These entries added from cifs9f --tsb */ -#define FILE_FILE_COMPRESSION 0x10 -#define FILE_VOLUME_QUOTAS 0x20 -/* I think this is wrong. JRA #define FILE_DEVICE_IS_MOUNTED 0x20 */ -#define FILE_VOLUME_SPARSE_FILE 0x40 -#define FILE_VOLUME_IS_COMPRESSED 0x8000 - /* ChangeNotify flags. */ #define FILE_NOTIFY_CHANGE_FILE_NAME 0x00000001 #define FILE_NOTIFY_CHANGE_DIR_NAME 0x00000002 |