Sweden-Number/dlls/rpcrt4
Robert Shearman 6e7d06ad34 rpcrt4: Handle pointers to context handles in the stubless code.
Implement check for NULL context handles if requested.
2006-05-20 17:37:36 +02:00
..
tests rpcrt4: Use IsClient to determine whether we can use the Buffer memory or not. 2006-05-20 14:03:56 +02:00
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in rpcrt4: Make secur32 into a delayed import, as most of the time it won't be needed. 2006-05-18 10:35:12 +02:00
cproxy.c rpcrt4: Don't call IUnknown_AddRef if there is no outer unknown in 2006-02-07 16:24:33 +01:00
cpsf.c rpcrt4: Fill in the IRpcStubBuffer vtables for interfaces that don't 2006-01-30 14:56:07 +01:00
cpsf.h rpcrt4: Fill in the IRpcStubBuffer vtables for interfaces that don't 2006-01-30 14:56:07 +01:00
cstub.c rpcrt4: Fill in the IRpcStubBuffer vtables for interfaces that don't 2006-01-30 14:56:07 +01:00
ndr_marshall.c rpcrt4: We don't need to free object pointers if we are told we must allocate. 2006-05-20 17:37:25 +02:00
ndr_midl.c rpcrt4: Raise exceptions in NdrSendReceive if I_RpcSendReceive failed. 2006-02-03 18:46:32 +01:00
ndr_misc.h rpcrt4: Constify NDR function tables. 2006-04-14 19:36:09 +02:00
ndr_ole.c rpcrt4: Update the todo lists and copyrights. 2006-05-20 14:02:24 +02:00
ndr_stubless.c rpcrt4: Handle pointers to context handles in the stubless code. 2006-05-20 17:37:36 +02:00
rpc_binding.c rpcrt4: Update the todo lists and copyrights. 2006-05-20 14:02:24 +02:00
rpc_binding.h rpcrt4: Store non-connection-specific authentication information in a ref-counted structure that is shared between connections and bindings. 2006-05-18 10:36:07 +02:00
rpc_defs.h rpcrt4: Add the definition of RpcAuthVerifier to rpc_defs.h from the DCE/RPC spec. 2006-05-20 17:31:16 +02:00
rpc_epmap.c Fix some gcc 4.0 warnings. 2005-08-30 08:56:35 +00:00
rpc_message.c rpcrt4: Add the definition of RpcAuthVerifier to rpc_defs.h from the DCE/RPC spec. 2006-05-20 17:31:16 +02:00
rpc_message.h Fix some missing-declarations warnings. 2005-07-24 17:11:59 +00:00
rpc_misc.h Initial support for RPC call failures, by catching RPC server 2003-05-22 03:36:00 +00:00
rpc_server.c rpcrt4: Add a stub implementation for RpcMgmtIsServerListening. 2006-05-18 16:36:21 +02:00
rpc_server.h For better concurrency, separate the connections from the bindings. 2003-02-19 03:44:35 +00:00
rpc_transport.c rpcrt4: Warn if CreateNamedPipe fails. 2006-05-20 14:03:31 +02:00
rpcrt4.spec rpcrt4: Add a stub implementation for RpcMgmtIsServerListening. 2006-05-18 16:36:21 +02:00
rpcrt4_main.c Use a more portable scheme for storing the name of a critical 2005-09-09 10:19:44 +00:00
rpcss_np_client.c Match PSDK STATUS_* definitions. 2005-11-28 17:32:54 +01:00
rpcss_np_client.h Authors: Greg Turner <gmturner007@ameritech.net>, Ove Kaaven <ovek@transgaming.com> 2002-12-02 21:17:04 +00:00