this looks like a big commit, but it isn't really :)
authorAndrew Tridgell <tridge@samba.org>
Fri, 7 Jan 2000 06:55:36 +0000 (06:55 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 7 Jan 2000 06:55:36 +0000 (06:55 +0000)
commit171da4d78736730557a94b44af9f2d62081b80ba
treead74341f9d50a521baec09c65637b81b150a0891
parent102e44e446035bdcc7611b8b556d0e20978fbb80
this looks like a big commit, but it isn't really :)

This fixes our netbios scope handling. We now have a 'netbios scope' option
in smb.conf and the scope option is removed from make_nmb_name()

this was prompted by a bug in our PDC finding code where it didn't append
the scope to the query of the '*' name.
(This used to be commit b563be824b8c3141c49558eced7829b48d4ab26f)
32 files changed:
source3/client/client.c
source3/client/smbmount.c
source3/client/smbspool.c
source3/include/proto.h
source3/lib/msrpc_use.c
source3/lib/util.c
source3/libsmb/clientgen.c
source3/libsmb/namequery.c
source3/libsmb/nmblib.c
source3/libsmb/passchange.c
source3/nmbd/nmbd.c
source3/nmbd/nmbd_become_dmb.c
source3/nmbd/nmbd_become_lmb.c
source3/nmbd/nmbd_browsesync.c
source3/nmbd/nmbd_elections.c
source3/nmbd/nmbd_logonnames.c
source3/nmbd/nmbd_mynames.c
source3/nmbd/nmbd_namelistdb.c
source3/nmbd/nmbd_namequery.c
source3/nmbd/nmbd_nameregister.c
source3/nmbd/nmbd_namerelease.c
source3/nmbd/nmbd_nodestatus.c
source3/nmbd/nmbd_packets.c
source3/nmbd/nmbd_responserecordsdb.c
source3/nmbd/nmbd_synclists.c
source3/param/loadparm.c
source3/rpc_client/cli_netlogon.c
source3/rpcclient/rpcclient.c
source3/smbd/password.c
source3/smbd/server.c
source3/utils/nmblookup.c
source3/utils/rpctorture.c