1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00
samba-mirror/source/web
Andrew Tridgell e125f06058 This commit finally gives us multiple wins server groups. We now
accept an extended syntax for 'wins server' like this:

  wins server = group1:192.168.2.10 group2:192.168.3.99 group1:192.168.0.1

The tags before the IPs don't mean anything, they are just a way of
grouping IPs together. If you use the old syntax (ie. no ':') then
an implicit group name of '*' is used. In general I'd recommend people
use interface names for the group names, but it doesn't matter much.

When we register in nmbd we try to register all our IPs with each group
of WINS servers. We keep trying until all of them are registered with
every group, falling back to the failover WINS servers for each group
as we go.

When we do a WINS lookup we try each of the WINS servers for each group.
If a WINS server for a group gives a negative answer then we give up
on that group and move to the next group. If it times out then
we move to the next failover wins server in the group.

In either case, if a WINS server doesn't respond then we mark it dead
for 10 minutes, to prevent lengthy waits for dead servers.
0001-01-01 00:00:00 +00:00
..
.cvsignore Break up samba's object dependencies, and its prototype includes. 0001-01-01 00:00:00 +00:00
cgi.c Break up samba's object dependencies, and its prototype includes. 0001-01-01 00:00:00 +00:00
diagnose.c This commit finally gives us multiple wins server groups. We now 0001-01-01 00:00:00 +00:00
neg_lang.c Break up samba's object dependencies, and its prototype includes. 0001-01-01 00:00:00 +00:00
startstop.c Break up samba's object dependencies, and its prototype includes. 0001-01-01 00:00:00 +00:00
statuspage.c Break up samba's object dependencies, and its prototype includes. 0001-01-01 00:00:00 +00:00
swat.c Break up samba's object dependencies, and its prototype includes. 0001-01-01 00:00:00 +00:00