ChangeSet ID: 6133
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/31 16:45:13
Modified files:
include : rpcdce.h
dlls/rpcrt4 : rpcrt4.spec rpc_server.c rpc_binding.c
ndr_marshall.c
Log message:
Greg Turner <gmturner007(a)ameritech.net>
- Fix offset bug in the conformant string unmarshall routine.
- Fix discrepancy between headers and implementation of
I_RpcBindingSetAsync when compiling under WINNT.
- Eliminate race conditions in the relationship between "listen_count"
and "std_listen" in rpc_server.h.
- Code-stubs for RpcServerUnregisterIf, RpcServerUnregisterIfEx.
- Attempt to implement RpcMgmtStopServerListening (definitely not
happy just yet).
- RpcServerUnregisterIfEx wasn't xp-sepcific after all; this leads me to
suspect there are more such mistakes in the spec-file comments, but I
haven't looked into it or fixed them yet (coming soon).
- Cleanups, trace-enhancements, etc.
Patch: http://cvs.winehq.com/patch.py?id=6133
Old revision New revision Changes Path
1.11 1.12 +9 -1 wine/include/rpcdce.h
1.36 1.37 +3 -3 wine/dlls/rpcrt4/rpcrt4.spec
1.9 1.10 +91 -20 wine/dlls/rpcrt4/rpc_server.c
1.5 1.6 +7 -0 wine/dlls/rpcrt4/rpc_binding.c
1.11 1.12 +4 -3 wine/dlls/rpcrt4/ndr_marshall.c
ChangeSet ID: 6131
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/31 16:07:29
Modified files:
server : hook.c
Log message:
Work around to make system-global hooks at least run in the thread
that set them.
Patch: http://cvs.winehq.com/patch.py?id=6131
Old revision New revision Changes Path
1.1 1.2 +2 -1 wine/server/hook.c