tinc/src
Guus Sliepen cff5a844a3 Don't bind outgoing TCP sockets anymore.
The code introduced in commit 41a05f59ba is not
needed anymore, since tinc has been able to handle UDP packets from a different
source address than those of the TCP packets since 1.0.10.  When using multiple
BindToAddress statements, this code does not make sense anymore, we do want the
kernel to choose the source address on its own.
2012-02-20 16:52:53 +01:00
..
bsd Set FD_CLOEXEC flag on all sockets. 2012-02-17 16:13:38 +01:00
cygwin Allow linking with multiple device drivers. 2011-12-04 01:20:59 +01:00
linux Allow setting DeviceType to tun or tap on Linux. 2012-02-18 14:37:52 +01:00
mingw Allow linking with multiple device drivers. 2011-12-04 01:20:59 +01:00
solaris Set FD_CLOEXEC flag on all sockets. 2012-02-17 16:13:38 +01:00
conf.c Remove a few unnecessary #includes. 2011-05-28 23:46:56 +02:00
conf.h Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02:00
connection.c Remove a few unnecessary #includes. 2011-05-28 23:46:56 +02:00
connection.h Remove a few unnecessary #includes. 2011-05-28 23:46:56 +02:00
device.h Allow linking with multiple device drivers. 2011-12-04 01:20:59 +01:00
dummy_device.c Allow linking with multiple device drivers. 2011-12-04 01:20:59 +01: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 Nearly tickless tinc. 2011-06-04 11:19:46 +02:00
event.h Nearly tickless tinc. 2011-06-04 11:19:46 +02:00
graph.c Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02:00
graph.h Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02:00
logger.c Improved --logfile option. 2011-06-06 16:26:11 +02:00
logger.h Improved --logfile option. 2011-06-06 16:26:11 +02:00
Makefile.am Allow linking with multiple device drivers. 2011-12-04 01:20:59 +01: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 Allow linking with multiple device drivers. 2011-12-04 01:20:59 +01:00
net.h Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02:00
net_packet.c Send packets back using the same socket as they were received on. 2012-02-18 11:48:21 +01:00
net_setup.c Decrement TTL of incoming packets. 2012-02-20 16:34:02 +01:00
net_socket.c Don't bind outgoing TCP sockets anymore. 2012-02-20 16:52:53 +01:00
netutl.c Update THANKS and copyright information. 2011-05-08 21:22:20 +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 Remove newlines from log messages. 2011-05-28 23:42:18 +02:00
node.h Send packets back using the same socket as they were received on. 2012-02-18 11:48:21 +01:00
process.c Allow linking with multiple device drivers. 2011-12-04 01:20:59 +01:00
process.h Fix all warnings when compiling with mingw64. 2010-05-01 15:39:59 +02:00
protocol.c Nearly tickless tinc. 2011-06-04 11:19:46 +02:00
protocol.h Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02:00
protocol_auth.c Use variable length arrays instead of alloca(). 2010-11-13 15:55:38 +01:00
protocol_edge.c Detect and prevent two nodes with the same Name being on the VPN simultaneously. 2010-06-04 14:53:52 +02:00
protocol_key.c Fix a few small memory leaks. 2011-12-03 21:59:47 +01:00
protocol_misc.c Flush output buffer in send_tcppacket(). 2011-07-17 19:34:01 +02:00
protocol_subnet.c Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02:00
raw_socket_device.c Only compile raw socket code when it is supported on that platform. 2012-02-20 15:44:52 +01:00
route.c Decrement TTL of incoming packets. 2012-02-20 16:34:02 +01:00
route.h Decrement TTL of incoming packets. 2012-02-20 16:34:02 +01:00
subnet.c Fix a few small memory leaks. 2011-12-03 21:59:47 +01:00
subnet.h Reload Subnets when getting a HUP signal and StrictSubnets is used. 2010-04-11 00:50:42 +02:00
tincd.c Allow linking with multiple device drivers. 2011-12-04 01:20:59 +01:00
uml_device.c Set FD_CLOEXEC flag on all sockets. 2012-02-17 16:13:38 +01:00
vde_device.c Set FD_CLOEXEC flag on all sockets. 2012-02-17 16:13:38 +01:00