- 19 Sep, 2011 1 commit
-
-
Alexandre Julliard authored
Reported by Jérôme Gardou.
-
- 28 Jul, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 27 Jul, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 13 Jun, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 09 Jun, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 04 Feb, 2011 1 commit
-
-
Huw Davies authored
rpcrt4/tests: Add a test for marshalling a pointer to a user type, where the user type is itself a pointer.
-
- 23 Mar, 2010 1 commit
-
-
Rob Shearman authored
-
- 19 Mar, 2010 1 commit
-
-
Rob Shearman authored
-
- 16 Dec, 2009 2 commits
-
-
Paul Vriens authored
-
Paul Vriens authored
-
- 15 Dec, 2009 1 commit
-
-
Hans Leidekker authored
-
- 14 Dec, 2009 1 commit
-
-
Hans Leidekker authored
-
- 04 Dec, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 18 Nov, 2009 1 commit
-
-
Rob Shearman authored
-
- 12 Nov, 2009 1 commit
-
-
Rob Shearman authored
Revert "rpcrt4: The get_ranged_enum test doesn't work on Windows, so don't execute it for the moment.". This reverts commit 81036cc51831db03f8e0eb03b5f74ae5099461cd.
-
- 11 Nov, 2009 1 commit
-
-
Rob Shearman authored
-
- 09 Nov, 2009 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
- 04 Nov, 2009 1 commit
-
-
Hans Leidekker authored
-
- 15 Jun, 2009 1 commit
-
-
Francois Gouget authored
-
- 28 May, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 07 Apr, 2009 1 commit
-
-
Rob Shearman authored
Don't run tests that results in an ERROR_INVALID_HANDLE exception being raised. Check for the context handle function pointers being non-NULL to prevent exceptions being raised on platforms without these functions.
-
- 13 Mar, 2009 1 commit
-
-
Michael Stefaniuc authored
long is always 32bit in IDL files but that's not true in C.
-
- 02 Feb, 2009 1 commit
-
-
Rob Shearman authored
-
- 14 Jan, 2009 1 commit
-
-
Francois Gouget authored
-
- 13 Jan, 2009 1 commit
-
-
Ge van Geldorp authored
The failures in rpcrt4:server on Windows are caused by an access violation thrown in NdrVaryingArrayUnmarshall() called from get_5numbers(). I've created a minimum get_5numbers() test with Microsoft tools and that throws the same access violation. The access violation disappears when zeroing out the StubMsg before calling NdrClientInitializeNew(), so my guess is Windows NdrVaryingArrayUnmarshall() uses an uninitialized member.
-
- 12 Jan, 2009 1 commit
-
-
Michael Karcher authored
-
- 04 Jan, 2009 1 commit
-
-
Michael Stefaniuc authored
Also fix the compiler warnings introduced by this change.
-
- 16 Dec, 2008 1 commit
-
-
Paul Vriens authored
-
- 14 Oct, 2008 1 commit
-
-
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.
-
- 28 Aug, 2008 1 commit
-
-
Paul Vriens authored
-
- 01 Jul, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 23 Jun, 2008 2 commits
-
-
Rob Shearman authored
rpcrt4: Fix NdrConformantVaryingStructUnmarshall to use buffer memory if applicable and to reuse memory for embedded pointers.
-
Rob Shearman authored
-
- 18 Jun, 2008 1 commit
-
-
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.
-
- 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.
-
- 07 May, 2008 1 commit
-
-
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.
-
- 21 Mar, 2008 1 commit
-
-
Dan Hipschman authored
Structures containing enum fields without the v1_enum attribute must be treated as complex because of the range check and memory/wire size differences. This includes a test which didn't pass before and now passes on Wine and Windows.
-
- 28 Feb, 2008 1 commit
-
-
Paul Vriens authored
-
- 22 Feb, 2008 1 commit
-
-
Dan Hipschman authored
-