rpcrt4: Allow the authentication details of the client to be transport-specific.
[wine] / dlls / rpcrt4 / rpc_message.c
2009-12-14  Rob Shearmanrpcrt4: Allow the authentication details of the client...
2009-12-14  Rob Shearmanrpcrt4: Implement client impersonation.
2009-12-14  Rob Shearmanrpcrt4: Allow the connection to override the authentica...
2009-12-14  Rob Shearmanrpcrt4: Add support for server-side authentication.
2009-11-12  Rob Shearmanrpcrt4: Replace sizeofs with FIELD_OFFSET in RPCRT4_Bui...
2009-11-11  Rob Shearmanrpcrt4: Support multiple interfaces and transfer syntax...
2009-08-18  Alexandre Julliardrpcrt4: Assign a unique id to the connection instead...
2009-07-03  Alexandre Julliardrpcrt4: Replace long and unsigned long by more appropri...
2009-05-13  Francois Gougetrpcrt4: Make RPCRT4_NextHttpHeaderField() and RPCRT4_de...
2009-03-25  Rob Shearmanrpcrt4: Implement RPC over HTTP support.
2009-02-16  Michael Stefaniucrpcrt4: Remove superfluous pointer casts.
2009-01-19  Andrew Talbotrpcrt4: Declare some functions static.
2009-01-06  Michael Stefaniucinclude: sspi.h: Use the Win types as per MSDN.
2009-01-04  Michael Stefaniucinclude: Change RPC_STATUS from long to LONG for Win64...
2008-10-18  Alexandre Julliardrpcrt4: Convert source files to utf-8.
2008-09-12  Rob Shearmanrpcrt4: Print error messages from RPC message functions...
2008-06-19  Rob Shearmanrpcrt4: Make RpcAssoc_BindConnection use RPCRT4_Receive...
2008-06-19  Rob Shearmanrpcrt4: Add new function RPCRT4_ReceiveWithAuth to...
2008-06-19  Rob Shearmanrpcrt4: Rename RPCRT4_SendAuth to RPCRT4_SendWithAuth.
2008-04-01  Rob Shearmanrpcrt4: Add a reference to the binding object in I_RpcN...
2008-03-14  Andrew Talbotrpcrt4: Assign to structs instead of using memcpy.
2008-02-15  Rob Shearmanrpcrt4: Add some traces to async_notifier_proc.
2008-02-05  Rob Shearmanrpcrt4: Fix potential memory leaks in RPCRT4_Receive.
2008-02-04  Rob Shearmanrpcrt4: Fix some incorrect checks in RPCRT4_Receive.
2008-01-23  Rob Shearmanrpcrt4: Check the return value of RPCRT4_ClientAuthoriz...
2008-01-23  Rob Shearmanrpcrt4: Pass the SPN input to RpcBindingSetAuthInfoA...
2008-01-23  Marcus Meissnerrpcrt4: Initialize CurrentHeader.
2008-01-21  Rob Shearmanrpcrt4: Move the receiving of an individual fragment...
2008-01-21  Rob Shearmanrpcrt4: Implement asynchronous RPC support.
2008-01-17  Andrew Talbotrpcrt4: Remove unneeded casts.
2008-01-08  Rob Shearmanrpcrt4: Bind to the server interface in I_RpcGetBuffer...
2008-01-07  Rob Shearmanrpcrt4: Add stubs for I_RpcAsyncSetHandle and I_RpcAsyn...
2008-01-07  Rob Shearmanrpcrt4: Set the ProcNum of RPC_MESSAGE in NdrClientInit...
2008-01-07  Rob Shearmanrpcrt4: Don't set Buffer to NULL in I_RpcFreeBuffer.
2007-12-17  Rob Shearmanrpcrt4: Make a server association when a bind packet...
2007-11-30  Rob Shearmanrpcrt4: Errors in sending or receiving packets should...
2007-11-13  Rob Shearmanrpcrt4: Implement RpcCancelThread for the ncacn_ip_tcp...
2007-09-12  Rob Shearmanrpcrt4: Fix a trace in RPCRT4_SecurePacket.
2007-09-12  Rob Shearmanrpcrt4: Correctly handle the failure of RPCRT4_SecurePa...
2007-08-20  Andrew Talbotrpcrt4: Constify some variables.
2007-07-23  Rob Shearmanrpcrt4: Convert bind ack and nack reject reasons into...
2007-07-18  Rob Shearmanrpcrt4: Add some more RPC to NCA status code mappings.
2007-07-05  Rob Shearmanrpcrt4: Call RPCRT4_Send directly from PKT_RECEIVE...
2007-07-05  Rob Shearmanrpcrt4: Translate between NCA and RPC status codes.
2007-06-27  Rob Shearmanrpcrt4: Make pointers to RPCRT4_BuildBindHeader and...
2007-06-25  Rob Shearmanrpcrt4: Store the assoc_group_id field returned from...
2007-06-25  Rob Shearmanrpcrt4: When an exception is raised, return the stored...
2007-06-25  Rob Shearmanrpcrt4: Close the connection if a protocol error or...
2007-05-18  Andrew Talbotrpcrt4: Exclude unused headers.
2007-04-30  Rob Shearmanrpcrt4: Print the correct values when warning about...
2007-03-28  Rob Shearmanrpcrt4: Fixing the using of the auth_len values the...
2007-03-27  Rob Shearmanrpcrt4: Use the correct authorization trailer length...
2007-03-27  Rob Shearmanrpcrt4: Call CompleteAuthToken if InitializeSecurityCon...
2007-03-27  Rob Shearmanrpcrt4: Call InitializeSecurityContext from only one...
2007-03-27  Rob Shearmanrpcrt4: Retrieve the maximum token length from the...
2007-02-21  Rob Shearmanrpcrt4: Fix a memory leak in I_RpcSendReceive caused...
2007-02-21  Rob Shearmanrpcrt4: Add documentation for the I_Rpc* RPC message...
2007-01-25  Andrew Talbotrpcrt4: Declare some functions static.
2006-11-22  Rob Shearmanrpcrt4: RPC_C_AUTHN_LEVEL_NONE and RPC_C_AUTHN_LEVEL_DE...
2006-11-15  Rob Shearmanrpcrt4: Use SecInvalidateHandle and SecIsValidHandle...
2006-11-15  Rob Shearmanrpcrt4: Add support for signing, verifying, encrypting...
2006-11-10  Alexandre Julliardrpcrt4: Avoid a sizeof in a trace.
2006-11-10  Rob Shearmanrpcrt4: Correctly align the results in the RPC Bind...
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
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-16  Michael Stefaniucjanitorial: Remove redundant NULL checks before calling...
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...
next