diff options
author | Luke Leighton <lkcl@samba.org> | 1999-11-19 01:01:07 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-11-19 01:01:07 +0000 |
commit | 8e406c1fa296c3f97b1cd7ddde7b5aeb9232b26e (patch) | |
tree | 36f82c9cd6defcf25f8a5e3905131eab1947e63c /source/rpc_server/srv_pipe.c | |
parent | 569babb3935950c1b64396955541abf276cc1d92 (diff) | |
download | samba-8e406c1fa296c3f97b1cd7ddde7b5aeb9232b26e.tar.gz |
- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion
desired flag MUST be set in any NBT UDP packets sent to a WINS
server, else they will go to the WINS client side of the NT NetBIOS
kernel instead, and will get trashed.
- added \PIPE\browser server-side code.
Diffstat (limited to 'source/rpc_server/srv_pipe.c')
-rw-r--r-- | source/rpc_server/srv_pipe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/rpc_server/srv_pipe.c b/source/rpc_server/srv_pipe.c index c6d9cf070e5..075c9b0d37f 100644 --- a/source/rpc_server/srv_pipe.c +++ b/source/rpc_server/srv_pipe.c @@ -402,6 +402,7 @@ static struct api_cmd api_fd_commands[] = { "samr", "lsass", api_samr_rpc }, { "srvsvc", "ntsvcs", api_srvsvc_rpc }, { "wkssvc", "ntsvcs", api_wkssvc_rpc }, + { "browser", "ntsvcs", api_brs_rpc }, { "svcctl", "ntsvcs", api_svcctl_rpc }, { "NETLOGON", "lsass", api_netlog_rpc }, { "winreg", "winreg", api_reg_rpc }, |