summaryrefslogtreecommitdiffstats
path: root/source4/torture/raw
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix samba3.raw.samba3hide test - ensure we set up POSIX capabilitiesJeremy Allison2012-04-181-0/+37
| | | | | | | before doing POSIX calls like chmod. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Apr 18 23:14:40 CEST 2012 on sn-devel-104
* s4-torture: Fix the raw.notify mask testVolker Lendecke2012-04-181-0/+4
| | | | | | | | | | When we do the notify triggers via a different client connection, adding the notify record becomes subject to a race. Add a dummy operation after the initial changenotify request was sent to make sure the notify record actually arrived. Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Apr 18 19:47:53 CEST 2012 on sn-devel-104
* s4-torture: Use 2 client connections for raw.notify.maskVolker Lendecke2012-04-181-19/+20
| | | | This makes the test more interesting in a cluster
* s4-torture: Use 2 client connections for raw.notify.treeVolker Lendecke2012-04-181-3/+9
| | | | This makes the test more interesting in a cluster
* s4-torture: Use 2 client connections for raw.notify.recursiveVolker Lendecke2012-04-181-6/+13
| | | | This makes the test more interesting in a cluster
* s4-torture: notify all is empty nowVolker Lendecke2012-04-181-19/+0
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Apr 18 15:16:13 CEST 2012 on sn-devel-104
* s4-torture: Separate out the notify alignment subtestVolker Lendecke2012-04-181-4/+9
|
* s4-torture: Separate out the notify basedir subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify overflow subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify tree subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify double subtestVolker Lendecke2012-04-181-2/+7
|
* s4-torture: Separate out the notify tcp_dis subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify ulogoff subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify exit subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify tdis subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify file subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify mask_change subtestVolker Lendecke2012-04-181-2/+9
|
* s4-torture: Separate out the notify recursive subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify mask subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify dir subtestVolker Lendecke2012-04-181-3/+9
|
* s4-torture: Separate out the notify tcon subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Make notify a suiteVolker Lendecke2012-04-182-4/+13
|
* s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-302-15/+36
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Nov 30 15:13:36 CET 2011 on sn-devel-104
* s4:torture: use tctx->ev as event context for pollingStefan Metzmacher2011-11-294-8/+6
| | | | metze
* Fix a bunch of "warning: variable ‘XXXX’ set but not used ↵Jeremy Allison2011-11-215-18/+8
| | | | | | | [-Wunused-but-set-variable]" warnings from the new gcc. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Nov 21 23:39:08 CET 2011 on sn-devel-104
* libcli: move ioctl function field defs to smb_constantsDavid Disseldorp2011-10-191-1/+1
| | | | | | | Currently there are a lot of duplicate ioctl function field definitions between source3 and source4. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce2011-08-136-27/+27
|
* s4:torture: fix SEGFAULT in raw.acl.dynamicGregor Beck2011-05-301-7/+8
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s4:torture - always cast correctly when using the "%x" format string argumentMatthias Dieter Wallnöfer2011-05-211-5/+5
| | | | Signed-off-by: Metze
* Clean up some const and other compiler warnings.Jeremy Allison2011-05-054-7/+19
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu May 5 00:59:40 CEST 2011 on sn-devel-104
* source4/torture/raw: Fix prototypes for all functions.Jelmer Vernooij2011-03-1931-0/+32
|
* s4-smbtorture: use torture_assert_ and comment functions in raw.eas test.Günther Deschner2011-03-181-32/+29
| | | | Guenther
* s4-smbtorture: use torture_context in raw.eas test.Günther Deschner2011-03-181-6/+6
| | | | Guenther
* s4-smbtorture: remove trailing whitespace from raw.eas test.Günther Deschner2011-03-181-34/+34
| | | | Guenther
* s4-smbtorture: more torture_fail usage in raw.write test.Günther Deschner2011-03-171-6/+6
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 17 13:10:14 CET 2011 on sn-devel-104
* s4-smbtorture: use torture_fail and _skip in raw.write test.Günther Deschner2011-03-161-54/+30
| | | | Guenther
* s4-smbtorture: remove duplicate if branch in raw.write test.Günther Deschner2011-03-161-5/+0
| | | | Guenther
* s4-smbtorture: use torture_fail/-assert api in torture_samba3_hide().Günther Deschner2011-03-161-59/+26
| | | | Guenther
* s4-smbtorture: use torture_comment() instead of printf in raw.write test.Günther Deschner2011-02-211-66/+67
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 21 15:26:38 CET 2011 on sn-devel-104
* s4-smbtorture: fix some indent in raw.write test.Günther Deschner2011-02-211-4/+4
| | | | Guenther
* s4-smbtorture: fix trailing whitespace in raw.write test.Günther Deschner2011-02-211-22/+22
| | | | Guenther
* smbtorture4 test for bug #7928 - Samba problems with kernel oplocks option ↵Pavel Shilovsky2011-01-311-0/+95
| | | | set to "no"
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-1112-138/+133
| | | | | | | | 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 - prefer the termination "return"s at the end of two unittestsMatthias Dieter Wallnöfer2010-11-291-2/+7
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 29 23:29:23 CET 2010 on sn-devel-104
* s4:torture - remove unreachable statements to quiet warnings of Solaris "cc"Matthias Dieter Wallnöfer2010-11-292-6/+0
|
* s4:torture - suppress printf "%llu" on uint64_t variables warningsMatthias Dieter Wallnöfer2010-11-011-4/+4
| | | | | | The signed/unsignedness does match (always unsigned). The bitlength (64 bit) on all regular platforms does also. Therefore simply add a cast to "unsigned long long".
* smbtorture: Fix typo in status message.James Peach2010-10-201-1/+1
|
* s3/s4: merge msleep and smb_msleepBjörn Jacke2010-09-161-4/+4
| | | | | the merged variant is renamed to smb_msleep as some platforms already have a msleep function.
* torture/raw Allow one more 'not implemented' status return as a valid responseAndrew Bartlett2010-09-161-1/+2
| | | | | | | | The Samba4 server responds to most ioctl calls with NT_STATUS_NOT_SUPPORTED Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4-smbtorture: try FSCTL_FIND_FILES_BY_SID with random blob data in RAW-IOCTL.Günther Deschner2010-09-161-0/+21
| | | | Guenther