tinc/src
Guus Sliepen ac48c4ee8c Fix check for raw socket support.
Also, move some variables so there are no compiler warnings about unused
variables when there is no support for raw sockets.
2012-02-21 14:06:55 +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 Rename connection_t *broadcast to everyone. 2012-02-20 17:12:48 +01:00
connection.h Rename connection_t *broadcast to everyone. 2012-02-20 17:12:48 +01: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 Rename connection_t *broadcast to everyone. 2012-02-20 17:12:48 +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 Fix a bug that caused tinc to ignore all but the last listening socket. 2012-02-21 13:31:21 +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 Rename connection_t *broadcast to everyone. 2012-02-20 17:12:48 +01:00
protocol.h Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02:00
protocol_auth.c Rename connection_t *broadcast to everyone. 2012-02-20 17:12:48 +01:00
protocol_edge.c Rename connection_t *broadcast to everyone. 2012-02-20 17:12:48 +01:00
protocol_key.c Rename connection_t *broadcast to everyone. 2012-02-20 17:12:48 +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 Fix check for raw socket support. 2012-02-21 14:06:55 +01:00
route.c Allow disabling of broadcast packets. 2012-02-20 17:19:00 +01:00
route.h Allow disabling of broadcast packets. 2012-02-20 17:19:00 +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 Document the command line flag -o and provide --option as well. 2012-02-21 13:13:40 +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