summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-04-11Backport tinc 1.1's str2net() function.HEADmasterGuus Sliepen
2019-03-30Update THANKS.Guus Sliepen
2018-12-18Fix compilation without deprecated OpenSSL APIsRosen Penev
2018-12-18Fix compilation when OpenSSL has no ENGINE supportRosen Penev
2018-11-30Double-quote nodes in graphviz network fileQuentin Rameau
2018-10-11Fix segfault when dest->mtu is 0.Werner Schreiber
2018-10-11Remove the call to RAND_load_file().Guus Sliepen
2018-10-08Releasing 1.0.35.release-1.0.35Guus Sliepen
2018-10-05OpenBSD has a proper tap device.Rafael Sadowski
2018-09-23Update README and links to required libraries.Guus Sliepen
2018-09-23Fix spelling errors.Guus Sliepen
2018-09-23Fix checks for Cygwin-related macros.Guus Sliepen
2018-09-23Update THANKS.Guus Sliepen
2018-09-23Don't check for NULL-pointers before calling free().Guus Sliepen
2018-09-23Fix two small memory leaks.Guus Sliepen
2018-09-23Fix all warnings when compiling with -Wall -W -pedantic.Guus Sliepen
2018-09-23Check the return values from BN_hex2bn() and RAND_load_file().Guus Sliepen
2018-09-23Check the return value from snprintf().Guus Sliepen
2018-09-12Prevent a MITM from forcing a NULL cipher for UDP (CVE-2018-16758)Guus Sliepen
2018-09-09Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738)Guus Sliepen
2018-09-01Fixing typoAMRI Amine
2018-06-12Releasing 1.0.34.release-1.0.34Guus Sliepen
2018-05-10Remove redundant 'break'.wangliushuai
2018-03-30Properly implement tinc.texi's dependency on tincinclude.texi.Guus Sliepen
2018-01-16Fix SEGFAULT when trying to connect to IPv6 peer in non-IPv6 environmentMaximilian Stein
2018-01-06Fix all spelling errors found by codespell.Guus Sliepen
2018-01-06Document how to enable tinc at boot time using systemd.Guus Sliepen
2018-01-06Rename distro/ to systemd/.Guus Sliepen
2018-01-06Make systemd service file handling identical to tinc 1.1.Guus Sliepen
2017-12-16Don't use SOL_IP and SOL_IPV6.Guus Sliepen
2017-11-06Fix #ifdefs that were broken due to commit d178b58.Guus Sliepen
2017-11-04Fix building documentation when using OpenBSD's make.Guus Sliepen
2017-11-04Add missing thanks to the NEWS message.Guus Sliepen
2017-11-04Releasing 1.0.33.release-1.0.33Guus Sliepen
2017-11-04Update THANKS.Guus Sliepen
2017-11-04Fix compilation errors when --enable-uml is used.Guus Sliepen
2017-11-04Const correctness.Guus Sliepen
2017-11-04Support autoconf's --runstatedir option.Guus Sliepen
2017-11-04Ensure all parameters have names in header files.Guus Sliepen
2017-11-04Remove unused functions.Guus Sliepen
2017-11-04Realign comments.Guus Sliepen
2017-11-04Fix all -Wall -W compiler warnings.Guus Sliepen
2017-10-23Disable PMTU discovery when TCPOnly is used.Guus Sliepen
2017-10-11Handle tun/tap device returning EPERM or EBUSY.Guus Sliepen
2017-10-11Add some information about the requirements of a chroot environment.Guus Sliepen
2017-10-08Fix some "make distcheck" errors.Guus Sliepen
2017-10-08Remove obsolete m4/README.Guus Sliepen
2017-10-07Remove more obsolete autoconf checks.Guus Sliepen
2017-10-07Unconditionally include stdbool.h and inttypes.h.Guus Sliepen
2017-10-07Don't call ERR_remove_state().Guus Sliepen