summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/connect.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher1-9/+16
2007-10-10r11738: test larger read/write calls. If you run smbtorture with -X (to enableAndrew Tridgell1-2/+9
2007-10-10r11730: added parsing and tests for a bunch more SMB2 getinfo levelsAndrew Tridgell1-8/+15
2007-10-10r11716: added a read/write testAndrew Tridgell1-0/+48
2007-10-10r11697: - added a generic SMB2 getinfo callAndrew Tridgell1-21/+26
2007-10-10r11695: added SMB2-SCAN torture test for scanning for active SMB2 opcodesAndrew Tridgell1-14/+2
2007-10-10r11693: added a full async composite function for SMB2 that does:Andrew Tridgell1-104/+7
2007-10-10r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell1-66/+10
2007-10-10r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell1-6/+9
2007-10-10r11687: filled in 3 more fields in the close replyAndrew Tridgell1-0/+3
2007-10-10r11681: filled in a few more smb2_create() fieldsAndrew Tridgell1-29/+40
2007-10-10r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell1-7/+45
2007-10-10r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell1-3/+35
2007-10-10r11677: print leading zerosStefan Metzmacher1-2/+2
2007-10-10r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell1-2/+36
2007-10-10r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell1-10/+30
2007-10-10r11666: filled in the basic session setup. Vista happily accepts the firstAndrew Tridgell1-6/+48
2007-10-10r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell1-11/+59
2007-10-10r11663: start of a SMB2 torture test. Just does a negprot and prints some fie...Andrew Tridgell1-0/+74