s4:ntvfs_ipc: add real named pipe support
commitcda0849ebc6c3bc2cc6c7666e4e4e16093b2683b
authorStefan Metzmacher <metze@samba.org>
Tue, 11 Aug 2009 12:50:36 +0000 (11 14:50 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 18 Sep 2009 18:34:43 +0000 (18 20:34 +0200)
tree6cfede95f3af159769f510efe1337a1ee205900d
parentf0704f5abcec0317afd0dae29c096498206b1136
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/config.mk
source4/ntvfs/ipc/vfs_ipc.c