summaryrefslogtreecommitdiff
path: root/source4/torture/smb2
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher1-1/+1
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij5-8/+13
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-1/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher4-9/+9
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher4-12/+12
2007-10-10r13346: use private proto header files for the torture testsStefan Metzmacher6-0/+11
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-0/+1
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij5-7/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-1/+1
2007-10-10r12114: - smb2_keepalive() acts on the smb2_transportStefan Metzmacher1-3/+3
2007-10-10r12007: fixed a valgrind error in the SMB2-SETINFO testAndrew Tridgell1-0/+2
2007-10-10r11967: Fix more 64-bit warnings.Tim Potter3-17/+17
2007-10-10r11965: Try to fix some 64-bit warnings.Tim Potter1-1/+1
2007-10-10r11907: added testing of SMB2 keepaliveAndrew Tridgell1-1/+6
2007-10-10r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for helpAndrew Tridgell1-0/+10
2007-10-10r11904: added smb2_tdis() testingAndrew Tridgell1-1/+13
2007-10-10r11902: added smb2_logoff() testingAndrew Tridgell1-0/+13
2007-10-10r11890: added tests for the last few fields in SMB2 find requestsAndrew Tridgell1-0/+16
2007-10-10r11850: added a test suite for the SMB2 find callsAndrew Tridgell2-1/+214
2007-10-10r11801: - added basic SMB2 find supportAndrew Tridgell2-4/+52
2007-10-10r11800: - filled in unknown fields in SMB2 all_info levelAndrew Tridgell3-22/+68
2007-10-10r11780: it turns out that the MxAc tag isn't a security descriptor, its aAndrew Tridgell1-13/+1
2007-10-10r11777: display the security_descriptor in torture_smb2_all_info()Andrew Tridgell1-0/+10
2007-10-10r11776: no need to call out to SMB to setup test files for SMB2 any moreAndrew Tridgell3-48/+69
2007-10-10r11775: added support for creating files on SMB2 with initial EA lists and an...Andrew Tridgell4-40/+74
2007-10-10r11773: added a SMB2-SETINFO test suite. This tests the following levels:Andrew Tridgell3-1/+377
2007-10-10r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo callsAndrew Tridgell2-84/+146
2007-10-10r11755: added names for all of the SMB2 qfs info levels (they all map exactlyAndrew Tridgell2-7/+15
2007-10-10r11753: change the getinfo scanner to scan with both a file and a directory, ...Andrew Tridgell1-53/+32
2007-10-10r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher3-18/+23
2007-10-10r11738: test larger read/write calls. If you run smbtorture with -X (to enableAndrew Tridgell1-2/+9
2007-10-10r11736: display EAs and streams in smb2 torture testsAndrew Tridgell1-0/+28
2007-10-10r11730: added parsing and tests for a bunch more SMB2 getinfo levelsAndrew Tridgell5-47/+359
2007-10-10r11716: added a read/write testAndrew Tridgell1-0/+48
2007-10-10r11699: use create_complex_file() to setup a file with a wide range ofAndrew Tridgell1-0/+29
2007-10-10r11697: - added a generic SMB2 getinfo callAndrew Tridgell2-21/+99
2007-10-10r11695: added SMB2-SCAN torture test for scanning for active SMB2 opcodesAndrew Tridgell3-15/+80
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