rpcrt4: Convert bind ack and nack reject reasons into RPC status codes when binding.
[wine] / dlls / rpcrt4 / cstub.c
2006-11-13  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
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: Fix NdrStubGetBuffer to use the IRpcChannelBuff...
2006-09-07  Robert Shearmanrpcrt4: Move NdrStub* functions to cstub.c and move...
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-06-12  Robert Shearmanrpcrt4: Add an exception handler for CStdStubBuffer_Invoke.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-30  Robert Shearmanrpcrt4: Fill in the IRpcStubBuffer vtables for interfac...
2006-01-06  Robert Shearmanrpcrt4: Call NdrStubCall2 when dealing with a pure...
2005-11-29  Robert ShearmanAdd a function to retrieve the MIDL_SERVER_INFO struct...
2005-10-26  Huw DaviesStubs for NdrStubForwardingFunction and NdrCStdStubBuff...
2005-07-19  Robert ShearmanIRpcStubBuffer_Disconnect can be called more than once.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-20  Ove KaavenFixed NdrDllRegisterProxy so it registers the key names...
2003-04-19  Ove KaavenAdded missing AddRef.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-08  Alberto MassariAvoid crashing when releasing an NdrCStdStubBuffer...
2002-10-10  Ove KaavenImplement the CStdStubBuffer methods.