oweals/tinc.git
2020-01-20 Guus SliepenInclude stddef.h if available. 1.1
2020-01-20 pacienfd_device: allow fd to be passed through a unix socket
2019-07-17 Guus SliepenTry harder to connect to unreachable nodes.
2019-07-17 Guus SliepenDon't keep an address cache in an outgoing_t.
2019-07-17 Guus SliepenDisable AutoConnect in the ns-ping test.
2019-07-17 Guus SliepenAvoid void pointer arithmetic.
2019-04-16 Maciej S. SzmigieroFix strict aliasing violation in inet_checksum()
2019-04-16 Maciej S. SzmigieroRevert "Work around a GCC bug that causes inet_checksum...
2019-02-28 Andreas Rammholdfix: use EVP_DecryptUpdate while decrypting
2018-12-18 Guus SliepenPrevent large amounts of UDP probes being sent consecut...
2018-11-30 Guus SliepenFix the scripts test.
2018-11-30 Guus SliepenDouble-quote node names in dump graph output.
2018-11-30 Fabian MaurerGenerate tinc-up.bat on windows
2018-11-19 Fabian MaurerFix interface spelling
2018-10-22 Guus SliepenHandle DOS line endings in invitation files.
2018-10-22 Guus SliepenAttempt to make the test suite work with Windows execut...
2018-10-22 Guus SliepenPrevent sptps_test from sending overly large UDP packets.
2018-10-22 Guus SliepenMake sure the stop command works on Windows if tincd...
2018-10-22 Guus SliepenDrop support for Cygwin.
2018-10-21 Guus SliepenFix compiling test binaries on Windows.
2018-10-21 Guus SliepenFix warnings when compiling for Windows.
2018-10-18 Guus SliepenSkip the legacy protocol test if that protocol is disabled.
2018-10-18 Guus SliepenAllow "tinc --force join" to accept all variables sent...
2018-10-18 Guus SliepenMake more variables safe for use in invitations.
2018-10-18 Werner SchreiberFix segfault when dest->mtu is 0.
2018-10-18 Guus SliepenFix building with --disable-legacy-protocol.
2018-10-18 Guus SliepenReformat the code using astyle.
2018-10-18 Guus SliepenCheck all Address statements when making outgoing conne...
2018-10-18 Guus SliepenUse the onlink flag when adding routes on Linux.
2018-10-18 iczeroFix tinc-up generation on windows
2018-10-10 Shengjing ZhuFix manpage mdoc syntax
2018-10-08 Guus SliepenInstall the bash completion file when running make...
2018-10-08 Guus SliepenFix the compiler attribute test to work with Clang.
2018-10-08 Guus SliepenReleasing 1.1pre17. release-1.1pre17
2018-10-07 Guus SliepenUpdate THANKS.
2018-10-07 Rafael SadowskiOpenBSD has a proper tap device.
2018-10-07 Guus SliepenUpdate README and links to required libraries.
2018-10-07 Guus SliepenDon't check for NULL-pointers before calling free().
2018-10-07 Guus SliepenFix spelling errors.
2018-10-06 Guus SliepenFix all warnings when compiling with -Wall -W -pedantic.
2018-10-06 Guus SliepenFix warnings from the Clang static analyzer.
2018-10-06 Guus SliepenFix compiler warnings.
2018-09-09 Guus SliepenAdd a test for backwards compatibility with the legacy...
2018-09-09 Guus SliepenPrevent oracle attacks in the legacy protocol (CVE...
2018-06-24 Guus SliepenEnable AutoConnect by default.
2018-06-23 Guus SliepenRemove address cache debug messages printed to stderr.
2018-06-23 Guus SliepenAvoid treating compressed MTU probes as having a negati...
2018-06-13 Guus SliepenPrint UDP RTT on its own line.
2018-06-13 Guus SliepenMerge remote-tracking branch 'volth/release-1.1pre16...
2018-06-13 Guus SliepenAdd missing item and attribution to NEWS.
2018-06-13 Guus SliepenRemove the ping test.
2018-06-13 volthminor
2018-06-13 volthexpose traffic stats to 'tinc info ___' and 'tinc dump...
2018-06-13 volthkeep track of round trip times of UDP pings
2018-06-12 Guus SliepenReleasing 1.1pre16. release-1.1pre16
2018-06-12 Guus SliepenRemove the wxPython GUI.
2018-04-04 Oliver FreyermuthFix compiling when support for UML sockets is enabled.
2018-04-02 Guus SliepenReformat all code using astyle.
2018-04-02 Guus SliepenAdd the ability to set a firewall mark on sockets.
2018-04-02 Guus SliepenFix invitation tests if port 655 is available.
2018-03-30 Guus SliepenPrevent an infinite loop in get_recent_address().
2018-03-30 Guus SliepenProperly implement tinc.texi's dependency on tincinclud...
2018-03-27 Guus SliepenWarn if we cannot reload the tincd when creating an...
2018-03-27 Mike SullivanFix handling partial SPTPS messages in sptps_test.
2018-03-06 Guus SliepenEnsure we call CloseServiceHandle() in case of errors.
2018-03-06 Guus SliepenReformat all code using astyle.
2018-03-06 Gjergjifix service removal.
2018-02-28 Guus SliepenFix compatibility with LibreSSL and OpenSSL < 1.1.
2018-02-28 Guus SliepenTry to process all pending events after select().
2018-02-28 Todd C. MillerCall WSAWaitForMultipleEvents() in a loop until we...
2018-02-27 Guus SliepenWork around a GCC bug that causes inet_checksum() to...
2018-02-27 Guus SliepenRevert "Unconditionally remove timeouts from the queue...
2018-02-26 Guus SliepenUnconditionally remove timeouts from the queue before...
2018-02-22 Todd C. MillerIn device_handle_read() we need to reset the read event...
2018-02-21 Guus SliepenUpdate the documentation of the control protocol.
2018-02-21 Todd C. MillerFix heap corruption on Windows exposed by the use-after...
2018-02-19 Guus SliepenDocument the control protocol.
2018-02-18 Guus SliepenReduce memory allocations due to HMAC() and EVP_MD_*().
2018-02-18 Guus SliepenReduce memory allocations due to zlib's uncompress().
2018-02-18 Guus SliepenAdd code coverage testing support.
2018-02-17 Guus SliepenReformat all code using astyle.
2018-02-16 Todd C. MillerFix a use-after-free bug in get_recent_address() and...
2018-01-31 Todd C. MillerIn device_issue_read() there is no need to reset Offset...
2018-01-23 Todd C. MillerWSAEVENT is a pointer, so we cannot simply return the...
2018-01-22 Todd C. MillerAdd some missing freeaddrinfo() calls to avoid leaking...
2018-01-22 Guus SliepenFix calling freeaddrinfo() on the wrong pointer.
2018-01-17 Etienne DechampsMove ResetEvent() call before ReadFile().
2018-01-07 Etienne DechampsFix "use of GNU empty initializer extension" warning.
2018-01-07 Etienne DechampsFix "void function should not return void expression...
2018-01-07 Etienne DechampsFix AC_CHECK_DECLS usage in openssl.m4.
2018-01-06 Guus SliepenAdd a cache of recently seen addresses.
2018-01-06 Guus SliepenFix all spelling errors found by codespell.
2018-01-06 Guus SliepenDocument how to enable tinc at boot time using systemd.
2018-01-06 Guus SliepenDon't include generated files into the tarball.
2018-01-06 Guus SliepenUpdate .gitignore.
2018-01-06 Guus SliepenEnsure the sptps-basic test doesn't fail during make...
2018-01-06 Guus SliepenSet default systemd unit path to ${libdir}/systemd...
2018-01-06 Guus SliepenRemove hardcoded paths from systemd unit files.
2018-01-05 Guus SliepenMerge remote-tracking branch 'dechamps/ipip' into 1.1
2018-01-05 Etienne DechampsSupport MSS clamping for IP in IP (RFC 2003) packets.
next