ole32: Return an error in CoMarshalInterface if pStream is NULL.
[wine] / dlls / rpcrt4 /
2007-01-08  Francois Gougetrpcrt4/tests: Remove an unneeded '#if 0' and fix the...
2007-01-08  Francois Gougetrpcrt4/tests: Replace some '#if 0's with 'if (0)'s...
2007-01-04  Rob Shearmanrpcrt4: Pass WT_EXECUTELONGFUNCTION to QueueUserWorkIte...
2007-01-02  Rob Shearmanrpcrt4: A NULL IfSpec in RpcServerUnregisterIf should...
2006-12-18  Rob Shearmanrpcrt4: Free the resource allocated by InitializeSecuri...
2006-12-14  Dmitry Timoshkovrpcrt4: Make some data const.
2006-12-14  Andrew Talbotrpcrt4/tests: Cast-qual warnings fix.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-11-22  Rob Shearmanrpcrt4: RPC_C_AUTHN_LEVEL_NONE and RPC_C_AUTHN_LEVEL_DE...
2006-11-22  Rob Shearmanrpcrt4: Allow applications to specify authentication...
2006-11-15  Rob Shearmanrpcrt4: Use SecInvalidateHandle and SecIsValidHandle...
2006-11-15  Rob Shearmanrpcrt4: Add support for signing, verifying, encrypting...
2006-11-15  Rob Shearmanrpcrt4: Fix a crash in RPCRT4_OpenBinding that can...
2006-11-15  Rob Shearmanrpcrt4: Add a FIXME for unsupported client protocol...
2006-11-13  Rob Shearmanrpcrt4: Implement RpcServerUnregisterIf.
2006-11-13  Rob Shearmanrpcrt4: Convert the server interfaces list into a stand...
2006-11-13  Rob Shearmanrpcrt4: Fix a comment and move a WARN to where it reall...
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-11-13  Francois Gougetrpcrt4: Add some stub documentation headers to make...
2006-11-13  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-11-13  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-11-10  Alexandre Julliardrpcrt4: Avoid a sizeof in a trace.
2006-11-10  Rob Shearmanrpcrt4: Create one protseq object per used protocol...
2006-11-10  Rob Shearmanrpcrt4: Don't store the endpoint in the protseq.
2006-11-10  Rob Shearmanrpcrt4: Fix a crash in RpcServerUseProtseqEpExA/W when...
2006-11-10  Rob Shearmanrpcrt4: Correctly align the results in the RPC Bind...
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
2006-11-10  Michael Stefaniucrpcrt4: More "unsigned long" to "ULONG" changes in...
2006-11-10  Michael Stefaniucrpcrt4: Bring the function definitions in sync with...
2006-11-10  Michael Stefaniucrpcrt4/ndr_marshall.c: Bring the function definitions...
2006-11-09  Alexandre Julliardrpcrt4/tests: Replace || by |.
2006-11-09  Michael Stefaniucrpcrt4/tests: Fix the warnings introduced by the "unsig...
2006-11-09  Rob Shearmanrpcrt4: For TCP endpoints, bind to all the address...
2006-11-09  Rob Shearmanrpcrt4: Use MaxCalls from the protseq when determining...
2006-11-09  Rob Shearmanrpcrt4: The error code RPC_S_SERVER_UNAVAILABLE doesn...
2006-11-09  Rob Shearmanrpcrt4: Open the endpoint from the caller of RpcServerU...
2006-11-08  Michael Stefaniucrpcproxy.h: Use LONG/ULONG for Win64 compatibility...
2006-11-08  Michael Stefaniucrpcrt4: For Win64 compatibility use a temp variable...
2006-11-08  Francois Gougetsecur32: sspi.h must not include wtypes.h.
2006-11-06  Rob Shearmanrpcrt4: Remove unnecessary quotes in traces, as debugst...
2006-10-31  Rob Shearmanrpcrt4: Set the AI_PASSIVE flag to getaddrinfo in rpcrt...
2006-10-31  Rob Shearmanrpcrt4: Improve the debug messages for failures in...
2006-10-31  Rob Shearmanrpcrt4: Set the socket back to blocking in rpcrt4_conn_...
2006-10-31  Rob Shearmanrpcrt4: Fix a typo in rpcrt4_ip_tcp_open that would...
2006-10-31  Rob Shearmanrpcrt4: Convert the named pipe server code to look...
2006-10-31  Rob Shearmanrpcrt4: Eliminate the extra thread used for RPC over...
2006-10-27  Rob Shearmanrpcrt4: The allocation hint in request and response...
2006-10-27  Rob Shearmanrpcrt4: Don't terminate the loop on the buffer becoming...
2006-10-27  Rob Shearmanrpcrt4: Fix RPCRT4_Receive to accept authentication...
2006-10-25  Rob Shearmanrpcrt4: Move transport-specific server functions to...
2006-10-20  Damjan Jovanovicrpcrt4: Added support for RPC TCP servers.
2006-10-16  Robert Shearmanrpcrt4: Add a critical section to protect the connectio...
2006-10-16  Robert Shearmanrpcrt4: Convert the protseq list into a standard Wine...
2006-10-16  Robert Shearmanrpcrt4: Abstract out the way incoming connections are...
2006-10-16  Robert Shearmanrpcrt4: Rename protseq_ops to connection_ops to reflect...
2006-10-16  Robert Shearmanrpcrt4: Create a server thread for each protseq.
2006-10-16  Michael Stefaniucjanitorial: Remove redundant NULL checks before calling...
2006-10-13  Francois Gougetrpcrt4: Add RPC_CSTR, RPC_WSTR and update the prototype...
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
2006-10-09  Michael Stefaniucrpcrt4/tests: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-10-03  Robert Shearmanrpcrt4: Use I_Rpc{Allocate, Free} instead of Heap{Alloc...
2006-10-03  Robert Shearmanrpcrt4: RpcBindingCopy is implemented.
2006-10-03  Robert Shearmanrpcrt4: Don't use HEAP_ZERO_MEMORY when most of the...
2006-10-02  Francois Gougetrpcrt4: Don't return void values. This fixes Visual...
2006-09-29  Francois GougetAdd missing '\n's to ok() calls.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-28  Thomas Weidenmuellerrpcrt4: Fix RpcMgmtSetServerStackSize prototype.
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-08  Francois GougetAssorted spelling fixes.
2006-09-07  Robert Shearmanrpcrt4: Raise an exception if IRpcChannelBuffer_GetBuff...
2006-09-07  Huw Daviesrpcrt4: Add delegating stub support.
2006-09-07  Huw Daviesrpcrt4: Add infrastructure to create and manage a varia...
2006-09-07  Huw Daviesrpcrt4: Tests on NdrCStdStubBuffer_Release to show...
2006-09-07  Huw Daviesrpcrt4: Tidy up CStdStubBuffer_QueryInterface.
2006-09-07  Huw Daviesrpcrt4: Tidy up CStdStubBuffer_AddRef,Release.
2006-09-07  Robert Shearmanrpcrt4: Make the reference counting in the standard...
2006-09-07  Robert Shearmanrpcrt4: Fix NdrStubGetBuffer to use the IRpcChannelBuff...
2006-09-07  Robert Shearmanrpcrt4: Remove some unused code.
2006-09-07  Robert Shearmanrpcrt4: Rename ndr_midl.c to ndr_clientserver.c to...
2006-09-07  Robert Shearmanrpcrt4: Move NdrStub* functions to cstub.c and move...
2006-08-29  Huw Daviesrpcrt4: Add a test for IRpcStubBuffer_Connect on a...
2006-08-29  Huw Daviesrpcrt4: Add a helper function to create a stub.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-23  Huw Daviesrpcrt4: Tests for CStdStubBuffer_Disconnect and a tidy...
2006-08-23  Huw Daviesrpcrt4: Tests for CStdStubBuffer_Connect and fixes...
2006-08-23  Huw Daviesrpcrt4: Add tests for CreateStub and fix up CStdStubBuf...
2006-08-23  Huw Daviesrpcrt4: Add tests for NdrStubForwardingFunction and...
2006-08-23  Huw Daviesrpcrt4: Tests for NdrDllGetClassObject.
2006-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
2006-08-18  Huw Daviesrpcrt4: Remember to skip over the conformance description.
2006-08-17  Huw Daviesrpcrt4: Add tests for NdrAllocate.
2006-08-16  Robert Shearmanrpcrt4: Move processing of the arguments from NdrClient...
2006-08-09  Robert Shearmanrpcrt4: Forward NdrClientCall to NdrClientCall2.
2006-08-09  Robert Shearmanrpcrt4: Add some more traces and make the stack offsets...
next