rpcrt4: Even though FC_ENUM16 is an unsigned type, the highest allowable value that...
[wine] / dlls / rpcrt4 / rpc_binding.h
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,