From d252d23ff15577e2c7049181b5b30692c4bcd6bc Mon Sep 17 00:00:00 2001 From: Zack Kirsch Date: Sat, 4 Jul 2009 16:16:23 -0700 Subject: s4 torture: Port RAW-ACLS tests to SMB2 - The smblsa calls had to be commented out for now and should be fixed later, but they aren't crucial to the test. - The first two tests from RAW-ACLS were already ported to torture_smb2_setinfo() and test_create_acl(). Modifications were made similar to the RAW-ACLS changes. - test_sd_get_set() was ported, but does not pass against XP or Vista; it is not added to the SMB2-ACLS test suite. - printf -> torture_comment / torture_warning / torture_result --- source4/torture/smb2/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/smb2/config.mk') diff --git a/source4/torture/smb2/config.mk b/source4/torture/smb2/config.mk index e26ad26e7f..8ff38bbf40 100644 --- a/source4/torture/smb2/config.mk +++ b/source4/torture/smb2/config.mk @@ -24,6 +24,7 @@ TORTURE_SMB2_OBJ_FILES = $(addprefix $(torturesrcdir)/smb2/, \ dir.o \ lease.o \ create.o \ + acls.o \ read.o \ compound.o \ streams.o) -- cgit