tinc
2021-07-27 Guus SliepenRequire OpenSSL 1.1.0 or later. master
2021-07-27 Guus SliepenAvoid trying to send an ANS_KEY request to unreachable...
2021-07-27 Guus SliepenUse inet_pton() to parse Subnets.
2019-08-26 Guus SliepenReleasing 1.0.36. release-1.0.36
2019-08-26 Guus SliepenAdd a missing check for a pathname being too long.
2019-08-26 Guus SliepenReformat all code using astyle.
2019-08-26 Guus SliepenFix spelling errors found by codespell.
2019-08-26 Guus SliepenUpdate THANKS.
2019-04-11 Guus SliepenBackport tinc 1.1's str2net() function.
2019-03-30 Guus SliepenUpdate THANKS.
2018-12-18 Rosen PenevFix compilation without deprecated OpenSSL APIs
2018-12-18 Rosen PenevFix compilation when OpenSSL has no ENGINE support
2018-11-30 Quentin RameauDouble-quote nodes in graphviz network file
2018-10-11 Werner SchreiberFix segfault when dest->mtu is 0.
2018-10-11 Guus SliepenRemove the call to RAND_load_file().
2018-10-08 Guus SliepenReleasing 1.0.35. release-1.0.35
2018-10-05 Rafael SadowskiOpenBSD has a proper tap device.
2018-09-23 Guus SliepenUpdate README and links to required libraries.
2018-09-23 Guus SliepenFix spelling errors.
2018-09-23 Guus SliepenFix checks for Cygwin-related macros.
2018-09-23 Guus SliepenUpdate THANKS.
2018-09-23 Guus SliepenDon't check for NULL-pointers before calling free().
2018-09-23 Guus SliepenFix two small memory leaks.
2018-09-23 Guus SliepenFix all warnings when compiling with -Wall -W -pedantic.
2018-09-23 Guus SliepenCheck the return values from BN_hex2bn() and RAND_load_...
2018-09-23 Guus SliepenCheck the return value from snprintf().
2018-09-12 Guus SliepenPrevent a MITM from forcing a NULL cipher for UDP ...
2018-09-09 Guus SliepenPrevent oracle attacks (CVE-2018-16737, CVE-2018-16738)
2018-09-01 AMRI AmineFixing typo
2018-06-12 Guus SliepenReleasing 1.0.34. release-1.0.34
2018-05-10 wangliushuaiRemove redundant 'break'.
2018-03-30 Guus SliepenProperly implement tinc.texi's dependency on tincinclud...
2018-01-16 Maximilian SteinFix SEGFAULT when trying to connect to IPv6 peer in...
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 SliepenRename distro/ to systemd/.
2018-01-06 Guus SliepenMake systemd service file handling identical to tinc...
2017-12-16 Guus SliepenDon't use SOL_IP and SOL_IPV6.
2017-11-06 Guus SliepenFix #ifdefs that were broken due to commit d178b58.
2017-11-04 Guus SliepenFix building documentation when using OpenBSD's make.
2017-11-04 Guus SliepenAdd missing thanks to the NEWS message.
2017-11-04 Guus SliepenReleasing 1.0.33. release-1.0.33
2017-11-04 Guus SliepenUpdate THANKS.
2017-11-04 Guus SliepenFix compilation errors when --enable-uml is used.
2017-11-04 Guus SliepenConst correctness.
2017-11-04 Guus SliepenSupport autoconf's --runstatedir option.
2017-11-04 Guus SliepenEnsure all parameters have names in header files.
2017-11-04 Guus SliepenRemove unused functions.
2017-11-03 Guus SliepenRealign comments.
2017-11-03 Guus SliepenFix all -Wall -W compiler warnings.
2017-10-23 Guus SliepenDisable PMTU discovery when TCPOnly is used.
2017-10-11 Guus SliepenHandle tun/tap device returning EPERM or EBUSY.
2017-10-11 Guus SliepenAdd some information about the requirements of a chroot...
2017-10-08 Guus SliepenFix some "make distcheck" errors.
2017-10-08 Guus SliepenRemove obsolete m4/README.
2017-10-07 Guus SliepenRemove more obsolete autoconf checks.
2017-10-07 Guus SliepenUnconditionally include stdbool.h and inttypes.h.
2017-10-07 Guus SliepenDon't call ERR_remove_state().
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 xmalloc.c, backport xalloc.h from tinc 1.1.
2017-10-07 Guus SliepenUse getcwd() instead of get_current_dir_name().
2017-10-07 Guus SliepenRemove unused/obsolete checks from configure.ac.
2017-10-06 Guus SliepenFix a few minor memory leaks.
2017-10-06 Guus SliepenUse stack-allocated strings for temporary filenames.
2017-10-06 Guus SliepenNever remove items from cmdline_conf.
2017-10-03 Guus SliepenPrepare for automatic code formatting using Artistic...
2017-10-03 Guus SliepenGive absolute path for #include to AC_CHECK_HEADERS().
2017-10-03 Guus SliepenUse AC_CONFIG_MACRO_DIR().
2017-10-03 nemunaireAllow compilation from a build directory
2017-10-03 Rafael Sadowskifix tinc.conf for OpenBSD
2017-10-02 Guus SliepenFix a potential memory leak.
2017-10-01 Guus SliepenUdpate THANKS.
2017-09-02 Guus SliepenReleasing 1.0.32. release-1.0.32
2017-07-30 Guus SliepenDon't try to bind Proxy = exec sockets to an address.
2017-07-30 Guus SliepenSet status.proxy_passed early for Proxy = exec.
2017-07-30 Guus SliepenFix Proxy = exec.
2017-06-27 Guus SliepenDon't forget about outgoing connections on host file...
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-04-27 Guus SliepenBind outgoing TCP sockets.
2017-04-19 Guus SliepenFix Solaris DeviceType = tap in router Mode.
2017-04-08 Guus SliepenUse getmsg()/putmsg() instead of read()/write() on...
2017-04-08 Guus SliepenUse /dev/udp instead of /dev/ip on Solaris.
2017-03-21 Guus SliepenMerge remote-tracking branch 'VittGam/master'
2017-03-20 Guus SliepenDon't dereference myself->incipher if it's NULL.
2017-01-15 Guus SliepenReleasing 1.0.31. release-1.0.31
2016-10-31 Élie BouttierRemove ExecStop in tinc@.service
2016-10-30 Guus SliepenReleasing 1.0.30. release-1.0.30
2016-10-30 Guus SliepenUse CFB mode for meta-connections to improve security.
2016-10-29 Guus SliepenUse AES in CTR mode instead of OFB mode for meta-connec...
2016-10-29 Guus SliepenReally fix byte budget calculation.
2016-10-29 Guus SliepenFix bit shifting arithmetic so the code actually does...
2016-10-29 Guus SliepenEnforce maximum amount of bytes sent/received on meta...
2016-10-29 Guus SliepenUse AES256 and SHA256 by default, also for the meta...
2016-10-14 Guus SliepenDelay sending the real ID request until after a proxy...
2016-10-14 Guus SliepenLog only the first line of a proxy request rejection...
2016-10-14 Guus SliepenFix proxy reply parsing broken by the previous commit.
2016-10-13 Guus SliepenAllow non-empty lines after status code from a HTTP...
next