Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-12 | s4:torture: fix use of non-existent word (existant) | Michael Adam | 5 | -9/+9 | |
2012-05-18 | s4:torture: Add raw.session.reauth2 test | Volker Lendecke | 1 | -0/+142 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri May 18 18:25:42 CEST 2012 on sn-devel-104 | |||||
2012-05-18 | s4:torture: rename raw.session.reauth => raw.session.reauth1 | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2012-05-18 | s4-torture: Improve torture test boilerplate, use torture_assert() | Andrew Bartlett | 15 | -225/+75 | |
This ensures that if this fails, it is reported as a subunit error correctly. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri May 18 09:35:13 CEST 2012 on sn-devel-104 | |||||
2012-05-09 | s4:torture/raw/context: test a session setup with a given invalid vuid | Stefan Metzmacher | 1 | -17/+29 | |
On a session setup with EXTENDED_SECURITY we'll get ERRSRV:ERRbaduid, while a session setup without EXTENDED_SECURITY ignores the given vuid. Before this test was doing a reauth of a given vuid, which works for newer Windows versions, but Windows 2000 gives INVALID_PARAMETER. metze | |||||
2012-05-08 | s4:torture/raw/context: add subtests as torture testcases | Stefan Metzmacher | 1 | -46/+20 | |
TODO: add test_session with 'use spnego = false'. We need a way to do set an option just for one test case. Note: the 'use spnego = false' was ignored before as it's only used on the first session setup on a connection. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue May 8 04:50:39 CEST 2012 on sn-devel-104 | |||||
2012-05-08 | s4:torture/raw/context: INVALID_PARAMETER vs. LOGON_FAILURE... | Stefan Metzmacher | 1 | -1/+7 | |
If the try a session setup without EXTENDED_SECURITY after one with EXTENDED_SECURITY Windows 2008 R2 returns INVALID_PARAMETER, while Windows 2000 sp4 returns LOGON_FAILURE... metze | |||||
2012-05-08 | s4:torture/raw: make torture_raw_context a test suite | Stefan Metzmacher | 2 | -3/+12 | |
metze | |||||
2012-05-08 | s4:torture/raw/context: make use of torture_* macros and avoid 'printf' | Stefan Metzmacher | 1 | -100/+87 | |
metze | |||||
2012-05-08 | s4:torture/raw/context: pass tctx to test_pid_exit_only_sees_open() | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2012-05-08 | s4:torture/raw/session: make sure we got a reauth of the existing session | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2012-05-04 | s4:torture: add a check for talloc success in test_session_reauth | Volker Lendecke | 1 | -0/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri May 4 16:50:59 CEST 2012 on sn-devel-104 | |||||
2012-04-30 | s4-torture: convert samba3misc tests to use torture_failure and torture_assert | Andrew Bartlett | 1 | -148/+105 | |
This helps us when these tests fail, as subunit-formatted failures can be declared as knownfail entries, and show up correctly in the make test output. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Apr 30 08:34:52 CEST 2012 on sn-devel-104 | |||||
2012-04-30 | s4-torture: move samba3 tests to use torture helper functions | Andrew Bartlett | 1 | -33/+4 | |
2012-04-30 | s4-torture: Move various samba3 tests to the torture_suite_add_1smb_test wrapper | Andrew Bartlett | 3 | -63/+14 | |
2012-04-26 | s4-torture: never return false in the raw.composite torture test | Andrew Bartlett | 1 | -39/+7 | |
We must use torture_assert() macros to ensure that the failure is recorded in the subunit stream correctly, rather than being returned as an unknown 'error'. (We cannot handle error results as knownfail). Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 26 04:00:16 CEST 2012 on sn-devel-104 | |||||
2012-04-25 | s4:torture: add a raw.session suite with a raw.session.reauth test | Gregor Beck | 2 | -0/+91 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-04-25 | s4-torture: enable raw.composite test again, and convert to new style test | Andrew Bartlett | 2 | -108/+127 | |
This test has been skipped for some time, but is an important test for parallel operation. Andrew Bartlett | |||||
2012-04-18 | Fix samba3.raw.samba3hide test - ensure we set up POSIX capabilities | Jeremy Allison | 1 | -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 | |||||
2012-04-18 | s4-torture: Fix the raw.notify mask test | Volker Lendecke | 1 | -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 | |||||
2012-04-18 | s4-torture: Use 2 client connections for raw.notify.mask | Volker Lendecke | 1 | -19/+20 | |
This makes the test more interesting in a cluster | |||||
2012-04-18 | s4-torture: Use 2 client connections for raw.notify.tree | Volker Lendecke | 1 | -3/+9 | |
This makes the test more interesting in a cluster | |||||
2012-04-18 | s4-torture: Use 2 client connections for raw.notify.recursive | Volker Lendecke | 1 | -6/+13 | |
This makes the test more interesting in a cluster | |||||
2012-04-18 | s4-torture: notify all is empty now | Volker Lendecke | 1 | -19/+0 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Apr 18 15:16:13 CEST 2012 on sn-devel-104 | |||||
2012-04-18 | s4-torture: Separate out the notify alignment subtest | Volker Lendecke | 1 | -4/+9 | |
2012-04-18 | s4-torture: Separate out the notify basedir subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify overflow subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify tree subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify double subtest | Volker Lendecke | 1 | -2/+7 | |
2012-04-18 | s4-torture: Separate out the notify tcp_dis subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify ulogoff subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify exit subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify tdis subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify file subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify mask_change subtest | Volker Lendecke | 1 | -2/+9 | |
2012-04-18 | s4-torture: Separate out the notify recursive subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify mask subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify dir subtest | Volker Lendecke | 1 | -3/+9 | |
2012-04-18 | s4-torture: Separate out the notify tcon subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Make notify a suite | Volker Lendecke | 2 | -4/+13 | |
2011-11-30 | s4:libcli/raw: implement on top of smbXcli_conn/req | Stefan Metzmacher | 2 | -15/+36 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Nov 30 15:13:36 CET 2011 on sn-devel-104 | |||||
2011-11-29 | s4:torture: use tctx->ev as event context for polling | Stefan Metzmacher | 4 | -8/+6 | |
metze | |||||
2011-11-21 | Fix a bunch of "warning: variable ‘XXXX’ set but not used ↵ | Jeremy Allison | 5 | -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 | |||||
2011-10-19 | libcli: move ioctl function field defs to smb_constants | David Disseldorp | 1 | -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> | |||||
2011-08-13 | torture: use tevent_ functions names instead of the legacy event_ ones | Simo Sorce | 6 | -27/+27 | |
2011-05-30 | s4:torture: fix SEGFAULT in raw.acl.dynamic | Gregor Beck | 1 | -7/+8 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-21 | s4:torture - always cast correctly when using the "%x" format string argument | Matthias Dieter Wallnöfer | 1 | -5/+5 | |
Signed-off-by: Metze | |||||
2011-05-05 | Clean up some const and other compiler warnings. | Jeremy Allison | 4 | -7/+19 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu May 5 00:59:40 CEST 2011 on sn-devel-104 | |||||
2011-03-19 | source4/torture/raw: Fix prototypes for all functions. | Jelmer Vernooij | 31 | -0/+32 | |
2011-03-18 | s4-smbtorture: use torture_assert_ and comment functions in raw.eas test. | Günther Deschner | 1 | -32/+29 | |
Guenther |