tinc/src
2012-07-12 11:25:11 +02:00
..
bsd Use /dev/tap0 by default on FreeBSD and NetBSD when using Mode = switch. 2012-07-12 11:25:11 +02:00
cygwin Allow linking with multiple device drivers. 2011-12-04 01:20:59 +01:00
linux Fix compiler warnings. 2012-06-25 19:01:51 +02: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 Update copyright notices. 2012-03-10 13:23:08 +01:00
conf.h Update copyright notices. 2012-03-10 13:23:08 +01:00
connection.c Always try next Address when an outgoing connection fails to authenticate. 2012-03-20 23:49:16 +01:00
connection.h Always try next Address when an outgoing connection fails to authenticate. 2012-03-20 23:49:16 +01:00
device.h Releasing 1.0.18. 2012-03-25 15:32:26 +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 Update copyright notices. 2012-03-10 13:23:08 +01:00
graph.h Update copyright notices. 2012-03-10 13:23:08 +01:00
logger.c Remove newline from log message. 2012-03-26 14:45:20 +01:00
logger.h Improved --logfile option. 2011-06-06 16:26:11 +02:00
Makefile.am Add support for multicast communication with UML/QEMU/KVM. 2012-03-21 17:00:53 +01:00
meta.c Add basic support for SOCKS 4 and HTTP CONNECT proxies. 2012-04-18 23:19:40 +02:00
meta.h Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
multicast_device.c Fix some more compiler warnings. 2012-03-25 14:46:50 +01:00
net.c Fix some more compiler warnings. 2012-03-25 14:46:50 +01:00
net.h Add basic support for SOCKS 4 and HTTP CONNECT proxies. 2012-04-18 23:19:40 +02:00
net_packet.c Fix crash when using Broadcast = direct. 2012-06-25 19:03:54 +02:00
net_setup.c Add support for SOCKS 5 proxies. 2012-04-19 14:10:54 +02:00
net_socket.c Fix compiler warnings. 2012-06-25 19:01:51 +02:00
netutl.c Add support for proxying through an external command. 2012-04-19 15:18:31 +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 Update copyright notices. 2012-03-10 13:23:08 +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 Add basic support for SOCKS 4 and HTTP CONNECT proxies. 2012-04-18 23:19:40 +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 Add support for proxying through an external command. 2012-04-19 15:18:31 +02:00
protocol_edge.c Update copyright notices. 2012-03-10 13:23:08 +01:00
protocol_key.c Update copyright notices. 2012-03-10 13:23:08 +01:00
protocol_misc.c Releasing 1.0.18. 2012-03-25 15:32:26 +01: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 broadcast packets to be sent directly instead of via the MST. 2012-04-16 01:57:25 +02:00
route.h Allow broadcast packets to be sent directly instead of via the MST. 2012-04-16 01:57:25 +02:00
subnet.c Support :: in IPv6 Subnets. 2012-03-25 22:54:36 +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 environment variables to be used for Name. 2012-03-29 16:45:25 +01:00
uml_device.c Set FD_CLOEXEC flag on all sockets. 2012-02-17 16:13:38 +01:00
vde_device.c Fix return type of vde_recv() as well. 2012-03-25 15:17:50 +01:00