mirror of
https://github.com/samba-team/samba.git
synced 2025-11-20 08:23:50 +03:00
r5114: the nbtd task can now act as a basic B-node server. It registers its
names on the network and answers name queries. Lots of details are still missing, but at least this now means you don't need a Samba3 nmbd to use Samba4. missing pieces include: - name registrations should be "shout 3 times, then demand" - no WINS server yet - no master browser code
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
5707ebc9ec
commit
d7d31fdc66
@@ -150,7 +150,7 @@ struct nbt_name_packet;
|
||||
struct nbt_name_socket;
|
||||
struct nbt_name_query;
|
||||
struct nbt_name_status;
|
||||
|
||||
struct nbt_name_register;
|
||||
|
||||
struct messaging_context;
|
||||
struct stream_connection;
|
||||
@@ -159,3 +159,4 @@ struct model_ops;
|
||||
struct stream_server_ops;
|
||||
|
||||
struct nbt_server;
|
||||
struct nbt_interface;
|
||||
|
||||
Reference in New Issue
Block a user