The branch, master has been updated
       via  e53f6e9 Add the definition of FSCTL_SET_INTEGRITY_INFORMATION found 
from a capture and the Web.
      from  eca0553 torture/fsrvp: remove verification trailer magic field

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e53f6e9ec2eb05ded39a0caec407bb3bb23039cf
Author: Richard Sharpe <[email protected]>
Date:   Sat Mar 7 07:46:31 2015 -0800

    Add the definition of FSCTL_SET_INTEGRITY_INFORMATION found from a capture 
and the Web.
    
    Signed-off-by: Richard Sharpe <[email protected]>
    Reviewed-by: Ira Cooper <[email protected]>
    
    Autobuild-User(master): Ira Cooper <[email protected]>
    Autobuild-Date(master): Sun Mar  8 00:43:08 CET 2015 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 libcli/smb/smb_constants.h | 2 ++
 1 file changed, 2 insertions(+)


Changeset truncated at 500 lines:

diff --git a/libcli/smb/smb_constants.h b/libcli/smb/smb_constants.h
index f2c880c..6da769a 100644
--- a/libcli/smb/smb_constants.h
+++ b/libcli/smb/smb_constants.h
@@ -525,6 +525,8 @@ enum csc_policy {
 #define FSCTL_FILE_LEVEL_TRIM          (FSCTL_FILESYSTEM | FSCTL_ACCESS_WRITE 
| 0x0208 | FSCTL_METHOD_BUFFERED)
 #define FSCTL_OFFLOAD_READ             (FSCTL_FILESYSTEM | FSCTL_ACCESS_READ | 
0x0264 | FSCTL_METHOD_BUFFERED)
 #define FSCTL_OFFLOAD_WRITE            (FSCTL_FILESYSTEM | FSCTL_ACCESS_WRITE 
| 0x0268 | FSCTL_METHOD_BUFFERED)
+#define FSCTL_SET_INTEGRITY_INFORMATION (FSCTL_FILESYSTEM | FSCTL_ACCESS_READ \
+                                                         | FSCTL_ACCESS_WRITE 
| 0x0280 | FSCTL_METHOD_BUFFERED)
 
 #define FSCTL_NAMED_PIPE               0x00110000
 #define FSCTL_PIPE_PEEK                        (FSCTL_NAMED_PIPE | 
FSCTL_ACCESS_READ | 0x000C | FSCTL_METHOD_BUFFERED)


-- 
Samba Shared Repository

Reply via email to