r13208: Clearly separate named pipes from the IPC$ NTVFS type.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 28 Jan 2006 12:58:38 +0000 (12:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:51:34 +0000 (13:51 -0500)
commit898d15acbd18e3b302a856c847e08c22c5024792
tree899b920da00090217343befcc54893de9965959a
parentb0b150d08ac39ed486071487826da2e306db6a0b
r13208: Clearly separate named pipes from the IPC$ NTVFS type.

This allows the easy addition of additional named pipes and removes the
circular dependencies between the CIFS, RPC and RAP servers.

Simple tests for a custom named pipe included.
16 files changed:
source/build/smb_build/smb_build_h.pm
source/include/smb.h
source/include/structs.h
source/librpc/rpc/dcerpc_smb.c
source/ntvfs/config.mk
source/ntvfs/ipc/ipc.h [new file with mode: 0644]
source/ntvfs/ipc/np_echo.c [new file with mode: 0644]
source/ntvfs/ipc/vfs_ipc.c
source/rpc_server/config.mk
source/rpc_server/dcerpc_np.c [new file with mode: 0644]
source/rpc_server/dcerpc_server.c
source/script/tests/test_quick.sh
source/torture/config.mk
source/torture/ipc/np_echo.c [new file with mode: 0644]
source/torture/ipc/rap.c [moved from source/torture/rap/rap.c with 100% similarity]
source/torture/torture.c