tinc/src
2005-05-04 15:52:55 +00:00
..
bsd Set BSD tuns to broadcast mode. On OpenBSD, this enables IPv6 on the tun device! 2004-11-10 23:20:59 +00:00
cygwin static 2004-11-01 17:02:19 +00:00
linux static 2004-11-01 17:02:19 +00:00
mingw static 2004-11-01 17:02:19 +00:00
raw_socket Update to make it compile again. 2004-11-08 22:11:33 +00:00
solaris Support tunneling IPv6 on Solaris. 2004-11-10 21:14:08 +00:00
uml_socket static 2004-11-01 17:02:19 +00:00
conf.c Searching through splay trees may change the tree variable. 2005-05-04 15:52:55 +00:00
conf.h Searching through splay trees may change the tree variable. 2005-05-04 15:52:55 +00:00
connection.c Use the proper free function. 2004-12-03 13:27:33 +00:00
connection.h Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
device.h Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
edge.c Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
edge.h Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
event.c Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
event.h Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
graph.c Don't try to add a non-existing node back to the node_udp_tree. 2005-01-20 15:14:25 +00:00
graph.h Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
logger.c Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
logger.h Use the event log under Windows. 2003-08-17 09:04:00 +00:00
Makefile.am Use the generic BSD tun/tap code. 2004-11-10 18:11:44 +00:00
meta.c Remove duplicate #include "system.h" 2004-09-20 20:56:14 +00:00
meta.h Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
net.c Handle timeouts during connecting the same way as other errors. 2004-06-21 14:37:52 +00:00
net.h Add BlockingTCP option, useful when using TCPOnly on slow or congested links. 2004-11-10 21:56:31 +00:00
net_packet.c Make sure broadcast packet reach the local network interface. 2004-11-16 19:02:54 +00:00
net_setup.c subnet-up/down hooks 2004-12-01 20:06:05 +00:00
net_socket.c Be on the safe side with initialisation of c->name. 2005-05-04 15:51:45 +00:00
netutl.c Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
netutl.h Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
node.c Nodes should only be in the node_udp_tree if they are reachable. 2005-01-04 22:19:56 +00:00
node.h Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
process.c Correct size argument for strncat(). 2005-01-04 22:18:58 +00:00
process.h Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
protocol.c Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
protocol.h Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
protocol_auth.c Be on the safe side with initialisation of c->name. 2005-05-04 15:51:45 +00:00
protocol_edge.c Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
protocol_key.c Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
protocol_misc.c Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
protocol_subnet.c subnet-up/down hooks 2004-12-01 20:06:05 +00:00
route.c Let compiler decide when to inline. 2004-11-10 19:36:02 +00:00
route.h Update copyrights, links, email addresses and let Subversion update $Id$ keywords. 2004-03-21 14:21:22 +00:00
subnet.c Remove unused (and potentially segfaulting) net2str() call. 2005-04-06 20:43:37 +00:00
subnet.h subnet-up/down hooks 2004-12-01 20:06:05 +00:00
tincd.c Fix several #includes. 2004-10-01 18:23:08 +00:00