summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11827: add more sgroup vs sgroup testsStefan Metzmacher1-33/+531
2007-10-10r11826: A few steps down the loginVolker Lendecke1-3/+242
2007-10-10r11818: - changed the option torture:echo_TestSleep=yes/no to the more genericAndrew Tridgell1-5/+5
2007-10-10r11809: Make dcerpc_bind_auth async.Volker Lendecke1-10/+10
2007-10-10r11804: Asyncify the anonymous bind, convert the calls in xplogin.c.Volker Lendecke1-11/+35
2007-10-10r11803: New start for RPC-LOGIN load test, this time async. It's gonna be fun...Volker Lendecke1-949/+454
2007-10-10r11802: - add copyrightStefan Metzmacher1-4/+10
2007-10-10r11801: - added basic SMB2 find supportAndrew Tridgell3-4/+53
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-10r11779: fix crash bugStefan Metzmacher1-1/+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 Tridgell5-40/+75
2007-10-10r11773: added a SMB2-SETINFO test suite. This tests the following levels:Andrew Tridgell4-1/+378
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 Tridgell7-58/+450
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 Tridgell3-21/+100
2007-10-10r11695: added SMB2-SCAN torture test for scanning for active SMB2 opcodesAndrew Tridgell4-15/+81
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-10r11678: - add suport for sgroup,replica vs. sgroup,replica testsStefan Metzmacher1-158/+114
2007-10-10r11677: print leading zerosStefan Metzmacher1-2/+2
2007-10-10r11676: as tridge uses 0x%llx in his latest commits...Stefan Metzmacher2-7/+4
2007-10-10r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell1-2/+36
2007-10-10r11673: - update the max_version of the owner when we get some recordsStefan Metzmacher1-3/+196
2007-10-10r11672: - add support for special group merge testsStefan Metzmacher1-2/+170
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 Tridgell4-2/+91
2007-10-10r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, orAndrew Tridgell1-17/+2
2007-10-10r11639: fixed some create_time tests that should be change_time testsAndrew Tridgell1-5/+5
2007-10-10r11638: fixed handling of null volume name in RAW-QFSINFO testAndrew Tridgell1-4/+4
2007-10-10r11633: Fix some more warnings.Tim Potter1-0/+13
2007-10-10r11628: fixed a valgrind error in the rpc echo testAndrew Tridgell1-1/+1
2007-10-10r11626: Fix unhandled enum in case statement warnings by noting appropriatelyTim Potter2-0/+25
2007-10-10r11625: NULL terminate list of strings. For some reason this wasn't causing aTim Potter1-0/+1