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
.gitignore
Makefile.in rpcrt4: Split the transport layer into a different file. 2006-04-21 11:31:51 +02:00
cproxy.c
cpsf.c
cpsf.h
cstub.c
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
ndr_misc.h
ndr_ole.c
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
rpc_message.c rpcrt4: Add infrastructure for send authentication data. 2006-05-15 13:56:54 +02:00
rpc_message.h
rpc_misc.h
rpc_server.c rpcrt4: Allocate RpcServerProtseq in a single place. 2006-04-21 11:28:39 +02:00
rpc_server.h
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
rpcss_np_client.c
rpcss_np_client.h