[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Thu Oct 29 17:39:52 MDT 2009


The branch, master has been updated
       via  e2c84f6... Change RAW-STREAMS for s3 to allow rename over an existing stream, we need to file a CAR to find out why Windows gives INVALID_PARAMETER for this. Jeremy.
      from  921aa99... Start fixing the RAW-STREAMS test - ensure that the xattr used to store the stream info in streams_depot.so is not seen in when enumerating EAs. Jeremy.

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


- Log -----------------------------------------------------------------
commit e2c84f67a35ce4e57056e6ce220b4364fd2d5787
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Oct 29 16:38:34 2009 -0700

    Change RAW-STREAMS for s3 to allow rename over an existing stream,
    we need to file a CAR to find out why Windows gives INVALID_PARAMETER
    for this.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source4/torture/raw/streams.c b/source4/torture/raw/streams.c
index 5d2fb55..5c346f6 100644
--- a/source4/torture/raw/streams.c
+++ b/source4/torture/raw/streams.c
@@ -936,7 +936,8 @@ static bool test_stream_names(struct torture_context *tctx,
 	sinfo.rename_information.in.root_fid = 0;
 	sinfo.rename_information.in.new_name = ":MStream Two:$DATA";
 	status = smb_raw_setfileinfo(cli->tree, &sinfo);
-	if (torture_setting_bool(tctx, "samba4", false)) {
+	if (torture_setting_bool(tctx, "samba4", false) ||
+	    torture_setting_bool(tctx, "samba3", false)) {
 		/* why should this rename be considered invalid?? */
 		CHECK_STATUS(status, NT_STATUS_OK);
 		ret &= check_stream_list(cli, fname, 4, four);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list