ChangeSet ID: 20427 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/26 06:02:45
Modified files: server : trace.c protocol.def named_pipe.c include/wine : server_protocol.h dlls/ntdll : file.c dlls/kernel : sync.c
Log message: Eric Pouech eric.pouech@wanadoo.fr - now passing access rights when creating a named pipe in NTDLL - reimplemented Kernel32.CreatePipe purely on top of NTDLL APIs - anonymous pipe handles should have the SYNCHRONIZE bit set
Patch: http://cvs.winehq.org/patch.py?id=20427
Old revision New revision Changes Path 1.263 1.264 +1 -0 wine/server/trace.c 1.155 1.156 +1 -0 wine/server/protocol.def 1.47 1.48 +1 -1 wine/server/named_pipe.c 1.156 1.157 +2 -1 wine/include/wine/server_protocol.h 1.99 1.100 +2 -1 wine/dlls/ntdll/file.c 1.86 1.87 +42 -15 wine/dlls/kernel/sync.c