[SCM] Samba Shared Repository - branch master updated - 63291018df809296479147a91c055e296b9ce772

Jelmer Vernooij jelmer at samba.org
Fri Oct 10 13:04:09 GMT 2008


The branch, master has been updated
       via  63291018df809296479147a91c055e296b9ce772 (commit)
       via  aa22ab1404d6af50cd92c2ad9278c4b551497d24 (commit)
      from  83f55e07557579cd0b9fe3972947fb2327990014 (commit)

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


- Log -----------------------------------------------------------------
commit 63291018df809296479147a91c055e296b9ce772
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Oct 8 17:19:46 2008 +0200

    Use const.

commit aa22ab1404d6af50cd92c2ad9278c4b551497d24
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Oct 8 17:09:42 2008 +0200

    Fix executability of samba3-srv.

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

Summary of changes:
 pidl/TODO                     |    3 ---
 source4/torture/raw/chkpath.c |   10 +++++-----
 2 files changed, 5 insertions(+), 8 deletions(-)
 mode change 100644 => 100755 pidl/tests/samba3-srv.pl


Changeset truncated at 500 lines:

diff --git a/pidl/TODO b/pidl/TODO
index 8886441..87ae0c5 100644
--- a/pidl/TODO
+++ b/pidl/TODO
@@ -1,8 +1,5 @@
 - warn when union instances don't have a discriminant
 
-- EJS output backend shouldn't use the NDR levels stuff but instead 
-  as the "C levels" and NDR levels don't necessarily match.
-
 - true multiple dimension array / strings in arrays support
 
 - compatibility mode for generating MIDL-readable data:
diff --git a/pidl/tests/samba3-srv.pl b/pidl/tests/samba3-srv.pl
old mode 100644
new mode 100755
diff --git a/source4/torture/raw/chkpath.c b/source4/torture/raw/chkpath.c
index 2ed83d3..68ef8e2 100644
--- a/source4/torture/raw/chkpath.c
+++ b/source4/torture/raw/chkpath.c
@@ -147,11 +147,11 @@ static bool test_chkpath(struct smbcli_state *cli, struct torture_context *tctx)
 	}
 
 	ret &= test_path_ex(cli, tctx, BASEDIR, BASEDIR, NT_STATUS_OK, NT_STATUS_OK);
-	ret &= test_path_ex(cli, tctx, ((char *)BASEDIR) + 1, BASEDIR, NT_STATUS_OK, NT_STATUS_OK);
-	ret &= test_path_ex(cli, tctx, ((char *)BASEDIR"\\\\") + 1, BASEDIR, NT_STATUS_OK, NT_STATUS_OK);
-	ret &= test_path_ex(cli, tctx, ((char *)BASEDIR"\\foo\\..") + 1, BASEDIR, NT_STATUS_OK, NT_STATUS_OK);
-	ret &= test_path_ex(cli, tctx, ((char *)BASEDIR"\\f\\o\\o\\..\\..\\..") + 1, BASEDIR, NT_STATUS_OK, NT_STATUS_OK);
-	ret &= test_path_ex(cli, tctx, ((char *)BASEDIR"\\foo\\\\..\\\\") + 1, BASEDIR, NT_STATUS_OK, NT_STATUS_OK);
+	ret &= test_path_ex(cli, tctx, ((const char *)BASEDIR) + 1, BASEDIR, NT_STATUS_OK, NT_STATUS_OK);
+	ret &= test_path_ex(cli, tctx, ((const char *)BASEDIR"\\\\") + 1, BASEDIR, NT_STATUS_OK, NT_STATUS_OK);
+	ret &= test_path_ex(cli, tctx, ((const char *)BASEDIR"\\foo\\..") + 1, BASEDIR, NT_STATUS_OK, NT_STATUS_OK);
+	ret &= test_path_ex(cli, tctx, ((const char *)BASEDIR"\\f\\o\\o\\..\\..\\..") + 1, BASEDIR, NT_STATUS_OK, NT_STATUS_OK);
+	ret &= test_path_ex(cli, tctx, ((const char *)BASEDIR"\\foo\\\\..\\\\") + 1, BASEDIR, NT_STATUS_OK, NT_STATUS_OK);
 	ret &= test_path_ex(cli, tctx, BASEDIR"\\", BASEDIR, NT_STATUS_OK, NT_STATUS_OK);
 	ret &= test_path_ex(cli, tctx, BASEDIR"\\\\..\\"BASEDIR, BASEDIR, NT_STATUS_OK, NT_STATUS_OK);
 	ret &= test_path_ex(cli, tctx, BASEDIR"\\\\\\", BASEDIR, NT_STATUS_OK, NT_STATUS_OK);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list