summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/read.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-13s4:torture/smb2: we only support 64KB reads/writes for nowStefan Metzmacher1-2/+2
We don't have multi-credit support yet. metze
2011-09-29s4-torture: remove unchecked read from smb2 createDavid Disseldorp1-0/+9
Add a corresponding test case to smb2.read. Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-4/+4
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
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-1/+0
This reduces compile time somewhat.
2008-05-30implemented client side SMB2 signingAndrew Tridgell1-1/+0
This doessn't work against Windows yet, and I've submitted a WSPP request for clarification of the docs to try and find out why. Meanwhile this is no worse than what we had, as it only gets used when the server demands signing, and we didn't work then anyway. (This used to be commit b788096add3586d7277efcd3bf5ca7f3a604cb7a)
2008-05-28added testing of some strange read semantics on windowsAndrew Tridgell1-2/+59
(This used to be commit 46a0b65742bc0e4277da53df9df823abd4a0d150)
2008-05-28add testing of creating a file with an initial ACL on SMB2Andrew Tridgell1-1/+2
(This used to be commit e957e86a03baa0c0daf3bfe1aaeceb7a08e3c24e)
2008-05-28expanded the SMB2-READ test, including the windows position bugAndrew Tridgell1-4/+51
(This used to be commit 43e7b13027cde2696d6e137a785456861c49071a)
2008-05-27added a basic SMB2 read test suiteAndrew Tridgell1-0/+141
(This used to be commit 4aeda5c11414a4a7ef44da32be05209cb5caa90c)