tinc/src
Guus Sliepen 92aefd25bf When learning MAC addresses, only check our own Subnets for previous entries.
Before it would check all addresses, and not learn an address if another node
already claimed that address. This caused fast roaming to fail, the code from
commit 6f6f426b35 was never triggered.
2009-11-28 11:52:23 +00:00
..
bsd Remove debugging message when reading packets from a BSD device. 2009-10-12 23:51:57 +02:00
cygwin Drop support for localisation. 2009-09-25 00:54:07 +02:00
dummy Add dummy device. 2009-10-24 16:05:12 +02:00
linux Drop support for localisation. 2009-09-25 00:54:07 +02:00
mingw Drop support for localisation. 2009-09-25 00:54:07 +02:00
raw_socket Drop support for localisation. 2009-09-25 00:54:07 +02:00
solaris Removed last gettext function. 2009-10-03 13:06:00 +02:00
uml_socket Drop support for localisation. 2009-09-25 00:54:07 +02:00
conf.c Drop support for localisation. 2009-09-25 00:54:07 +02:00
conf.h Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
connection.c Use uint32_t instead of long int for connection options. 2009-10-24 16:15:24 +02:00
connection.h Use uint32_t instead of long int for connection options. 2009-10-24 16:15:24 +02:00
device.h Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
edge.c Use uint32_t instead of long int for connection options. 2009-10-24 16:15:24 +02:00
edge.h Use uint32_t instead of long int for connection options. 2009-10-24 16:15:24 +02:00
event.c Remove checkpoint tracing. 2009-09-25 00:33:04 +02:00
event.h Fix a possible crash when sending the HUP signal. 2009-10-20 22:14:47 +02:00
graph.c Drop support for localisation. 2009-09-25 00:54:07 +02:00
graph.h Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
logger.c Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
logger.h Use the event log under Windows. 2003-08-17 09:04:00 +00:00
Makefile.am Remove localedir leftovers. 2009-10-24 23:46:11 +02:00
meta.c Move socket error interpretation to utils.h. 2009-10-25 01:40:07 +02:00
meta.h Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
net.c Move socket error interpretation to utils.h. 2009-10-25 01:40:07 +02:00
net.h Fix a possible crash when sending the HUP signal. 2009-10-20 22:14:47 +02:00
net_packet.c Move socket error interpretation to utils.h. 2009-10-25 01:40:07 +02:00
net_setup.c Fix a possible crash when sending the HUP signal. 2009-10-20 22:14:47 +02:00
net_socket.c Move socket error interpretation to utils.h. 2009-10-25 01:40:07 +02:00
netutl.c Drop support for localisation. 2009-09-25 00:54:07 +02:00
netutl.h Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
node.c Use uint32_t instead of long int for connection options. 2009-10-24 16:15:24 +02:00
node.h Use uint32_t instead of long int for connection options. 2009-10-24 16:15:24 +02:00
process.c Start a tinc service if it already exists. 2009-11-01 15:57:28 +01:00
process.h Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
protocol.c Drop support for localisation. 2009-09-25 00:54:07 +02:00
protocol.h Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
protocol_auth.c Use uint32_t instead of long int for connection options. 2009-10-24 16:15:24 +02:00
protocol_edge.c Use uint32_t instead of long int for connection options. 2009-10-24 16:15:24 +02:00
protocol_key.c Drop support for localisation. 2009-09-25 00:54:07 +02:00
protocol_misc.c Drop support for localisation. 2009-09-25 00:54:07 +02:00
protocol_subnet.c Fast handoff of roaming MAC addresses. 2009-10-27 23:53:49 +01:00
route.c When learning MAC addresses, only check our own Subnets for previous entries. 2009-11-28 11:52:23 +00:00
route.h Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
subnet.c When learning MAC addresses, only check our own Subnets for previous entries. 2009-11-28 11:52:23 +00:00
subnet.h When learning MAC addresses, only check our own Subnets for previous entries. 2009-11-28 11:52:23 +00:00
tincd.c Add more authors to the copyright headers. 2009-09-25 21:14:56 +02:00