tinc/src
2010-10-22 22:42:21 +02:00
..
bsd Use 64 bit counters to keep track of bytes sent/received from the virtual network interface. 2010-06-04 15:04:08 +02:00
cygwin Use 64 bit counters to keep track of bytes sent/received from the virtual network interface. 2010-06-04 15:04:08 +02:00
dummy Use 64 bit counters to keep track of bytes sent/received from the virtual network interface. 2010-06-04 15:04:08 +02:00
linux Use 64 bit counters to keep track of bytes sent/received from the virtual network interface. 2010-06-04 15:04:08 +02:00
mingw Use 64 bit counters to keep track of bytes sent/received from the virtual network interface. 2010-06-04 15:04:08 +02:00
raw_socket Use 64 bit counters to keep track of bytes sent/received from the virtual network interface. 2010-06-04 15:04:08 +02:00
solaris Use 64 bit counters to keep track of bytes sent/received from the virtual network interface. 2010-06-04 15:04:08 +02:00
uml_socket Use 64 bit counters to keep track of bytes sent/received from the virtual network interface. 2010-06-04 15:04:08 +02:00
conf.c Attribution for Julien Muchembled. 2010-10-22 13:17:42 +02:00
conf.h Remove duplicate command-line option parsing. 2010-10-22 13:06:06 +02:00
connection.c Remove duplicate command-line option parsing. 2010-10-22 13:06:06 +02:00
connection.h Remove duplicate command-line option parsing. 2010-10-22 13:06:06 +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 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 Fix all warnings when compiling with mingw64. 2010-05-01 15:39:59 +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 Detect and prevent two nodes with the same Name being on the VPN simultaneously. 2010-06-04 14:53:52 +02:00
net.h Detect and prevent two nodes with the same Name being on the VPN simultaneously. 2010-06-04 14:53:52 +02:00
net_packet.c Attribution for Timothy Redaelli. 2010-10-22 13:40:04 +02:00
net_setup.c Remove duplicate command-line option parsing. 2010-10-22 13:06:06 +02:00
net_socket.c Fix all warnings when compiling with mingw64. 2010-05-01 15:39:59 +02:00
netutl.c Convert Port to numeric form before sending it to other nodes. 2010-04-03 09:46:45 +01: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 Fix all warnings when compiling with mingw64. 2010-05-01 15:39:59 +02:00
process.h Fix all warnings when compiling with mingw64. 2010-05-01 15:39:59 +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 Merge local host configuration with server configuration. 2010-10-22 12:47:12 +02: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 Do not append an address to ANS_KEY messages if we don't know any address. 2010-06-04 16:03:19 +02:00
protocol_misc.c Drop support for localisation. 2009-09-25 00:54:07 +02:00
protocol_subnet.c Log unauthorized Subnets when StrictSubnets is set. 2010-03-08 21:44:32 +01:00
route.c Don't redefine MAX if it already exists. 2010-04-11 19:39:31 +02:00
route.h Add the DirectOnly option. 2010-03-02 22:55:24 +01:00
subnet.c Update copyright notices. 2010-02-02 22:49:21 +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 Ensure there is a newline character before a PEM key is written. 2010-10-22 22:42:21 +02:00