winex11: Remove an unused variable.
[wine] / dlls / rpcrt4 / rpc_binding.c
2007-09-19  Rob Shearmanrpcrt4: Fix a copy-and-paste error in RpcAuthInfo_Relea...
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: Store the assoc_group_id in the connections.
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: 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-02-06  Francois Gougetrpcrt4: Improve the prototypes Win64 compatibility...
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-24  Rob Shearmanrpcrt4: When copying quality of service, deep copy...
2007-01-22  Rob Shearmanrpcrt4: Track the security quality of service settings...
2006-11-22  Rob Shearmanrpcrt4: Allow applications to specify authentication...
2006-11-15  Rob Shearmanrpcrt4: Fix a crash in RPCRT4_OpenBinding that can...
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
2006-11-09  Rob Shearmanrpcrt4: Open the endpoint from the caller of RpcServerU...
2006-11-06  Rob Shearmanrpcrt4: Remove unnecessary quotes in traces, as debugst...
2006-10-13  Francois Gougetrpcrt4: Add RPC_CSTR, RPC_WSTR and update the prototype...
2006-08-04  Robert Shearmanrpcrt4: Make the error output on a failed binding more...
2006-07-24  Robert Shearmanrpcrt4: Improve the stubs for RpcImpersonateClient...
2006-06-21  Robert Shearmanrpcrt4: Stubs for RpcRevertToSelf and RpcMgmtSetComTimeout.
2006-06-09  Robert Shearmanrpcrt4: Now that there's a process-wide pool of connect...
2006-06-08  Robert Shearmanrpcrt4: Implement a process-wide connection pool for...
2006-05-25  Robert Shearmanrpcrt4: Implement RpcBindingCopy.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Robert Shearmanrpcrt4: Update the todo lists and copyrights.
2006-05-18  Mike McCormackrpcrt4: Fix a possible memory leak, cleanup a bit.
2006-05-18  Mike McCormackrpcrt4: Fix and test RpcNetworkIsProtseqValid.
2006-05-18  Robert Shearmanrpcrt4: Implement RpcBindingSetAuthInfoExW based on...
2006-05-18  Robert Shearmanrpcrt4: A NULL AuthInfo is allowed.
2006-05-18  Robert Shearmanrpcrt4: Support all available security packages in...
2006-05-18  Robert Shearmanrpcrt4: Only use the cached connection if the authentic...
2006-05-18  Robert Shearmanrpcrt4: Store non-connection-specific authentication...
2006-05-16  Mike McCormackrpcrt4: Implemented NTLM authentication for rpcrt4...
2006-05-16  Mike McCormackrpcrt4: Use RPCRT4_Receive rather than accessing the...
2006-05-15  Mike McCormackrpcrt4: Forward RpcBindingSetAuthInfo to RpcBindingSetA...
2006-05-10  Mike McCormackrpcrt4: Cache the connection so we don't rebind on...
2006-05-07  Robert Shearmanrpcrt4: Add a stub for RpcBindingSetOption.
2006-05-05  Mike McCormackrpcrt4: Add stub implementations for RPC authentication...
2006-04-21  Mike McCormackrpcrt4: Split the transport layer into a different...
2006-04-20  Mike McCormackrpcrt4: Abstract the transport layer functionality.
2006-04-20  Mike McCormackrpcrt4: Use a separate function to open each protseq.
2006-04-20  Robert Shearmanrpcrt4: Fix some memory leaks.
2006-04-19  Mike McCormackrpcrt4: Use rpcrt4_conn_read in RPCRT4_OpenBinding.
2006-04-19  Mike McCormackrpcrt4: Simplify RPCRT4_OpenConnection() a little.
2006-04-19  Mike McCormackrpcrt4: Split code to open a pipe from RPCRT4_OpenConne...
2006-04-19  Mike McCormackrpcrt4: Isolate code to open named pipes out of RPCRT4_...
2005-09-06  Mike McCormackFix gcc 4.0 warnings.
2005-07-24  Stefan HuehnerFix some missing-declarations warnings.
2005-06-08  Robert Shearman- Don't pass the PROFILE_SERVER flag in to CreateNamedP...
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-14  Robert Shearman- RpcMgmtStopServerListen should not affect auto-listen...
2005-03-04  Mike HearnSuppress some useless warnings in the RPC runtime,...
2005-02-15  Robert Shearman- Add a stub implementation of RpcImpersonateClient.
2005-02-15  Robert ShearmanERROR_IO_PENDING is expected, so don't return an error.
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-09-03  Mike McCormackAvoid non-standard types in rpcdcep.h.
2004-06-23  Mike Hearn- Don't ERR on a used connection being destroyed.
2004-06-17  Mike HearnRemove the RPC connection cache as Windows does not...
2004-06-16  Mike HearnCorrect connection releases on error path in RPCRT4_Ope...
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-04-26  Filip NavaraMake RPCRT4 use Windows compatible protocol (DCE v5...
2004-04-19  Filip NavaraFix some RPC prototypes to get it compiling with W32API.
2004-04-14  Filip NavaraFix the case of RpcNetworkIsProtseqValid[AW] (was
2004-02-27  Robert Shearman- Fix a bad use of HeapRealloc.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-26  Gregory M. TurnerWine also supports the ncacn_np protocol sequence.
2004-01-20  Mike HearnImplemented RpcIsProtSeqValid.
2004-01-09  Ove KaavenProperly handle destroying the first connection in...
2003-11-20  Dimitrie O. PaunBail when we're out of memory.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-04-19  Ove KaavenImplemented simple caching of client connections.
2003-02-19  Ove KaavenFor better concurrency, separate the connections from...
2003-01-31  Ove KaavenFixed a bug in CompleteBindingA/W.
2002-12-24  Dimitrie O. PaunFix definitions for Uuid{To,From}String, RpcStringFree.
2002-11-06  Greg Turner- Remove stupid indentations from trace msgs.
2002-10-31  Greg TurnerRemove #ifdef WINNT conditionals; just use the NT defin...
2002-10-31  Greg Turner- Fix offset bug in the conformant string unmarshall...
2002-10-28  Greg Turner- Clean up and enhance some traces.
2002-10-23  Greg TurnerWhitespace cleanup.
2002-10-22  Greg Turner- ClientCall2 still deserves a FIXME.
2002-10-18  Greg Turner- (try to) implement RpcMgmtWaitServerListen
2002-10-07  Ove KaavenImplemented RpcBindingInqObject, RpcBindingSetObject,