From 36e4374b1d047b4857db22421c2bcc67f13b55d1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 12 Nov 2005 08:18:52 +0000 Subject: r11698: added some more level names (This used to be commit 845bbef8038b776b32da0c9c55ae9375feee4961) --- source4/libcli/smb2/smb2_calls.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source4/libcli/smb2') 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 -- cgit