wine-wine/dlls/rpcrt4
Rob Shearman 8aeb2858e4 rpcrt4: Add a reference to the binding object in I_RpcNegotiateTransferSyntax and release the reference in I_RpcFreeBuffer.
This is needed because a context binding handle could be released on 
unmarshall, but it still needs to stay valid until the binding handle is 
no longer being used.

Re-use the previously unused RPCRT4_ExportBinding function as 
RPCRT4_AddRefBinding and rename RPCRT4_DestroyBinding to 
RPCRT4_ReleaseBinding to show that it's purpose is to release a 
reference count and destroy if necessary, not always destroy.
2008-04-01 19:11:00 +02:00
..
tests widl: Make structures with FC_ENUM16 fields complex. 2008-03-21 11:24:28 +01:00
Makefile.in makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
cproxy.c janitorial: Remove links to any microsoft site. 2008-03-01 12:03:59 +01:00
cpsf.c Include config.h and wine/port.h in files that use snprintf. 2008-02-29 12:39:28 +01:00
cpsf.h
cstub.c Don't use GetExceptionCode and GetExceptionInformation in exception filter functions. 2008-02-16 14:57:44 +01:00
epm_towers.h
ncastatus.h
ndr_clientserver.c rpcrt4: Implement NdrMapCommAndFaultStatus. 2008-01-09 12:25:50 +01:00
ndr_contexthandle.c rpcrt4: Print an error if an invalid client context handle is used. 2008-03-28 21:42:15 +01:00
ndr_fullpointer.c rpcrt4: Fix memory leak in NdrFullPointerXlatFree. 2008-01-09 13:38:02 +01:00
ndr_marshall.c rpcrt4: Void functions should not return a value. 2008-03-31 12:13:59 +02:00
ndr_misc.h rpcrt4: Handle complex arrays in calc_arg_size. 2008-01-14 15:31:37 +01:00
ndr_ole.c rpcrt4: Remove unneeded casts. 2008-01-17 13:42:14 +01:00
ndr_stubless.c rpcrt4: Fix the pointer level being passed into call_unmarshaller in client_do_args_old_format for base return parameters. 2008-03-10 19:25:55 +01:00
ndr_stubless.h janitorial: Remove links to any microsoft site. 2008-03-01 12:03:59 +01:00
rpc_assoc.c rpcrt4: Bind to the server interface in I_RpcGetBuffer, not I_RpcSendReceive. 2008-01-08 14:00:50 +01:00
rpc_assoc.h rpcrt4: Implement low-level context handle support. 2007-12-26 13:26:49 +01:00
rpc_async.c rpcrt4: Implement RpcAsyncInitializeHandle. 2008-01-07 22:55:46 +01:00
rpc_binding.c rpcrt4: Add a reference to the binding object in I_RpcNegotiateTransferSyntax and release the reference in I_RpcFreeBuffer. 2008-04-01 19:11:00 +02:00
rpc_binding.h rpcrt4: Add a reference to the binding object in I_RpcNegotiateTransferSyntax and release the reference in I_RpcFreeBuffer. 2008-04-01 19:11:00 +02:00
rpc_defs.h janitorial: Remove links to any microsoft site. 2008-03-01 12:03:59 +01:00
rpc_epmap.c rpcrt4: Add traces to the start of TowerConstruct and TowerExplode. 2008-01-14 13:39:08 +01:00
rpc_message.c rpcrt4: Add a reference to the binding object in I_RpcNegotiateTransferSyntax and release the reference in I_RpcFreeBuffer. 2008-04-01 19:11:00 +02:00
rpc_message.h rpcrt4: Make a server association when a bind packet is received in the server. 2007-12-17 11:59:13 +01:00
rpc_server.c rpcrt4: Improve trace in RPCRT4_find_interface to print the interface identifier data as well as the object guid. 2008-04-01 19:10:48 +02:00
rpc_server.h
rpc_transport.c rpcrt4: Add a reference to the binding object in I_RpcNegotiateTransferSyntax and release the reference in I_RpcFreeBuffer. 2008-04-01 19:11:00 +02:00
rpcrt4.spec rpcrt4: Add a stub for RpcCancelThreadEx. 2008-03-17 15:20:07 +01:00
rpcrt4_main.c rpcrt4: Add a stub for RpcCancelThreadEx. 2008-03-17 15:20:07 +01:00
rpcss_np_client.c
rpcss_np_client.h
version.rc