1
0
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:
Andrew Tridgell
2005-01-31 01:57:58 +00:00
committed by Gerald (Jerry) Carter
parent 5707ebc9ec
commit d7d31fdc66
18 changed files with 745 additions and 211 deletions

View File

@@ -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;