summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_rpc.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-11-19 00:12:16 +0000
committerLuke Leighton <lkcl@samba.org>1999-11-19 00:12:16 +0000
commit1c6c4e7e39bde99f8d312516ba530b905bc01da7 (patch)
tree68a5555a7ff60b4e67ffd7203a70e1bd28a712f6 /source3/rpc_parse/parse_rpc.c
parentda517a3ff4c133a1475e8e63054201551d132436 (diff)
downloadsamba-1c6c4e7e39bde99f8d312516ba530b905bc01da7.tar.gz
samba-1c6c4e7e39bde99f8d312516ba530b905bc01da7.tar.bz2
samba-1c6c4e7e39bde99f8d312516ba530b905bc01da7.zip
added \PIPE\browser plus experimental brsinfo command. you wouldn't
believe the XXXX that MIGHT be involved in getting nt5rc2 to join a samba domain... (This used to be commit 569babb3935950c1b64396955541abf276cc1d92)
Diffstat (limited to 'source3/rpc_parse/parse_rpc.c')
-rw-r--r--source3/rpc_parse/parse_rpc.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/rpc_parse/parse_rpc.c b/source3/rpc_parse/parse_rpc.c
index 82b0be2802..819e441742 100644
--- a/source3/rpc_parse/parse_rpc.c
+++ b/source3/rpc_parse/parse_rpc.c
@@ -52,6 +52,16 @@ interface/version dce/rpc pipe identification
}, 0x02 \
} \
+#define SYNT_BROWSER_V0 \
+{ \
+ { \
+ 0x98, 0xd0, 0xff, 0x6b, \
+ 0x12, 0xa1, 0x10, 0x36, \
+ 0x98, 0x33, 0x01, 0x28, \
+ 0x92, 0x02, 0x01, 0x62 \
+ }, 0x00 \
+} \
+
#define SYNT_NETLOGON_V2 \
{ \
{ \
@@ -166,6 +176,7 @@ struct pipe_id_info pipe_names [] =
{
/* client pipe , abstract syntax , server pipe , transfer syntax */
{ PIPE_LSARPC , SYNT_LSARPC_V0 , PIPE_LSASS , TRANS_SYNT_V2 },
+ { PIPE_BROWSER , SYNT_BROWSER_V0 , PIPE_NTSVCS , TRANS_SYNT_V2 },
{ PIPE_SAMR , SYNT_SAMR_V1 , PIPE_LSASS , TRANS_SYNT_V2 },
{ PIPE_NETLOGON, SYNT_NETLOGON_V1, PIPE_LSASS , TRANS_SYNT_V2 },
{ PIPE_SRVSVC , SYNT_SRVSVC_V3 , PIPE_NTSVCS , TRANS_SYNT_V2 },