r25035: Fix some more warnings, use service pointer rather than service number in...
[jelmer/samba4-debian.git] / source / torture / smb2 / connect.c
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Jelmer Vernooijr19392: Use torture_setting_* rather than lp_parm_...
2007-10-10 Jelmer Vernooijr19339: Merge my 4.0-unittest branch. This adds an...
2007-10-10 Andrew Tridgellr18808: added SMB2-MAXWRITE test and SMB2-DIR tests
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr16738: vista beta2 use FILE_CLOSED as error for an...
2007-10-10 Stefan Metzmacherr16725: don't ignore errors
2007-10-10 Stefan Metzmacherr15803: the SMB2 server gives NT_STATUS_NOT_FOUND inste...
2007-10-10 Stefan Metzmacherr15759: samba4 currently only supports read sizes up...
2007-10-10 Stefan Metzmacherr15741: move smb2 request structures into the main...
2007-10-10 Jelmer Vernooijr14720: Add torture_context argument to all torture...
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Stefan Metzmacherr13346: use private proto header files for the torture...
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Stefan Metzmacherr12114: - smb2_keepalive() acts on the smb2_transport
2007-10-10 Tim Potterr11967: Fix more 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 Tridgellr11775: added support for creating files on SMB2 with...
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 Tridgellr11730: added parsing and tests for a bunch more SMB2...
2007-10-10 Andrew Tridgellr11716: added a read/write test
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...