- 14 Oct, 2008 2 commits
-
-
Juan Lang authored
-
Rob Shearman authored
Therefore, declare the structure as user_bstr_t and make wire_bstr_t be a typedef to a pointer of this type.
-
- 12 Sep, 2008 1 commit
-
-
Rob Shearman authored
Add tests for this.
-
- 11 Sep, 2008 2 commits
-
-
Alexandre Julliard authored
-
Paul Vriens authored
-
- 03 Sep, 2008 2 commits
-
-
James Hawkins authored
-
James Hawkins authored
-
- 29 Aug, 2008 1 commit
-
-
James Hawkins authored
-
- 28 Aug, 2008 1 commit
-
-
Paul Vriens authored
-
- 27 Aug, 2008 1 commit
-
-
Rob Shearman authored
-
- 19 Aug, 2008 1 commit
-
-
Rob Shearman authored
-
- 18 Aug, 2008 3 commits
-
-
Rob Shearman authored
rpcrt4: Fix RpcStringBindingComposeA/W and RpcStringBindingParseA/W to escape and unescape delimiters in the string binding. This behaviour is stated by the DCE/RPC specification and is also shown in the rpcrt4 conformance tests.
-
Rob Shearman authored
-
Rob Shearman authored
-
- 31 Jul, 2008 1 commit
-
-
Rob Shearman authored
-
- 08 Jul, 2008 2 commits
-
-
Alexandre Julliard authored
This avoids trouble with the broken MingW libraries when cross-compiling the tests.
-
James Hawkins authored
-
- 02 Jul, 2008 1 commit
-
-
James Hawkins authored
-
- 01 Jul, 2008 2 commits
-
-
James Hawkins authored
-
Alexandre Julliard authored
-
- 26 Jun, 2008 1 commit
-
-
Rob Shearman authored
-
- 23 Jun, 2008 4 commits
-
-
Rob Shearman authored
rpcrt4: Fix NdrConformantVaryingStructUnmarshall to use buffer memory if applicable and to reuse memory for embedded pointers.
-
Kai Blin authored
-
Rob Shearman authored
-
Rob Shearman authored
Move fBufferValid to a bitfield and update the corresponding tests in rpcrt4. Add tests for the new fields.
-
- 19 Jun, 2008 1 commit
-
-
Rob Shearman authored
Reduce the size of the IsClient field, as is done in the latest SDKs to fix NdrClientInitializeNew tests on XP SP3 and Win2003+.
-
- 18 Jun, 2008 5 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
The stop event should already be signaled by the time we get to that point since we wait until the child processes terminate in the server process and the stop event is signaled in the context of one of the child processes. Don't call RpcMgmtWaitServerListening if the call to WaitForSingleObject failed since it is likely that s_stop() hasn't been called and therefore the call to RpcMgmtWaitServerListening won't ever return.
-
Rob Shearman authored
rpcrt4: Save the previous BufferLength in test_ndr_buffer and use it when testing the expected buffer length after the NdrFreeBuffer call. This fixes a test failure on Win2003 upwards when the allocated length appears to be rounded up to a multiple of 4.
-
Rob Shearman authored
This fixes a number of test failures on XP SP3 and Win2003 upwards.
-
- 13 Jun, 2008 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
- 12 Jun, 2008 1 commit
-
-
Paul Vriens authored
-
- 10 Jun, 2008 1 commit
-
-
Rob Shearman authored
This allows the test to run correctly on XP SP2 upwards instead of failing with ERROR_ACCESS_DENIED.
-
- 26 May, 2008 1 commit
-
-
James Hawkins authored
-
- 07 May, 2008 2 commits
-
-
Maarten Lankhorst authored
Created with help from Robert Shearman.
-
Rob Shearman authored
Handle failure to use one or more protocol sequences more gracefully, as ncacn_np servers aren't support on Win9x and ncacn_ip_tcp fails on some machines.
-
- 06 May, 2008 1 commit
-
-
Francois Gouget authored
-
- 30 Apr, 2008 1 commit
-
-
Alexandre Julliard authored
-