oweals/tinc.git
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
2012-03-25 Guus SliepenMark DecrementTTL option experimental.
2012-03-25 Guus SliepenFix return type of vde_recv() as well.
2012-03-25 Guus SliepenDocument OpenBSD "ifconfig link0" and Linux "ip tuntap...
2012-03-25 Guus SliepenFix some more compiler warnings.
2012-03-25 Guus SliepenFix return value type of vde_send().
2012-03-25 Guus SliepenFix compiler warnings.
2012-03-25 Guus SliepenAllow scoped addresses to be used for IPv6 multicast...
2012-03-25 Guus SliepenAdd #ifdefs in case not all platforms support IPv4...
2012-03-23 Guus SliepenSet default value of DecrementTTL to "no".
2012-03-21 Guus SliepenAdd support for multicast communication with UML/QEMU...
2012-03-21 Guus SliepenAllow a port to be specified in BindToAddress statements.
2012-03-20 Guus SliepenAlways try next Address when an outgoing connection...
2012-03-10 Guus SliepenReleasing 1.0.17. release-1.0.17
2012-03-10 Guus SliepenUpdate copyright notices.
2012-03-08 Guus SliepenMake sure disabling old RSA keys works on Windows.
2012-03-08 Guus SliepenAdd missing ICMP6 message type definitions.
2012-03-07 Guus SliepenAccept Subnets passed with the -o option when StrictSub...
2012-03-02 Guus SliepenOnly log errors sending UDP packets when debug level...
2012-02-26 Guus SliepenOnly use broadcast at the start of the PMTU discovery...
2012-02-25 Guus SliepenStricter checks against routing loops.
2012-02-25 Guus SliepenDon't send ICMP Time Exceeded messages for other Time...
2012-02-22 Guus SliepenAdd LocalDiscovery option which tries to detect peers...
2012-02-22 Guus SliepenPass index into listen_socket[] to handle_incoming_vpn_...
2012-02-21 Nick HibmaAdd missing ICMP message type definitions.
2012-02-21 Guus SliepenFix check for raw socket support.
2012-02-21 Guus SliepenFix a bug that caused tinc to ignore all but the last...
2012-02-21 Guus SliepenDocument the command line flag -o and provide --option...
2012-02-21 Guus SliepenMove initialization of char *priority up to prevent...
2012-02-20 Guus SliepenAllow disabling of broadcast packets.
2012-02-20 Guus SliepenRename connection_t *broadcast to everyone.
2012-02-20 Guus SliepenDon't bind outgoing TCP sockets anymore.
2012-02-20 Guus SliepenDecrement TTL of incoming packets.
2012-02-20 Guus SliepenOnly compile raw socket code when it is supported on...
2012-02-18 Guus SliepenMerge branch 'master' of black:tinc
2012-02-18 Guus SliepenAllow setting DeviceType to tun or tap on Linux.
2012-02-18 Guus SliepenSend packets back using the same socket as they were...
2012-02-18 Guus SliepenMerge branch 'master' of black:tinc
2012-02-17 Guus SliepenAllow multiple BindToAddress statements.
2012-02-17 Guus SliepenSet FD_CLOEXEC flag on all sockets.
2011-12-04 Guus SliepenAllow linking with multiple device drivers.
2011-12-03 Guus SliepenFix a few small memory leaks.
2011-11-27 Guus SliepenAdd vde/device.c to the tarball.
2011-11-27 Guus SliepenFix compilation of VDE and UML interfaces.
2011-08-30 Guus SliepenReturn false instead of void when there is an error.
2011-08-30 Guus SliepenPrevent read_rsa_public_key() from returning an uniniti...
2011-07-23 Guus SliepenReleasing 1.0.16. release-1.0.16
2011-07-23 Guus SliepenUse usleep() instead of sleep(), MinGW complained.
2011-07-17 Guus SliepenFlush output buffer in send_tcppacket().
2011-07-16 Guus SliepenMake code to detect two nodes with the same Name less...
2011-06-24 Guus SliepenReleasing 1.0.15. release-1.0.15
next