s4 torture: Port RAW-ACLS tests to SMB2
authorZack Kirsch <zack.kirsch@isilon.com>
Sat, 4 Jul 2009 23:16:23 +0000 (16:16 -0700)
committerTim Prouty <tprouty@samba.org>
Tue, 8 Dec 2009 00:54:16 +0000 (16:54 -0800)
commitd252d23ff15577e2c7049181b5b30692c4bcd6bc
tree0fa17dedd67aa45046abc8639958537d27b6bdb3
parent8ceb428c5568bd690cb6811a0618f7866633705b
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/acls.c [new file with mode: 0644]
source4/torture/smb2/config.mk
source4/torture/smb2/create.c
source4/torture/smb2/setinfo.c
source4/torture/smb2/smb2.c
source4/torture/smb2/util.c