summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/echo.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19549: fixed some indentationAndrew Tridgell1-2/+2
2007-10-10r19366: don't fail async echo tests due to rounding errorsAndrew Tridgell1-3/+6
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-230/+149
2007-10-10r18565: Fix echo.idl to be Samba3-, MIDL and midlc compatibleJelmer Vernooij1-0/+7
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+1
2007-10-10r14470: Remove some unnecessary headers.Jelmer Vernooij1-1/+0
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+1
2007-10-10r14379: Build torture/rpc/ as a seperate smbtorture module. Move helperJelmer Vernooij1-0/+1
2007-10-10r12812: speed up RPC-ECHO with validate some more, and re-enable it underAndrew Tridgell1-2/+9
2007-10-10r12811: valgrind on RPC-ECHO with validate is extremely slow - speed it up ifAndrew Tridgell1-2/+16
2007-10-10r12693: Move core data structures out of smb.h into core.hJelmer Vernooij1-0/+1
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij1-3/+1
2007-10-10r11818: - changed the option torture:echo_TestSleep=yes/no to the more genericAndrew Tridgell1-5/+5
2007-10-10r11628: fixed a valgrind error in the rpc echo testAndrew Tridgell1-1/+1
2007-10-10r8876: check the result of AddOne and test some more valuesStefan Metzmacher1-12/+28
2007-10-10r8875: Rename timeval_diff to timeval_until and revert the arguments. timeval...Volker Lendecke1-1/+1
2007-10-10r7657: test addone again after request timeout and destruction to ensure the ...Andrew Tridgell1-3/+2
2007-10-10r7656: added testing of rpc request timeouts and destructionAndrew Tridgell1-0/+62
2007-10-10r7401: add config option to disable the TestSleep() testStefan Metzmacher1-1/+5
2007-10-10r7195: - Fix echo pipeJelmer Vernooij1-6/+3
2007-10-10r7159: Improve the messages from pidl's validator module.Jelmer Vernooij1-2/+2
2007-10-10r6524: Fix the error we print when the RPC-ECHO test fails.Andrew Bartlett1-1/+1
2007-10-10r5977: Fix uninitialised memory bug in ndr_pull_ref_ptr(). This fixes theJelmer Vernooij1-19/+6
2007-10-10r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett1-3/+3
2007-10-10r5465: Add support to multiple levels of pointers in pidl.Jelmer Vernooij1-0/+44
2007-10-10r5453: Treat "embedded" arrays (surrounding structures) somewhatJelmer Vernooij1-6/+5
2007-10-10r5452: Add implementation + torture test for echo_SurroundingJelmer Vernooij1-0/+35
2007-10-10r5394: as the timing should be fixed in the server now, don't accept to early...Stefan Metzmacher1-10/+9
2007-10-10r5310: allow for rounding errors in the sleep testAndrew Tridgell1-1/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-0/+1
2007-10-10r4888: use the neater calling conventionAndrew Tridgell1-31/+8
2007-10-10r4690: - add support for async rpc server repliesStefan Metzmacher1-14/+35
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-4/+4
2007-10-10r4520: added a enum test function to the echo pipeAndrew Tridgell1-0/+39
2007-10-10r3959: fix compiler warningsStefan Metzmacher1-3/+3
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell1-2/+3
2007-10-10r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell1-1/+1
2007-10-10r2500: disable the sleep test in echo until we have a win32 echo server thatAndrew Tridgell1-6/+5
2007-10-10r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher1-1/+3
2007-10-10r2105: added a TestSleep() operation to the echo pipe and extended theAndrew Tridgell1-0/+55
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-2/+2
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-1/+1
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher1-2/+0
2003-12-14added auto-generation of the server side boilerplate code for eachAndrew Tridgell1-4/+4
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell1-0/+2
2003-11-20make the echo idl match the win32 IDL againAndrew Tridgell1-1/+1
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell1-1/+1
2003-11-19started to expand the echo tests to include more interesting testAndrew Tridgell1-2/+33