r12608: Remove some unused #include lines.
[abartlet/samba.git/.git] / source4 / torture / smb2 /
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Stefan Metzmacherr12114: - smb2_keepalive() acts on the smb2_transport
2007-10-10 Andrew Tridgellr12007: fixed a valgrind error in the SMB2-SETINFO...
2007-10-10 Tim Potterr11967: Fix more 64-bit warnings.
2007-10-10 Tim Potterr11965: Try to fix some 64-bit warnings.
2007-10-10 Andrew Tridgellr11907: added testing of SMB2 keepalive
2007-10-10 Andrew Tridgellr11905: added SMB2_FLUSH as opcode 7. Thanks to metze...
2007-10-10 Andrew Tridgellr11904: added smb2_tdis() testing
2007-10-10 Andrew Tridgellr11902: added smb2_logoff() testing
2007-10-10 Andrew Tridgellr11890: added tests for the last few fields in SMB2...
2007-10-10 Andrew Tridgellr11850: added a test suite for the SMB2 find calls
2007-10-10 Andrew Tridgellr11801: - added basic SMB2 find support
2007-10-10 Andrew Tridgellr11800: - filled in unknown fields in SMB2 all_info...
2007-10-10 Andrew Tridgellr11780: it turns out that the MxAc tag isn't a security...
2007-10-10 Andrew Tridgellr11777: display the security_descriptor in torture_smb2...
2007-10-10 Andrew Tridgellr11776: no need to call out to SMB to setup test files...
2007-10-10 Andrew Tridgellr11775: added support for creating files on SMB2 with...
2007-10-10 Andrew Tridgellr11773: added a SMB2-SETINFO test suite. This tests...
2007-10-10 Andrew Tridgellr11758: unified the parse code for the SMB and SMB2...
2007-10-10 Andrew Tridgellr11755: added names for all of the SMB2 qfs info levels...
2007-10-10 Andrew Tridgellr11753: change the getinfo scanner to scan with both...
2007-10-10 Stefan Metzmacherr11741: - the buffer code (first 2 bytes in the SMB2...
2007-10-10 Andrew Tridgellr11738: test larger read/write calls. If you run smbtor...
2007-10-10 Andrew Tridgellr11736: display EAs and streams in smb2 torture tests
2007-10-10 Andrew Tridgellr11730: added parsing and tests for a bunch more SMB2...
2007-10-10 Andrew Tridgellr11716: added a read/write test
2007-10-10 Andrew Tridgellr11699: use create_complex_file() to setup a file with...
2007-10-10 Andrew Tridgellr11697: - added a generic SMB2 getinfo call
2007-10-10 Andrew Tridgellr11695: added SMB2-SCAN torture test for scanning for...
2007-10-10 Andrew Tridgellr11693: added a full async composite function for SMB2...
2007-10-10 Andrew Tridgellr11692: added a full composite (async) spnego session...
2007-10-10 Andrew Tridgellr11691: added reply buffer code checks and oplock flags...
2007-10-10 Andrew Tridgellr11687: filled in 3 more fields in the close reply
2007-10-10 Andrew Tridgellr11681: filled in a few more smb2_create() fields
2007-10-10 Andrew Tridgellr11680: added smb2_close(). This also demonstrates...
2007-10-10 Andrew Tridgellr11679: opening/creating files in SMB2 now works. Lots...
2007-10-10 Stefan Metzmacherr11677: print leading zeros
2007-10-10 Andrew Tridgellr11674: SMB2 tree connect now works. We do 2 session...
2007-10-10 Andrew Tridgellr11668: yay! we get a successful session setup with...
2007-10-10 Andrew Tridgellr11666: filled in the basic session setup. Vista happil...
2007-10-10 Andrew Tridgellr11665: started to put some meat on the structure used...
2007-10-10 Andrew Tridgellr11663: start of a SMB2 torture test. Just does a negpr...