summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/echo.c
Commit message (Expand)AuthorAgeFilesLines
* r11818: - changed the option torture:echo_TestSleep=yes/no to the more genericAndrew Tridgell2007-10-101-5/+5
* r11628: fixed a valgrind error in the rpc echo testAndrew Tridgell2007-10-101-1/+1
* r8876: check the result of AddOne and test some more valuesStefan Metzmacher2007-10-101-12/+28
* r8875: Rename timeval_diff to timeval_until and revert the arguments. timeval...Volker Lendecke2007-10-101-1/+1
* r7657: test addone again after request timeout and destruction to ensure the ...Andrew Tridgell2007-10-101-3/+2
* r7656: added testing of rpc request timeouts and destructionAndrew Tridgell2007-10-101-0/+62
* r7401: add config option to disable the TestSleep() testStefan Metzmacher2007-10-101-1/+5
* r7195: - Fix echo pipeJelmer Vernooij2007-10-101-6/+3
* r7159: Improve the messages from pidl's validator module.Jelmer Vernooij2007-10-101-2/+2
* r6524: Fix the error we print when the RPC-ECHO test fails.Andrew Bartlett2007-10-101-1/+1
* r5977: Fix uninitialised memory bug in ndr_pull_ref_ptr(). This fixes theJelmer Vernooij2007-10-101-19/+6
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2007-10-101-3/+3
* r5465: Add support to multiple levels of pointers in pidl.Jelmer Vernooij2007-10-101-0/+44
* r5453: Treat "embedded" arrays (surrounding structures) somewhatJelmer Vernooij2007-10-101-6/+5
* r5452: Add implementation + torture test for echo_SurroundingJelmer Vernooij2007-10-101-0/+35
* r5394: as the timing should be fixed in the server now, don't accept to early...Stefan Metzmacher2007-10-101-10/+9
* r5310: allow for rounding errors in the sleep testAndrew Tridgell2007-10-101-1/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-0/+1
* r4888: use the neater calling conventionAndrew Tridgell2007-10-101-31/+8
* r4690: - add support for async rpc server repliesStefan Metzmacher2007-10-101-14/+35
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-4/+4
* r4520: added a enum test function to the echo pipeAndrew Tridgell2007-10-101-0/+39
* r3959: fix compiler warningsStefan Metzmacher2007-10-101-3/+3
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r3324: made the smbtorture code completely warning freeAndrew Tridgell2007-10-101-2/+3
* r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell2007-10-101-1/+1
* r2500: disable the sleep test in echo until we have a win32 echo server thatAndrew Tridgell2007-10-101-6/+5
* r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher2007-10-101-1/+3
* r2105: added a TestSleep() operation to the echo pipe and extended theAndrew Tridgell2007-10-101-0/+55
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-2/+2
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-1/+1
* - add 'print' to the DCERPC binding stringsStefan Metzmacher2004-02-031-2/+0
* added auto-generation of the server side boilerplate code for eachAndrew Tridgell2003-12-141-4/+4
* a fairly major upgrade to the dcerpc systemAndrew Tridgell2003-11-221-0/+2
* make the echo idl match the win32 IDL againAndrew Tridgell2003-11-201-1/+1
* switched to a new way of handling unions, so that we can handleAndrew Tridgell2003-11-191-1/+1
* started to expand the echo tests to include more interesting testAndrew Tridgell2003-11-191-2/+33
* use the auto-generated UUID, version and name rather than listing themAndrew Tridgell2003-11-181-1/+4
* * use the new auto-generated debug code method.Andrew Tridgell2003-11-181-5/+0
* use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell2003-11-171-2/+3
* we can now do a level1 NetDfsEnum()Andrew Tridgell2003-11-141-0/+5
* fixed rpcecho EchoData debug codeAndrew Tridgell2003-11-131-2/+2
* * fixed conformant arrays in structuresAndrew Tridgell2003-11-131-5/+38
* converted the rpcecho pipe to use IDLAndrew Tridgell2003-11-091-23/+29
* yipee! we can now do lsaOpenPolicy() via the new interfaces, withoutAndrew Tridgell2003-11-041-3/+5
* added support for fragmented sendsAndrew Tridgell2003-11-041-6/+1
* added fragmentation support on receive for dcerpc packets. I haveAndrew Tridgell2003-11-041-5/+11
* added SinkData and SourceData tests for rpcechoAndrew Tridgell2003-11-031-1/+71
* added rpcecho EchoData testAndrew Tridgell2003-11-031-0/+42