summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-11-19 01:01:07 +0000
committerLuke Leighton <lkcl@samba.org>1999-11-19 01:01:07 +0000
commit161c11e4bcd408064493c063b228aab589fd2a19 (patch)
tree611a376ca4d791851bec291fee1586506e48306d /source3/smbd
parent1c6c4e7e39bde99f8d312516ba530b905bc01da7 (diff)
downloadsamba-161c11e4bcd408064493c063b228aab589fd2a19.tar.gz
samba-161c11e4bcd408064493c063b228aab589fd2a19.tar.bz2
samba-161c11e4bcd408064493c063b228aab589fd2a19.zip
- 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. (This used to be commit 8e406c1fa296c3f97b1cd7ddde7b5aeb9232b26e)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/nttrans.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c
index ac688a5baa..70023e2407 100644
--- a/source3/smbd/nttrans.c
+++ b/source3/smbd/nttrans.c
@@ -40,6 +40,7 @@ static char *known_nt_pipes[] = {
"\\svcctl",
"\\samr",
"\\wkssvc",
+ "\\browser",
"\\NETLOGON",
"\\ntlsa",
"\\ntsvcs",