summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2003-10-24 13:49:25 +0000
committerJim McDonough <jmcd@samba.org>2003-10-24 13:49:25 +0000
commit65ae858c1b49efa64c759a914b09204eca14db42 (patch)
tree55729d4e511f6824b2b4496e6df55ce769dc6435 /source3/include
parent6258550534050e59a80ae8e39d9fb308b2e648fb (diff)
downloadsamba-65ae858c1b49efa64c759a914b09204eca14db42.tar.gz
samba-65ae858c1b49efa64c759a914b09204eca14db42.tar.bz2
samba-65ae858c1b49efa64c759a914b09204eca14db42.zip
Add initshutdown pipe commands to rpcclient. Second part of fix to bug
#534 (This used to be commit 99f4fa54497ba1c0fc0ba39d51b3ce201a8e6cd2)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/ntdomain.h1
-rw-r--r--source3/include/smb.h6
2 files changed, 5 insertions, 2 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 66057424ca..5da6d86410 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -403,5 +403,6 @@ struct acct_info
#include "rpc_ds.h"
#include "rpc_echo.h"
#include "rpc_epmapper.h"
+#include "rpc_shutdown.h"
#endif /* _NT_DOMAIN_H */
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 1e4c48132a..689e6ebe1d 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_EPM "\\PIPE\\epmapper"
#define PIPE_NETLOGON_PLAIN "\\NETLOGON"
@@ -208,8 +209,9 @@ typedef smb_ucs2_t wfstring[FSTRING_LEN];
#define PI_SPOOLSS 7
#define PI_NETDFS 8
#define PI_ECHO 9
-#define PI_EPM 10
-#define PI_MAX_PIPES 11
+#define PI_SHUTDOWN 10
+#define PI_EPM 11
+#define PI_MAX_PIPES 12
/* 64 bit time (100usec) since ????? - cifs6.txt, section 3.5, page 30 */
typedef struct nttime_info