Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-03 | s4:torture:smb2:durable_open: update (C) | Michael Adam | 1 | -0/+1 | |
2012-03-03 | s4:torture:smb2:durable-open: skip the open-with-lease test on servers ↵ | Stefan Metzmacher | 1 | -0/+6 | |
without lease support Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-03-03 | s4:torture:smb2: durable-open: make tables static | Michael Adam | 1 | -2/+2 | |
2012-03-03 | s4:test:smb2:durable_open: skip lease tests when the server does not support ↵ | Stefan Metzmacher | 1 | -0/+25 | |
leases Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-03-03 | s4:torture:smb2:durable_open: remove unused lease variables in the ↵ | Stefan Metzmacher | 1 | -4/+0 | |
open-oplock test Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-03-01 | s4:torture/smb2/ioctl.c - quiet format specifier warnings on 32 bit | Matthias Dieter Wallnöfer | 1 | -5/+6 | |
Achieve this by using platform independent casts. | |||||
2012-02-29 | s4:torture/smb2: remove unused var | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2012-02-29 | lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 test | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2012-02-28 | torture: added samba4-ntvfs target | Andrew Tridgell | 1 | -0/+3 | |
this will be used for the samba4 server with the ntvfs backend Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Feb 28 13:34:44 CET 2012 on sn-devel-104 | |||||
2012-02-28 | s4:torture:smb2:durable-open: fix a silly access-after-free panic | Michael Adam | 1 | -7/+0 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Feb 28 08:33:44 CET 2012 on sn-devel-104 | |||||
2012-02-28 | s4:torture:smb2: add new "session" testsuite starting with a ↵ | Michael Adam | 3 | -1/+145 | |
session.reconnect test | |||||
2012-02-28 | s4:torture:smb2: add durable_open.reopen2a - variant of reopen2 with session ↵ | Michael Adam | 1 | -0/+77 | |
reconnect | |||||
2012-02-28 | s4:torture:smb2: add torture_smb2_connection_ext() that takes previous_session | Michael Adam | 1 | -13/+25 | |
2012-02-28 | s4:torture:smb2: add previous_session argument to torture_smb2_session_setup() | Michael Adam | 2 | -2/+6 | |
To allow for doing a session reconnect | |||||
2012-02-28 | s4:libcli:smb2: add a previous session argument to smb2_session_setup_spnego() | Michael Adam | 1 | -1/+2 | |
So that we can do a session reconnect. | |||||
2012-02-27 | torture: don't check the NOINDEXED bit in attribute comparison | Andrew Tridgell | 2 | -1/+2 | |
this bit is dependent on user settings on the filesystem Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2012-02-27 | s4:torture:smb2:durable-open: prevent using a disconnected handle in reopen4 | Michael Adam | 1 | -0/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 27 03:44:16 CET 2012 on sn-devel-104 | |||||
2012-02-27 | s4:torture:smb2:durable-open: introduce new variable for the new session | Michael Adam | 1 | -2/+9 | |
This is to clarify the code. | |||||
2012-02-27 | s4:torture:smb2:durable-open: make a comment more precise in the reopen4 test | Michael Adam | 1 | -1/+4 | |
2012-02-27 | s4:torture:smb2:durable_open: use the correct tree in the final close call | Michael Adam | 1 | -1/+1 | |
2012-02-21 | s4:torture:smb2: add a durable-open.open-oplock test | Michael Adam | 1 | -0/+85 | |
this is a variant of the open-lease test that does the initial durable open with a batch oplock instead of a RH lease. This is e.g. useful do analyse a (mis?) behaviour with current windows 8 preview versions, compared to w2k8r2 Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Feb 21 19:51:21 CET 2012 on sn-devel-104 | |||||
2012-02-21 | s4:torture:smb2: extend and prettify comment for durable-open.open-lease test | Michael Adam | 1 | -8/+8 | |
2012-02-21 | s4:torture:smb2:durable-open: rename the open test to open-lease | Michael Adam | 1 | -5/+7 | |
2012-02-21 | s4:torture:smb2: move some initialization and call to smb2_create together ↵ | Michael Adam | 1 | -2/+2 | |
in durable-open.open test | |||||
2012-02-21 | s4:torture:smb2: fix a typo in the durable-open.open test file name | Michael Adam | 1 | -1/+1 | |
2012-02-20 | s4:torture:smb2: invalidate the handle after the connection has been killed | Michael Adam | 1 | -0/+1 | |
Not to run into using the old handle with a new tree connect in the error case. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 20 18:34:48 CET 2012 on sn-devel-104 | |||||
2012-02-20 | s4:torture: improve comment for the smb2.durable-open.reopen1 test | Michael Adam | 1 | -0/+1 | |
2012-02-17 | auth: Make more of the ntlmssp code private or static | Andrew Bartlett | 1 | -0/+1 | |
Now that there is only one gensec_ntlmssp server, some of these functions can be static For the rest, put the implemtnation of the gensec_ntlmssp code into ntlmssp_private.h Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-16 | s4-selftest: fix output of opened connections in torture_holdcon | Björn Baumbach | 1 | -1/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-02-13 | s4:torture: add another SMB2 rename test | Christian Ambach | 1 | -0/+130 | |
this mimics Word 2010 saving a file Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Mon Feb 13 18:33:43 CET 2012 on sn-devel-104 | |||||
2012-02-10 | s4:torture: add some SMB2 renaming tests | Christian Ambach | 3 | -1/+843 | |
2012-02-07 | torture/libnet: Include prototype headers. | Jelmer Vernooij | 1 | -0/+1 | |
2012-02-03 | s4:torture: add a smb2.durable_open.reopen4 test | Michael Adam | 1 | -0/+89 | |
open a durable handle, logoff, new sessions setup, try durable reopen (fail), open tcon, durable reopen (succeed) Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Feb 3 12:45:34 CET 2012 on sn-devel-104 | |||||
2012-02-03 | s4:torture: add a torture_smb2_session_setup() utility function | Michael Adam | 1 | -0/+31 | |
2012-02-03 | s4:torture: add smb2.durable_open test reopen3 | Michael Adam | 1 | -0/+68 | |
Do a durable open, tdis, tree_connect, durable reopen -> fail | |||||
2012-02-03 | s4:torture: add torture_smb2_tree_connect() utility function | Michael Adam | 1 | -0/+42 | |
This does a tcon based on an existing session, using the name an host present in the torture context. | |||||
2012-02-03 | s4:torture: add smb2.durable_open test reopen2 | Michael Adam | 1 | -0/+71 | |
durable open, disconnect, new seession, durable reopen | |||||
2012-02-03 | s4:torture: add smb2.durable_open test reopen1 | Michael Adam | 1 | -0/+57 | |
2012-02-03 | s4:libcli/torture:smb2: change smb2_tree_connect to take a smb2_session ↵ | Michael Adam | 1 | -1/+1 | |
instead of smb2_tree arguement. Only the tree->session is needed. This way it is less confusing. Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-03 | s4:torture:smb2: talloc_free the right tree structure in secondary_tcon() | Michael Adam | 1 | -1/+1 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-03 | s4:torture:smb2: check for success of talloc in secondary_tcon() | Michael Adam | 1 | -0/+4 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-03 | s4:torture:smb2:notify: remove an unused variable | Michael Adam | 1 | -2/+0 | |
2012-02-03 | s4:torture:smb2:notify: remove an unused variable | Michael Adam | 1 | -2/+0 | |
2012-02-03 | s4:torture:smb2: remove an unused variable from torture_smb2_setinfo() | Michael Adam | 1 | -2/+0 | |
2012-02-02 | smbtorture: Do not leak child processes when exiting | Christof Schmitt | 1 | -0/+8 | |
When some child processes could not be created, smbtorture would exit and leave the successfully started child processes running. Add a loop to kill the existing child processes for this case. Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Feb 2 01:35:27 CET 2012 on sn-devel-104 | |||||
2012-02-01 | selftest: Remove unused support for --exeext | Andrew Bartlett | 3 | -3/+3 | |
2012-01-29 | auth: provide private pointer and do not return original PAC signatures | Andrew Bartlett | 1 | -34/+40 | |
There is no need to return the PAC signatures via the special-purpose torture element. Instead, use a private pointer on the auth_context in conjunction with the private PAC processing method. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sun Jan 29 23:52:50 CET 2012 on sn-devel-104 | |||||
2012-01-25 | s4-torture: For authenticated users, add AUTHENTICATED USERS sid | Amitay Isaacs | 1 | -0/+4 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed Jan 25 01:36:02 CET 2012 on sn-devel-104 | |||||
2012-01-20 | torture: add spoolss overlapping driver deletion tests | David Disseldorp | 1 | -1/+118 | |
Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Fri Jan 20 18:20:14 CET 2012 on sn-devel-104 | |||||
2012-01-20 | torture: confirm printer driver file removal | David Disseldorp | 1 | -1/+81 | |
Signed-off-by: Andreas Schneider <asn@samba.org> |