summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.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/rpcclient/rpcclient.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/rpcclient/rpcclient.c')
-rw-r--r--source3/rpcclient/rpcclient.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c
index 1103a76d91..7e246b1bfc 100644
--- a/source3/rpcclient/rpcclient.c
+++ b/source3/rpcclient/rpcclient.c
@@ -270,6 +270,12 @@ commands[] =
{COMPL_NONE, COMPL_NONE}
},
{
+ "brsinfo",
+ cmd_brs_query_info,
+ "Browser Query Info",
+ {COMPL_NONE, COMPL_NONE}
+ },
+ {
"wksinfo",
cmd_wks_query_info,
"Workstation Query Info",