summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/echo.c
Commit message (Expand)AuthorAgeFilesLines
* s4:torture/rpc: concurrent dcerpc_echo_TestSleep requests require a connectio...Stefan Metzmacher2016-10-261-0/+17
* s4:torture/rpc: avoid using dcerpc_event_context()Stefan Metzmacher2014-01-161-3/+1
* torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce2011-08-131-1/+1
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-2/+1
* s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher2010-04-141-1/+1
* s4:torture/rpc/echo.c: remove NTSTATUS status variablesStefan Metzmacher2010-03-291-40/+27
* s4:torture/rpc/echo.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher2010-03-291-3/+3
* s4:torture/rpc/echo.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-10/+20
* s4:torture/rpc: make use of use tevent_req based dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-7/+6
* s4:RPC-ECHO: don't ignore errors in the Sleep test now that we support async ...Stefan Metzmacher2010-03-011-3/+3
* s4:RPC-ECHO: don't look at the internals of 'struct rpc_request'Stefan Metzmacher2010-03-011-4/+14
* s4:torture/rpc: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-011-3/+3
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-5/+5
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-1/+0
* s4:RPC-ECHO: disable the timeout test as it can't work with our client libraryStefan Metzmacher2009-04-251-1/+4
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* 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