mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
s3/smbd: Add new file information classes
Add definitions for missing file information classes documented in [MS-FSCC] section 2.4. Signed-off-by: Justin Maggard <jmaggard@netgear.com> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
4b25c9f4a4
commit
ce884eeb49
@ -329,7 +329,17 @@ Byte offset Type name description
|
||||
#define SMB_FILE_NETWORK_OPEN_INFORMATION 1034
|
||||
#define SMB_FILE_ATTRIBUTE_TAG_INFORMATION 1035
|
||||
#define SMB_FILE_TRACKING_INFORMATION 1036
|
||||
#define SMB_FILE_MAXIMUM_INFORMATION 1037
|
||||
#define SMB_FILE_ID_BOTH_DIRECTORY_INFORMATION 1037
|
||||
#define SMB_FILE_ID_FULL_DIRECTORY_INFORMATION 1038
|
||||
#define SMB_FILE_VALID_DATA_LENGTH_INFORMATION 1039
|
||||
#define SMB_FILE_SHORT_NAME_INFORMATION 1040
|
||||
#define SMB_FILE_SFIO_RESERVE_INFORMATION 1044
|
||||
#define SMB_FILE_SFIO_VOLUME_INFORMATION 1045
|
||||
#define SMB_FILE_HARD_LINK_INFORMATION 1046
|
||||
#define SMB_FILE_NORMALIZED_NAME_INFORMATION 1048
|
||||
#define SMB_FILE_ID_GLOBAL_TX_DIRECTORY_INFORMATION 1050
|
||||
#define SMB_FILE_STANDARD_LINK_INFORMATION 1054
|
||||
#define SMB_FILE_MAXIMUM_INFORMATION 1055
|
||||
|
||||
/* NT passthough levels for qfsinfo. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user