1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-13 08:23:49 +03:00

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 commit is contained in:
Jelmer Vernooij
2006-01-28 12:58:38 +00:00
committed by Gerald (Jerry) Carter
parent b0b150d08a
commit 898d15acbd
16 changed files with 554 additions and 164 deletions

View File

@@ -319,10 +319,10 @@
/* used to indicate end of chain */
#define SMB_CHAIN_NONE 0xFF
/* These are the trans subcommands */
#define TRANSACT_SETNAMEDPIPEHANDLESTATE 0x01
#define TRANSACT_DCERPCCMD 0x26
#define TRANSACT_WAITNAMEDPIPEHANDLESTATE 0x53
/* These are the named pipe commands */
#define NAMED_PIPE_SETHANDLESTATE 0x01
#define NAMED_PIPE_TRANSACT 0x26
#define NAMED_PIPE_WAITHANDLESTATE 0x53
/* These are the NT transact sub commands. */
#define NT_TRANSACT_CREATE 1