.. |
bsd
|
Merge remote-tracking branch 'guus/1.1' into thkr-20170131-merge
|
2017-01-31 15:44:02 +01:00 |
chacha-poly1305
|
Use the ChaCha-Poly1305 cipher for the SPTPS protocol.
|
2014-04-14 21:43:45 +02:00 |
cygwin
|
re-arrange include sequence to avoid a mingw introduced bug.
|
2016-03-07 21:54:13 +01:00 |
ed25519
|
Merge with guus/1.1
|
2015-11-06 22:56:46 +01:00 |
gcrypt
|
Remove elliptic curve stubs from gcrypt/, add PRF implementation.
|
2016-04-11 15:27:08 +02:00 |
linux
|
Initialize variables in linux/device.c
|
2015-06-30 19:42:37 +02:00 |
mingw
|
On Windows, don't cancel I/O when disabling the device.
|
2016-12-03 23:25:14 +00:00 |
nolegacy
|
Fix the PRF function when compiling without OpenSSL.
|
2015-07-12 16:31:32 +02:00 |
openssl
|
Merge remote-tracking branch 'guus/1.1' into thkr-20170131-merge
|
2017-01-31 15:44:02 +01:00 |
solaris
|
Use getmsg()/putmsg() instead of read()/write() on Solaris.
|
2017-04-08 13:34:40 +02:00 |
.dir-locals.el
|
Added .dir-locals.el for the emacs devs
|
2016-05-18 21:02:24 +02: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
|
Enforce maximum amount of bytes sent/received on meta-connections.
|
2016-10-30 15:19:12 +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 SLPD related #define to slpd.h
|
2016-05-26 16:12:03 +02:00 |
connection.c
|
Do not include rsa.h when DISABLE_LEGACY
|
2016-05-25 19:13:34 +02:00 |
connection.h
|
Merge remote-tracking branch 'guus/1.1' into thkr-20170131-merge
|
2017-01-31 15:44:02 +01: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
|
Add fd_device
|
2017-03-01 21:34:37 +01:00 |
digest.h
|
Use AES256 and SHA256 by default for the legacy protocol.
|
2016-10-30 15:17:52 +01:00 |
dropin.c
|
Fix potential segfault in the replacement vasprintf() function.
|
2017-01-31 12:03:27 +01:00 |
dropin.h
|
Remove support for Windows 2000 and anything that doesn't support getaddrinfo().
|
2016-04-14 23:32:50 +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
|
Add missing #defines used by fd_device.c.
|
2017-03-20 22:15:20 +01:00 |
event.c
|
Merged new env
|
2017-04-11 16:09:03 +02:00 |
event.h
|
Remove the TAP-Win32 reader thread.
|
2014-06-28 20:00:05 +01:00 |
fd_device.c
|
Add fd_device
|
2017-03-01 21:34:37 +01:00 |
fsck.c
|
Merge remote-tracking branch 'guus/1.1' into thkr-20170131-merge
|
2017-01-31 15:44:02 +01: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
|
Merged new env
|
2017-04-11 16:09:03 +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
|
Remove support for Windows 2000 and anything that doesn't support getaddrinfo().
|
2016-04-14 23:32:50 +02:00 |
ifconfig.c
|
Fix compiler warnings.
|
2016-04-17 13:55:36 +02:00 |
ifconfig.h
|
Generate a tinc-up script from an invitation.
|
2016-04-17 01:13:27 +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
|
Merged new env
|
2017-04-11 16:09:03 +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
|
Remove support for Windows 2000 and anything that doesn't support getaddrinfo().
|
2016-04-14 23:32:50 +02: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
|
Merged new env
|
2017-04-11 16:09:03 +02:00 |
logger.h
|
Put script environment creation/deletion in functions.
|
2017-03-21 21:25:19 +01:00 |
Makefile.am
|
Merged new env
|
2017-04-11 16:09:03 +02:00 |
meta.c
|
Merge remote-tracking branch 'guus/1.1' into thkr-20170131-merge
|
2017-01-31 15:44:02 +01:00 |
meta.h
|
Revert "Fixing implicit conversion changes to signedness"
|
2015-06-30 18:09:11 +02:00 |
multicast_device.c
|
Fix some compiler warnings from MinGW.
|
2016-04-15 12:42:30 +02:00 |
names.c
|
Put script environment creation/deletion in functions.
|
2017-03-21 21:25:19 +01:00 |
names.h
|
Put script environment creation/deletion in functions.
|
2017-03-21 21:25:19 +01:00 |
net.c
|
Merge remote-tracking branch 'guus/1.1' into thkr-20170131-merge
|
2017-01-31 15:44:02 +01:00 |
net.h
|
Merged new env
|
2017-04-11 16:09:03 +02:00 |
net_packet.c
|
Merge remote-tracking branch 'guus/1.1' into thkr-20170131-merge
|
2017-01-31 15:44:02 +01:00 |
net_setup.c
|
Merged new env
|
2017-04-11 16:09:03 +02:00 |
net_socket.c
|
Merged new env
|
2017-04-11 16:09:03 +02:00 |
netutl.c
|
Merge remote-tracking branch 'guus/1.1' into thkr-1.1-ponyhof
|
2016-06-05 15:34:46 +02:00 |
netutl.h
|
Merge remote-tracking branch 'guus/1.1' into thkr-1.1-ponyhof
|
2016-06-05 15:34:46 +02:00 |
node.c
|
Fixes after merge with guus/1.1
|
2016-05-08 16:14:20 +02:00 |
node.h
|
Changed comment in node.h for SLPD
|
2016-05-21 22:57:46 +02:00 |
prf.h
|
Add __attribute__((warn_unused_result)) to crypto functions.
|
2013-05-10 20:23:01 +02:00 |
process.c
|
Fix starting tinc as a service on Windows.
|
2016-04-23 21:32:42 +02:00 |
process.h
|
Shutdown cleanly when receiving a Windows console shutdown request.
|
2014-07-12 17:47:01 +01:00 |
protocol.c
|
Merge remote-tracking branch 'guus/1.1' into thkr-20170131-merge
|
2017-01-31 15:44:02 +01: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
|
Merged new env
|
2017-04-11 16:09:03 +02:00 |
protocol_edge.c
|
Merge remote-tracking branch 'guus/1.1' into thkr-20170131-merge
|
2017-01-31 15:44:02 +01:00 |
protocol_key.c
|
Cleanup buffer and try to detect anomalies in sptps on ans_key_h
|
2016-05-19 00:21:59 +02:00 |
protocol_misc.c
|
zu is a size_t, so maybe a cast would calm the dumb compilers down
|
2017-01-30 19:21:20 +01:00 |
protocol_subnet.c
|
fixed usage of size_t for time_t (now using difftime()), in order to make it compile on armhf architectures
|
2017-01-30 16:43:12 +01: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
|
Merged new env
|
2017-04-11 16:09:03 +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
|
Add DEBUG environment variable for scripts.
|
2017-03-21 21:25:27 +01:00 |
script.h
|
Put script environment creation/deletion in functions.
|
2017-03-21 21:25:19 +01:00 |
slpd.c
|
Moved header includes to slpd.c
|
2017-04-28 10:16:40 +02:00 |
slpd.h
|
Moved header includes to slpd.c
|
2017-04-28 10:16:40 +02:00 |
splay_tree.c
|
Change scope of *closest variable
|
2016-05-23 21:19:52 +02:00 |
splay_tree.h
|
Protect against callbacks removing items from the io tree.
|
2015-06-26 20:11:31 +02:00 |
sptps.c
|
Merge remote-tracking branch 'guus/1.1' into thkr-20170131-merge
|
2017-01-31 15:44:02 +01: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
|
Added symbols necessary to link with logger.o
|
2016-05-08 16:12:41 +02:00 |
sptps_test.c
|
Merge remote-tracking branch 'guus/1.1' into thkr-foor2Vup
|
2016-05-08 15:58:29 +02:00 |
subnet.c
|
Put script environment creation/deletion in functions.
|
2017-03-21 21:25:19 +01:00 |
subnet.h
|
Merge remote-tracking branch 'guus/1.1' into thkr-foor2Vup
|
2016-05-08 15:58:29 +02:00 |
subnet_parse.c
|
merged with origin/1.1
|
2015-07-17 00:29:46 +02:00 |
system.h
|
Merge remote-tracking branch 'guus/1.1' into thkr-foor2Vup
|
2016-05-08 15:58:29 +02:00 |
tincctl.c
|
Merged new env
|
2017-04-11 16:09:03 +02:00 |
tincctl.h
|
Have "tinc fsck" recognize Ed25519PublicKey statements.
|
2016-04-23 17:20:08 +02:00 |
tincd.c
|
Merge remote-tracking branch 'guus/1.1' into thkr-foor2Vup
|
2016-05-08 15:58:29 +02:00 |
top.c
|
Turn -Wformat to -Werror=format, got some wrong habits
|
2016-05-17 23:34:07 +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 |
upnp.c
|
Fix typo in src/upnp.c.
|
2016-10-12 13:35:39 +02:00 |
upnp.h
|
Add UPnP support to tincd.
|
2015-11-21 16:17:59 +00:00 |
utils.c
|
Add stricter checks for netnames.
|
2016-04-17 14:38:37 +02:00 |
utils.h
|
Add stricter checks for netnames.
|
2016-04-17 14:38:37 +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 |