rpcrt4: Implement waiting in RpcMgmtWaitServerListen.
[wine] / dlls / rpcrt4 / rpc_assoc.c
2009-12-14  Rob Shearmanrpcrt4: Add support for server-side authentication.
2009-11-11  Rob Shearmanrpcrt4: Support multiple interfaces and transfer syntax...
2009-11-10  Marcus Meissnerrpcrt4: Compare network options correctly (Coverity).
2009-07-03  Alexandre Julliardrpcrt4: Replace long and unsigned long by more appropri...
2009-03-25  Rob Shearmanrpcrt4: Implement RPC over HTTP support.
2009-03-25  Rob Shearmanrpcrt4: Implement stubless asynchronous NDR interpreter.
2009-01-04  Michael Stefaniucinclude: Change RPC_STATUS from long to LONG for Win64...
2008-06-19  Rob Shearmanrpcrt4: Make RpcAssoc_BindConnection use RPCRT4_Receive...
2008-01-08  Rob Shearmanrpcrt4: Bind to the server interface in I_RpcGetBuffer...
2007-12-26  Rob Shearmanrpcrt4: Implement low-level context handle support.
2007-12-18  Michael Stefaniucrpcrt4: Add missing LeaveCriticalSection. Found by...
2007-12-17  Rob Shearmanrpcrt4: Move association code into a separate file.