Module: wine
Branch: master
Commit: cbafe663b0a44bcc0fc7b0c8deb1d46dd2f4324d
URL: http://source.winehq.org/git/wine.git/?a=commit;h=cbafe663b0a44bcc0fc7b0c8d…
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Mon Jun 25 14:27:17 2007 +0100
rpcrt4: Try a lot harder to resuse existing connections by comparing inside the RpcQualityOfService and RpcAuthInfo objects.
Store a copy of the SEC_WINNT_AUTH_IDENTITY structure passed in to
RpcBindingSetAuthInfo(Ex) to enable us to do this for RpcAuthInfo objects.
---
dlls/rpcrt4/rpc_binding.c | 184 ++++++++++++++++++++++++++++++++++++++++++-
dlls/rpcrt4/rpc_binding.h | 7 ++
dlls/rpcrt4/rpc_transport.c | 8 +-
3 files changed, 192 insertions(+), 7 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=cbafe663b0a44bcc0fc7b…