summaryrefslogtreecommitdiff
path: root/source4/ntvfs/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-08-11 14:50:36 +0200
committerStefan Metzmacher <metze@samba.org>2009-09-18 20:34:43 +0200
commitcda0849ebc6c3bc2cc6c7666e4e4e16093b2683b (patch)
tree6cfede95f3af159769f510efe1337a1ee205900d /source4/ntvfs/config.mk
parentf0704f5abcec0317afd0dae29c096498206b1136 (diff)
downloadsamba-cda0849ebc6c3bc2cc6c7666e4e4e16093b2683b.tar.gz
samba-cda0849ebc6c3bc2cc6c7666e4e4e16093b2683b.tar.bz2
samba-cda0849ebc6c3bc2cc6c7666e4e4e16093b2683b.zip
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
Diffstat (limited to 'source4/ntvfs/config.mk')
-rw-r--r--source4/ntvfs/config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index 593c526edb..060ee19115 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -71,7 +71,9 @@ ntvfs_print_OBJ_FILES = $(ntvfssrcdir)/print/vfs_print.o
[MODULE::ntvfs_ipc]
SUBSYSTEM = ntvfs
INIT_FUNCTION = ntvfs_ipc_init
-PRIVATE_DEPENDENCIES = dcerpc_server DCERPC_COMMON
+PRIVATE_DEPENDENCIES = \
+ NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM \
+ HEIMDAL_GSSAPI CREDENTIALS
# End MODULE ntvfs_ipc
################################################