summaryrefslogtreecommitdiffstats
path: root/source4/torture/smb2/read.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:torture/smb2: we only support 64KB reads/writes for nowStefan Metzmacher2011-10-131-2/+2
| | | | | | We don't have multi-credit support yet. metze
* s4-torture: remove unchecked read from smb2 createDavid Disseldorp2011-09-291-0/+9
| | | | | | Add a corresponding test case to smb2.read. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-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
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-1/+0
| | | | This reduces compile time somewhat.
* implemented client side SMB2 signingAndrew Tridgell2008-05-301-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)
* added testing of some strange read semantics on windowsAndrew Tridgell2008-05-281-2/+59
| | | | (This used to be commit 46a0b65742bc0e4277da53df9df823abd4a0d150)
* add testing of creating a file with an initial ACL on SMB2Andrew Tridgell2008-05-281-1/+2
| | | | (This used to be commit e957e86a03baa0c0daf3bfe1aaeceb7a08e3c24e)
* expanded the SMB2-READ test, including the windows position bugAndrew Tridgell2008-05-281-4/+51
| | | | (This used to be commit 43e7b13027cde2696d6e137a785456861c49071a)
* added a basic SMB2 read test suiteAndrew Tridgell2008-05-271-0/+141
(This used to be commit 4aeda5c11414a4a7ef44da32be05209cb5caa90c)