oweals/tinc.git
2014-05-06 Guus SliepenFix issues found by Coverity.
2014-05-06 Guus SliepenNexthop calculation should always use the shortest...
2014-05-01 Steffan KargerCheck RAND_bytes() return value, fail when getting...
2014-05-01 Steffan KargerUse cryptographically strong random when generating...
2014-05-01 Steffan KargerUse constant time memcmp() when comparing packet HMACs.
2014-04-29 Loic Dacharyfix documentation typo
2014-04-25 Guus SliepenAdd an autoconf check for res_init().
2014-04-25 Armin Fisslthalerreload /etc/resolv.conf in SIGALRM handler
2014-04-09 Guus SliepenMerge pull request #14 from luckyhacky/master
2014-04-08 luckyhackyupdate to openssl version 1.0.1g due to lack of heartbl...
2014-04-07 Guus SliepenRemove useless variable 'hard' from try_harder().
2014-03-11 VilbrekinUpdate android build instructions. Disable PIE as this... 1.0.23-android-1
2014-02-07 Guus SliepenHandle errors from TAP-Win32/64 adapter in a better...
2014-02-07 Guus SliepenAttribution for various contributors.
2014-01-16 Guus SliepenClarify StrictSubnets.
2013-12-27 Guus SliepenRemove or lower the priority of some debug messages.
2013-12-26 Florent ClairambaultAdding some documentation around the /etc/tinc/$NET...
2013-12-26 Florent ClairambaultAdding "conf.d" configuration dir support.
2013-12-10 Guus SliepenDon't enable -fstack-protector-all.
2013-12-10 Guus SliepenFix incorrectly merged bits from 80cd2ff73071941a535655...
2013-12-10 Guus SliepenUse hardcoded value for TUNNEWPPA if net/if_tun.h is...
2013-12-10 Guus SliepenStricter check for raw socket support.
2013-12-10 Guus SliepenInclude <limits.h> for PATH_MAX.
2013-12-10 Guus SliepenUpdate support for Solaris.
2013-12-10 Guus SliepenEnable compiler hardening flags by default.
2013-12-05 Guus SliepenIf no Port is specified, set myport to actual port...
2013-12-05 Guus SliepenMention in the manual that multiple Address staments...
2013-10-19 Guus SliepenReleasing 1.0.23. release-1.0.23
2013-10-18 Guus SliepenClean up child processes from proxy type exec.
2013-10-06 Guus SliepenAdd description of IffOneQueue and MaxTimeout to the...
2013-09-29 Guus SliepenGet rid of the splay tree implementation.
2013-09-29 Guus SliepenModernize the build system.
2013-09-27 Guus SliepenFix typos in the documentation.
2013-09-27 Guus SliepenFix segfault when Name = $HOST but $HOST is not set.
2013-09-25 Guus SliepenDon't send PING requests on connections which are not...
2013-09-01 Guus SliepenCheck for writability when waiting for a socket to...
2013-08-13 Guus SliepenReleasing 1.0.22. release-1.0.22
2013-08-13 Guus SliepenUpdate copyright notices.
2013-08-08 Guus SliepenDon't echo broadcast packets back when Broadcast =...
2013-07-17 Guus SliepenDon't use vasprintf() anymore on Windows.
2013-07-14 Etienne DechampsFix combination of Mode = router and DeviceType = tap...
2013-07-05 Guus SliepenSet $NAME when calling host-up/down and subnet-up/down...
2013-06-08 Guus SliepenFix a typo.
2013-05-30 Guus SliepenBetter optional argument handling.
2013-04-22 Guus SliepenReleasing 1.0.21. release-1.0.21
2013-04-12 Guus SliepenDrop packets forwarded via TCP if they are too big...
2013-03-03 Guus SliepenReleasing 1.0.20. release-1.0.20
2013-03-03 Guus SliepenFix detection of rejected SOCKS5 proxy requests.
2013-03-03 Guus SliepenFix compiler warnings on Windows.
2013-02-07 Guus SliepenDon't send proxy requests for incoming connections.
2013-02-06 Guus SliepenFix segmentation fault when trying to connect via a...
2013-01-31 Guus SliepenFix a compiler warning.
2013-01-31 Guus SliepenDetect increases in PMTU.
2013-01-20 Guus SliepenMake sure PriorityInheritance also works in switch...
2012-12-16 Guus SliepenFix support for tunemu on iOS devices.
2012-11-14 Guus SliepenRemove text saying you must have one of PrivateKey...
2012-11-14 Guus SliepenSend broadcast packets using a random socket, and prope...
2012-11-14 Guus SliepenDon't take the address of a variable whose scope is...
2012-11-14 Guus SliepenFix configure script help text for --enable options.
2012-11-14 Guus SliepenMention in the manual that support for LZO and zlib...
2012-11-14 Guus SliepenMake sure PMTU discovery works in switch mode with...
2012-11-14 Guus SliepenUsing alloca() for a constant sized buffer is very...
2012-11-14 Guus SliepenFix warnings from groff.
2012-11-14 Guus SliepenClear status and options fields of unreachable nodes.
2012-10-09 Guus SliepenClear Ethernet header when reading packets from a tun...
2012-10-07 Guus SliepenFix warnings from cppcheck.
2012-10-06 Guus SliepenClear connection options and status fields in free_conn...
2012-09-30 Guus SliepenAdd strict checks to hex to binary conversions.
2012-09-30 Guus SliepenAttribution for Martin Schürrer.
2012-09-30 Martin SchürrerOutput details of encryption errors
2012-09-27 Guus SliepenFix links in documenation.
2012-09-24 Guus SliepenDon't ignore Makefile.am.
2012-09-24 Guus SliepenAttribution for Vil Brekin and some code style cleanups.
2012-09-24 VilbrekinAndroid cross-compilation instructions.
2012-09-24 VilbrekinUse __ANDROID__ define rather than dirty hard-code...
2012-09-24 VilbrekinAdd basic .gitignore file, cleaning (most) files genera...
2012-09-24 VilbrekinReplace hard-code with new ScriptsInterpreter configura...
2012-09-24 VilbrekinBasic patch for android cross-compilation.
2012-07-27 Guus SliepenAlso clarify hostnames=[yes|no] in tinc.conf(5).
2012-07-24 Mesar HameedMinor clarification, tinc.conf hostnames=[yes|no] varia...
2012-07-12 Guus SliepenUpdate THANKS file.
2012-07-12 Guus SliepenDocument how to load the tap driver on FreeBSD.
2012-07-12 Guus SliepenUse /dev/tap0 by default on FreeBSD and NetBSD when...
2012-06-25 Guus SliepenReleasing 1.0.19. release-1.0.19
2012-06-25 Guus SliepenFix crash when using Broadcast = direct.
2012-06-25 Guus SliepenFix compiler warnings.
2012-06-25 Guus Sliepen#include <winsock2.h> on Windows.
2012-06-25 Guus SliepenSmall fixes in proxy code.
2012-05-08 Michael Tokarevadd (errnum) in front of windows error messages
2012-04-19 Guus SliepenDocument new proxy types.
2012-04-19 Guus SliepenAdd support for proxying through an external command.
2012-04-19 Guus SliepenAdd support for SOCKS 5 proxies.
2012-04-18 Guus SliepenAdd basic support for SOCKS 4 and HTTP CONNECT proxies.
2012-04-15 Guus SliepenAllow broadcast packets to be sent directly instead...
2012-03-29 Guus SliepenAllow environment variables to be used for Name.
2012-03-26 Guus SliepenAdd support for systemd style socket activation.
2012-03-26 Guus SliepenRemove newline from log message.
2012-03-26 Anthony G.... configure.in: fix AC_ARG_ENABLE and AC_ARG_WITH
2012-03-25 Guus SliepenSupport :: in IPv6 Subnets.
2012-03-25 Guus SliepenReleasing 1.0.18. release-1.0.18
next