2005-01-31 04:57:58 +03:00
/*
Unix SMB / CIFS implementation .
core wins server handling
Copyright ( C ) Andrew Tridgell 2005
2005-12-14 11:38:25 +03:00
Copyright ( C ) Stefan Metzmacher 2005
2005-01-31 04:57:58 +03:00
This program is free software ; you can redistribute it and / or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation ; either version 2 of the License , or
( at your option ) any later version .
This program is distributed in the hope that it will be useful ,
but WITHOUT ANY WARRANTY ; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
GNU General Public License for more details .
You should have received a copy of the GNU General Public License
along with this program ; if not , write to the Free Software
Foundation , Inc . , 675 Mass Ave , Cambridge , MA 0213 9 , USA .
*/
# include "includes.h"
# include "nbt_server/nbt_server.h"
2005-02-19 02:53:52 +03:00
# include "nbt_server/wins/winsdb.h"
2005-12-30 15:43:11 +03:00
# include "nbt_server/wins/winsserver.h"
2005-02-12 14:33:42 +03:00
# include "system/time.h"
2005-12-30 15:13:46 +03:00
# include "libcli/composite/composite.h"
2005-07-19 13:28:46 +04:00
# include "smbd/service_task.h"
2005-01-31 04:57:58 +03:00
2005-02-14 12:15:24 +03:00
/*
work out the ttl we will use given a client requested ttl
*/
uint32_t wins_server_ttl ( struct wins_server * winssrv , uint32_t ttl )
{
2005-12-14 11:38:25 +03:00
ttl = MIN ( ttl , winssrv - > config . max_renew_interval ) ;
ttl = MAX ( ttl , winssrv - > config . min_renew_interval ) ;
2005-02-14 12:15:24 +03:00
return ttl ;
}
r11048: r10539@SERNOX: metze | 2005-09-27 14:59:47 +0200
fix the build for changes from SAMBA_4_0 branch
metze
r10541@SERNOX: metze | 2005-09-27 15:05:33 +0200
use a transaction when we allocate a new version
metze
r10549@SERNOX: metze | 2005-09-27 18:58:37 +0200
- add first start of wins pull replication
- we not yet apply records to our database but we fetch them correct form our partners
(we need conflict handling for this)
- we also need to filter out our own records!
metze
r10568@SERNOX: metze | 2005-09-28 11:33:04 +0200
move composite helpers to a seperate file, create a a seperate file for the conflict resolving logic
metze
r10571@SERNOX: metze | 2005-09-28 12:00:17 +0200
add forward declarations...to fix the build
metze
r10612@SERNOX: metze | 2005-09-29 16:11:06 +0200
we have a nbt_name now, and don't need to parse it
metze
r10614@SERNOX: metze | 2005-09-29 16:38:35 +0200
filter out our own records
metze
r10620@SERNOX: metze | 2005-09-29 18:07:08 +0200
- handle mutliple addresses in WREPL_REPL_SEND_REPLY
- make strings always valid talloc pointers
metze
r10621@SERNOX: metze | 2005-09-29 18:09:41 +0200
use debug level 2
metze
r10622@SERNOX: metze | 2005-09-29 18:48:05 +0200
- add one more debug message when we reply no record
- fix min max logic
metze
r10623@SERNOX: metze | 2005-09-29 20:49:06 +0200
build fixes...
metze
r10629@SERNOX: metze | 2005-09-30 00:11:41 +0200
- use seperate attributes for type, state, nodetype, is_static
... the winserver.c code needs some more updates to correctly,
create special group and multihomed registrations...
metze
r10640@SERNOX: metze | 2005-09-30 04:07:34 +0200
- add some short path for the composite helper functions
they will be used in the next commit
metze
r10642@SERNOX: metze | 2005-09-30 06:29:06 +0200
fix the build
metze
r10655@SERNOX: metze | 2005-09-30 17:36:49 +0200
- implement the WREPL_REPL_UPDATE* and WREPL_REPL_INFORM*
this includes the connection fliping into a client connection
for WREPL_REPL_UPDATE*
NOTE: I not yet found out how to get the w2k server to use INFORM against samba4
it uses inform against w2k and w2k3 but UPDATE against nt4 and samba4
what's left now is to be able to initiate INFORM and UPDATE requests to notify
our pull partners
metze
r10727@SERNOX: metze | 2005-10-05 14:11:05 +0200
fix the build
metze
r10770@SERNOX: metze | 2005-10-06 16:56:01 +0200
- move the table filling to a seperate function, will be reused later
- fix the build, wrepl_nbt_name fixes
- remove state -> update_state
metze
r10771@SERNOX: metze | 2005-10-06 17:04:48 +0200
add a function to create a wreplsrv_in_connection from a client connection
metze
r10772@SERNOX: metze | 2005-10-06 17:13:51 +0200
- make the connection code more generic to handle the pull cached connection,
push cached connection or given connections
- when we don't use a cached connection, disconnection when a pull_cycle is done
- fix the build and use the configured source ip
metze
r10773@SERNOX: metze | 2005-10-06 17:18:49 +0200
- add composite functions for push notification
metze
r10774@SERNOX: metze | 2005-10-06 17:23:46 +0200
- use periodic push notifycation, this is just for now
as it needs to be configurable and and be triggered when the local database
has changes since the last notify
- I also need to work out how to decide if the partner supports
persistent connections and WREPL_REPL_INFORM* messages
metze
r10923@SERNOX: metze | 2005-10-12 16:52:34 +0200
fix the build becuse of conflicts with main SAMBA_4_0 tree
metze
(This used to be commit 6d97dd6e50423758d081459ec551f4e04dfd818d)
2005-10-14 17:02:00 +04:00
static enum wrepl_name_type wrepl_type ( uint16_t nb_flags , struct nbt_name * name , BOOL mhomed )
{
/* this copes with the nasty hack that is the type 0x1c name */
2005-10-14 18:45:28 +04:00
if ( name - > type = = NBT_NAME_LOGON ) {
r11048: r10539@SERNOX: metze | 2005-09-27 14:59:47 +0200
fix the build for changes from SAMBA_4_0 branch
metze
r10541@SERNOX: metze | 2005-09-27 15:05:33 +0200
use a transaction when we allocate a new version
metze
r10549@SERNOX: metze | 2005-09-27 18:58:37 +0200
- add first start of wins pull replication
- we not yet apply records to our database but we fetch them correct form our partners
(we need conflict handling for this)
- we also need to filter out our own records!
metze
r10568@SERNOX: metze | 2005-09-28 11:33:04 +0200
move composite helpers to a seperate file, create a a seperate file for the conflict resolving logic
metze
r10571@SERNOX: metze | 2005-09-28 12:00:17 +0200
add forward declarations...to fix the build
metze
r10612@SERNOX: metze | 2005-09-29 16:11:06 +0200
we have a nbt_name now, and don't need to parse it
metze
r10614@SERNOX: metze | 2005-09-29 16:38:35 +0200
filter out our own records
metze
r10620@SERNOX: metze | 2005-09-29 18:07:08 +0200
- handle mutliple addresses in WREPL_REPL_SEND_REPLY
- make strings always valid talloc pointers
metze
r10621@SERNOX: metze | 2005-09-29 18:09:41 +0200
use debug level 2
metze
r10622@SERNOX: metze | 2005-09-29 18:48:05 +0200
- add one more debug message when we reply no record
- fix min max logic
metze
r10623@SERNOX: metze | 2005-09-29 20:49:06 +0200
build fixes...
metze
r10629@SERNOX: metze | 2005-09-30 00:11:41 +0200
- use seperate attributes for type, state, nodetype, is_static
... the winserver.c code needs some more updates to correctly,
create special group and multihomed registrations...
metze
r10640@SERNOX: metze | 2005-09-30 04:07:34 +0200
- add some short path for the composite helper functions
they will be used in the next commit
metze
r10642@SERNOX: metze | 2005-09-30 06:29:06 +0200
fix the build
metze
r10655@SERNOX: metze | 2005-09-30 17:36:49 +0200
- implement the WREPL_REPL_UPDATE* and WREPL_REPL_INFORM*
this includes the connection fliping into a client connection
for WREPL_REPL_UPDATE*
NOTE: I not yet found out how to get the w2k server to use INFORM against samba4
it uses inform against w2k and w2k3 but UPDATE against nt4 and samba4
what's left now is to be able to initiate INFORM and UPDATE requests to notify
our pull partners
metze
r10727@SERNOX: metze | 2005-10-05 14:11:05 +0200
fix the build
metze
r10770@SERNOX: metze | 2005-10-06 16:56:01 +0200
- move the table filling to a seperate function, will be reused later
- fix the build, wrepl_nbt_name fixes
- remove state -> update_state
metze
r10771@SERNOX: metze | 2005-10-06 17:04:48 +0200
add a function to create a wreplsrv_in_connection from a client connection
metze
r10772@SERNOX: metze | 2005-10-06 17:13:51 +0200
- make the connection code more generic to handle the pull cached connection,
push cached connection or given connections
- when we don't use a cached connection, disconnection when a pull_cycle is done
- fix the build and use the configured source ip
metze
r10773@SERNOX: metze | 2005-10-06 17:18:49 +0200
- add composite functions for push notification
metze
r10774@SERNOX: metze | 2005-10-06 17:23:46 +0200
- use periodic push notifycation, this is just for now
as it needs to be configurable and and be triggered when the local database
has changes since the last notify
- I also need to work out how to decide if the partner supports
persistent connections and WREPL_REPL_INFORM* messages
metze
r10923@SERNOX: metze | 2005-10-12 16:52:34 +0200
fix the build becuse of conflicts with main SAMBA_4_0 tree
metze
(This used to be commit 6d97dd6e50423758d081459ec551f4e04dfd818d)
2005-10-14 17:02:00 +04:00
return WREPL_TYPE_SGROUP ;
}
if ( nb_flags & NBT_NM_GROUP ) {
return WREPL_TYPE_GROUP ;
}
if ( mhomed ) {
return WREPL_TYPE_MHOMED ;
}
return WREPL_TYPE_UNIQUE ;
}
2005-02-12 14:33:42 +03:00
/*
register a new name with WINS
*/
static uint8_t wins_register_new ( struct nbt_name_socket * nbtsock ,
struct nbt_name_packet * packet ,
2005-11-25 18:30:35 +03:00
const struct nbt_peer_socket * src ,
enum wrepl_name_type type )
2005-02-12 14:33:42 +03:00
{
struct nbtd_interface * iface = talloc_get_type ( nbtsock - > incoming . private ,
struct nbtd_interface ) ;
struct wins_server * winssrv = iface - > nbtsrv - > winssrv ;
struct nbt_name * name = & packet - > questions [ 0 ] . name ;
2005-02-14 12:15:24 +03:00
uint32_t ttl = wins_server_ttl ( winssrv , packet - > additional [ 0 ] . ttl ) ;
2005-02-14 08:00:22 +03:00
uint16_t nb_flags = packet - > additional [ 0 ] . rdata . netbios . addresses [ 0 ] . nb_flags ;
const char * address = packet - > additional [ 0 ] . rdata . netbios . addresses [ 0 ] . ipaddr ;
2005-02-12 14:33:42 +03:00
struct winsdb_record rec ;
r11048: r10539@SERNOX: metze | 2005-09-27 14:59:47 +0200
fix the build for changes from SAMBA_4_0 branch
metze
r10541@SERNOX: metze | 2005-09-27 15:05:33 +0200
use a transaction when we allocate a new version
metze
r10549@SERNOX: metze | 2005-09-27 18:58:37 +0200
- add first start of wins pull replication
- we not yet apply records to our database but we fetch them correct form our partners
(we need conflict handling for this)
- we also need to filter out our own records!
metze
r10568@SERNOX: metze | 2005-09-28 11:33:04 +0200
move composite helpers to a seperate file, create a a seperate file for the conflict resolving logic
metze
r10571@SERNOX: metze | 2005-09-28 12:00:17 +0200
add forward declarations...to fix the build
metze
r10612@SERNOX: metze | 2005-09-29 16:11:06 +0200
we have a nbt_name now, and don't need to parse it
metze
r10614@SERNOX: metze | 2005-09-29 16:38:35 +0200
filter out our own records
metze
r10620@SERNOX: metze | 2005-09-29 18:07:08 +0200
- handle mutliple addresses in WREPL_REPL_SEND_REPLY
- make strings always valid talloc pointers
metze
r10621@SERNOX: metze | 2005-09-29 18:09:41 +0200
use debug level 2
metze
r10622@SERNOX: metze | 2005-09-29 18:48:05 +0200
- add one more debug message when we reply no record
- fix min max logic
metze
r10623@SERNOX: metze | 2005-09-29 20:49:06 +0200
build fixes...
metze
r10629@SERNOX: metze | 2005-09-30 00:11:41 +0200
- use seperate attributes for type, state, nodetype, is_static
... the winserver.c code needs some more updates to correctly,
create special group and multihomed registrations...
metze
r10640@SERNOX: metze | 2005-09-30 04:07:34 +0200
- add some short path for the composite helper functions
they will be used in the next commit
metze
r10642@SERNOX: metze | 2005-09-30 06:29:06 +0200
fix the build
metze
r10655@SERNOX: metze | 2005-09-30 17:36:49 +0200
- implement the WREPL_REPL_UPDATE* and WREPL_REPL_INFORM*
this includes the connection fliping into a client connection
for WREPL_REPL_UPDATE*
NOTE: I not yet found out how to get the w2k server to use INFORM against samba4
it uses inform against w2k and w2k3 but UPDATE against nt4 and samba4
what's left now is to be able to initiate INFORM and UPDATE requests to notify
our pull partners
metze
r10727@SERNOX: metze | 2005-10-05 14:11:05 +0200
fix the build
metze
r10770@SERNOX: metze | 2005-10-06 16:56:01 +0200
- move the table filling to a seperate function, will be reused later
- fix the build, wrepl_nbt_name fixes
- remove state -> update_state
metze
r10771@SERNOX: metze | 2005-10-06 17:04:48 +0200
add a function to create a wreplsrv_in_connection from a client connection
metze
r10772@SERNOX: metze | 2005-10-06 17:13:51 +0200
- make the connection code more generic to handle the pull cached connection,
push cached connection or given connections
- when we don't use a cached connection, disconnection when a pull_cycle is done
- fix the build and use the configured source ip
metze
r10773@SERNOX: metze | 2005-10-06 17:18:49 +0200
- add composite functions for push notification
metze
r10774@SERNOX: metze | 2005-10-06 17:23:46 +0200
- use periodic push notifycation, this is just for now
as it needs to be configurable and and be triggered when the local database
has changes since the last notify
- I also need to work out how to decide if the partner supports
persistent connections and WREPL_REPL_INFORM* messages
metze
r10923@SERNOX: metze | 2005-10-12 16:52:34 +0200
fix the build becuse of conflicts with main SAMBA_4_0 tree
metze
(This used to be commit 6d97dd6e50423758d081459ec551f4e04dfd818d)
2005-10-14 17:02:00 +04:00
enum wrepl_name_node node ;
2005-02-12 14:33:42 +03:00
2005-10-14 18:02:47 +04:00
# define WREPL_NODE_NBT_FLAGS(nb_flags) \
( ( nb_flags & NBT_NM_OWNER_TYPE ) > > 13 )
node = WREPL_NODE_NBT_FLAGS ( nb_flags ) ;
rec . name = name ;
rec . type = type ;
rec . state = WREPL_STATE_ACTIVE ;
rec . node = node ;
rec . is_static = False ;
rec . expire_time = time ( NULL ) + ttl ;
2005-12-29 20:03:17 +03:00
rec . version = 0 ; /* will be allocated later */
2005-11-23 14:34:46 +03:00
rec . wins_owner = NULL ; /* will be set later */
2005-10-14 18:02:47 +04:00
rec . registered_by = src - > addr ;
rec . addresses = winsdb_addr_list_make ( packet ) ;
2005-10-14 16:49:55 +04:00
if ( rec . addresses = = NULL ) return NBT_RCODE_SVR ;
2005-10-14 16:50:11 +04:00
rec . addresses = winsdb_addr_list_add ( rec . addresses ,
address ,
2005-12-31 00:12:15 +03:00
winssrv - > wins_db - > local_owner ,
2005-10-14 16:50:11 +04:00
rec . expire_time ) ;
2005-02-14 08:00:22 +03:00
if ( rec . addresses = = NULL ) return NBT_RCODE_SVR ;
DEBUG ( 4 , ( " WINS: accepted registration of %s with address %s \n " ,
2005-10-14 16:49:55 +04:00
nbt_name_string ( packet , name ) , rec . addresses [ 0 ] - > address ) ) ;
2005-02-12 14:33:42 +03:00
2005-11-23 14:34:46 +03:00
return winsdb_add ( winssrv - > wins_db , & rec , WINSDB_FLAG_ALLOC_VERSION | WINSDB_FLAG_TAKE_OWNERSHIP ) ;
2005-02-12 14:33:42 +03:00
}
2005-02-12 02:54:37 +03:00
2005-02-12 04:00:15 +03:00
2005-02-14 08:00:22 +03:00
/*
update the ttl on an existing record
*/
static uint8_t wins_update_ttl ( struct nbt_name_socket * nbtsock ,
struct nbt_name_packet * packet ,
struct winsdb_record * rec ,
2005-11-25 18:30:35 +03:00
struct winsdb_addr * winsdb_addr ,
2005-10-14 16:22:15 +04:00
const struct nbt_peer_socket * src )
2005-02-14 08:00:22 +03:00
{
struct nbtd_interface * iface = talloc_get_type ( nbtsock - > incoming . private ,
struct nbtd_interface ) ;
struct wins_server * winssrv = iface - > nbtsrv - > winssrv ;
2005-02-14 12:15:24 +03:00
uint32_t ttl = wins_server_ttl ( winssrv , packet - > additional [ 0 ] . ttl ) ;
2005-02-14 08:00:22 +03:00
const char * address = packet - > additional [ 0 ] . rdata . netbios . addresses [ 0 ] . ipaddr ;
2005-11-25 18:30:35 +03:00
uint32_t modify_flags = 0 ;
2005-02-14 08:00:22 +03:00
2005-11-25 18:30:35 +03:00
rec - > expire_time = time ( NULL ) + ttl ;
2005-10-14 16:22:15 +04:00
rec - > registered_by = src - > addr ;
2005-02-14 08:00:22 +03:00
2005-11-25 18:30:35 +03:00
if ( winsdb_addr ) {
2005-12-31 00:12:15 +03:00
winsdb_addr - > wins_owner = winssrv - > wins_db - > local_owner ;
2005-11-25 18:30:35 +03:00
winsdb_addr - > expire_time = rec - > expire_time ;
}
2005-12-31 00:12:15 +03:00
if ( strcmp ( winssrv - > wins_db - > local_owner , rec - > wins_owner ) ! = 0 ) {
2005-11-25 18:30:35 +03:00
modify_flags = WINSDB_FLAG_ALLOC_VERSION | WINSDB_FLAG_TAKE_OWNERSHIP ;
}
2005-02-14 08:00:22 +03:00
DEBUG ( 5 , ( " WINS: refreshed registration of %s at %s \n " ,
nbt_name_string ( packet , rec - > name ) , address ) ) ;
2005-11-25 18:30:35 +03:00
return winsdb_modify ( winssrv - > wins_db , rec , modify_flags ) ;
}
/*
do a sgroup merge
*/
static uint8_t wins_sgroup_merge ( struct nbt_name_socket * nbtsock ,
struct nbt_name_packet * packet ,
struct winsdb_record * rec ,
const char * address ,
const struct nbt_peer_socket * src )
{
struct nbtd_interface * iface = talloc_get_type ( nbtsock - > incoming . private ,
struct nbtd_interface ) ;
struct wins_server * winssrv = iface - > nbtsrv - > winssrv ;
uint32_t ttl = wins_server_ttl ( winssrv , packet - > additional [ 0 ] . ttl ) ;
rec - > expire_time = time ( NULL ) + ttl ;
rec - > registered_by = src - > addr ;
rec - > addresses = winsdb_addr_list_add ( rec - > addresses ,
address ,
2005-12-31 00:12:15 +03:00
winssrv - > wins_db - > local_owner ,
2005-11-25 18:30:35 +03:00
rec - > expire_time ) ;
if ( rec - > addresses = = NULL ) return NBT_RCODE_SVR ;
DEBUG ( 5 , ( " WINS: sgroup merge of %s at %s \n " ,
nbt_name_string ( packet , rec - > name ) , address ) ) ;
return winsdb_modify ( winssrv - > wins_db , rec , WINSDB_FLAG_ALLOC_VERSION | WINSDB_FLAG_TAKE_OWNERSHIP ) ;
2005-02-14 08:00:22 +03:00
}
2005-12-30 15:13:46 +03:00
struct wack_state {
struct wins_server * winssrv ;
struct nbt_name_socket * nbtsock ;
struct nbt_name_packet * request_packet ;
struct winsdb_record * rec ;
struct nbt_peer_socket src ;
const char * reg_address ;
enum wrepl_name_type new_type ;
struct wins_challenge_io io ;
NTSTATUS status ;
} ;
/*
deny a registration request
*/
static void wins_wack_deny ( struct wack_state * s )
{
nbtd_name_registration_reply ( s - > nbtsock , s - > request_packet ,
& s - > src , NBT_RCODE_ACT ) ;
DEBUG ( 4 , ( " WINS: denied name registration request for %s from %s:%d \n " ,
nbt_name_string ( s , s - > rec - > name ) , s - > src . addr , s - > src . port ) ) ;
talloc_free ( s ) ;
}
/*
allow a registration request
*/
static void wins_wack_allow ( struct wack_state * s )
{
NTSTATUS status ;
uint32_t ttl = wins_server_ttl ( s - > winssrv , s - > request_packet - > additional [ 0 ] . ttl ) ;
struct winsdb_record * rec = s - > rec , * rec2 ;
uint32_t i , j ;
status = winsdb_lookup ( s - > winssrv - > wins_db , rec - > name , s , & rec2 ) ;
if ( ! NT_STATUS_IS_OK ( status ) | |
rec2 - > version ! = rec - > version | |
strcmp ( rec2 - > wins_owner , rec - > wins_owner ) ! = 0 ) {
DEBUG ( 1 , ( " WINS: record %s changed during WACK - failing registration \n " ,
nbt_name_string ( s , rec - > name ) ) ) ;
wins_wack_deny ( s ) ;
return ;
}
/*
* if the old name owner doesn ' t hold the name anymore
* handle the request as new registration for the new name owner
*/
if ( ! NT_STATUS_IS_OK ( s - > status ) ) {
uint8_t rcode ;
winsdb_delete ( s - > winssrv - > wins_db , rec ) ;
rcode = wins_register_new ( s - > nbtsock , s - > request_packet , & s - > src , s - > new_type ) ;
if ( rcode ! = NBT_RCODE_OK ) {
DEBUG ( 1 , ( " WINS: record %s failed to register as new during WACK \n " ,
nbt_name_string ( s , rec - > name ) ) ) ;
wins_wack_deny ( s ) ;
return ;
}
goto done ;
}
rec - > expire_time = time ( NULL ) + ttl ;
rec - > registered_by = s - > src . addr ;
/*
* now remove all addresses that ' re the client doesn ' t hold anymore
* and update the time stamp and owner for the ownes that are still there
*/
for ( i = 0 ; rec - > addresses [ i ] ; i + + ) {
BOOL found = False ;
for ( j = 0 ; j < s - > io . out . num_addresses ; j + + ) {
if ( strcmp ( rec - > addresses [ i ] - > address , s - > io . out . addresses [ j ] ) ! = 0 ) continue ;
found = True ;
break ;
}
if ( found ) {
2005-12-31 00:12:15 +03:00
rec - > addresses [ i ] - > wins_owner = s - > winssrv - > wins_db - > local_owner ;
2005-12-30 15:13:46 +03:00
rec - > addresses [ i ] - > expire_time = rec - > expire_time ;
continue ;
}
winsdb_addr_list_remove ( rec - > addresses , rec - > addresses [ i ] - > address ) ;
}
rec - > addresses = winsdb_addr_list_add ( rec - > addresses ,
s - > reg_address ,
2005-12-31 00:12:15 +03:00
s - > winssrv - > wins_db - > local_owner ,
2005-12-30 15:13:46 +03:00
rec - > expire_time ) ;
if ( rec - > addresses = = NULL ) goto failed ;
/* if we have more than one address, this becomes implicit a MHOMED record */
if ( winsdb_addr_list_length ( rec - > addresses ) > 1 ) {
rec - > type = WREPL_TYPE_MHOMED ;
}
winsdb_modify ( s - > winssrv - > wins_db , rec , WINSDB_FLAG_ALLOC_VERSION | WINSDB_FLAG_TAKE_OWNERSHIP ) ;
DEBUG ( 4 , ( " WINS: accepted registration of %s with address %s \n " ,
nbt_name_string ( s , rec - > name ) , s - > reg_address ) ) ;
done :
nbtd_name_registration_reply ( s - > nbtsock , s - > request_packet ,
& s - > src , NBT_RCODE_OK ) ;
failed :
talloc_free ( s ) ;
}
/*
called when a name query to a current owner completes
*/
static void wack_wins_challenge_handler ( struct composite_context * c_req )
{
struct wack_state * s = talloc_get_type ( c_req - > async . private_data ,
struct wack_state ) ;
BOOL found ;
uint32_t i ;
s - > status = wins_challenge_recv ( c_req , s , & s - > io ) ;
/*
* if the owner denies it holds the name , then allow
* the registration
*/
if ( ! NT_STATUS_IS_OK ( s - > status ) ) {
wins_wack_allow ( s ) ;
return ;
}
if ( s - > new_type = = WREPL_TYPE_GROUP | | s - > new_type = = WREPL_TYPE_SGROUP ) {
DEBUG ( 1 , ( " WINS: record %s failed to register as group type(%u) during WACK, it's still type(%u) \n " ,
nbt_name_string ( s , s - > rec - > name ) , s - > new_type , s - > rec - > type ) ) ;
wins_wack_deny ( s ) ;
return ;
}
/*
* if the owner still wants the name and doesn ' t reply
* with the address trying to be registered , then deny
* the registration
*/
found = False ;
for ( i = 0 ; i < s - > io . out . num_addresses ; i + + ) {
if ( strcmp ( s - > reg_address , s - > io . out . addresses [ i ] ) ! = 0 ) continue ;
found = True ;
break ;
}
if ( ! found ) {
wins_wack_deny ( s ) ;
return ;
}
wins_wack_allow ( s ) ;
return ;
}
/*
a client has asked to register a unique name that someone else owns . We
need to ask each of the current owners if they still want it . If they do
then reject the registration , otherwise allow it
*/
static void wins_register_wack ( struct nbt_name_socket * nbtsock ,
struct nbt_name_packet * packet ,
struct winsdb_record * rec ,
const struct nbt_peer_socket * src ,
enum wrepl_name_type new_type )
{
struct nbtd_interface * iface = talloc_get_type ( nbtsock - > incoming . private ,
struct nbtd_interface ) ;
struct wins_server * winssrv = iface - > nbtsrv - > winssrv ;
struct wack_state * s ;
struct composite_context * c_req ;
uint32_t ttl ;
s = talloc_zero ( nbtsock , struct wack_state ) ;
if ( s = = NULL ) goto failed ;
/* package up the state variables for this wack request */
s - > winssrv = winssrv ;
s - > nbtsock = nbtsock ;
s - > request_packet = talloc_steal ( s , packet ) ;
s - > rec = talloc_steal ( s , rec ) ;
s - > reg_address = packet - > additional [ 0 ] . rdata . netbios . addresses [ 0 ] . ipaddr ;
s - > new_type = new_type ;
s - > src . port = src - > port ;
s - > src . addr = talloc_strdup ( s , src - > addr ) ;
if ( s - > src . addr = = NULL ) goto failed ;
s - > io . in . nbtd_server = iface - > nbtsrv ;
s - > io . in . event_ctx = iface - > nbtsrv - > task - > event_ctx ;
s - > io . in . name = rec - > name ;
s - > io . in . num_addresses = winsdb_addr_list_length ( rec - > addresses ) ;
s - > io . in . addresses = winsdb_addr_string_list ( s , rec - > addresses ) ;
if ( s - > io . in . addresses = = NULL ) goto failed ;
/*
* send a WACK to the client , specifying the maximum time it could
* take to check with the owner , plus some slack
*/
ttl = 5 + 4 * winsdb_addr_list_length ( rec - > addresses ) ;
nbtd_wack_reply ( nbtsock , packet , src , ttl ) ;
/*
* send the challenge to the old addresses
*/
c_req = wins_challenge_send ( s , & s - > io ) ;
if ( c_req = = NULL ) goto failed ;
c_req - > async . fn = wack_wins_challenge_handler ;
c_req - > async . private_data = s ;
return ;
failed :
talloc_free ( s ) ;
nbtd_name_registration_reply ( nbtsock , packet , src , NBT_RCODE_SVR ) ;
}
2005-02-12 14:33:42 +03:00
/*
register a name
*/
static void nbtd_winsserver_register ( struct nbt_name_socket * nbtsock ,
struct nbt_name_packet * packet ,
2005-10-14 16:22:15 +04:00
const struct nbt_peer_socket * src )
2005-02-12 14:33:42 +03:00
{
2005-10-14 16:55:59 +04:00
NTSTATUS status ;
2005-02-12 14:33:42 +03:00
struct nbtd_interface * iface = talloc_get_type ( nbtsock - > incoming . private ,
struct nbtd_interface ) ;
struct wins_server * winssrv = iface - > nbtsrv - > winssrv ;
struct nbt_name * name = & packet - > questions [ 0 ] . name ;
struct winsdb_record * rec ;
2005-02-14 08:00:22 +03:00
uint8_t rcode = NBT_RCODE_OK ;
uint16_t nb_flags = packet - > additional [ 0 ] . rdata . netbios . addresses [ 0 ] . nb_flags ;
const char * address = packet - > additional [ 0 ] . rdata . netbios . addresses [ 0 ] . ipaddr ;
2005-11-25 18:30:35 +03:00
BOOL mhomed = ( ( packet - > operation & NBT_OPCODE ) = = NBT_OPCODE_MULTI_HOME_REG ) ;
enum wrepl_name_type new_type = wrepl_type ( nb_flags , name , mhomed ) ;
struct winsdb_addr * winsdb_addr = NULL ;
2005-02-12 14:33:42 +03:00
2005-12-22 11:27:10 +03:00
/*
* as a special case , the local master browser name is always accepted
* for registration , but never stored , but w2k3 stores it if it ' s registered
* as a group name , ( but a query for the 0x1D name still returns not found ! )
*/
if ( name - > type = = NBT_NAME_MASTER & & ! ( nb_flags & NBT_NM_GROUP ) ) {
2005-11-25 18:30:35 +03:00
rcode = NBT_RCODE_OK ;
2005-02-14 15:46:03 +03:00
goto done ;
}
2005-12-22 11:41:02 +03:00
/* w2k3 refuses 0x1B names with marked as group */
if ( name - > type = = NBT_NAME_PDC & & ( nb_flags & NBT_NM_GROUP ) ) {
rcode = NBT_RCODE_RFS ;
goto done ;
}
2005-10-24 19:56:04 +04:00
/* w2k3 refuses 0x1C names with out marked as group */
if ( name - > type = = NBT_NAME_LOGON & & ! ( nb_flags & NBT_NM_GROUP ) ) {
rcode = NBT_RCODE_RFS ;
goto done ;
}
2005-12-22 02:03:51 +03:00
/* w2k3 refuses 0x1E names with out marked as group */
if ( name - > type = = NBT_NAME_BROWSER & & ! ( nb_flags & NBT_NM_GROUP ) ) {
rcode = NBT_RCODE_RFS ;
goto done ;
}
2005-10-14 16:55:59 +04:00
status = winsdb_lookup ( winssrv - > wins_db , name , packet , & rec ) ;
if ( NT_STATUS_EQUAL ( NT_STATUS_OBJECT_NAME_NOT_FOUND , status ) ) {
2005-11-25 18:30:35 +03:00
rcode = wins_register_new ( nbtsock , packet , src , new_type ) ;
2005-02-14 08:00:22 +03:00
goto done ;
2005-10-14 16:55:59 +04:00
} else if ( ! NT_STATUS_IS_OK ( status ) ) {
rcode = NBT_RCODE_SVR ;
goto done ;
2005-12-22 02:03:51 +03:00
} else if ( rec - > is_static ) {
if ( rec - > type = = WREPL_TYPE_GROUP | | rec - > type = = WREPL_TYPE_SGROUP ) {
rcode = NBT_RCODE_OK ;
goto done ;
}
rcode = NBT_RCODE_ACT ;
goto done ;
2005-11-25 18:30:35 +03:00
}
if ( rec - > type = = WREPL_TYPE_GROUP ) {
if ( new_type ! = WREPL_TYPE_GROUP ) {
DEBUG ( 2 , ( " WINS: Attempt to register name %s as non normal group(%u) "
" while a normal group is already there \n " ,
nbt_name_string ( packet , name ) , new_type ) ) ;
rcode = NBT_RCODE_ACT ;
goto done ;
}
if ( rec - > state = = WREPL_STATE_ACTIVE ) {
/* TODO: is this correct? */
rcode = wins_update_ttl ( nbtsock , packet , rec , NULL , src ) ;
goto done ;
}
/* TODO: is this correct? */
2005-11-23 14:34:46 +03:00
winsdb_delete ( winssrv - > wins_db , rec ) ;
2005-11-25 18:30:35 +03:00
rcode = wins_register_new ( nbtsock , packet , src , new_type ) ;
2005-02-14 08:00:22 +03:00
goto done ;
}
2005-11-25 18:30:35 +03:00
if ( rec - > state ! = WREPL_STATE_ACTIVE ) {
winsdb_delete ( winssrv - > wins_db , rec ) ;
rcode = wins_register_new ( nbtsock , packet , src , new_type ) ;
2005-02-14 08:00:22 +03:00
goto done ;
}
2005-11-25 18:30:35 +03:00
switch ( rec - > type ) {
case WREPL_TYPE_UNIQUE :
case WREPL_TYPE_MHOMED :
/*
* if its an active unique name , and the registration is for a group , then
* see if the unique name owner still wants the name
* TODO : is this correct ?
*/
if ( new_type = = WREPL_TYPE_GROUP | | new_type = = WREPL_TYPE_GROUP ) {
2005-12-30 15:13:46 +03:00
wins_register_wack ( nbtsock , packet , rec , src , new_type ) ;
2005-11-25 18:30:35 +03:00
return ;
}
/*
* if the registration is for an address that is currently active , then
* just update the expiry time of the record and the address
* TODO : is this correct ?
*/
winsdb_addr = winsdb_addr_list_check ( rec - > addresses , address ) ;
if ( winsdb_addr ) {
rcode = wins_update_ttl ( nbtsock , packet , rec , winsdb_addr , src ) ;
goto done ;
}
/*
* we have to do a WACK to see if the current owner is willing
* to give up its claim
*/
2005-12-30 15:13:46 +03:00
wins_register_wack ( nbtsock , packet , rec , src , new_type ) ;
2005-02-14 08:00:22 +03:00
return ;
2005-02-12 14:33:42 +03:00
2005-11-25 18:30:35 +03:00
case WREPL_TYPE_GROUP :
/* this should not be reached as normal groups are handled above */
DEBUG ( 0 , ( " BUG at %s \n " , __location__ ) ) ;
rcode = NBT_RCODE_ACT ;
2005-02-14 08:00:22 +03:00
goto done ;
2005-11-25 18:30:35 +03:00
case WREPL_TYPE_SGROUP :
/* if the new record isn't also a special group, refuse the registration */
if ( new_type ! = WREPL_TYPE_SGROUP ) {
DEBUG ( 2 , ( " WINS: Attempt to register name %s as non special group(%u) "
" while a special group is already there \n " ,
nbt_name_string ( packet , name ) , new_type ) ) ;
rcode = NBT_RCODE_ACT ;
goto done ;
}
/*
* if the registration is for an address that is currently active , then
* just update the expiry time
* just update the expiry time of the record and the address
* TODO : is this correct ?
*/
winsdb_addr = winsdb_addr_list_check ( rec - > addresses , address ) ;
if ( winsdb_addr ) {
rcode = wins_update_ttl ( nbtsock , packet , rec , winsdb_addr , src ) ;
goto done ;
}
r11048: r10539@SERNOX: metze | 2005-09-27 14:59:47 +0200
fix the build for changes from SAMBA_4_0 branch
metze
r10541@SERNOX: metze | 2005-09-27 15:05:33 +0200
use a transaction when we allocate a new version
metze
r10549@SERNOX: metze | 2005-09-27 18:58:37 +0200
- add first start of wins pull replication
- we not yet apply records to our database but we fetch them correct form our partners
(we need conflict handling for this)
- we also need to filter out our own records!
metze
r10568@SERNOX: metze | 2005-09-28 11:33:04 +0200
move composite helpers to a seperate file, create a a seperate file for the conflict resolving logic
metze
r10571@SERNOX: metze | 2005-09-28 12:00:17 +0200
add forward declarations...to fix the build
metze
r10612@SERNOX: metze | 2005-09-29 16:11:06 +0200
we have a nbt_name now, and don't need to parse it
metze
r10614@SERNOX: metze | 2005-09-29 16:38:35 +0200
filter out our own records
metze
r10620@SERNOX: metze | 2005-09-29 18:07:08 +0200
- handle mutliple addresses in WREPL_REPL_SEND_REPLY
- make strings always valid talloc pointers
metze
r10621@SERNOX: metze | 2005-09-29 18:09:41 +0200
use debug level 2
metze
r10622@SERNOX: metze | 2005-09-29 18:48:05 +0200
- add one more debug message when we reply no record
- fix min max logic
metze
r10623@SERNOX: metze | 2005-09-29 20:49:06 +0200
build fixes...
metze
r10629@SERNOX: metze | 2005-09-30 00:11:41 +0200
- use seperate attributes for type, state, nodetype, is_static
... the winserver.c code needs some more updates to correctly,
create special group and multihomed registrations...
metze
r10640@SERNOX: metze | 2005-09-30 04:07:34 +0200
- add some short path for the composite helper functions
they will be used in the next commit
metze
r10642@SERNOX: metze | 2005-09-30 06:29:06 +0200
fix the build
metze
r10655@SERNOX: metze | 2005-09-30 17:36:49 +0200
- implement the WREPL_REPL_UPDATE* and WREPL_REPL_INFORM*
this includes the connection fliping into a client connection
for WREPL_REPL_UPDATE*
NOTE: I not yet found out how to get the w2k server to use INFORM against samba4
it uses inform against w2k and w2k3 but UPDATE against nt4 and samba4
what's left now is to be able to initiate INFORM and UPDATE requests to notify
our pull partners
metze
r10727@SERNOX: metze | 2005-10-05 14:11:05 +0200
fix the build
metze
r10770@SERNOX: metze | 2005-10-06 16:56:01 +0200
- move the table filling to a seperate function, will be reused later
- fix the build, wrepl_nbt_name fixes
- remove state -> update_state
metze
r10771@SERNOX: metze | 2005-10-06 17:04:48 +0200
add a function to create a wreplsrv_in_connection from a client connection
metze
r10772@SERNOX: metze | 2005-10-06 17:13:51 +0200
- make the connection code more generic to handle the pull cached connection,
push cached connection or given connections
- when we don't use a cached connection, disconnection when a pull_cycle is done
- fix the build and use the configured source ip
metze
r10773@SERNOX: metze | 2005-10-06 17:18:49 +0200
- add composite functions for push notification
metze
r10774@SERNOX: metze | 2005-10-06 17:23:46 +0200
- use periodic push notifycation, this is just for now
as it needs to be configurable and and be triggered when the local database
has changes since the last notify
- I also need to work out how to decide if the partner supports
persistent connections and WREPL_REPL_INFORM* messages
metze
r10923@SERNOX: metze | 2005-10-12 16:52:34 +0200
fix the build becuse of conflicts with main SAMBA_4_0 tree
metze
(This used to be commit 6d97dd6e50423758d081459ec551f4e04dfd818d)
2005-10-14 17:02:00 +04:00
2005-11-25 18:30:35 +03:00
rcode = wins_sgroup_merge ( nbtsock , packet , rec , address , src ) ;
2005-02-14 12:15:24 +03:00
goto done ;
2005-02-14 08:00:22 +03:00
}
done :
2005-10-14 16:22:15 +04:00
nbtd_name_registration_reply ( nbtsock , packet , src , rcode ) ;
2005-02-12 14:33:42 +03:00
}
/*
query a name
*/
2005-02-12 02:54:37 +03:00
static void nbtd_winsserver_query ( struct nbt_name_socket * nbtsock ,
struct nbt_name_packet * packet ,
2005-10-14 16:22:15 +04:00
const struct nbt_peer_socket * src )
2005-02-12 02:54:37 +03:00
{
2005-10-14 16:55:59 +04:00
NTSTATUS status ;
2005-02-12 14:33:42 +03:00
struct nbtd_interface * iface = talloc_get_type ( nbtsock - > incoming . private ,
struct nbtd_interface ) ;
struct wins_server * winssrv = iface - > nbtsrv - > winssrv ;
struct nbt_name * name = & packet - > questions [ 0 ] . name ;
struct winsdb_record * rec ;
2005-12-29 21:54:16 +03:00
struct winsdb_record * rec_1b = NULL ;
2005-10-14 16:49:55 +04:00
const char * * addresses ;
2005-12-29 21:54:16 +03:00
const char * * addresses_1b = NULL ;
2005-10-14 18:02:47 +04:00
uint16_t nb_flags = 0 ; /* TODO: ... */
2005-02-12 14:33:42 +03:00
2005-12-22 11:27:10 +03:00
if ( name - > type = = NBT_NAME_MASTER ) {
goto notfound ;
}
2005-12-29 21:54:16 +03:00
/*
* w2k3 returns the first address of the 0x1B record as first address
* to a 0x1C query
*/
if ( name - > type = = NBT_NAME_LOGON ) {
struct nbt_name name_1b ;
name_1b = * name ;
name_1b . type = NBT_NAME_PDC ;
status = winsdb_lookup ( winssrv - > wins_db , & name_1b , packet , & rec_1b ) ;
if ( NT_STATUS_IS_OK ( status ) ) {
addresses_1b = winsdb_addr_string_list ( packet , rec_1b - > addresses ) ;
}
}
2005-10-14 16:55:59 +04:00
status = winsdb_lookup ( winssrv - > wins_db , name , packet , & rec ) ;
2005-11-25 16:43:12 +03:00
if ( ! NT_STATUS_IS_OK ( status ) ) {
2005-12-31 13:41:59 +03:00
if ( ! lp_wins_dns_proxy ( ) ) {
goto notfound ;
}
if ( name - > type ! = NBT_NAME_CLIENT & & name - > type ! = NBT_NAME_SERVER ) {
goto notfound ;
}
nbtd_wins_dns_proxy_query ( nbtsock , packet , src ) ;
return ;
2005-02-12 14:33:42 +03:00
}
2005-02-12 02:54:37 +03:00
2005-11-25 16:43:12 +03:00
/*
* for group ' s we always reply with
* 255.255 .255 .255 as address , even if
* the record is released or tombstoned
*/
2005-10-14 18:02:47 +04:00
if ( rec - > type = = WREPL_TYPE_GROUP ) {
2005-12-31 14:19:18 +03:00
addresses = str_list_add ( NULL , " 255.255.255.255 " ) ;
talloc_steal ( packet , addresses ) ;
if ( ! addresses ) {
goto notfound ;
2005-10-14 16:56:26 +04:00
}
2005-11-25 16:43:12 +03:00
goto found ;
2005-10-14 16:49:55 +04:00
}
2005-11-25 16:43:12 +03:00
if ( rec - > state ! = WREPL_STATE_ACTIVE ) {
goto notfound ;
}
addresses = winsdb_addr_string_list ( packet , rec - > addresses ) ;
if ( ! addresses ) {
goto notfound ;
}
2005-12-28 07:55:53 +03:00
2005-12-29 21:54:16 +03:00
/*
* if addresses_1b isn ' t NULL , we have a 0x1C query and need to return the
* first 0x1B address as first address
*/
if ( addresses_1b & & addresses_1b [ 0 ] ) {
const char * * addresses_1c = addresses ;
uint32_t i ;
addresses = str_list_add ( NULL , addresses_1b [ 0 ] ) ;
if ( ! addresses ) {
goto notfound ;
}
talloc_steal ( packet , addresses ) ;
for ( i = 0 ; addresses_1c [ i ] ; i + + ) {
if ( strcmp ( addresses_1b [ 0 ] , addresses_1c [ i ] ) = = 0 ) continue ;
addresses = str_list_add ( addresses , addresses_1c [ i ] ) ;
if ( ! addresses ) {
goto notfound ;
}
}
}
2005-11-25 16:43:12 +03:00
found :
2005-10-14 16:22:15 +04:00
nbtd_name_query_reply ( nbtsock , packet , src , name ,
2005-10-14 18:02:47 +04:00
0 , nb_flags , addresses ) ;
2005-11-25 16:43:12 +03:00
return ;
notfound :
nbtd_negative_name_query_reply ( nbtsock , packet , src ) ;
2005-02-12 02:54:37 +03:00
}
2005-02-12 14:33:42 +03:00
/*
release a name
*/
2005-02-12 02:54:37 +03:00
static void nbtd_winsserver_release ( struct nbt_name_socket * nbtsock ,
struct nbt_name_packet * packet ,
2005-10-14 16:22:15 +04:00
const struct nbt_peer_socket * src )
2005-02-12 02:54:37 +03:00
{
2005-10-14 16:55:59 +04:00
NTSTATUS status ;
2005-02-12 14:33:42 +03:00
struct nbtd_interface * iface = talloc_get_type ( nbtsock - > incoming . private ,
struct nbtd_interface ) ;
struct wins_server * winssrv = iface - > nbtsrv - > winssrv ;
struct nbt_name * name = & packet - > questions [ 0 ] . name ;
struct winsdb_record * rec ;
2005-11-25 16:43:12 +03:00
uint32_t modify_flags = 0 ;
uint8_t ret ;
2005-02-12 14:33:42 +03:00
2005-12-22 12:37:21 +03:00
if ( name - > type = = NBT_NAME_MASTER ) {
goto done ;
}
2005-10-14 16:55:59 +04:00
status = winsdb_lookup ( winssrv - > wins_db , name , packet , & rec ) ;
2005-11-25 16:43:12 +03:00
if ( ! NT_STATUS_IS_OK ( status ) ) {
goto done ;
}
2005-12-22 11:13:17 +03:00
if ( rec - > is_static ) {
if ( rec - > type = = WREPL_TYPE_UNIQUE | | rec - > type = = WREPL_TYPE_MHOMED ) {
goto done ;
}
nbtd_name_release_reply ( nbtsock , packet , src , NBT_RCODE_ACT ) ;
return ;
}
2005-11-25 16:43:12 +03:00
if ( rec - > state ! = WREPL_STATE_ACTIVE ) {
goto done ;
}
/*
* TODO : do we need to check if
* src - > addr matches packet - > additional [ 0 ] . rdata . netbios . addresses [ 0 ] . ipaddr
* here ?
*/
/*
* we only allow releases from an owner - other releases are
* silently ignored
*/
if ( ! winsdb_addr_list_check ( rec - > addresses , src - > addr ) ) {
2005-02-14 12:15:24 +03:00
goto done ;
}
2005-11-25 16:43:12 +03:00
DEBUG ( 4 , ( " WINS: released name %s from %s \n " , nbt_name_string ( rec , rec - > name ) , src - > addr ) ) ;
2005-02-14 12:15:24 +03:00
2005-11-25 16:43:12 +03:00
switch ( rec - > type ) {
case WREPL_TYPE_UNIQUE :
rec - > state = WREPL_STATE_RELEASED ;
break ;
case WREPL_TYPE_GROUP :
rec - > state = WREPL_STATE_RELEASED ;
break ;
case WREPL_TYPE_SGROUP :
winsdb_addr_list_remove ( rec - > addresses , src - > addr ) ;
/* TODO: do we need to take the ownership here? */
if ( winsdb_addr_list_length ( rec - > addresses ) = = 0 ) {
rec - > state = WREPL_STATE_RELEASED ;
}
break ;
case WREPL_TYPE_MHOMED :
winsdb_addr_list_remove ( rec - > addresses , src - > addr ) ;
/* TODO: do we need to take the ownership here? */
if ( winsdb_addr_list_length ( rec - > addresses ) = = 0 ) {
r11048: r10539@SERNOX: metze | 2005-09-27 14:59:47 +0200
fix the build for changes from SAMBA_4_0 branch
metze
r10541@SERNOX: metze | 2005-09-27 15:05:33 +0200
use a transaction when we allocate a new version
metze
r10549@SERNOX: metze | 2005-09-27 18:58:37 +0200
- add first start of wins pull replication
- we not yet apply records to our database but we fetch them correct form our partners
(we need conflict handling for this)
- we also need to filter out our own records!
metze
r10568@SERNOX: metze | 2005-09-28 11:33:04 +0200
move composite helpers to a seperate file, create a a seperate file for the conflict resolving logic
metze
r10571@SERNOX: metze | 2005-09-28 12:00:17 +0200
add forward declarations...to fix the build
metze
r10612@SERNOX: metze | 2005-09-29 16:11:06 +0200
we have a nbt_name now, and don't need to parse it
metze
r10614@SERNOX: metze | 2005-09-29 16:38:35 +0200
filter out our own records
metze
r10620@SERNOX: metze | 2005-09-29 18:07:08 +0200
- handle mutliple addresses in WREPL_REPL_SEND_REPLY
- make strings always valid talloc pointers
metze
r10621@SERNOX: metze | 2005-09-29 18:09:41 +0200
use debug level 2
metze
r10622@SERNOX: metze | 2005-09-29 18:48:05 +0200
- add one more debug message when we reply no record
- fix min max logic
metze
r10623@SERNOX: metze | 2005-09-29 20:49:06 +0200
build fixes...
metze
r10629@SERNOX: metze | 2005-09-30 00:11:41 +0200
- use seperate attributes for type, state, nodetype, is_static
... the winserver.c code needs some more updates to correctly,
create special group and multihomed registrations...
metze
r10640@SERNOX: metze | 2005-09-30 04:07:34 +0200
- add some short path for the composite helper functions
they will be used in the next commit
metze
r10642@SERNOX: metze | 2005-09-30 06:29:06 +0200
fix the build
metze
r10655@SERNOX: metze | 2005-09-30 17:36:49 +0200
- implement the WREPL_REPL_UPDATE* and WREPL_REPL_INFORM*
this includes the connection fliping into a client connection
for WREPL_REPL_UPDATE*
NOTE: I not yet found out how to get the w2k server to use INFORM against samba4
it uses inform against w2k and w2k3 but UPDATE against nt4 and samba4
what's left now is to be able to initiate INFORM and UPDATE requests to notify
our pull partners
metze
r10727@SERNOX: metze | 2005-10-05 14:11:05 +0200
fix the build
metze
r10770@SERNOX: metze | 2005-10-06 16:56:01 +0200
- move the table filling to a seperate function, will be reused later
- fix the build, wrepl_nbt_name fixes
- remove state -> update_state
metze
r10771@SERNOX: metze | 2005-10-06 17:04:48 +0200
add a function to create a wreplsrv_in_connection from a client connection
metze
r10772@SERNOX: metze | 2005-10-06 17:13:51 +0200
- make the connection code more generic to handle the pull cached connection,
push cached connection or given connections
- when we don't use a cached connection, disconnection when a pull_cycle is done
- fix the build and use the configured source ip
metze
r10773@SERNOX: metze | 2005-10-06 17:18:49 +0200
- add composite functions for push notification
metze
r10774@SERNOX: metze | 2005-10-06 17:23:46 +0200
- use periodic push notifycation, this is just for now
as it needs to be configurable and and be triggered when the local database
has changes since the last notify
- I also need to work out how to decide if the partner supports
persistent connections and WREPL_REPL_INFORM* messages
metze
r10923@SERNOX: metze | 2005-10-12 16:52:34 +0200
fix the build becuse of conflicts with main SAMBA_4_0 tree
metze
(This used to be commit 6d97dd6e50423758d081459ec551f4e04dfd818d)
2005-10-14 17:02:00 +04:00
rec - > state = WREPL_STATE_RELEASED ;
2005-02-14 12:15:24 +03:00
}
2005-11-25 16:43:12 +03:00
break ;
2005-02-12 14:33:42 +03:00
}
2005-12-14 11:38:25 +03:00
if ( rec - > state = = WREPL_STATE_RELEASED ) {
2006-01-03 23:03:51 +03:00
/*
* if we ' re not the owner , we need to take the owner ship
* and make the record tombstone , but expire after
* tombstone_interval + tombstone_timeout and not only after tombstone_timeout
* like for normal tombstone records .
* This is to replicate the record directly to the original owner ,
* where the record is still active
*/
if ( strcmp ( rec - > wins_owner , winssrv - > wins_db - > local_owner ) = = 0 ) {
rec - > expire_time = time ( NULL ) + winssrv - > config . tombstone_interval ;
} else {
rec - > state = WREPL_STATE_TOMBSTONE ;
rec - > expire_time = time ( NULL ) +
winssrv - > config . tombstone_interval +
winssrv - > config . tombstone_timeout ;
modify_flags = WINSDB_FLAG_ALLOC_VERSION | WINSDB_FLAG_TAKE_OWNERSHIP ;
}
2005-12-14 11:38:25 +03:00
}
2005-11-25 16:43:12 +03:00
ret = winsdb_modify ( winssrv - > wins_db , rec , modify_flags ) ;
if ( ret ! = NBT_RCODE_OK ) {
DEBUG ( 1 , ( " WINS: FAILED: released name %s at %s: error:%u \n " ,
nbt_name_string ( rec , rec - > name ) , src - > addr , ret ) ) ;
}
2005-02-14 12:15:24 +03:00
done :
2005-02-12 14:33:42 +03:00
/* we match w2k3 by always giving a positive reply to name releases. */
2005-10-14 16:22:15 +04:00
nbtd_name_release_reply ( nbtsock , packet , src , NBT_RCODE_OK ) ;
2005-02-12 02:54:37 +03:00
}
2005-01-31 04:57:58 +03:00
/*
answer a name query
*/
2005-02-12 02:54:37 +03:00
void nbtd_winsserver_request ( struct nbt_name_socket * nbtsock ,
struct nbt_name_packet * packet ,
2005-10-14 16:22:15 +04:00
const struct nbt_peer_socket * src )
2005-02-12 02:54:37 +03:00
{
2005-02-12 14:33:42 +03:00
struct nbtd_interface * iface = talloc_get_type ( nbtsock - > incoming . private ,
struct nbtd_interface ) ;
struct wins_server * winssrv = iface - > nbtsrv - > winssrv ;
if ( ( packet - > operation & NBT_FLAG_BROADCAST ) | | winssrv = = NULL ) {
2005-02-12 02:54:37 +03:00
return ;
}
switch ( packet - > operation & NBT_OPCODE ) {
case NBT_OPCODE_QUERY :
2005-10-14 16:22:15 +04:00
nbtd_winsserver_query ( nbtsock , packet , src ) ;
2005-02-12 02:54:37 +03:00
break ;
case NBT_OPCODE_REGISTER :
case NBT_OPCODE_REFRESH :
case NBT_OPCODE_REFRESH2 :
case NBT_OPCODE_MULTI_HOME_REG :
2005-10-14 16:22:15 +04:00
nbtd_winsserver_register ( nbtsock , packet , src ) ;
2005-02-12 02:54:37 +03:00
break ;
case NBT_OPCODE_RELEASE :
2005-10-14 16:22:15 +04:00
nbtd_winsserver_release ( nbtsock , packet , src ) ;
2005-02-12 02:54:37 +03:00
break ;
}
}
/*
startup the WINS server , if configured
*/
NTSTATUS nbtd_winsserver_init ( struct nbtd_server * nbtsrv )
2005-01-31 04:57:58 +03:00
{
2006-01-03 23:03:51 +03:00
uint32_t tmp ;
2005-12-14 11:38:25 +03:00
2005-02-12 02:54:37 +03:00
if ( ! lp_wins_support ( ) ) {
2005-02-12 14:33:42 +03:00
nbtsrv - > winssrv = NULL ;
2005-02-12 02:54:37 +03:00
return NT_STATUS_OK ;
2005-01-31 20:16:45 +03:00
}
2005-02-12 02:54:37 +03:00
2005-10-14 16:47:57 +04:00
nbtsrv - > winssrv = talloc_zero ( nbtsrv , struct wins_server ) ;
2005-02-12 14:33:42 +03:00
NT_STATUS_HAVE_NO_MEMORY ( nbtsrv - > winssrv ) ;
2005-12-14 11:38:25 +03:00
nbtsrv - > winssrv - > config . max_renew_interval = lp_max_wins_ttl ( ) ;
nbtsrv - > winssrv - > config . min_renew_interval = lp_min_wins_ttl ( ) ;
2006-01-03 23:03:51 +03:00
tmp = lp_parm_int ( - 1 , " wreplsrv " , " tombstone_interval " , 6 * 24 * 60 * 60 ) ;
nbtsrv - > winssrv - > config . tombstone_interval = tmp ;
tmp = lp_parm_int ( - 1 , " wreplsrv " , " tombstone_timeout " , 1 * 24 * 60 * 60 ) ;
nbtsrv - > winssrv - > config . tombstone_timeout = tmp ;
2005-10-14 16:47:57 +04:00
nbtsrv - > winssrv - > wins_db = winsdb_connect ( nbtsrv - > winssrv ) ;
if ( ! nbtsrv - > winssrv - > wins_db ) {
return NT_STATUS_INTERNAL_DB_ERROR ;
}
2005-02-12 02:54:37 +03:00
2005-07-19 13:28:46 +04:00
irpc_add_name ( nbtsrv - > task - > msg_ctx , " wins_server " ) ;
2005-10-14 16:47:57 +04:00
return NT_STATUS_OK ;
2005-01-31 04:57:58 +03:00
}