summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/smb2_calls.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-12 08:18:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:15 -0500
commit36e4374b1d047b4857db22421c2bcc67f13b55d1 (patch)
treecb694f862cbf1ad9e07ef10921f933602d27dbfa /source4/libcli/smb2/smb2_calls.h
parent67a85b3f1bca7e0590ae97d07a6ef32c418e64d1 (diff)
downloadsamba-36e4374b1d047b4857db22421c2bcc67f13b55d1.tar.gz
samba-36e4374b1d047b4857db22421c2bcc67f13b55d1.tar.bz2
samba-36e4374b1d047b4857db22421c2bcc67f13b55d1.zip
r11698: added some more level names
(This used to be commit 845bbef8038b776b32da0c9c55ae9375feee4961)
Diffstat (limited to 'source4/libcli/smb2/smb2_calls.h')
-rw-r--r--source4/libcli/smb2/smb2_calls.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/libcli/smb2/smb2_calls.h b/source4/libcli/smb2/smb2_calls.h
index 5e9efd2868..df2aff75e6 100644
--- a/source4/libcli/smb2/smb2_calls.h
+++ b/source4/libcli/smb2/smb2_calls.h
@@ -169,17 +169,18 @@ struct smb2_close {
/* file information levels */
#define SMB2_GETINFO_FILE_BASIC_INFO 0x0401
-#define SMB2_GETINFO_FILE_05 0x0501
+#define SMB2_GETINFO_FILE_SIZE_INFO 0x0501
#define SMB2_GETINFO_FILE_06 0x0601
-#define SMB2_GETINFO_FILE_07 0x0701
+#define SMB2_GETINFO_FILE_EA_SIZE 0x0701
#define SMB2_GETINFO_FILE_ACCESS_INFO 0x0801
#define SMB2_GETINFO_FILE_0E 0x0e01
+#define SMB2_GETINFO_FILE_EA_INFO 0x0f01
#define SMB2_GETINFO_FILE_10 0x1001
#define SMB2_GETINFO_FILE_11 0x1101
#define SMB2_GETINFO_FILE_ALL_INFO 0x1201
#define SMB2_GETINFO_FILE_NAME_INFO 0x1501
#define SMB2_GETINFO_FILE_STREAM_INFO 0x1601
-#define SMB2_GETINFO_FILE_1C 0x1c01
+#define SMB2_GETINFO_FILE_EOF_INFO 0x1c01
#define SMB2_GETINFO_FILE_STANDARD_INFO 0x2201
#define SMB2_GETINFO_FILE_ATTRIB_INFO 0x2301