1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-21 20:23:50 +03:00
Commit Graph

20 Commits

Author SHA1 Message Date
Jelmer Vernooij
13cc6ca1d3 r26670: Janitorial: Remove global_loadparm uses. 2008-01-05 09:42:02 -06:00
Jelmer Vernooij
e1d177c8c1 r26426: Remove uses of global_loadparm. 2007-12-21 05:49:52 +01:00
Jelmer Vernooij
2833f320de r26409: Pass smb ports along. 2007-12-21 05:49:42 +01:00
Jelmer Vernooij
f933b43621 r26408: Remove use of global_loadparm. 2007-12-21 05:49:39 +01:00
Jelmer Vernooij
7de55cde7c r26309: Move specification of port higher up the all stack. 2007-12-21 05:48:21 +01:00
Jelmer Vernooij
ac83dbf199 r25546: Convert to standard bool type. 2007-10-10 15:07:52 -05:00
Andrew Tridgell
fcf38a38ac r23792: convert Samba4 to GPLv3
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
2007-10-10 14:59:12 -05:00
Stefan Metzmacher
0e7b224294 r14709: allways use the unicast socket of the interface, when reply to DGRAM
requests...

this fixes a bug where I thought windows would try KRB5 via broadcast...

metze
2007-10-10 13:59:11 -05:00
Stefan Metzmacher
5cc955bf54 r12607: fix the build
metze
2007-10-10 13:49:03 -05:00
Stefan Metzmacher
037b5d9f36 r12606: - fix multihomed registrations
always remove the addresses which are no longer valid
- use the wins_challenge_send/recv calls which are also used by the replication
  challenge

metze
2007-10-10 13:49:03 -05:00
Stefan Metzmacher
f251c57096 r12217: add my copyright
metze
2007-10-10 13:47:20 -05:00
Stefan Metzmacher
d7d14cb2bd r12022: add NBTD IRPC proxy calls for wins challenge and wins release demand,
used for replication conflicts

metze
2007-10-10 13:47:00 -05:00
Stefan Metzmacher
a5bced92a9 r11913: if we have a UNIQUE name with more than 1 address,
it becomes implicit an MHOMED record

metze
2007-10-10 13:46:48 -05:00
Stefan Metzmacher
a80280e061 r11912: fix nbt_name_registration, there's still some minor stuff todo,
e.g. to return the first address of the 0x1B address as first
     address in the 0x1C reply, and handle sgroup merge overflow
     of 25 addresses

metze
2007-10-10 13:46:48 -05:00
Stefan Metzmacher
0ffea2a7b8 r11877: - give winsdb_add/modify/delete() ldb_context as first argument
and add a flags argument to add and modify,the current flags are:

  WINSDB_FLAG_ALLOC_VERSION to allocate a new version id for the record
  WINSDB_FLAG_TAKE_OWNERSHIP to take the become the wins owner of the record
- fix handling of records with no addresses, this is valid for MHOMED and SGROUP
  records when they're not in ACTIVE state

metze
2007-10-10 13:46:39 -05:00
Stefan Metzmacher
82bad3f3ef r11040: r10357@SERNOX: metze | 2005-09-20 21:28:11 +0200
- as the old records are broken sinse the last winsdb_dn() changes, (the dn components order was reversed)
   we can use nicer attribute and objectClass names...

 - use much more verbose error handling for winsdb_*
 - print a debug message when we found a corrupted record

 metze
2007-10-10 13:42:34 -05:00
Stefan Metzmacher
752025a0e1 r11027: r10319@SERNOX: metze | 2005-09-19 18:31:23 +0200
- store the wins owner on the record and the wins owner and expire time on each address
 - we use "0.0.0.0" to mark entries which are registered at the local wins server
 - we use this ldif-format:
 address: 172.31.9.1;winsOwner:0.0.0.0;expireTime:20050923032337.0Z
 address: 172.31.1.1;winsOwner:172.31.9.202;expireTime:20050923032330.0Z

 metze
2007-10-10 13:42:16 -05:00
Stefan Metzmacher
72eba90465 r11026: r10318@SERNOX: metze | 2005-09-19 16:38:15 +0200
move to struct winsdb_addr, (I'll add expiry_time and the wins_owner later

 tridge: can you please review the new winsdb_addr_* functions carefull, look for off-by-one bugs, etc.

 metze
2007-10-10 13:42:16 -05:00
Stefan Metzmacher
a599d7a4ae r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200
add struct nbt_peer_socket and use it instead of passing const char *addr, uint16 port everyhwere

 (tridge: can you review this please, (make test works)

 metze
2007-10-10 13:39:52 -05:00
Andrew Tridgell
0bb997127f r5454: moved the WINS server code into its own directory 2007-10-10 13:10:48 -05:00