summaryrefslogtreecommitdiffstats
path: root/source/torture/smb2
Commit message (Expand)AuthorAgeFilesLines
* r22894: don't send a 2nd request before the last one returned (at least withStefan Metzmacher2007-05-151-0/+32
* r22858: - let SMB2-LOCK-VALID-REQUEST pass against longhorn beta3Stefan Metzmacher2007-05-141-25/+92
* r22824: - add a simple test which shows how a lock rejectsStefan Metzmacher2007-05-132-17/+155
* r22407: this dependecies should be privateStefan Metzmacher2007-04-201-1/+1
* r21524: don't send unitialized data to the socketStefan Metzmacher2007-02-241-1/+1
* r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij2006-10-183-4/+4
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained Jelmer Vernooij2006-10-163-20/+21
* r18838: make sure we cleanup after SMB2-MAXWRITE (it creates a large file)Andrew Tridgell2006-09-231-7/+17
* r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs.Andrew Tridgell2006-09-231-2/+2
* r18808: added SMB2-MAXWRITE test and SMB2-DIR testsAndrew Tridgell2006-09-225-3/+230
* r18325: more warnings and one compile error on aix fixedAndrew Tridgell2006-09-101-1/+1
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2006-09-091-2/+2
* r17930: Merge noinclude branch:Jelmer Vernooij2006-08-301-1/+0
* r17786: remove unused macros, fix compiler warningsStefan Metzmacher2006-08-242-21/+0
* r16981: check the returned valuesStefan Metzmacher2006-07-121-1/+19
* r16977: do a few more notify testsStefan Metzmacher2006-07-121-4/+70
* r16976: add a very simple SMB2-NOTIFY testStefan Metzmacher2006-07-123-0/+93
* r16951: add the year to the copyright...Stefan Metzmacher2006-07-111-1/+1
* r16874: query all informationStefan Metzmacher2006-07-081-2/+2
* r16739: test SMB2-GETINFO SMB2-SETINFO by make testStefan Metzmacher2006-07-011-0/+3
* r16738: vista beta2 use FILE_CLOSED as error for an invalid file handleStefan Metzmacher2006-07-012-2/+2
* r16737: if an error happens report itStefan Metzmacher2006-07-012-2/+16
* r16736: - convert unix times to nttime before sending it to the wire...Stefan Metzmacher2006-07-011-15/+25
* r16725: don't ignore errorsStefan Metzmacher2006-07-011-3/+15
* r16672: we don't need this twice:-)Stefan Metzmacher2006-06-291-5/+1
* r16668: test setting of security descriptors vis smb2 setinfoStefan Metzmacher2006-06-291-2/+64
* r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfoStefan Metzmacher2006-06-201-3/+3
* r16405: fix compiler warning of missing smb2_handleStefan Metzmacher2006-06-201-1/+3
* r16333: Move more code out of the core smbtorture. It now no longer Jelmer Vernooij2006-06-172-2/+44
* r15816: add SMB2-LOCK torture test, which demonstrates what possible valid an...Stefan Metzmacher2006-05-222-1/+217
* r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI...Stefan Metzmacher2006-05-221-0/+6
* r15759: samba4 currently only supports read sizes up to with UINT16_MAXStefan Metzmacher2006-05-201-0/+2
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2006-05-204-26/+26
* r15599: Fix more popt dependencies - these should be the last onesJelmer Vernooij2006-05-141-1/+1
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2006-05-111-1/+1
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement Jelmer Vernooij2006-04-241-1/+1
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2006-03-255-8/+13
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2006-03-181-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, instead Jelmer Vernooij2006-03-161-0/+1
* r14256: - rename smb_file -> smb_handle Stefan Metzmacher2006-03-124-9/+9
* r14173: change smb interface structures to always useStefan Metzmacher2006-03-104-12/+12
* r13346: use private proto header files for the torture testsStefan Metzmacher2006-02-046-0/+11
* r12696: Reduce the size of include/structs.hJelmer Vernooij2006-01-031-0/+1
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2006-01-031-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2005-12-305-7/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2005-12-281-0/+1
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using Jelmer Vernooij2005-12-261-1/+1
* r12114: - smb2_keepalive() acts on the smb2_transportStefan Metzmacher2005-12-071-3/+3
* r12007: fixed a valgrind error in the SMB2-SETINFO testAndrew Tridgell2005-12-021-0/+2
* r11967: Fix more 64-bit warnings.Tim Potter2005-11-303-17/+17