diff options
author | Jeremy Allison <jra@samba.org> | 2010-02-25 11:15:16 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-02-25 11:15:16 -0800 |
commit | 3551eb7cbfb3bf7573c00d349def884cd70c89c7 (patch) | |
tree | c5aaa7e7fb8a1ab6a4f897f08f7781cc1bacb5e9 /source3/include | |
parent | 166a3821c985696572359a38a1b75cc96b600a15 (diff) | |
download | samba-3551eb7cbfb3bf7573c00d349def884cd70c89c7.tar.gz samba-3551eb7cbfb3bf7573c00d349def884cd70c89c7.tar.bz2 samba-3551eb7cbfb3bf7573c00d349def884cd70c89c7.zip |
Implement rename/move in SMB2 from Windows7.
Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/trans2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/trans2.h b/source3/include/trans2.h index 3759d59681..d42554551a 100644 --- a/source3/include/trans2.h +++ b/source3/include/trans2.h @@ -294,6 +294,7 @@ Byte offset Type name description #define SMB_FILE_ACCESS_INFORMATION 1008 #define SMB_FILE_NAME_INFORMATION 1009 #define SMB_FILE_RENAME_INFORMATION 1010 +#define SMB2_FILE_RENAME_INFORMATION_INTERNAL 0xFF0A /* Internal mapped version. */ #define SMB_FILE_LINK_INFORMATION 1011 #define SMB_FILE_NAMES_INFORMATION 1012 #define SMB_FILE_DISPOSITION_INFORMATION 1013 |