winapi_test: Regenerate tests.
[wine] / dlls / rpcrt4 / rpc_message.c
2006-06-20  Huw Daviesrpcrt4: Don't use a short to hold the packet length...
2006-06-13  Alexandre Julliardrpcrt4: Don't use sizeof in traces to avoid printf...
2006-06-09  Robert Shearmanrpcrt4: Return the status received from RPCRT4_Send...
2006-05-26  Robert Shearmanrpcrt4: Return the actual status code sent back by...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Robert Shearmanrpcrt4: Fix copying too much data from the buffer by...
2006-05-23  Robert Shearmanrpcrt4: Authentication padding should only be generated...
2006-05-20  Robert Shearmanrpcrt4: Add the definition of RpcAuthVerifier to rpc_de...
2006-05-20  Robert Shearmanrpcrt4: Add the correct amount of auth padding to messages.
2006-05-20  Robert Shearmanrpcrt4: Update the todo lists and copyrights.
2006-05-18  Robert Shearmanrpcrt4: Store non-connection-specific authentication...
2006-05-18  Robert Shearmanrpcrt4: Increment the call id field of the request...
2006-05-18  Robert Shearmanrpcrt4: If the authorisation failed during a send then...
2006-05-16  Mike McCormackrpcrt4: Implemented NTLM authentication for rpcrt4...
2006-05-15  Mike McCormackrpcrt4: Add infrastructure for send authentication...
2006-05-08  Robert Shearmanrpcrt4: Automatically resolve the endpoint.
2006-04-20  Mike McCormackrpcrt4: Abstract the transport layer functionality.
2006-04-19  Mike McCormackrpcrt4: Use rpcrt4_conn_read in RPCRT4_OpenBinding.
2006-04-19  Mike McCormackrpcrt4: Make RPCRT4_Send more compatible with write(2).
2006-04-19  Mike McCormackrpcrt4: Make RPCRT4_Receive more compatible with read(2).
2006-01-18  Robert Shearmanrpcrt4: Fix the sending of >5800 byte messages by only...
2005-08-03  Robert ShearmanDon't free previous buffer in NdrGetBuffer.
2005-07-24  Stefan HuehnerFix some missing-declarations warnings.
2005-03-14  Robert Shearman- RpcMgmtStopServerListen should not affect auto-listen...
2005-02-15  Robert Shearman- Add a stub implementation of RpcImpersonateClient.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-04-26  Filip NavaraMake RPCRT4 use Windows compatible protocol (DCE v5...
2004-04-19  Filip NavaraPrevent crashes in I_RpcSend on Windows XP.
2004-02-27  Robert Shearman- Fix a bad use of HeapRealloc.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-22  Ove KaavenInitial support for RPC call failures, by catching...
2003-05-21  Ove KaavenFor RPC servers, don't deallocate the RPC request packe...
2003-02-19  Ove KaavenFor better concurrency, separate the connections from...
2002-10-28  Greg Turner- Pull the buffer from the rpc message into the midl...
2002-10-28  Greg Turner- Clean up and add some comments.
2002-10-25  Greg Turner- Use memset instead of ZeroMemory, just to be consiste...
2002-10-10  Ove KaavenImplemented I_RpcFreeBuffer, I_RpcGetBuffer, I_RpcRecei...