summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-10-04 03:51:43 +0000
committerGerald Carter <jerry@samba.org>2002-10-04 03:51:43 +0000
commit83e58265b5595f5268bbcbda1a078a81d6fd5a40 (patch)
treea70b9f8b36df2cc9e634c042e30c309b31046ad1 /source3/include
parenta237fb349aba013aec8367d4a1b435b60b0c8458 (diff)
downloadsamba-83e58265b5595f5268bbcbda1a078a81d6fd5a40.tar.gz
samba-83e58265b5595f5268bbcbda1a078a81d6fd5a40.tar.bz2
samba-83e58265b5595f5268bbcbda1a078a81d6fd5a40.zip
merge of new client side support the Win2k LSARPC UUID in rpcbind
from APP_HEAD (This used to be commit 38c9e4299845fd77cc8629945ce2d259489f7437)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index f58e3adf54..5bf79b75fe 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -187,6 +187,17 @@ typedef smb_ucs2_t wfstring[FSTRING_LEN];
#define PIPE_SPOOLSS "\\PIPE\\spoolss"
#define PIPE_NETDFS "\\PIPE\\netdfs"
+#define PI_LSARPC 0
+#define PI_LSARPC_V2 1
+#define PI_SAMR 2
+#define PI_NETLOGON 3
+#define PI_SRVSVC 4
+#define PI_WKSSVC 5
+#define PI_WINREG 6
+#define PI_SPOOLSS 7
+#define PI_NETDFS 8
+#define PI_MAX_PIPES 9
+
/* 64 bit time (100usec) since ????? - cifs6.txt, section 3.5, page 30 */
typedef struct nttime_info
{