summaryrefslogtreecommitdiffstats
path: root/source4/torture/smb2/connect.c
Commit message (Expand)AuthorAgeFilesLines
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij2007-10-101-1/+1
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-6/+3
* r18808: added SMB2-MAXWRITE test and SMB2-DIR testsAndrew Tridgell2007-10-101-3/+6
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+0
* r16738: vista beta2 use FILE_CLOSED as error for an invalid file handleStefan Metzmacher2007-10-101-1/+1
* r16725: don't ignore errorsStefan Metzmacher2007-10-101-3/+15
* r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI...Stefan Metzmacher2007-10-101-0/+6
* r15759: samba4 currently only supports read sizes up to with UINT16_MAXStefan Metzmacher2007-10-101-0/+2
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-101-9/+9
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+2
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-1/+1
* r13346: use private proto header files for the torture testsStefan Metzmacher2007-10-101-0/+2
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-3/+0
* r12114: - smb2_keepalive() acts on the smb2_transportStefan Metzmacher2007-10-101-3/+3
* r11967: Fix more 64-bit warnings.Tim Potter2007-10-101-6/+6
* r11907: added testing of SMB2 keepaliveAndrew Tridgell2007-10-101-1/+6
* r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for helpAndrew Tridgell2007-10-101-0/+10
* r11904: added smb2_tdis() testingAndrew Tridgell2007-10-101-1/+13
* r11902: added smb2_logoff() testingAndrew Tridgell2007-10-101-0/+13
* r11775: added support for creating files on SMB2 with initial EA lists and an...Andrew Tridgell2007-10-101-14/+0
* r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher2007-10-101-9/+16
* r11738: test larger read/write calls. If you run smbtorture with -X (to enableAndrew Tridgell2007-10-101-2/+9
* r11730: added parsing and tests for a bunch more SMB2 getinfo levelsAndrew Tridgell2007-10-101-8/+15
* r11716: added a read/write testAndrew Tridgell2007-10-101-0/+48
* r11697: - added a generic SMB2 getinfo callAndrew Tridgell2007-10-101-21/+26
* r11695: added SMB2-SCAN torture test for scanning for active SMB2 opcodesAndrew Tridgell2007-10-101-14/+2
* r11693: added a full async composite function for SMB2 that does:Andrew Tridgell2007-10-101-104/+7
* r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell2007-10-101-66/+10
* r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell2007-10-101-6/+9
* r11687: filled in 3 more fields in the close replyAndrew Tridgell2007-10-101-0/+3
* r11681: filled in a few more smb2_create() fieldsAndrew Tridgell2007-10-101-29/+40
* r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell2007-10-101-7/+45
* r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell2007-10-101-3/+35
* r11677: print leading zerosStefan Metzmacher2007-10-101-2/+2
* r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell2007-10-101-2/+36
* r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell2007-10-101-10/+30
* r11666: filled in the basic session setup. Vista happily accepts the firstAndrew Tridgell2007-10-101-6/+48
* r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell2007-10-101-11/+59
* r11663: start of a SMB2 torture test. Just does a negprot and prints some fie...Andrew Tridgell2007-10-101-0/+74