Sweden-Number/dlls/rpcrt4
Rob Shearman 5f6ae94ad0 rpcrt4: Implement RPC over HTTP support.
CodeWeavers did this work for supporting the optional HTTP connection
method of Outlook 2003/2007 (must be running with Windows versions set
to XP or higher to see this option).

This was written before Microsoft publicly released a specification
for the RPC over HTTP protocol and so was developed by examining
traffic flowing between a Windows client and an IIS server.
2009-03-25 15:20:52 +01:00
..
tests rpcrt4: Fix crash when calling RpcServerUseProtseq for ncacn_np and ncalrpc. 2009-03-24 13:12:11 +01:00
Makefile.in rpcrt4: Implement RPC over HTTP support. 2009-03-25 15:20:52 +01:00
cproxy.c
cpsf.c rpcrt4: Fix use of uninitialised variable in NdrDllRegisterProxy. 2009-02-24 16:57:31 +01:00
cpsf.h
cstub.c
epm.idl
epm_towers.h
ncastatus.h
ndr_clientserver.c
ndr_contexthandle.c
ndr_es.c
ndr_fullpointer.c
ndr_marshall.c rpcrt4: Fix a memory leak in union unmarshall functions by never passing fMustAlloc=TRUE into union_arm_unmarshall. 2009-03-23 14:54:29 +01:00
ndr_misc.h
ndr_ole.c
ndr_stubless.c rpcrt4: Implement stubless asynchronous NDR interpreter. 2009-03-25 15:20:44 +01:00
ndr_stubless.h rpcrt4: Implement stubless asynchronous NDR interpreter. 2009-03-25 15:20:44 +01:00
rpc_assoc.c rpcrt4: Implement RPC over HTTP support. 2009-03-25 15:20:52 +01:00
rpc_assoc.h rpcrt4: Implement RPC over HTTP support. 2009-03-25 15:20:52 +01:00
rpc_async.c rpcrt4: Implement stubless asynchronous NDR interpreter. 2009-03-25 15:20:44 +01:00
rpc_binding.c
rpc_binding.h rpcrt4: Implement RPC over HTTP support. 2009-03-25 15:20:52 +01:00
rpc_defs.h rpcrt4: Implement RPC over HTTP support. 2009-03-25 15:20:52 +01:00
rpc_epmap.c
rpc_message.c rpcrt4: Implement RPC over HTTP support. 2009-03-25 15:20:52 +01:00
rpc_message.h rpcrt4: Implement RPC over HTTP support. 2009-03-25 15:20:52 +01:00
rpc_server.c rpcrt4: Simplify some code in RpcServerInqBindings by changing while loops into for loops. 2009-03-23 14:54:07 +01:00
rpc_server.h rpcrt4: Free the resources associated with server protocol sequences on DLL unload. 2009-03-23 14:54:01 +01:00
rpc_transport.c rpcrt4: Implement RPC over HTTP support. 2009-03-25 15:20:52 +01:00
rpcrt4.spec rpcrt4: Implement stubless asynchronous NDR interpreter. 2009-03-25 15:20:44 +01:00
rpcrt4_main.c rpcrt4: Free the resources associated with server protocol sequences on DLL unload. 2009-03-23 14:54:01 +01:00
version.rc