summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2003-10-24 13:49:29 +0000
committerJim McDonough <jmcd@samba.org>2003-10-24 13:49:29 +0000
commit3d8e3f314b9f1ad3966afd5ad217a63b109de0f9 (patch)
tree07e46a5c7e7ab1f5a08b3aac5d1bc092d068decf /source3/include/smb.h
parentd2523233ea46945dea9c701ad4e5519f5cdc95c4 (diff)
downloadsamba-3d8e3f314b9f1ad3966afd5ad217a63b109de0f9.tar.gz
samba-3d8e3f314b9f1ad3966afd5ad217a63b109de0f9.tar.bz2
samba-3d8e3f314b9f1ad3966afd5ad217a63b109de0f9.zip
Add initshutdown pipe commands to rpcclient. Second part of fix to bug
#534 (This used to be commit 4e86243ea1d4bbe96720caaaf02300f5e15bee5a)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 8c6f47f23f..e41b5834f7 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -194,6 +194,7 @@ typedef smb_ucs2_t wfstring[FSTRING_LEN];
#define PIPE_SPOOLSS "\\PIPE\\spoolss"
#define PIPE_NETDFS "\\PIPE\\netdfs"
#define PIPE_ECHO "\\PIPE\\rpcecho"
+#define PIPE_SHUTDOWN "\\PIPE\\initshutdown"
#define PIPE_NETLOGON_PLAIN "\\NETLOGON"
@@ -207,7 +208,8 @@ typedef smb_ucs2_t wfstring[FSTRING_LEN];
#define PI_SPOOLSS 7
#define PI_NETDFS 8
#define PI_ECHO 9
-#define PI_MAX_PIPES 10
+#define PI_SHUTDOWN 10
+#define PI_MAX_PIPES 11
/* 64 bit time (100usec) since ????? - cifs6.txt, section 3.5, page 30 */
typedef struct nttime_info