Sweden-Number/dlls/rpcrt4
Robert Shearman 07d032b24b rpcrt4: The arm type mask should be comparing the highest byte against 0x80, as documented on MSDN.
Fix base type arm handling on little-endian machines, as the current
code would always pass in the address to the format char of 0x80
instead of the base type format char.
2006-05-15 14:07:59 +02:00
..
tests Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in rpcrt4: Split the transport layer into a different file. 2006-04-21 11:31:51 +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: The arm type mask should be comparing the highest byte against 0x80, as documented on MSDN. 2006-05-15 14:07:59 +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: Only attempt to marshal an object if it is non-NULL. 2006-01-31 12:21:13 +01:00
ndr_stubless.c rpcrt4: Use the documented NDR_PROC_HEADER_EXTS structure. 2006-04-20 15:11:34 +02:00
rpc_binding.c rpcrt4: Forward RpcBindingSetAuthInfo to RpcBindingSetAuthInfoEx. 2006-05-15 13:56:50 +02:00
rpc_binding.h rpcrt4: Hide the details of the rpc transport mechanism. 2006-04-21 11:32:44 +02:00
rpc_defs.h rpcrt4: Fix the fault packet structure to comply with the DCE/RPC specification. 2006-05-15 14:06:52 +02:00
rpc_epmap.c Fix some gcc 4.0 warnings. 2005-08-30 08:56:35 +00:00
rpc_message.c rpcrt4: Add infrastructure for send authentication data. 2006-05-15 13:56:54 +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: Allocate RpcServerProtseq in a single place. 2006-04-21 11:28:39 +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: Fix some conditional includes. 2006-05-15 11:09:41 +02:00
rpcrt4.spec rpcrt4: Add a stub for RpcBindingSetOption. 2006-05-07 10:01:44 +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