Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-24 | s4:libcli/smb2: implement on top of smbXcli_conn/req | Stefan Metzmacher | 1 | -9/+10 | |
metze | |||||
2011-11-24 | s4:torture/smb2: use tctx->ev as event context for polling | Stefan Metzmacher | 3 | -8/+7 | |
metze | |||||
2011-11-09 | s4:torture:smb2: rewrite durable-open.open test to use smb2_*_create functions | Michael Adam | 1 | -26/+7 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Nov 9 02:36:36 CET 2011 on sn-devel-104 | |||||
2011-11-09 | s4:torture:smb2: rewrite the durable-open.lock test to use smb2_lease_create() | Michael Adam | 1 | -23/+3 | |
2011-11-09 | s4:torture:smb2: rewrite the durable-open.lease test to use smb2_lease_create() | Michael Adam | 1 | -29/+6 | |
2011-11-09 | s4:torture:smb2: rewrite the durable-open.oplock test to use ↵ | Michael Adam | 1 | -19/+3 | |
smb2_oplock_create() | |||||
2011-11-09 | s4:torture:smb2: rewrite the durable-open.file-position test to use ↵ | Michael Adam | 1 | -18/+2 | |
smb2_oplock_create() | |||||
2011-11-09 | s4:torture:smb2: rewrite the durable-open.open2 test to use ↵ | Michael Adam | 1 | -26/+6 | |
smb2_lease_create_share() | |||||
2011-11-09 | s4:torture:smb2: rewrite the durable-open.open1 test to use ↵ | Michael Adam | 1 | -21/+6 | |
smb2_oplock_create_share() | |||||
2011-11-09 | s4:torture:smb2: add smb2_oplock_create_share() that takes sharemode as ↵ | Michael Adam | 1 | -2/+8 | |
parameter | |||||
2011-11-09 | s4:torture:smb2: add smb2_lease_create_share() that takes a sharemode as ↵ | Michael Adam | 1 | -2/+12 | |
parameter | |||||
2011-11-09 | s4:torture:smb2: add smb2_generic_create_share() that also takes the ↵ | Michael Adam | 1 | -7/+17 | |
sharemode as parameter | |||||
2011-11-09 | s4:torture:smb2: move the smb2_create_*() utility functions from lease.c to ↵ | Michael Adam | 2 | -54/+57 | |
util.c for re-use | |||||
2011-11-09 | s4:torture:smb2: use smb2_util_oplock_level() in the durable-open test for ↵ | Michael Adam | 1 | -38/+38 | |
convenience | |||||
2011-11-09 | s4:torture:smb2: lease: oplock_level is uint8_t, not uint32_t or int | Michael Adam | 2 | -6/+6 | |
2011-11-09 | s4:torture:smb2: move oplock() from lease.c to smb2_util_oplock_level() in ↵ | Michael Adam | 2 | -35/+36 | |
util.c for re-use | |||||
2011-11-09 | s4:torture:smb2: extract map_sharemode() to smb2_util_share_access() in util.c | Michael Adam | 2 | -24/+25 | |
2011-11-09 | s4:torture:smb2: use common smb2_util_lease_state() in the lease tests | Michael Adam | 1 | -55/+34 | |
2011-11-09 | s4:torture:smb2: extract map_lease() to util.c as smb2_util_lease_state(). | Michael Adam | 2 | -24/+25 | |
2011-11-09 | s4:torture:smb2: fix illegal write/uninitialized data bug in the ↵ | Michael Adam | 1 | -0/+1 | |
lease.multibreak test | |||||
2011-11-09 | s4:torture:smb2: lease.update2: some more reasonable struct names and a comment | Michael Adam | 1 | -3/+7 | |
2011-11-09 | s4:torture:smb2: change the test file name in the durable-open.oplock test | Michael Adam | 1 | -1/+1 | |
to a more reasonable name. This one must have been copied from the durable-open.lease test. | |||||
2011-11-01 | s4:torture:smb2: add a new durable-open.upgrade2 test to test all upgrade ↵ | Michael Adam | 1 | -0/+90 | |
combinations Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Nov 1 04:58:03 CET 2011 on sn-devel-104 | |||||
2011-11-01 | s4:torture:smb2: expand durable-open.open2 test matrix by all share-modes | Michael Adam | 1 | -9/+48 | |
2011-11-01 | s4:torture:smb2: expand durable-open.open1 test matrix by all share-modes | Michael Adam | 1 | -8/+62 | |
2011-11-01 | s4:torture:smb2: rename the durable-open.basic2 test to durable-open.open2 ↵ | Michael Adam | 1 | -14/+14 | |
for clarity | |||||
2011-11-01 | s4:torture:smb2: rename the durable-open.basic1 test to durable-open.open1 ↵ | Michael Adam | 1 | -14/+14 | |
for clarity | |||||
2011-10-31 | s4:torture/smb2: fix compound.invalid2 against windows | Stefan Metzmacher | 1 | -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 | |||||
2011-10-31 | s4-torture: smb2 copychunk data integrity checks | David Disseldorp | 1 | -0/+72 | |
Perform simple integrity checks on destination file data following a successful copychunk request. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Mon Oct 31 19:28:20 CET 2011 on sn-devel-104 | |||||
2011-10-31 | s4-torture: add smb2 copychunk ioctl tests | David Disseldorp | 1 | -7/+285 | |
test_ioctl_copy_chunk_multi: Issue a copychunk request with multiple chunk descriptors. test_ioctl_copy_chunk_over: Issue a copychunk request with overlapping chunks. test_ioctl_copy_chunk_append: append data as part of a copy chunk test_ioctl_copy_chunk_tiny: issue request with sub FS block size chunk descriptors. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-31 | s4-torture: split common copychunk ioctl test code into helpers | David Disseldorp | 1 | -53/+112 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-31 | s4-torture: Add tests for the smb2 copychunk ioctl | David Disseldorp | 2 | -2/+173 | |
Add idls for parsing of copychunk ioctl args. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-30 | s4:torture:smb2: add durable_open_basic2 test: test durable open against all ↵ | Michael Adam | 1 | -0/+146 | |
lease types Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sun Oct 30 20:17:16 CET 2011 on sn-devel-104 | |||||
2011-10-30 | s4:torture:smb2: add a new durable_open_basic1 test: test open against all ↵ | Michael Adam | 1 | -0/+111 | |
oplock types | |||||
2011-10-30 | s4:torture:smb2: check wheter open was durable in existing tests | Michael Adam | 1 | -0/+8 | |
2011-10-30 | s4:torture: test also break semantics between batch-oplocks and leases | Michael Adam | 1 | -1/+1 | |
This must have been a typo (listing EXCLUSIVE twice). But BATCH and EXCLUSIVE oplocks apparently share the same break semantics with respect to leases. | |||||
2011-10-30 | s4:torture:smb2: adapt comment in durable-open.lease test according to ↵ | Michael Adam | 1 | -0/+3 | |
current information. | |||||
2011-10-30 | s4:torture:smb2: fix the durable_open test to succeed against w7 and w2k8r2 | Michael Adam | 1 | -1/+1 | |
When a first client that has a durable open with share read/write/delete and a read-write-handle lease on the file disconnects, a second client will succeed in opening the file and the new client will be given a RWH-lease if requested, not only a RH-lease, as was previously checked in the test. This might have been a bug in win7 build 7000, which is what the comments in the test give as reference. | |||||
2011-10-28 | s4:torture:smb2: avoid leaking tree connects up to the main function from ↵ | Michael Adam | 1 | -0/+13 | |
the durable_open test The tree connects are handed in from the calling wrapper. Those that are freed and reconnected inside the test function can not be freed in the wrapper and stick to the torture_context until this is released in the main function. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Oct 28 02:37:25 CEST 2011 on sn-devel-104 | |||||
2011-10-28 | s4:torture:smb2: fix a nasty double free error. | Michael Adam | 1 | -2/+10 | |
This error manifested itself in sporadic "talloc_free with references" error. | |||||
2011-10-28 | s4:torture:smb2: fix a comment | Michael Adam | 1 | -1/+1 | |
2011-10-28 | s4:torture:smb2: be leass leaky in wrap_simple_2smb2_test() | Michael Adam | 1 | -4/+9 | |
2011-10-26 | s4:torture:smb2: fix broken indentation/formatting in torture_smb2_connection() | Michael Adam | 1 | -8/+11 | |
this was not readable well | |||||
2011-10-19 | s3: remove duplicate fsctl fn definitions | David Disseldorp | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-14 | Fix printf warning. | Jeremy Allison | 1 | -1/+1 | |
2011-10-13 | s4:torture/smb2: we only support 64KB reads/writes for now | Stefan Metzmacher | 2 | -8/+8 | |
We don't have multi-credit support yet. metze | |||||
2011-10-08 | s4:torture/smb2: avoid '//' comments | Stefan Metzmacher | 1 | -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 | |||||
2011-09-29 | s4: add SMB2_FSCTL opcodes | David Disseldorp | 1 | -3/+3 | |
Also, skip samba4.smb2.ioctl for now. Snapshots are not supported by default. Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Thu Sep 29 14:47:05 CEST 2011 on sn-devel-104 | |||||
2011-09-29 | s4-torture: add smb2 ioctl test suite | David Disseldorp | 3 | -1/+89 | |
Currently only covers FSCTL_GET_SHADOW_COPY_DATA. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-09-29 | s4-torture: remove unchecked read from smb2 create | David Disseldorp | 2 | -9/+9 | |
Add a corresponding test case to smb2.read. Signed-off-by: Stefan Metzmacher <metze@samba.org> |