r16907: Add an index parameter to torture_open_connection. Next step is to enable the
[kai/samba.git] / source4 / torture / basic / denytest.c
2007-10-10 Volker Lendecker16907: Add an index parameter to torture_open_connecti...
2007-10-10 Jelmer Vernooijr14720: Add torture_context argument to all torture...
2007-10-10 Jelmer Vernooijr14527: Fix build problems.
2007-10-10 Stefan Metzmacherr14256: - rename smb_file -> smb_handle
2007-10-10 Andrew Tridgellr14208: removed use of req->flags2 inside the ntvfs...
2007-10-10 Stefan Metzmacherr14173: change smb interface structures to always use
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Jelmer Vernooijr12693: Move core data structures out of smb.h into...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Tim Potterr11967: Fix more 64-bit warnings.
2007-10-10 Andrew Bartlettr9406: Add const.
2007-10-10 Andrew Tridgellr9047: show the order of the server/correct output...
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr4547: - added talloc_new(ctx) macro that is a neater...
2007-10-10 Stefan Metzmacherr4063: - change char * -> uint8_t in struct request_buffer
2007-10-10 Andrew Tridgellr4037: fixed a bunch of "might be uninitialised" warnin...
2007-10-10 Andrew Tridgellr4011: get rid of rpc_secdes.h and replace it with...
2007-10-10 Andrew Tridgellr3608: added BASE-DENYDOS test
2007-10-10 Andrew Tridgellr3419: moved the libcli/raw structures into libcli...
2007-10-10 Andrew Tridgellr3400: - allow callers to control the flags2 field...
2007-10-10 Andrew Tridgellr3387: fixed pvfs to pass the NTDENY tests. The tricky...
2007-10-10 Andrew Tridgellr3386: - fixed --seed option in smbtorture
2007-10-10 Andrew Tridgellr3324: made the smbtorture code completely warning...
2007-10-10 Andrew Tridgellr3203: moved more test functions into torture/basic/*.c
2007-10-10 Andrew Tridgellr3148: make --failures work for the BASE-DENY1 and...
2007-10-10 Andrew Bartlettr2551: Add const.
2007-10-10 Stefan Metzmacherr1654: rename cli_ -> smbcli_
2007-10-10 Stefan Metzmacherr1228: use int64_t instead of long long
2007-10-10 Jeremy Allisonr1086: Add defer open test to check timeout on sharing...
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2004-03-26 Andrew Tridgell- moved some of the base tests into torture/basic/