Module: wine Branch: master Commit: 22f530c8350a40289957c6fc31b93a95d4cecdec URL: http://source.winehq.org/git/wine.git/?a=commit;h=22f530c8350a40289957c6fc31...
Author: Rob Shearman rob@codeweavers.com Date: Sun Dec 16 12:07:30 2007 +0000
rpcrt4: Make a server association when a bind packet is received in the server.
Support handing out association group IDs.
---
dlls/rpcrt4/rpc_binding.h | 15 ++++-- dlls/rpcrt4/rpc_message.c | 2 + dlls/rpcrt4/rpc_message.h | 2 +- dlls/rpcrt4/rpc_server.c | 24 ++++++---- dlls/rpcrt4/rpc_transport.c | 107 +++++++++++++++++++++++++++++++++++------- 5 files changed, 117 insertions(+), 33 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=22f530c8350a40289957c6...