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)
commitad6303f82fa862111c239b32b39f299e563a0802
tree8534fe0fab5b44b8f50f70c46141225704e3de42
parent654a21178fa7e908e3a2be42d5522ea1b1b23250
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.
(This used to be commit 898d15acbd18e3b302a856c847e08c22c5024792)
16 files changed:
source4/build/smb_build/smb_build_h.pm
source4/include/smb.h
source4/include/structs.h
source4/librpc/rpc/dcerpc_smb.c
source4/ntvfs/config.mk
source4/ntvfs/ipc/ipc.h [new file with mode: 0644]
source4/ntvfs/ipc/np_echo.c [new file with mode: 0644]
source4/ntvfs/ipc/vfs_ipc.c
source4/rpc_server/config.mk
source4/rpc_server/dcerpc_np.c [new file with mode: 0644]
source4/rpc_server/dcerpc_server.c
source4/script/tests/test_quick.sh
source4/torture/config.mk
source4/torture/ipc/np_echo.c [new file with mode: 0644]
source4/torture/ipc/rap.c [moved from source4/torture/rap/rap.c with 100% similarity]
source4/torture/torture.c