]> git.meshlink.io Git - meshlink/shortlog
meshlink
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-06-25 Guus SliepenReleasing 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-13 Guus SliepenDon't forget to send a newline when forwarding requests.
2012-05-08 Michael Tokarevadd (errnum) in front of windows error messages
2012-05-08 Guus SliepenAlways pass request strings to other functions as const...
2012-05-08 Sven-Haegar... free_connection_partially(): also reset remote protocol...
2012-05-08 Sven-Haegar... Silence SPTPS log messages, reduce them from DEBUG_ALWA...
2012-05-08 Sven-Haegar... terminate_connection(): delete non-outgoing (aka incomi...
2012-05-08 Sven-Haegar... Label control connections for log output as "<control...
2012-05-08 Sven-Haegar... free_connection_partially(): Avoid possible use-after...
2012-05-08 Sven-Haegar... terminate_connection(): only kill c->node->connection...
2012-05-08 Sven-Haegar... terminate_connection(): Avoid use-after-free and double...
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-04-15 Guus SliepenUpdate README to reflect that only OpenSSL is currently...
2012-04-15 Guus SliepenAdd autoconf checks for OpenSSL's elliptic curve functions.
2012-04-15 Sven-Haegar... ecdh & ecdsa: avoid some possible memory leaks in error...
2012-04-15 Sven-Haegar... Remove confusing error message for failed reading in...
2012-04-14 Sven-Haegar... sptps_stop(): clear pointers after free to avoid double...
2012-03-29 Guus SliepenAllow environment variables to be used for Name.
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
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 SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenSupport :: in IPv6 Subnets.
2012-03-25 Guus SliepenReleasing 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-18 Guus SliepenMake sure the signature also covers the session label.
2012-03-18 Guus SliepenStart documenting the SPTPS protocol.
2012-03-18 Guus SliepenDon't send an ACK message after the first key exchange...
2012-03-18 Guus SliepenTest SPTPS messages sent while key renegotation is...
2012-03-18 Guus SliepenAdd datagram mode to the SPTPS protocol.
2012-03-18 Guus SliepenAllow CTR mode counter to be set to a specific value.
2012-03-10 Guus SliepenReleasing 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-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
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 SliepenAllow log messages to be captured by tincctl.
2012-02-26 Guus SliepenDon't close control connections when handling a reload...
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenOnly use broadcast at the start of the PMTU discovery...
2012-02-26 Guus SliepenLet tincctl use the NETNAME environment variable if...
2012-02-26 Guus SliepenEnsure all SPTPS functions are prefixed with sptps_.
2012-02-25 Guus SliepenGo back to breadth first search for path finding.
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
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-25 Guus SliepenUse SPTPS when ExperimentalProtocol is enabled.
2012-02-25 Guus SliepenApply HMAC after encryption.
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
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-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-21 Guus SliepenRemove useless warning about signature length being...
2012-02-21 Guus SliepenUse only one hash algorithm (SHA512) in the PRF.
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-26 Guus SliepenFix a few small memory leaks.
2011-12-26 Guus SliepenFix compiler warnings.
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-10-06 Guus SliepenExchange ACK records to indicate switch to new keys.
next