DISCUSS... s4:ntvfs_ipc: add real named pipe support
authorStefan Metzmacher <metze@samba.org>
Mon, 23 Mar 2009 14:29:11 +0000 (15:29 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 15 May 2009 13:27:16 +0000 (15:27 +0200)
commit6c4c3b12ec9353c7c0327be2002da05a43a2c0c3
tree9a7b761562edbd22515d9c137fdf4c715e86df78
parent042c03befe312be17d76d365888325879c4ed453
DISCUSS... s4:ntvfs_ipc: add real named pipe support

We now open a named via the named_pipe_auth
code and process IO via the tstream interface.

This means we support byte mode and message mode
named pipes.

We also correctly issue NT_STATUS_PIPE_BUSY
when a smb_trans request comes in and a read or smb_trans
is already pending.

We also have support for async dcerpc over ncacn_np now,
and we now can remove the ncacn_np specific hacks from the
rpc_server/ code.

metze
source4/ntvfs/ipc/vfs_ipc.c