Module: wine
Branch: master
Commit: ef5a5a44903e3db469b08f937ef30071e107746b
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ef5a5a44903e3db469b08f937…
Author: Rob Shearman <robertshearman(a)gmail.com>
Date: Thu Aug 14 09:15:20 2008 +0100
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 | 246 ++++++++++++++++++++++++++++++++-------------
dlls/rpcrt4/rpc_epmap.c | 2 +-
dlls/rpcrt4/tests/rpc.c | 3 -
3 files changed, 177 insertions(+), 74 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ef5a5a44903e3db469b08…