setupapi: Add stub keyword to some FIXMEs.
[wine] / dlls / rpcrt4 / rpc_binding.h
2012-02-14  Alexandre Julliardrpcrt4: Add ref counting to RPC connections, and grab...
2011-04-26  Marcus Meissnerrpcrt4: Mark internal symbols with hidden visibility.
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-08-18  Alexandre Julliardrpcrt4: Assign a unique id to the connection instead...
2009-03-25  Rob Shearmanrpcrt4: Implement RPC over HTTP support.
2009-01-19  Andrew Talbotrpcrt4: Declare some functions static.
2008-10-18  Alexandre Julliardrpcrt4: Convert source files to utf-8.
2008-07-07  Rob Shearmaninclude: Remove unused file wine/rpcss_shared.h.
2008-06-26  Rob Shearmanrpcrt4/rpcss: Remove old named pipe code for communicat...
2008-04-01  Rob Shearmanrpcrt4: Add a reference to the binding object in I_RpcN...
2008-01-23  Rob Shearmanrpcrt4: Pass the SPN input to RpcBindingSetAuthInfoA...
2008-01-21  Rob Shearmanrpcrt4: Implement asynchronous RPC support.
2007-12-31  Rob Shearmanrpcrt4: Keep a track of server context handles allocate...
2007-12-18  Rob Shearmanrpcrt4: Implement I_RpcGetCurrentCallHandle.
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-11-13  Rob Shearmanrpcrt4: Implement RpcCancelThread for the ncacn_ip_tcp...
2007-08-20  Andrew Talbotrpcrt4: Constify some variables.
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-03-27  Rob Shearmanrpcrt4: Use the correct authorization trailer length...
2007-03-27  Rob Shearmanrpcrt4: Retrieve the maximum token length from the...
2007-03-27  Rob Shearmanrpcrt4: Make some parameters of non-exported functions...
2007-03-27  Rob Shearmanrpcrt4: Implement associations which are intermediary...
2007-01-25  Andrew Talbotrpcrt4: Declare some functions static.
2007-01-25  Rob Shearmanrpcrt4: RPCRT4_strdupWtoA and RPCRT4_strdupAtoW don...
2007-01-25  Rob Shearmanrpcrt4: Stash away NetworkOptions passed in from the...
2007-01-22  Rob Shearmanrpcrt4: Track the security quality of service settings...
2006-11-09  Rob Shearmanrpcrt4: Open the endpoint from the caller of RpcServerU...
2006-10-31  Rob Shearmanrpcrt4: Convert the named pipe server code to look...
2006-10-16  Robert Shearmanrpcrt4: Rename protseq_ops to connection_ops to reflect...
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-02  Robert Shearmanrpcrt4: Add functions for generating and parsing the...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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-16  Mike McCormackrpcrt4: Implemented NTLM authentication for rpcrt4...
2006-04-21  Mike McCormackrpcrt4: Hide the details of the rpc transport mechanism.
2006-04-21  Mike McCormackrpcrt4: Abstract RPCRT4_SpawnConnection.
2006-04-20  Mike McCormackrpcrt4: Abstract the transport layer functionality.
2006-04-19  Mike McCormackrpcrt4: Use rpcrt4_conn_read in RPCRT4_OpenBinding.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2004-04-26  Filip NavaraMake RPCRT4 use Windows compatible protocol (DCE v5...
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-04-19  Ove KaavenImplemented simple caching of client connections.
2003-02-19  Ove KaavenFor better concurrency, separate the connections from...
2002-12-02  Alexandre JulliardAuthors: Greg Turner <gmturner007@ameritech.net>, Ove...
2002-10-07  Ove KaavenImplemented RpcBindingInqObject, RpcBindingSetObject,