tinc/src
Guus Sliepen 973530db62 Just ignore wrong ADD_NODEs instead of replying with a DEL_NODE, in the
hope other DEL_NODEs will catch up eventually.
2002-09-04 08:48:03 +00:00
..
cygwin Added stub device.c for Cygwin. 2002-07-11 12:57:06 +00:00
darwin s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
freebsd s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
linux s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
netbsd s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
openbsd s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
raw_socket Added support for raw sockets. This can be used instead of tun/tap devices. 2002-07-18 14:30:45 +00:00
solaris s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
.cvsignore More files to ignore in CVS 2001-02-11 11:55:28 +00:00
conf.c s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
conf.h s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
connection.c s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
connection.h Drop graph and edge stuff. Use new node stuff instead. 2002-09-03 20:43:26 +00:00
device.h s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
edge.c s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
edge.h s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
event.c s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
event.h s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
graph.c Allow list of environment variables to be passed to execute_script(). 2002-07-10 11:27:06 +00:00
graph.h s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
Makefile.am Drop graph and edge stuff. Use new node stuff instead. 2002-09-03 20:43:26 +00:00
meta.c s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
meta.h s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
net.c Drop graph and edge stuff. Use new node stuff instead. 2002-09-03 20:43:26 +00:00
net.h s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
net_packet.c Drop graph and edge stuff. Use new node stuff instead. 2002-09-03 20:43:26 +00:00
net_setup.c Drop graph and edge stuff. Use new node stuff instead. 2002-09-03 20:43:26 +00:00
net_socket.c Drop graph and edge stuff. Use new node stuff instead. 2002-09-03 20:43:26 +00:00
netutl.c Fix for prefixlengths of 32 (IPv4) and 128 (IPv6) bits. 2002-06-21 17:49:48 +00:00
netutl.h s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
node.c Drop graph and edge stuff. Use new node stuff instead. 2002-09-03 20:43:26 +00:00
node.h Prevent looping DEL_NODE/ADD_NODE messages after a node disconnects. 2002-09-04 08:33:08 +00:00
process.c Drop graph and edge stuff. Use new node stuff instead. 2002-09-03 20:43:26 +00:00
process.h Allow list of environment variables to be passed to execute_script(). 2002-07-10 11:27:06 +00:00
protocol.c Reduce KEY_CHANGED traffic. 2002-09-04 08:02:33 +00:00
protocol.h Prevent looping DEL_NODE/ADD_NODE messages after a node disconnects. 2002-09-04 08:33:08 +00:00
protocol_auth.c Don't forget to set prevhop to myself for new connections. 2002-09-04 08:36:34 +00:00
protocol_edge.c s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
protocol_key.c Reduce KEY_CHANGED traffic. 2002-09-04 08:02:33 +00:00
protocol_misc.c s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
protocol_node.c Just ignore wrong ADD_NODEs instead of replying with a DEL_NODE, in the 2002-09-04 08:48:03 +00:00
protocol_subnet.c Drop graph and edge stuff. Use new node stuff instead. 2002-09-03 20:43:26 +00:00
route.c s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
route.h s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
subnet.c Clear subnets before using them. 2002-07-11 12:42:43 +00:00
subnet.h s/sliepen.warande.net/sliepen.eu.org/g 2002-06-21 10:11:37 +00:00
tincd.c Allow tincd to be locked into main memory. 2002-07-16 13:12:49 +00:00