tinc/src
Guus Sliepen 5038964032 Add the StrictSubnets option.
When this option is enabled, tinc will not accept dynamic updates of Subnets
from other nodes, but will only use Subnets read from local host config files
to build its routing table.
2010-03-02 00:18:44 +01: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 Simplify reading lines from configuration files. 2010-03-01 23:35:02 +01:00
conf.h Simplify reading lines from configuration files. 2010-03-01 23:35:02 +01:00
connection.c Preload all Subnets in TunnelServer mode. 2010-03-01 23:44:56 +01:00
connection.h Update copyright notices. 2010-02-02 22:49:21 +01: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 Update copyright notices. 2010-02-02 22:49:21 +01: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 Add the StrictSubnets option. 2010-03-02 00:18:44 +01:00
net.h Fix a possible crash when sending the HUP signal. 2009-10-20 22:14:47 +02:00
net_packet.c Add --disable-zlib configure option 2010-02-10 16:47:52 +01:00
net_setup.c Add the StrictSubnets option. 2010-03-02 00:18:44 +01:00
net_socket.c Update copyright notices. 2010-02-02 22:49:21 +01: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 Update copyright notices. 2010-02-02 22:49:21 +01: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 Add the StrictSubnets option. 2010-03-02 00:18:44 +01:00
protocol.h Add the StrictSubnets option. 2010-03-02 00:18:44 +01:00
protocol_auth.c Update copyright notices. 2010-02-02 22:49:21 +01: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 Ensure peers with a meta connection always have our key. 2010-02-03 11:18:46 +01:00
protocol_misc.c Drop support for localisation. 2009-09-25 00:54:07 +02:00
protocol_subnet.c Add the StrictSubnets option. 2010-03-02 00:18:44 +01:00
route.c Clamp MSS to miminum MTU in both directions. 2010-02-28 18:20:13 +01: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 Update copyright notices. 2010-02-02 22:49:21 +01: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 --disable-lzo configure option 2010-02-10 16:47:52 +01:00