tinc/src
2015-07-22 15:32:36 +02:00
..
bsd Add a variable offset to vpn_packet_t, drop sptps_packet_t. 2014-12-25 00:36:27 +01:00
chacha-poly1305 Use the ChaCha-Poly1305 cipher for the SPTPS protocol. 2014-04-14 21:43:45 +02:00
cygwin Add a variable offset to vpn_packet_t, drop sptps_packet_t. 2014-12-25 00:36:27 +01:00
ed25519 Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
gcrypt Use conditional compilation for cryptographic functions. 2013-05-01 17:17:22 +02:00
linux Initialize variables in linux/device.c 2015-06-30 19:42:37 +02:00
mingw Merge remote-tracking branch 'dechamps/wintapver' into 1.1 2015-04-12 15:43:05 +02:00
nolegacy Fix the PRF function when compiling without OpenSSL. 2015-07-12 16:31:32 +02:00
openssl Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
solaris Add a variable offset to vpn_packet_t, drop sptps_packet_t. 2014-12-25 00:36:27 +01:00
buffer.c Revert "Changed int size into size_t" 2015-06-30 18:10:00 +02:00
buffer.h Revert "Changed int size into size_t" 2015-06-30 18:10:00 +02:00
cipher.h Correctly estimate the initial MTU for legacy packets. 2015-01-10 23:00:51 +01:00
conf.c Merge branch '1.1' of github.com:gsliepen/tinc into thkr-1.1-ponyhof 2015-07-04 18:45:43 +02:00
conf.h Moved few config parameters to make lib usage possible. 2015-06-30 18:43:37 +02:00
connection.c Allow tinc to be compiled without OpenSSL. 2014-12-29 22:57:18 +01:00
connection.h Fix crash is sptps_logger(). 2015-06-26 20:11:31 +02:00
control.c Revert "Type mismatch and debug_t is always >= 0" 2015-06-30 18:10:18 +02:00
control.h Added missing function prototypes 2015-07-02 17:43:51 +02:00
control_common.h Update copyright notices. 2012-10-14 17:42:49 +02:00
crypto.h Added missing function prototypes 2015-07-02 17:43:51 +02:00
device.h Remove unused device stats variables. 2014-07-12 13:34:19 +01:00
digest.h Allow tinc to be compiled without OpenSSL. 2014-12-29 22:57:18 +01:00
dropin.c Update copyright notices. 2013-08-13 20:38:57 +02:00
dropin.h Update copyright notices. 2013-08-13 20:38:57 +02:00
dummy_device.c Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
ecdh.h Use Ed25519 keys. 2014-04-06 22:47:26 +02:00
ecdsa.h Add __attribute__((warn_unused_result)) to crypto functions. 2013-05-10 20:23:01 +02:00
ecdsagen.h Add __attribute__((warn_unused_result)) to crypto functions. 2013-05-10 20:23:01 +02:00
edge.c merged with thkr-1.1-fix-0004 2015-07-08 00:44:08 +02:00
edge.h Introducing new function for edge weight update 2015-07-06 01:49:45 +02:00
ethernet.h Make sure packet header structures are correctly packed on Windows. 2015-03-15 10:12:18 +00:00
event.c Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
event.h Remove the TAP-Win32 reader thread. 2014-06-28 20:00:05 +01:00
fake-gai-errnos.h Add missing definitions on Windows. 2013-07-17 18:00:40 +02:00
fake-getaddrinfo.c Rename xmalloc_and_zero() to xzalloc(). 2013-05-01 17:31:33 +02:00
fake-getaddrinfo.h Fix whitespace. 2012-10-10 17:17:49 +02:00
fake-getnameinfo.c Fix whitespace. 2012-10-10 17:17:49 +02:00
fake-getnameinfo.h Fix whitespace. 2012-10-10 17:17:49 +02:00
fsck.c Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
fsck.h Add the "fsck" command to the CLI. 2015-01-15 23:06:38 +01:00
getopt.c getopt.c fixes for unitialized parameters on FreeBSD 2015-07-02 21:48:15 +02:00
getopt.h Define variables in getopt.h 2015-06-30 22:50:29 +02:00
getopt1.c Use conditional compilation for device.c. 2013-05-01 12:20:06 +02:00
graph.c In sssp_bfs(), never try to update myself. 2015-07-22 15:32:36 +02:00
graph.h Update copyright notices. 2012-03-10 13:23:08 +01:00
hash.c merged with origin/1.1 2015-07-17 00:29:46 +02:00
hash.h Add an explicit hash_delete() function. 2014-12-07 22:10:16 +01:00
have.h fix musl compatibility 2015-07-04 17:34:37 +02:00
info.c Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
info.h Add readline completion for tincctl config and tincctl info. 2012-08-03 13:23:07 +02:00
invitation.c Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
invitation.h Added missing function prototypes 2015-07-02 17:43:51 +02:00
ipv4.h Make sure packet header structures are correctly packed on Windows. 2015-03-15 10:12:18 +00:00
ipv6.h Make sure packet header structures are correctly packed on Windows. 2015-03-15 10:12:18 +00:00
list.c Update copyright notices. 2013-08-13 20:38:57 +02:00
list.h Protect against callbacks removing items from the io tree. 2015-06-26 20:11:31 +02:00
logger.c Removed double break; 2015-07-12 12:39:36 +02:00
logger.h Ensure "tinc start" knows if the daemon really started succesfully. 2015-05-20 16:59:43 +02:00
Makefile.am Added missing libchacha_poly1305 while linking sptps_* tools 2015-07-01 13:54:57 +02:00
meta.c Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
meta.h Revert "Fixing implicit conversion changes to signedness" 2015-06-30 18:09:11 +02:00
multicast_device.c Add a variable offset to vpn_packet_t, drop sptps_packet_t. 2014-12-25 00:36:27 +01:00
names.c Included missing names.h 2015-07-12 13:06:38 +02:00
names.h Fix check for LOCALSTATEDIR accessibility for the CLI. 2015-05-20 11:11:12 +02:00
net.c Still working on ConnectTo outgoing connections 2015-07-10 02:18:06 +02:00
net.h Do not disconnect random hosts which are explicit set with ConnectTo 2015-07-10 01:43:24 +02:00
net_packet.c Makred unused parameter in net_packet.c 2015-07-02 21:37:33 +02:00
net_setup.c Reduce logger calls 2015-07-20 11:10:27 +02:00
net_socket.c Set keep_it flag on outgoing connections which are set by ConnectTo 2015-07-10 01:44:49 +02:00
netutl.c Initialize variables in netutl.c 2015-06-30 19:23:15 +02:00
netutl.h Update copyright notices. 2013-08-13 20:38:57 +02:00
node.c Added information about current node in tinc's top 2015-07-10 23:57:20 +02:00
node.h Fix crash is sptps_logger(). 2015-06-26 20:11:31 +02:00
prf.h Add __attribute__((warn_unused_result)) to crypto functions. 2013-05-10 20:23:01 +02:00
process.c Use git description as the tinc version. 2015-05-04 21:38:23 +01:00
process.h Shutdown cleanly when receiving a Windows console shutdown request. 2014-07-12 17:47:01 +01:00
protocol.c Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
protocol.h Merge branch '1.1' of github.com:gsliepen/tinc into thkr-1.1-ponyhof 2015-05-12 17:28:29 +02:00
protocol_auth.c Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
protocol_edge.c merged with origin/1.1 2015-07-17 00:29:46 +02:00
protocol_key.c Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
protocol_misc.c Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
protocol_subnet.c Initialize variables in protocol_subnet.c 2015-06-30 19:29:44 +02:00
raw_socket_device.c Add a variable offset to vpn_packet_t, drop sptps_packet_t. 2014-12-25 00:36:27 +01:00
route.c Changed log level 2015-07-14 14:29:44 +02:00
route.h Fix whitespace. 2012-10-10 17:17:49 +02:00
rsa.h Added missing function prototypes 2015-07-02 17:43:51 +02:00
rsagen.h Add __attribute__((warn_unused_result)) to crypto functions. 2013-05-10 20:23:01 +02:00
script.c Allocate temporary filenames on the stack. 2015-05-20 00:58:00 +02:00
script.h Use PATHEXT when checking for the presence of scripts on Windows. 2013-08-23 21:23:46 +02:00
splay_tree.c Fix memory leak in splay_delete_tree 2015-07-01 16:57:05 +02:00
splay_tree.h Protect against callbacks removing items from the io tree. 2015-06-26 20:11:31 +02:00
sptps.c Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
sptps.h Only read one record at a time in sptps_receive_data(). 2015-05-10 21:08:57 +01:00
sptps_keypair.c Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
sptps_speed.c Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
sptps_test.c Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
subnet.c Make subnet caches static. 2015-07-12 13:08:34 +02:00
subnet.h Merged changes with origin/1.1 2015-07-17 15:36:00 +02:00
subnet_parse.c merged with origin/1.1 2015-07-17 00:29:46 +02:00
system.h Added -Werror=unused-parameter 2015-07-02 18:35:57 +02:00
tincctl.c Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() 2015-07-02 18:37:08 +02:00
tincctl.h Add the "fsck" command to the CLI. 2015-01-15 23:06:38 +01:00
tincd.c Define g_argv as static 2015-06-30 19:44:35 +02:00
top.c Added information about current node in tinc's top 2015-07-10 23:57:20 +02:00
top.h Add top.h. 2011-05-16 09:48:19 +02:00
uml_device.c Add a variable offset to vpn_packet_t, drop sptps_packet_t. 2014-12-25 00:36:27 +01:00
utils.c Fix undefined HOST_NAME_MAX on Windows. 2014-08-31 13:59:30 +01:00
utils.h Revert "Added UNUSED macro to silnce unused-parameter warnings" 2015-06-30 18:10:07 +02:00
vde_device.c Add a variable offset to vpn_packet_t, drop sptps_packet_t. 2014-12-25 00:36:27 +01:00
version.c Use git description as the tinc version. 2015-05-04 21:38:23 +01:00
version.h Use git description as the tinc version. 2015-05-04 21:38:23 +01:00
xalloc.h Added support for cmocka *alloc 2015-07-01 19:04:22 +02:00