summaryrefslogtreecommitdiffstats
path: root/source4/torture/smb2/acls.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:torture: avoid reporting error on failure of smb2.acls testsGregor Beck2012-03-061-1/+4
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Clean up some const and other compiler warnings.Jeremy Allison2011-05-051-2/+5
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu May 5 00:59:40 CEST 2011 on sn-devel-104
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-1/+1
| | | | | | | | This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104
* s4:torture/smb2/acls.c - remove two unused variablesMatthias Dieter Wallnöfer2010-11-281-2/+0
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 28 17:22:54 CET 2010 on sn-devel-104
* s4-torture: fixed a initialiserAndrew Tridgell2010-04-221-1/+1
| | | | | | | we were not initialising the whole array Pair-Programmed-With: Rusty Russell <rusty@samba.org> Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-111-5/+5
| | | | | | Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit.
* s4: Fix a few warnings.Jelmer Vernooij2010-01-211-2/+2
|
* s4 torture: Add a new torture:hide_on_access_denied parameterTim Prouty2009-12-071-4/+5
| | | | | | | | | | It appears some newer versions of windows return NT_STATUS_OBJECT_NAME_NOT_FOUND on a createfile when access is denied rather than NT_STATUS_ACCESS_DENIED. I'm not sure how this translates to directory enumeration yet, but for now make this a parameter that can be checked in the various torture tests. This also gets RAW-ACLS and SMB2-CREATE passing against win7.
* s4 torture: Port RAW-ACLS tests to SMB2Zack Kirsch2009-12-071-0/+1874
- 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