- now passing access rights when creating a named pipe in NTDLL
commite21aa6a1845e953e42fe1d9aa232d3ca91f19eb4
authorEric Pouech <eric.pouech@wanadoo.fr>
Mon, 26 Sep 2005 11:02:45 +0000 (26 11:02 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 26 Sep 2005 11:02:45 +0000 (26 11:02 +0000)
tree0dc10cf4ba8c5ae689c2dd045d24a43bbc2bbf9e
parenta8c7284f929bf83e51c75902911a582b1e6661e9
- 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
dlls/kernel/sync.c
dlls/ntdll/file.c
include/wine/server_protocol.h
server/named_pipe.c
server/protocol.def
server/trace.c