The branch, master has been updated
       via  7eb097a66df2491bf975471a095fb4356216d974 (commit)
      from  49b84197e0e055bc6045051874a76268d766a4f7 (commit)

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


- Log -----------------------------------------------------------------
commit 7eb097a66df2491bf975471a095fb4356216d974
Author: Tim Prouty <tpro...@samba.org>
Date:   Tue Feb 10 16:51:47 2009 -0800

    s4 torture: Change nttransrename to use a normal access mask
    
    batch9 already tests for stat-only opens

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

Summary of changes:
 source4/torture/raw/oplock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/raw/oplock.c b/source4/torture/raw/oplock.c
index c10c49e..0aeded8 100644
--- a/source4/torture/raw/oplock.c
+++ b/source4/torture/raw/oplock.c
@@ -2241,7 +2241,7 @@ bool test_nttransrename(struct torture_context *tctx, 
struct smbcli_state *cli1)
        */
        io.generic.level = RAW_OPEN_NTCREATEX;
        io.ntcreatex.in.root_fid = 0;
-       io.ntcreatex.in.access_mask = 0;/* ask for no access at all */;
+       io.ntcreatex.in.access_mask = SEC_RIGHTS_FILE_ALL;
        io.ntcreatex.in.alloc_size = 0;
        io.ntcreatex.in.file_attr = FILE_ATTRIBUTE_NORMAL;
        io.ntcreatex.in.share_access = NTCREATEX_SHARE_ACCESS_NONE;


-- 
Samba Shared Repository

Reply via email to