tinc
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.
2018-01-05 Guus SliepenAdd missing newlines to some error messages.
2018-01-05 Guus SliepenDocument that invitation files MUST always start with...
2018-01-05 Guus SliepenDon't warn about empty lines in invitation files.
2017-12-18 Guus SliepenDocument the --batch option.
2017-12-16 Guus SliepenAssume all IPPROTO_* macros exist.
2017-11-06 Guus SliepenFix building documentation when using OpenBSD's make.
2017-11-06 Guus SliepenUpdate THANKS.
2017-11-06 Guus SliepenConst correctness.
2017-11-06 Guus SliepenSupport autoconf's --runstatedir option.
2017-11-06 Guus SliepenEnsure all parameters have names in header files.
2017-11-06 Guus SliepenRemove unused functions.
2017-11-06 Guus SliepenDon't log errors when autoconnecting fails and debuglev...
2017-10-26 Guus SliepenIf we are using libncurses, also try to link with libtinfo.
2017-10-25 Guus SliepenOnly forward SPTPS packets if Forwarding = internal.
2017-10-25 Todd C. MillerReplace remaining sizeof foo with sizeof(foo).
2017-10-23 Guus SliepenDisable PMTU discovery when TCPOnly is used.
2017-10-13 Guus SliepenAdd some information about the requirements of a chroot...
2017-10-08 Guus SliepenEnsure "make distcheck" really runs without errors.
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-10-07 Guus SliepenUpdate all header guards.
2017-10-07 Guus SliepenRemove unused/obsolete checks from configure.ac.
2017-10-05 Daniel Lublindoc: there is, not their is
2017-10-03 Guus SliepenPrepare for automatic code formatting using Artistic...
2017-10-01 Guus SliepenUpdate THANKS.
2017-10-01 Todd C. MillerFix parsing of -b flag
2017-09-02 Guus SliepenReleasing 1.1pre15. release-1.1pre15
2017-09-02 Guus SliepenDrop h and hh length modifiers from printf format strings.
2017-09-02 Guus SliepenEnsure packet priority is cleared when sending PMTU...
2017-09-02 Guus SliepenFix a file descriptor leak when using an invitation.
2017-09-02 Guus SliepenFix a compiler warning.
2017-09-02 Guus SliepenForce IPv4 for sptps-basic.test.
2017-09-02 Guus SliepenAdd missing break statements.
2017-08-22 Guus SliepenMake autoconnect try to heal network splits.
2017-08-15 pacienAdd LogLevel config option
2017-07-27 Guus SliepenForward-port tinc 1.0's handling of device errors.
2017-07-27 volthAvoid infinite loop on EBADFD
2017-07-09 Guus SliepenStore the invitation data after a succesful join.
2017-07-09 Guus SliepenAdd configurable experation time for invitations.
2017-05-28 Guus SliepenSet KillMode=mixed in the systemd service file.
2017-05-28 Guus SliepenMove logging of "would block" messages to debug level 4.
2017-05-07 Guus SliepenRemove unused add_scalar function.
2017-05-06 thorkillFix NULL pointer dereference in send_udp_info
2017-05-01 thorkillSanitize input in id_h - prevent integer overflows
2017-04-18 Guus SliepenFix some minor issues found by cppcheck.
2017-04-18 Guus SliepenAdd field widths to sscanf() calls.
2017-04-18 Guus SliepenRemove dead stores.
2017-04-17 Guus SliepenAdd missing tinc stop command to the scripts test.
2017-04-17 Guus SliepenFix tests on *BSD.
2017-04-17 Guus SliepenFix segfault when adding environment variables.
2017-04-17 Guus SliepenFix compiler warnings on *BSD.
2017-04-17 Guus SliepenMake sure realname is always initialized.
2017-04-17 Guus SliepenEnsure tests compile on *BSD.
2017-04-08 Guus SliepenUse getmsg()/putmsg() instead of read()/write() on...
next