tinc
2017-03-01 Pacien TRAN... Add fd_device
2017-02-14 Guus SliepenRemove the description of the LocalDiscoveryAddress...
2017-01-31 Guus SliepenDon't build sptps_* binaries by default.
2017-01-31 Guus SliepenFix potential segfault in the replacement vasprintf...
2016-12-18 Etienne DechampsFix address memory leaks in add_edge_h().
2016-12-18 Etienne DechampsClarify the flow of add_edge_h().
2016-12-18 Etienne DechampsFix edge updates containing local address changes.
2016-12-18 Etienne DechampsFix edge local addresses not being set when connections...
2016-10-30 Guus SliepenEnforce maximum amount of bytes sent/received on meta...
2016-10-30 Guus SliepenUse AES256 and SHA256 by default for the legacy protocol.
2016-10-12 Dennis LanFix typo in src/upnp.c.
2016-10-11 Vittorio G... tincctl: Avoid falling back to 1024 bits RSA key genera...
2016-10-11 Vittorio G... fsck: Fix ed25519 public key reading, and fclose usage.
2016-07-26 Guus SliepenLog warnings about dropped packets only with debug...
2016-07-14 Etienne DechampsFix error handling when setting up the UDP socket.
2016-06-24 Guus SliepenFix compiling with OpenSSL < 1.1.0.
2016-06-24 Guus SliepenAdd missing m4 files.
2016-06-23 Guus SliepenFix potential memory leaks found by the Clang static...
2016-06-23 Guus SliepenFix warnings from the Clang static analyzer.
2016-06-23 Guus SliepenForce nul-termination of strings after vsnprintf().
2016-06-22 Guus SliepenUse EVP_MD_CTX_destroy() instead of _free().
2016-06-22 Guus SliepenCheck return value of RSA_generate_key_ex().
2016-06-22 Guus SliepenAdd -Wall to CFLAGS.
2016-06-22 Guus SliepenEnsure compatibility with OpenSSL 1.1.0.
2016-06-05 Guus SliepenFix the previous commit.
2016-06-05 Guus SliepenPreserve IPv6 scope_id in edges.
2016-05-21 Sean McVeighfix check in cmd_pid() for failure to connect to tincd
2016-05-21 Sean McVeighcheck for daemon pid existence before trying to connect...
2016-05-21 lemoerAdded comments and unfold deep "if"-construct in timeou...
2016-05-19 thorkillPrevent tincd from sending packets to unexpecting nodes
2016-05-12 thorkillSend PKT_PROBE only when handshake has been done already.
2016-05-01 Guus SliepenReleasing 1.1pre14. release-1.1pre14
2016-05-01 Guus SliepenRevert "Remove tinc.service, it is not necessary."
2016-04-30 Guus SliepenReleasing 1.1pre13. release-1.1pre13
2016-04-30 Guus SliepenAutoConnect now only chooses from nodes for which we...
2016-04-30 Guus SliepenRemove tinc.service, it is not necessary.
2016-04-27 Guus SliepenFix BSD tun device support.
2016-04-24 Guus SliepenReleasing 1.1pre12. release-1.1pre12
2016-04-23 Guus SliepenDon't check file permissions on Windows during fsck.
2016-04-23 Guus SliepenFix starting tinc as a service on Windows.
2016-04-23 Guus SliepenFix a compiler warning on Windows.
2016-04-23 Guus SliepenFix possible read of freed memory when verifying the...
2016-04-23 Guus SliepenHave "tinc fsck" recognize Ed25519PublicKey statements.
2016-04-23 Guus SliepenMove documentation of invitations to the manual.
2016-04-17 Guus SliepenFix the "network" command in tinc shell.
2016-04-17 Guus SliepenSpeed up AutoConnect at startup.
2016-04-17 Guus SliepenDon't call terminate_connection(myself->connection).
2016-04-17 Guus SliepenHandle special characters in sptps_test only if the...
2016-04-17 Guus SliepenAdd stricter checks for netnames.
2016-04-17 Guus SliepenUse ifconfig_header().
2016-04-17 Guus SliepenChdir() to the configuration directory instead of /.
2016-04-17 Guus SliepenAdd a test for tinc-up creation from invitations.
2016-04-17 Guus SliepenFix compiler warnings.
2016-04-17 Guus SliepenFix gateway parsing in invitation files.
2016-04-17 Guus SliepenAllow gateways to be specified for routes.
2016-04-16 Guus SliepenMove some stray #includes.
2016-04-16 Guus SliepenGenerate a tinc-up script from an invitation.
2016-04-16 Guus SliepenDocument how invitation files work.
2016-04-15 Guus SliepenStop using SOL_TCP, SOL_IP and SOL_IPV6.
2016-04-15 Guus SliepenFix crash at startup when Device is not specified on...
2016-04-15 Guus SliepenFix conditional checking of tun/tap headers on DragonFl...
2016-04-15 Guus SliepenFix some compiler warnings from MinGW.
2016-04-15 Guus SliepenFix generation of version_git.h for some versions of...
2016-04-15 Guus SliepenFix a non-working cast to get rid of a compiler warning.
2016-04-15 Guus SliepenDon't use HAVE_SYSTEM, the autoconf check was removed.
2016-04-15 Guus SliepenRemove use of strcpy() and sprintf().
2016-04-15 Guus SliepenDon't assume sa.sa_family is a short int.
2016-04-15 Guus SliepenAdd version_git.h and sample-config.tar.gz to CLEANFILES.
2016-04-14 Guus SliepenMake some platform-specific header checks conditional.
2016-04-14 Guus SliepenRemove support for Windows 2000 and anything that doesn...
2016-04-14 Guus SliepenRemove checks for non-C99 compliant compilers.
2016-04-14 Guus SliepenFix version_get.h generation on BSD.
2016-04-14 Guus SliepenFix typo in Makefile.am.
2016-04-14 Guus SliepenUse getcwd() instead of get_current_dir_name().
2016-04-14 Guus SliepenReplace usleep() with nanosleep().
2016-04-14 Guus SliepenFix compiling under MinGW.
2016-04-14 Guus SliepenRemove checks for headers and functions that are in...
2016-04-13 Guus SliepenMake text files Markdown-compatible.
2016-04-11 Guus SliepenUpdate .gitignore.
2016-04-11 Guus SliepenRemove elliptic curve stubs from gcrypt/, add PRF imple...
2016-04-11 Guus SliepenReally don't compile getopt*.c if the system provides...
2016-04-11 Guus SliepenEnable silent builds by default.
2016-04-11 Guus SliepenUpdate links in the documentation.
2016-04-11 Guus SliepenExplicitly mention that LibreSSL can be used as well.
2016-04-11 Guus SliepenUpdate support for BSD tun/tap devices, add support...
2016-04-10 Guus SliepenUpdate "now" after connect() when making outgoing conne...
2016-04-10 Guus SliepenNever call putenv() with data on the stack.
2016-04-10 Guus SliepenFix --logfile without a filename on Windows.
2016-04-10 Guus SliepenSupport ToS/DiffServ for IPv6 meta and UDP connections.
2016-04-10 Guus SliepenUse iface instead of interface.
2016-04-10 Guus SliepenUpdate THANKS.
2016-04-10 Guus SliepenUpdate .gitignore.
2016-04-10 Guus SliepenDon't compile getopt*.c if the system provides getopt_l...
2016-04-10 Guus SliepenFix typo.
2016-03-07 LunarShaddowre-arrange include sequence to avoid a mingw introduced...
2016-03-07 LunarShaddowfix typo
2016-02-28 Guus SliepenFix for botched cherry-pick commit 60fb230.
2016-02-28 Guus SliepenAdd warnings for bad combinations of Device and Interface.
2016-02-28 Guus SliepenSmall fixes for the documentation.
2016-02-28 Guus SliepenClarify that scripts are called synchronously.
next