summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/echo.c
Commit message (Expand)AuthorAgeFilesLines
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-6/+6
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-3/+3
* r24872: Use torture API a bit moreJelmer Vernooij2007-10-101-3/+3
* r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API.Jelmer Vernooij2007-10-101-2/+2
* r24751: Run more tests, remove empty testsuites, more small improvements.Jelmer Vernooij2007-10-101-1/+1
* r24674: Make sure results are always on a new line, fix typo in test name.Jelmer Vernooij2007-10-101-0/+1
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22486: add a flag to ignore timeouts of a request and don't closeStefan Metzmacher2007-10-101-2/+7
* r19549: fixed some indentationAndrew Tridgell2007-10-101-2/+2
* r19366: don't fail async echo tests due to rounding errorsAndrew Tridgell2007-10-101-3/+6
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-230/+149
* r18565: Fix echo.idl to be Samba3-, MIDL and midlc compatibleJelmer Vernooij2007-10-101-0/+7
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+1
* r14470: Remove some unnecessary headers.Jelmer Vernooij2007-10-101-1/+0
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-101-0/+1
* r14379: Build torture/rpc/ as a seperate smbtorture module. Move helperJelmer Vernooij2007-10-101-0/+1
* r12812: speed up RPC-ECHO with validate some more, and re-enable it underAndrew Tridgell2007-10-101-2/+9
* r12811: valgrind on RPC-ECHO with validate is extremely slow - speed it up ifAndrew Tridgell2007-10-101-2/+16
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2007-10-101-0/+1
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-3/+1
* 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