Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-26 | s4:torture/smb2: remove samba specific stuff from smb2.oplock | Stefan Metzmacher | 1 | -10/+0 | |
metze | |||||
2012-09-23 | s4:torture:smb2: add a durable-open.read-only test | Michael Adam | 1 | -0/+95 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Sun Sep 23 05:47:30 CEST 2012 on sn-devel-104 | |||||
2012-09-22 | s4:torture:smb2:compound: remove two unused macros | Michael Adam | 1 | -3/+0 | |
2012-09-22 | s4:torture:smb2: don't skip the compound.interim2 test for non win7/win2k8 | Michael Adam | 1 | -4/+0 | |
2012-09-22 | s4:torture:smb2: don't skip the compound.interim1 test for non win7/win2k8 | Michael Adam | 1 | -4/+0 | |
2012-09-22 | s4:torture:smb2: extend the compound.invalid1 test | Stefan Metzmacher | 1 | -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> | |||||
2012-09-22 | s4:torture:smb2: fix the compound.invalid3 test to work against windows | Michael Adam | 1 | -2/+2 | |
2012-09-22 | s4:torture:smb2: fix compound.related3 test to work against windows | Michael Adam | 1 | -2/+2 | |
2012-09-19 | s4:torture:smb2: add a new test durable-v2-open.app-instance | Michael Adam | 1 | -0/+134 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-19 | s4:torture/smb2: improve the smb2.create.blob test | Stefan Metzmacher | 1 | -2/+91 | |
metze | |||||
2012-09-11 | s4:torture:smb2: fix error reporting in the oplock-brl3 test | Michael Adam | 1 | -2/+1 | |
(Error was set to an unused variable) Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Sep 11 22:09:18 CEST 2012 on sn-devel-104 | |||||
2012-09-11 | s4:torture:smb2: fix error reporting in the oplock-brl2 test | Michael Adam | 1 | -2/+1 | |
(Error was set to an unused variable) | |||||
2012-09-11 | s4:torture:smb2: fix error reporting in the oplock-brl1 test | Michael Adam | 1 | -2/+1 | |
(Error was set to an unused variable) | |||||
2012-09-11 | s4:torture:smb2: remove an unused variable from the oplock-exclusive2 test | Michael Adam | 1 | -3/+0 | |
2012-09-11 | s4:torture:smb2: remove an unused variable from the oplock-exclusive1 test | Michael Adam | 1 | -3/+0 | |
2012-09-11 | s4:torture:smb2: add a durable-open.delete_on_close2 test | Michael Adam | 1 | -0/+110 | |
This test verifies that the delete on close flag is kept during a disconnect and is still active on the reconnected handle. When the reconnected handle is closed, the file is deleted. | |||||
2012-09-11 | s4:torture:smb2: fix the durable-open.delete_on_close1 test | Michael Adam | 1 | -53/+16 | |
This test used to flap because there was an invalid check of the file-id. This might or might not be the same after a new open. Hence the flapping. The new version simply opens a file as durable handle with delete_on_close set, writes a byte and closes the file. Then on a new connect, the file is opened again, and it is checked that the file has been created (again) and that it is empty. | |||||
2012-09-07 | s4:torture:smb2: simplify durable-open.file-position test to only use one ↵ | Michael Adam | 1 | -27/+27 | |
I/O and one handle Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: change the durable-open.file-position test to use one ↵ | Michael Adam | 1 | -17/+27 | |
connection only And do a tcp disconnect followed by a session reconnect instead of immediately using the already opened second connection. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: fix durable-v2-open.reopen2 to pass against windows | Michael Adam | 1 | -1/+1 | |
The DH2Q response blob is not sent upon successful durable handle v2 reconnect. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: simplify the durable-v2.reopen2 test (using only one i/o ↵ | Michael Adam | 1 | -51/+52 | |
struct) Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: simplify the durable-v2-open.reopen1 test | Michael Adam | 1 | -20/+21 | |
only use one smb2_create i/o struct and store the create GUID centrally Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: in the durable-v2-reopen1 test, use a minimal request | Michael Adam | 1 | -2/+1 | |
don't copy the old request, but only set the necessary fields Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: fix cut'n'paste error in the durable-v2-open.reopen2 test | Michael Adam | 1 | -3/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: fix name of test file in the durable-open.alloc-size test | Michael Adam | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: add a test for alloc size behaviour under durable reconnect | Michael Adam | 1 | -0/+154 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture/smb2: add smb2.durable-v2-open.reopen{1,2} tests | Stefan Metzmacher | 1 | -0/+184 | |
They show that only the content of the DH2C request matches and all other values in the SMB2 Create request are ignored. metze | |||||
2012-09-07 | s4:torture/smb2: check that the server should ignore the fname in a DHnC request | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2012-09-07 | s4:torture/smb2: don't expect a DHnQ response in a DHnC request | Stefan Metzmacher | 1 | -4/+0 | |
This is fixed in Windows 2012 and matches the [MS-SMB2] documentation now. metze | |||||
2012-08-27 | s4-torture: Test for #9058 | Volker Lendecke | 1 | -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 | |||||
2012-07-25 | libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values() | Stefan Metzmacher | 3 | -0/+5 | |
metze | |||||
2012-07-25 | s4:libcli/smb2: remove unused smb2_session->pid | Stefan Metzmacher | 1 | -4/+0 | |
metze | |||||
2012-07-25 | s4:libcli/smb2: remove unused elements from smb2_tree | Stefan Metzmacher | 2 | -7/+3 | |
metze | |||||
2012-07-25 | s4:torture/smb2: create temporary smbXcli_tcon/session structures instead of ↵ | Stefan Metzmacher | 1 | -15/+50 | |
changing them metze | |||||
2012-07-25 | s4:torture/smb2: use smb2cli_tcon_capabilities() | Stefan Metzmacher | 1 | -2/+6 | |
metze | |||||
2012-07-24 | s4:libcli/smb2: setup a smbXcli_tcon for each smb2_tree | Stefan Metzmacher | 2 | -0/+18 | |
metze | |||||
2012-06-22 | s4:torture/smb2: run smb2.session.reauth5 in a subdirectory | Stefan Metzmacher | 1 | -14/+77 | |
This way we can give anonymous full access to the directory. metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Jun 22 11:30:06 CEST 2012 on sn-devel-104 | |||||
2012-06-22 | s4:torture/smb2: add smb2.durable-open.lock-oplock | Stefan Metzmacher | 1 | -0/+79 | |
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Jun 22 03:37:54 CEST 2012 on sn-devel-104 | |||||
2012-06-22 | s4:torture/smb2: rename smb2.durable-open.lock to smb2.durable-open.lock-lease | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2012-06-21 | s4:torture/smb2: add smb2.durable-open.delete_on_close1 | Stefan Metzmacher | 1 | -2/+126 | |
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Thu Jun 21 10:19:00 CEST 2012 on sn-devel-104 | |||||
2012-06-12 | s4:torture: fix use of non-existent word (existant) | Michael Adam | 2 | -5/+5 | |
2012-05-29 | s4:torture report connection error via torture_fail | Christian Ambach | 1 | -1/+8 | |
to make smbtorture report the error instead of complaining about missing torture_ call Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue May 29 13:57:42 CEST 2012 on sn-devel-104 | |||||
2012-05-17 | s4:torture: add smb2.session.expire1 | Stefan Metzmacher | 1 | -1/+116 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu May 17 21:53:11 CEST 2012 on sn-devel-104 | |||||
2012-05-17 | s4:torture: add smb2.session.reconnect2 test | Stefan Metzmacher | 1 | -0/+64 | |
This uses just one transport connection and demonstrates the implicit logoff of the previous session. metze | |||||
2012-05-17 | s4:torture: rename smb2.session.reconnect to smb2.session.reconnect1 | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-17 | s4:torture: remove unused vars in smb2.session.reauth* | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-08 | s4:torture: add a new smb2.session.reauth5 test: rename after reauth to anon ↵ | Michael Adam | 1 | -0/+228 | |
- fails | |||||
2012-05-08 | s4:torture: add a new smb2.session.reauth4 test: setting security descriptor ↵ | Michael Adam | 1 | -0/+122 | |
after reauth to anon - works | |||||
2012-05-03 | s4:torture: add a new smb2.session.reauth3 test - getting security descriptor | Michael Adam | 1 | -0/+100 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu May 3 17:38:14 CEST 2012 on sn-devel-104 | |||||
2012-04-18 | s4:torture:smb2: add a session.reauth2 test. | Michael Adam | 1 | -0/+93 | |
* open a file, * reauth anonymously * try to access file via handle * reauth as user * try to access file again Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Apr 18 16:53:35 CEST 2012 on sn-devel-104 |