tinc/src
Guus Sliepen 3fba80174d Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
Conflicts:
	NEWS
	README
	configure.in
	doc/tincd.8.in
	src/Makefile.am
	src/bsd/device.c
	src/connection.c
	src/connection.h
	src/cygwin/device.c
	src/device.h
	src/dropin.h
	src/linux/device.c
	src/mingw/device.c
	src/net.c
	src/net_packet.c
	src/net_setup.c
	src/net_socket.c
	src/process.c
	src/protocol.c
	src/protocol_key.c
	src/raw_socket_device.c
	src/route.c
	src/solaris/device.c
	src/tincd.c
	src/uml_device.c
2012-02-22 14:23:59 +01:00
..
bsd Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
cygwin Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
gcrypt Removed two newlines from the end of log messages which created empty lines. 2011-05-28 15:24:39 +02:00
linux Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
mingw Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
openssl Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
solaris Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
buffer.c sparse fixup: warning: Using plain integer as NULL pointer 2011-05-28 15:24:39 +02:00
buffer.h Always compact the buffer if it has reached MAXBUFSIZE. 2011-05-22 13:24:01 +02:00
conf.c Use ECDSA to sign ECDH key exchange for UDP session keys. 2011-07-16 20:21:44 +02:00
conf.h Use ECDSA to sign ECDH key exchange for UDP session keys. 2011-07-16 20:21:44 +02:00
connection.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
connection.h Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
control.c Write loopback address instead of "any" address in pidfile. 2011-07-17 20:01:24 +02:00
control.h Use the TCP socket infrastructure for control sockets. 2009-11-07 23:43:25 +01:00
control_common.h Add the ability to dump all traffic going through route() over a control connection. 2011-05-22 14:17:30 +02:00
device.h Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
dropin.c Use usleep() instead of sleep(), MinGW complained. 2011-07-16 22:38:22 +02:00
dropin.h Fix declaration of usleep(). 2011-07-17 18:02:56 +02:00
dummy_device.c Allow linking with multiple device drivers. 2011-12-04 01:20:59 +01:00
edge.c Use the TCP socket infrastructure for control sockets. 2009-11-07 23:43:25 +01:00
edge.h Use the TCP socket infrastructure for control sockets. 2009-11-07 23:43:25 +01:00
ethernet.h Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
fake-gai-errnos.h Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
fake-getaddrinfo.c Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
fake-getaddrinfo.h Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
fake-getnameinfo.c Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
fake-getnameinfo.h Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
getopt.c Merge branch 'master' into 1.1 2010-11-12 16:15:29 +01:00
getopt.h Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
getopt1.c Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
graph.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2011-06-06 20:42:15 +02:00
graph.h Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02:00
ipv4.h Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
ipv6.h Merge branch 'master' into 1.1 2010-04-17 12:21:53 +02:00
list.c Fix nodes joining the VPN after tincctl top started. 2011-06-02 21:14:50 +02:00
list.h Fix nodes joining the VPN after tincctl top started. 2011-06-02 21:14:50 +02:00
logger.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2011-06-06 20:42:15 +02:00
logger.h Improved --logfile option. 2011-06-06 16:26:11 +02:00
Makefile.am Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
meta.c Don't treat packets coming in via TCP as having zero length. 2011-06-02 21:16:57 +02:00
meta.h Function flush_meta() does not exist anymore. 2010-03-31 05:06:33 +02:00
net.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
net.h Use ECDSA to sign ECDH key exchange for UDP session keys. 2011-07-16 20:21:44 +02:00
net_packet.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
net_setup.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
net_socket.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
netutl.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2011-05-09 21:35:14 +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 Use ECDSA to sign ECDH key exchange for UDP session keys. 2011-07-16 20:21:44 +02:00
node.h Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
process.c Allow linking with multiple device drivers. 2011-12-04 01:20:59 +01:00
process.h Merge branch 'master' into 1.1 2010-11-12 16:15:29 +01:00
protocol.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
protocol.h Require ExperimentalProtocol = yes for new features, update documentation. 2011-07-11 21:54:01 +02:00
protocol_auth.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
protocol_edge.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
protocol_key.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +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 Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
route.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
route.h Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
splay_tree.c sparse fixup: warning: Using plain integer as NULL pointer 2011-05-28 15:24:39 +02:00
splay_tree.h Move source from lib/ to src/. 2009-12-31 13:19:13 +01:00
sptps.c Exchange ACK records to indicate switch to new keys. 2011-10-06 15:32:12 +02:00
sptps.h Exchange ACK records to indicate switch to new keys. 2011-10-06 15:32:12 +02:00
sptps_test.c Test corner cases in the SPTPS protocol. 2011-10-05 22:05:13 +02:00
subnet.c Fix a few small memory leaks. 2011-12-26 23:11:27 +01:00
subnet.h Merge branch 'master' into 1.1 2010-04-17 12:21:53 +02:00
tincctl.c Fix compiler warnings. 2011-12-26 23:04:40 +01:00
tincctl.h Add tincctl.h. 2011-05-16 09:46:54 +02:00
tincd.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
top.c Don't react to escape character in tincctl top. 2011-06-26 12:58:50 +02:00
top.h Add top.h. 2011-05-16 09:48:19 +02:00
uml_device.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2012-02-22 14:23:59 +01:00
utils.c Fix compiler warning. 2011-10-05 21:59:33 +02:00
utils.h Use const pointer to source in base64 and hex routines. 2011-07-16 22:38:50 +02:00
vde_device.c Set FD_CLOEXEC flag on all sockets. 2012-02-17 16:13:38 +01:00
xalloc.h Drop the GNU malloc.c, realloc.c, and xmalloc.c. 2011-06-02 17:45:06 +02:00