[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Fri Jul 30 03:25:33 MDT 2010


The branch, master has been updated
       via  a6e1fa2... s4-smbtorture: remove ifdefed symlink test, this is already skipped internally in the s3 case.
       via  8907113... Revert "s4-torture: Disable setting REG_BINARY printer data with size 0."
      from  b7f0290... We should be using the winbindd separator in this case, not hardcoding a \\ value.

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


- Log -----------------------------------------------------------------
commit a6e1fa23adaa31579366ec3445949cbde0520ac5
Author: Günther Deschner <gd at samba.org>
Date:   Fri Jul 30 11:24:23 2010 +0200

    s4-smbtorture: remove ifdefed symlink test, this is already skipped internally
    in the s3 case.
    
    Guenther

commit 89071133e34cd5264bfc55d77d4ee77dc3604a9f
Author: Günther Deschner <gd at samba.org>
Date:   Fri Jul 30 11:23:06 2010 +0200

    Revert "s4-torture: Disable setting REG_BINARY printer data with size 0."
    
    This reverts commit 104c419345a42a9a02ae25df482f449dc41a6380.

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

Summary of changes:
 source4/torture/rpc/spoolss.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c
index 8b258b6..b648483 100644
--- a/source4/torture/rpc/spoolss.c
+++ b/source4/torture/rpc/spoolss.c
@@ -4338,14 +4338,12 @@ do {\
 	}\
 } while(0);
 
-#if 0
 	if (!test_winreg_symbolic_link(tctx, winreg_handle, hive_handle,
 				       TOP_LEVEL_CONTROL_PRINTERS_KEY,
 				       "\\Registry\\Machine\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Print\\Printers"))
 	{
 		torture_warning(tctx, "failed to check for winreg symlink");
 	}
-#endif
 
 	for (i=0; i < ARRAY_SIZE(keys); i++) {
 
@@ -5016,10 +5014,6 @@ static bool test_SetPrinterDataEx_matrix(struct torture_context *tctx,
 				torture_warning(tctx, "samba3 does not handle 4 byte emtpy REG_MULTI_SZ buffers");
 				continue;
 			}
-			if ((types[t] == REG_BINARY) && s == 0) {
-				torture_warning(tctx, "samba3 does not handle emtpy REG_BINARY buffers");
-				continue;
-			}
 		}
 
 		switch (types[t]) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list