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:
committed by
Gerald (Jerry) Carter
parent
b0b150d08a
commit
898d15acbd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user