]> git.samba.org - kai/samba.git/commit
nameannounce.c
authorJeremy Allison <jra@samba.org>
Wed, 3 Sep 1997 20:15:40 +0000 (20:15 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 3 Sep 1997 20:15:40 +0000 (20:15 +0000)
commit82290216ad827c9f8f74ffd3aa6a37dca28174e1
tree6638d14cbfbffac25e9d8a9a7578194ee44f2879
parent6e64355770c43e5bf6aa9896cb87f3cfaad11f1b
nameannounce.c
nameresp.c
nameserv.c
nameservreply.c
proto.h : Removed broadcast and recurse parameters in the
queue_netbios_pkt_wins() call - they are not needed as they
should always be 'false' and 'true' respectively.
Also fixed a bug with secure name registration (WINS
server code).
server.c: Finally fixed problem with error 267 being
returned to Win95. It is needed by NT. This is a horrid
fix and I would appreciate a better one :-).

Jeremy (jallison@whistle.com)
(This used to be commit fa1305d1894a28331ba80d9de038ebf31ba902d6)
source3/include/proto.h
source3/nameannounce.c
source3/nameresp.c
source3/nameserv.c
source3/nameservreply.c
source3/smbd/server.c