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)
commitb563be824b8c3141c49558eced7829b48d4ab26f
tree8e7ce416231383522648f9af6d3f60fc9d820ab0
parentbf9b1328c5843eb217eff4ca05645498de2def82
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.
32 files changed:
source/client/client.c
source/client/smbmount.c
source/client/smbspool.c
source/include/proto.h
source/lib/msrpc_use.c
source/lib/util.c
source/libsmb/clientgen.c
source/libsmb/namequery.c
source/libsmb/nmblib.c
source/libsmb/passchange.c
source/nmbd/nmbd.c
source/nmbd/nmbd_become_dmb.c
source/nmbd/nmbd_become_lmb.c
source/nmbd/nmbd_browsesync.c
source/nmbd/nmbd_elections.c
source/nmbd/nmbd_logonnames.c
source/nmbd/nmbd_mynames.c
source/nmbd/nmbd_namelistdb.c
source/nmbd/nmbd_namequery.c
source/nmbd/nmbd_nameregister.c
source/nmbd/nmbd_namerelease.c
source/nmbd/nmbd_nodestatus.c
source/nmbd/nmbd_packets.c
source/nmbd/nmbd_responserecordsdb.c
source/nmbd/nmbd_synclists.c
source/param/loadparm.c
source/rpc_client/cli_netlogon.c
source/rpcclient/rpcclient.c
source/smbd/password.c
source/smbd/server.c
source/utils/nmblookup.c
source/utils/rpctorture.c