r24751: Run more tests, remove empty testsuites, more small improvements.
[jelmer/samba4-debian.git] / source / torture / rpc / echo.c
2007-10-10 Jelmer Vernooijr24751: Run more tests, remove empty testsuites, more...
2007-10-10 Jelmer Vernooijr24674: Make sure results are always on a new line...
2007-10-10 Stefan Metzmacherr24557: rename 'dcerpc_table_' -> 'ndr_table_'
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22486: add a flag to ignore timeouts of a request...
2007-10-10 Andrew Tridgellr19549: fixed some indentation
2007-10-10 Andrew Tridgellr19366: don't fail async echo tests due to rounding...
2007-10-10 Jelmer Vernooijr19339: Merge my 4.0-unittest branch. This adds an...
2007-10-10 Jelmer Vernooijr18565: Fix echo.idl to be Samba3-, MIDL and midlc...
2007-10-10 Jelmer Vernooijr14720: Add torture_context argument to all torture...
2007-10-10 Jelmer Vernooijr14470: Remove some unnecessary headers.
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Jelmer Vernooijr14379: Build torture/rpc/ as a seperate smbtorture...
2007-10-10 Andrew Tridgellr12812: speed up RPC-ECHO with validate some more,...
2007-10-10 Andrew Tridgellr12811: valgrind on RPC-ECHO with validate is extremely...
2007-10-10 Jelmer Vernooijr12693: Move core data structures out of smb.h into...
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
2007-10-10 Andrew Tridgellr11818: - changed the option torture:echo_TestSleep...
2007-10-10 Andrew Tridgellr11628: fixed a valgrind error in the rpc echo test
2007-10-10 Stefan Metzmacherr8876: check the result of AddOne and test some more...
2007-10-10 Volker Lendecker8875: Rename timeval_diff to timeval_until and revert...
2007-10-10 Andrew Tridgellr7657: test addone again after request timeout and...
2007-10-10 Andrew Tridgellr7656: added testing of rpc request timeouts and destru...
2007-10-10 Stefan Metzmacherr7401: add config option to disable the TestSleep(...
2007-10-10 Jelmer Vernooijr7195: - Fix echo pipe
2007-10-10 Jelmer Vernooijr7159: Improve the messages from pidl's validator module.
2007-10-10 Andrew Bartlettr6524: Fix the error we print when the RPC-ECHO test...
2007-10-10 Jelmer Vernooijr5977: Fix uninitialised memory bug in ndr_pull_ref_ptr...
2007-10-10 Andrew Bartlettr5941: Commit this patch much earlier than I would...
2007-10-10 Jelmer Vernooijr5465: Add support to multiple levels of pointers in...
2007-10-10 Jelmer Vernooijr5453: Treat "embedded" arrays (surrounding structures...
2007-10-10 Jelmer Vernooijr5452: Add implementation + torture test for echo_Surro...
2007-10-10 Stefan Metzmacherr5394: as the timing should be fixed in the server...
2007-10-10 Andrew Tridgellr5310: allow for rounding errors in the sleep test
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
2007-10-10 Andrew Tridgellr4888: use the neater calling convention
2007-10-10 Stefan Metzmacherr4690: - add support for async rpc server replies
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Tridgellr4520: added a enum test function to the echo pipe
2007-10-10 Stefan Metzmacherr3959: fix compiler warnings
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Tridgellr3324: made the smbtorture code completely warning...
2007-10-10 Andrew Tridgellr2680: switched the libcli/raw/ code over to use talloc...
2007-10-10 Andrew Tridgellr2500: disable the sleep test in echo until we have...
2007-10-10 Stefan Metzmacherr2443: check return code of event_loop_once() to catch...
2007-10-10 Andrew Tridgellr2105: added a TestSleep() operation to the echo pipe...
2007-10-10 Stefan Metzmacherr943: change samba4 to use 'uint8_t' instead of 'unsign...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2004-02-03 Stefan Metzmacher- add 'print' to the DCERPC binding strings
2003-12-14 Andrew Tridgelladded auto-generation of the server side boilerplate...
2003-11-22 Andrew Tridgella fairly major upgrade to the dcerpc system
2003-11-20 Andrew Tridgellmake the echo idl match the win32 IDL again
2003-11-19 Andrew Tridgellswitched to a new way of handling unions, so that we...
2003-11-19 Andrew Tridgellstarted to expand the echo tests to include more intere...
2003-11-18 Andrew Tridgelluse the auto-generated UUID, version and name rather...
2003-11-18 Andrew Tridgell* use the new auto-generated debug code method.
2003-11-17 Andrew Tridgelluse [subcontext] to make GetPrinter a bit easier in...
2003-11-14 Andrew Tridgellwe can now do a level1 NetDfsEnum()
2003-11-13 Andrew Tridgellfixed rpcecho EchoData debug code
2003-11-13 Andrew Tridgell* fixed conformant arrays in structures
2003-11-09 Andrew Tridgellconverted the rpcecho pipe to use IDL
2003-11-04 Andrew Tridgellyipee! we can now do lsaOpenPolicy() via the new interf...
2003-11-04 Andrew Tridgelladded support for fragmented sends
2003-11-04 Andrew Tridgelladded fragmentation support on receive for dcerpc packe...
2003-11-03 Andrew Tridgelladded SinkData and SourceData tests for rpcecho
2003-11-03 Andrew Tridgelladded rpcecho EchoData test
2003-11-03 Andrew Tridgelladded a helper function to make building rpc functions...
2003-11-03 Andrew Tridgellstarted adding RPC-ECHO torture cases