comctl32/listview: Use LVM_SETITEMSTATE directly in tests.
[wine] / dlls / rpcrt4 / rpc_binding.c
2012-10-29  AndrĂ© Hentschelrpcrt4: Reorder code to make sure RpcBindingFromStringB...
2012-02-14  Alexandre Julliardrpcrt4: Add ref counting to RPC connections, and grab...
2010-09-01  Alexandre Julliardrpcrt4: Remove a couple of unused local variables.
2010-05-20  Michael Stefaniucrpcrt4: Remove redundant "non NULL" check of var cred_d...
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: Add support for server-side authentication.
2009-11-16  Rob Shearmanrpcrt4: Don't crash with a NULL binding handle in RpcBi...
2009-11-12  Hans Leidekkerrpcrt4: Implement RpcBindingInqAuthInfo{, Ex}.
2009-11-11  Hans Leidekkerrpcrt4: Implement RpcBindingInqAuthClient{, Ex}.
2009-07-03  Alexandre Julliardrpcrt4: Replace long and unsigned long by more appropri...
2009-02-16  Michael Stefaniucrpcrt4: Remove superfluous pointer casts.
2009-01-07  Francois GougetAssorted spelling fixes.
2009-01-04  Michael Stefaniucinclude: Change unsigned long to ULONG in rpcdce.h...
2008-10-18  Alexandre Julliardrpcrt4: Convert source files to utf-8.
2008-09-08  Rob Shearmanrpcrt4: Fix typo in unescape_string_binding_componentW.
2008-08-19  Rob Shearmanrpcrt4: Implement RpcBindingReset.
2008-08-19  Rob Shearmanrpcrt4: Don't get or create an association for bindings...
2008-08-19  Rob Shearmanrpcrt4: Check for previous association being NULL in...
2008-08-18  Rob Shearmanrpcrt4: Fix RpcStringBindingComposeA/W and RpcStringBin...
2008-08-18  Rob Shearmanrpcrt4: Fix RpcBindingToStringBinding to not generate...
2008-07-31  Rob Shearmanrpcrt4: Validate the uuid portion of the string passed...
2008-06-26  Detlef Riekenbergrpcrt4: Add a stub for I_RpcBindingInqTransportType.
2008-06-23  Kai Blinrpcrt4: Ignore the AuthzSvr parameter for RPC_C_AUTHN_W...
2008-06-23  Kai Blinrpcrt4: Fix some A/W use in error messages.
2008-06-10  Rob Shearmaninclude: Add some missing defines and function declarat...
2008-04-16  Marcus Meissnerrpcrt4: Handle exit path where bind not allocated yet.
2008-04-01  Rob Shearmanrpcrt4: Add a reference to the binding object in I_RpcN...
2008-03-14  Andrew Talbotrpcrt4: Assign to structs instead of using memcpy.
2008-03-10  Rob Shearmanrpcrt4: Check that the input to RPCRT4_strndupW was...
2008-02-28  Rob Shearmanrpcrt4: Don't crash in RpcStringBindingParseA/W if...
2008-01-23  Rob Shearmanrpcrt4: Pass the SPN input to RpcBindingSetAuthInfoA...
2008-01-23  Rob Shearmanrpcrt4: Fix the error handling in RpcBindingSetAuthInfo...
2007-12-17  Rob Shearmanrpcrt4: Move association code into a separate file.
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...
next