summaryrefslogtreecommitdiffstats
path: root/source4/torture/smb2/compound.c
Commit message (Collapse)AuthorAgeFilesLines
* Tests processing an oplock break within a compound SMB2 request.Richard Sharpe2013-05-071-0/+163
| | | | | | | | Signed-off-by: Richard Sharpe <realrichardsharpe@gmail.com> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Richard Sharpe <sharpe@samba.org> Autobuild-Date(master): Tue May 7 19:45:36 CEST 2013 on sn-devel-104
* Fix the compound tests to correctly pass against Windows when run with ↵Jeremy Allison2013-01-311-6/+6
| | | | | | | | | | --signing=required. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.org> Autobuild-User(master): Richard Sharpe <sharpe@samba.org> Autobuild-Date(master): Thu Jan 31 03:53:55 CET 2013 on sn-devel-104
* s4:torture:smb2:compound: remove two unused macrosMichael Adam2012-09-221-3/+0
|
* s4:torture:smb2: don't skip the compound.interim2 test for non win7/win2k8Michael Adam2012-09-221-4/+0
|
* s4:torture:smb2: don't skip the compound.interim1 test for non win7/win2k8Michael Adam2012-09-221-4/+0
|
* s4:torture:smb2: extend the compound.invalid1 testStefan Metzmacher2012-09-221-3/+8
| | | | | | | | Test that when turning the related flag back off for the last compound request, the return code changes from invalid parameter to file closed. Pair-Programmed-With: Michael Adam <obnox@samba.org>
* s4:torture:smb2: fix the compound.invalid3 test to work against windowsMichael Adam2012-09-221-2/+2
|
* s4:torture:smb2: fix compound.related3 test to work against windowsMichael Adam2012-09-221-2/+2
|
* s4-torture: Test for #9058Volker Lendecke2012-08-271-0/+72
| | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Mon Aug 27 17:43:09 CEST 2012 on sn-devel-104
* libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()Stefan Metzmacher2012-07-251-0/+3
| | | | metze
* s4:torture/smb2: create temporary smbXcli_tcon/session structures instead of ↵Stefan Metzmacher2012-07-251-15/+50
| | | | | | changing them metze
* s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-241-9/+10
| | | | metze
* s4:torture/smb2: fix compound.invalid2 against windowsStefan Metzmacher2011-10-311-2/+2
| | | | | | | | | Tested against w2k8r2 with signing and win8pre0 without signing. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 31 21:40:25 CET 2011 on sn-devel-104
* s4:torture/smb2: avoid '//' commentsStefan Metzmacher2011-10-081-1/+1
| | | | | | | | | The compiler on openindiana doesn't like them. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Oct 8 08:56:10 CEST 2011 on sn-devel-104
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-11/+10
| | | | | | | | 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
* Test using (-1) for tid and sessionid in compound related requests.Jeremy Allison2010-04-071-0/+25
| | | | Jeremy.
* s4/torture/smb2: Add two new SMB2 compound testsSteven Danneman2010-02-231-0/+157
| | | | | These tests server behavior when a client compounds both synchronous and asynchronous requests.
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-1/+0
| | | | This reduces compile time somewhat.
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-4/+0
|
* SMB2-COMPOUND: add some tests for invalid requestsStefan Metzmacher2009-06-091-0/+201
| | | | | | TODO: check why the INVALID1 tests fails with --signing=required. metze
* s4:torture: add SMB2-COMPOUND testStefan Metzmacher2009-06-091-0/+242
metze