tinc/src
2011-07-07 22:28:25 +02:00
..
bsd Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2011-06-06 20:42:15 +02:00
cygwin Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2011-06-06 20:42:15 +02:00
dummy Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02: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 2011-06-06 20:42:15 +02:00
mingw Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2011-06-06 20:42:15 +02:00
openssl Implement ECDSA sign and verify operations. 2011-07-07 22:27:17 +02:00
raw_socket Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2011-06-06 20:42:15 +02:00
solaris Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2011-06-06 20:42:15 +02:00
uml_socket Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2011-06-06 20:42:15 +02:00
vde Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02: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 Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2011-06-06 20:42:15 +02:00
conf.h Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02:00
connection.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2011-06-06 20:42:15 +02:00
connection.h Read ECDSA keys. 2011-07-07 22:28:25 +02:00
control.c Make pid files backwards compatible and add address of listening socket. 2011-06-25 21:35:27 +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 Add per-node traffic counters. 2011-05-15 00:42:29 +02:00
dropin.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2011-05-09 21:35:14 +02:00
dropin.h Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2011-05-09 21:35:14 +02: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' into 1.1 2010-04-17 12:21:53 +02: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 Add ECDSA key import. 2011-07-03 23:44:43 +02: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 Re-add support for SIGALRM. 2011-06-25 20:20:07 +02:00
net.h Read ECDSA keys. 2011-07-07 22:28:25 +02:00
net_packet.c Don't call event_del() from the mtuevent handler, always send_mtu_probe() in ans_key_h(). 2011-06-24 22:49:18 +02:00
net_setup.c Read ECDSA keys. 2011-07-07 22:28:25 +02:00
net_socket.c Fix format strings for Windows. 2011-06-03 00:46:56 +02: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 Only log UDP address changes at the appropriate debug levels. 2011-06-21 23:06:53 +02:00
node.h Support ECDH key exchange. 2011-07-03 13:17:28 +02:00
process.c Re-add support for SIGALRM. 2011-06-25 20:20:07 +02: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 2011-06-06 20:42:15 +02:00
protocol.h Bump minor protocol to indicate ECDH capability for UDP session keys. 2011-07-05 21:29:31 +02:00
protocol_auth.c Bump minor protocol to indicate ECDH capability for UDP session keys. 2011-07-05 21:29:31 +02:00
protocol_edge.c Merge branch 'master' into 1.1 2010-11-12 16:15:29 +01:00
protocol_key.c Proper use of PRF. 2011-07-03 16:30:49 +02:00
protocol_misc.c Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 2011-06-06 20:42:15 +02:00
protocol_subnet.c Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02:00
route.c Nearly tickless tinc. 2011-06-04 11:19:46 +02:00
route.h Add the ability to dump all traffic going through route() over a control connection. 2011-05-22 14:17:30 +02: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
subnet.c Remove newlines from log messages. 2011-05-28 23:42:18 +02:00
subnet.h Merge branch 'master' into 1.1 2010-04-17 12:21:53 +02:00
tincctl.c Add a minor number to the protocol version. 2011-07-05 21:19:48 +02:00
tincctl.h Add tincctl.h. 2011-05-16 09:46:54 +02:00
tincd.c Add a minor number to the protocol version. 2011-07-05 21:19:48 +02: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
utils.c Finish base64 decoding routine. 2011-07-03 23:33:56 +02:00
utils.h Base64 encoding and decoding functions. 2011-07-03 22:13:58 +02:00
xalloc.h Drop the GNU malloc.c, realloc.c, and xmalloc.c. 2011-06-02 17:45:06 +02:00