rpcrt4: Implement RPC over HTTP support.
commit5f6ae94ad0163341c2cd79a89f29b2187367b5ba
authorRob Shearman <rob@codeweavers.com>
Wed, 18 Mar 2009 11:13:19 +0000 (18 11:13 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 25 Mar 2009 14:20:52 +0000 (25 15:20 +0100)
tree57145e03c91d25b169496f25b924b9b8f4213f84
parent834c5b4275c376c55cbb27182069793bfd95226d
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.
dlls/rpcrt4/Makefile.in
dlls/rpcrt4/rpc_assoc.c
dlls/rpcrt4/rpc_assoc.h
dlls/rpcrt4/rpc_binding.h
dlls/rpcrt4/rpc_defs.h
dlls/rpcrt4/rpc_message.c
dlls/rpcrt4/rpc_message.h
dlls/rpcrt4/rpc_transport.c