[SCM] Samba Shared Repository - branch master updated

Ira Cooper ira at samba.org
Sat Mar 7 16:44:05 MST 2015


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 <realrichardsharpe at gmail.com>
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 <rsharpe at samba.org>
    Reviewed-by: Ira Cooper <ira at samba.org>
    
    Autobuild-User(master): Ira Cooper <ira at samba.org>
    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


More information about the samba-cvs mailing list