rpcrt4: Implement waiting in RpcMgmtWaitServerListen.
[wine] / dlls / rpcrt4 / rpc_transport.c
2009-12-14  Rob Shearmanrpcrt4: Override inquire_auth_client for ncalrpc transp...
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: Override authentication functions for ncalrpc...
2009-12-14  Rob Shearmanrpcrt4: Allow the connection to override the authentica...
2009-12-14  Rob Shearmanrpcrt4: Fix rpcrt4_conn_tcp_read and rpcrt4_conn_tcp_wr...
2009-11-04  Hans Leidekkerrpcrt4: Correct spelling of RPC_C_QOS_IDENTITY_STATIC...
2009-08-18  Alexandre Julliardrpcrt4: Assign a unique id to the connection instead...
2009-05-28  Alexandre Julliardrpcrt4: Fix compiler warnings on 64-bit.
2009-05-06  Francois Gougetrpcrt4: Remove WINAPI on static functions where not...
2009-04-08  Rob Shearmanrpcrt4: Add a Win32 implementation of ncacn_ip_tcp...
2009-04-08  Rob Shearmanrpcrt4: Factor out non-Win32 compatible parts of the...
2009-04-07  Rob Shearmanrpcrt4: Compile in RPC over HTTP support even if HAVE_S...
2009-03-30  Rob Shearmanrpcrt4: Free the memory allocated for the protseq and...
2009-03-26  Rob Shearmanrpcrt4: Ensure that only the IP/IPv6 address families...
2009-03-26  Rob Shearmanrpcrt4: Allow listening on dynamically generated ncacn_...
2009-03-26  Alexandre Julliardrpcrt4: Disable HTTP support if we don't have socketpai...
2009-03-26  Huw Daviesrpcrt4: Dynamically allocate the buffer if the fixed...
2009-03-25  Rob Shearmanrpcrt4: Implement RPC over HTTP support.
2009-03-24  Rob Shearmanrpcrt4: Fix crash when calling RpcServerUseProtseq...
2009-02-09  Juan Langrpcrt4: Don't abort reading from a pipe if a single...
2009-01-19  Andrew Talbotrpcrt4: Declare some functions static.
2008-12-22  Alexandre Julliardrpcrt4: Disable TCP/IP connection support if we don...
2008-11-19  Ricardo Filiperpcrt4: Fixed dead increments (llvm/clang).
2008-11-07  Andrew Talbotrpcrt4: Sign-compare warnings fix.
2008-10-18  Alexandre Julliardrpcrt4: Convert source files to utf-8.
2008-08-18  Rob Shearmanrpcrt4: Print a warning if connecting to a named pipe...
2008-08-18  Rob Shearmanrpcrt4: Check that strings in SMB, NB and pipe floors...
2008-08-18  Rob Shearmanrpcrt4: Fix the protid used in ncalrpc tower functions.
2008-08-18  Rob Shearmanrpcrt4: Fix crash in rpcrt4_ncalrpc_parse_top_of_tower...
2008-08-18  Rob Shearmanrpcrt4: Fix crash calculation of tower size in rpcrt4_n...
2008-06-09  Alexandre Julliardrpcrt4: Properly handle the case of a client having...
2008-04-01  Rob Shearmanrpcrt4: Add a reference to the binding object in I_RpcN...
2008-03-20  Dan Hipschmanrpcrt4: Use correct count in rpcrt4_conn_np_write.
2008-03-06  Rob Shearmanrpcrt4: Use closesocket to close sockets and define...
2008-02-25  Rob Shearmanrpcrt4: Include ws2tcpip.h instead of Unix headers...
2008-01-21  Rob Shearmanrpcrt4: Implement asynchronous RPC support.
2008-01-15  Rob Shearmanrpcrt4: Allow NULL networkaddr and endpoint in rpcrt4_n...
2008-01-09  Rob Shearmanrpcrt4: Use send on a socket instead of write as it...
2007-12-17  Rob Shearmanrpcrt4: Move association code into a separate file.
2007-12-17  Rob Shearmanrpcrt4: Make a server association when a bind packet...
2007-12-17  Rob Shearmanrpcrt4: Return an error from rpcrt4_conn_tcp_read if...
2007-12-14  Rob Shearmanrpcrt4: Fix a typo in rpcrt4_conn_tcp_read.
2007-12-07  Rob Shearmanrpcrt4: Use an alertable wait in rpcrt4_protseq_np_wait...
2007-12-06  Rob Shearmanrpcrt4: Fix a memory leak when freeing an association...
2007-12-06  Rob Shearmanrpcrt4: Fix a memory leak in RpcAssoc_BindConnection.
2007-11-27  Michael Stefaniucrpcrt4: socket() returns -1 on error so check the retur...
2007-11-13  Rob Shearmanrpcrt4: Implement RpcCancelThread for the ncacn_ip_tcp...
2007-08-22  Andrew Talbotrpcrt4: Constify some variables.
2007-07-23  Rob Shearmanrpcrt4: Convert bind ack and nack reject reasons into...
2007-07-13  Rob Shearmanrpcrt4: Make binding to an interface a function of...
2007-06-27  Rob Shearmanrpcrt4: Remove the unused AuthInfo field from the RpcAs...
2007-06-25  Rob Shearmanrpcrt4: Try a lot harder to resuse existing connections...
2007-06-25  Rob Shearmanrpcrt4: Store the assoc_group_id field returned from...
2007-05-18  Andrew Talbotrpcrt4: Exclude unused headers.
2007-03-27  Rob Shearmanrpcrt4: Use the correct authorization trailer length...
2007-03-27  Rob Shearmanrpcrt4: Call InitializeSecurityContext from only one...
2007-03-27  Rob Shearmanrpcrt4: Implement associations which are intermediary...
2007-03-01  Rob Shearmanrpcrt4: Use IPPROTO_TCP for SOL_TCP if SOL_TCP isn...
2007-02-28  Rob Shearmanrpcrt4: Set TCP_NODELAY on the socket for the ncacn_ip_...
2007-02-12  Alexandre Julliardrpcrt4: Enter new named pipe connections into the proto...
2007-01-25  Rob Shearmanrpcrt4: Stash away NetworkOptions passed in from the...
2007-01-24  Rob Shearmanrpcrt4: Fix a typo in rpcrt4_conn_open_pipe.
2007-01-23  Rob Shearmanrpcrt4: Try to avoid partial named pipe read/writes...
2007-01-22  Rob Shearmanrpcrt4: Handle security quality of service flags releva...
2007-01-22  Rob Shearmanrpcrt4: Track the security quality of service settings...
2006-12-18  Rob Shearmanrpcrt4: Free the resource allocated by InitializeSecuri...
2006-12-14  Dmitry Timoshkovrpcrt4: Make some data const.
2006-11-15  Rob Shearmanrpcrt4: Use SecInvalidateHandle and SecIsValidHandle...
2006-11-15  Rob Shearmanrpcrt4: Add a FIXME for unsupported client protocol...
2006-11-13  Rob Shearmanrpcrt4: Fix a comment and move a WARN to where it reall...
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
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-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-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: Rename protseq_ops to connection_ops to reflect...
2006-10-13  Francois Gougetrpcrt4: Add RPC_CSTR, RPC_WSTR and update the prototype...
2006-10-03  Robert Shearmanrpcrt4: Use I_Rpc{Allocate, Free} instead of Heap{Alloc...
2006-10-03  Robert Shearmanrpcrt4: Don't use HEAP_ZERO_MEMORY when most of the...
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-06-14  Robert Shearmanrpcrt4: getaddrinfo returns any non-zero value on failu...
2006-06-13  Alexandre Julliardrpcrt4: Don't use sizeof in traces to avoid printf...
2006-06-09  Alexandre Julliardrpcrt4: Make the protseq_ops structure constant.
2006-06-08  Robert Shearmanrpcrt4: Implement a process-wide connection pool for...
2006-06-03  Robert Shearmanrpcrt4: Don't try to resolve the name when constructing...
2006-06-03  Robert Shearmanrpcrt4: Skip over the right-hand-side data for the...
2006-06-03  Robert Shearmanrpcrt4: Print some more informative error messages...
2006-06-02  Robert Shearmanrpcrt4: All of the parameters to TowerExplode are optional.
2006-06-02  Robert Shearmanrpcrt4: Add functions for generating and parsing the...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Robert Shearmanrpcrt4: Warn if CreateNamedPipe fails.
next