rpcrt4: Fix RpcStringBindingComposeA/W and RpcStringBindingParseA/W to escape and...
commitef5a5a44903e3db469b08f937ef30071e107746b
authorRob Shearman <robertshearman@gmail.com>
Thu, 14 Aug 2008 08:15:20 +0000 (14 09:15 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 12:36:45 +0000 (18 14:36 +0200)
treeb5f114658f953433fa0272619abd6b968bdde475
parent0a5e5a6e5bff3964dba7b718bb3302cbacf08158
rpcrt4: Fix RpcStringBindingComposeA/W and RpcStringBindingParseA/W to escape and unescape delimiters in the string binding.

This behaviour is stated by the DCE/RPC specification and is also
shown in the rpcrt4 conformance tests.
dlls/rpcrt4/rpc_binding.c
dlls/rpcrt4/rpc_epmap.c
dlls/rpcrt4/tests/rpc.c