tinc
2014-12-27 Guus SliepenReleasing 1.1pre11. release-1.1pre11
2014-12-27 Guus SliepenAdd BroadcastSubnet and DeviceStandby options to the...
2014-12-27 Guus SliepenBetter default paths for log and PID files on Windows.
2014-12-26 Guus SliepenRemove AES-GCM support.
2014-12-26 Guus SliepenLinux doesn't like .PHONY .o files.
2014-12-26 Guus SliepenWe don't depend on ECDH functions from OpenSSL anymore.
2014-12-26 Guus SliepenBSD make doesn't like .PHONY .c files.
2014-12-26 Guus SliepenCheck whether res_init() really lives in libresolv.
2014-12-26 Guus SliepenUpdate THANKS file.
2014-12-26 Guus SliepenAllow running tinc without RSA keys.
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-12-25 Etienne DechampsUse plain old PACKET for TCP packets sent directly...
2014-12-25 Etienne DechampsDon't spontaneously start SPTPS with neighbors.
2014-12-24 Guus SliepenAdd a variable offset to vpn_packet_t, drop sptps_packet_t.
2014-12-24 Guus SliepenUse void pointers for opaque data blobs in the SPTPS...
2014-12-24 Guus SliepenFix memory leaks found by Valgrind.
2014-12-24 Guus SliepenDon't use myself->name in device_disable(), it's alread...
2014-12-24 Guus SliepenDon't pass uninitialized bytes to ioctl().
2014-12-24 Guus SliepenAvoid using OpenSSL's random number functions.
2014-12-14 Guus SliepenFix reception of SPTPS UDP packets.
2014-12-14 Guus SliepenFix segfault when receiving UDP packets with an unknown...
2014-12-08 Guus SliepenChanges that should have been in commit 46fa12e666badb7...
2014-12-08 Guus SliepenMake UDP packet handling more efficient.
2014-12-07 Guus SliepenAvoid memmove() for legacy UDP packets.
2014-12-07 Guus SliepenCache node IDs in a hash table for faster lookups.
2014-12-07 Guus SliepenAdd an explicit hash_delete() function.
2014-12-07 Guus SliepenBetter log messages when we already know the peer's...
2014-12-07 Sven-Haegar... Try handling the case when the first side knows the...
2014-12-07 Guus SliepenLog an error message with the node's name when receivin...
2014-12-07 Guus SliepenCheck validity of Ed25519 key during an upgrade.
2014-12-07 Sven-Haegar... Do not disconnect when no ecdsa key is known yet.
2014-12-03 Guus SliepenFix compiler warnings.
2014-12-03 Etienne DechampsQuery the Linux device for its MAC address.
2014-10-14 groxxda tinc-gui: Don't assign broadcast subnets to any node...
2014-10-04 Etienne DechampsMake sure to discover MTU with relays.
2014-10-04 Etienne DechampsDon't send MTU probes to nodes we can't reach directly.
2014-10-04 Etienne DechampsAdd UDP datagram relay support to SPTPS.
2014-10-04 Etienne DechampsPrepend source node ID information to UDP datagrams.
2014-10-04 Etienne DechampsChange vpn_packet_t::seqno from uint32_t to uint8_t[4].
2014-10-04 Etienne DechampsIntroduce node IDs.
2014-10-04 Etienne DechampsInvalidate UDP information on address changes.
2014-09-27 Etienne DechampsFix protocol version check for type 2 MTU probe replies.
2014-09-22 Franz Pletztinc-gui: Use /usr/bin/env to resolve path to python
2014-09-22 Etienne DechampsPreemptively mirror REQ_PUBKEY messages from nodes...
2014-09-21 Etienne DechampsFix default device path selection on BSD.
2014-09-21 Etienne DechampsIgnore the Interface option if device rename is impossible.
2014-09-21 Etienne DechampsFix default TAP device on Darwin.
2014-09-07 Etienne DechampsFix wrong identifier in SO_NOSIGPIPE call.
2014-09-06 Etienne DechampsDon't enable the device if the reachable count is zero.
2014-08-31 Etienne DechampsFix undefined HOST_NAME_MAX on Windows.
2014-08-30 Etienne DechampsRemove Google from the list of copyright owners.
2014-08-25 William A.... tincctl: Use replace_name to properly replace and valid...
2014-08-25 William A.... utils: Refactor check_id out of protocol for global...
2014-08-25 William A.... utils: Refactor get_name's functionality into util...
2014-08-17 Etienne DechampsClarify copyright ownership for code authored by Etienn...
2014-08-07 Sven-Haegar... commandline.test: Adding test that fetching non-existin...
2014-08-07 Sven-Haegar... Fix exit code of "tinc get".
2014-07-19 Etienne DechampsHandle TAP-Win32 immediate reads correctly.
2014-07-19 Etienne DechampsOnly read from TAP-Win32 if the device is enabled.
2014-07-13 Etienne DechampsAdd a non-interactive mode to tinc commands.
2014-07-12 Guus SliepenRevert "Use git description as the tinc version."
2014-07-12 Guus SliepenMerge branch 'keysegfault' of https://github.com/decham...
2014-07-12 Guus SliepenMerge branch 'tincstart' of https://github.com/dechamps...
2014-07-12 Guus SliepenMerge branch 'ctrl' of https://github.com/dechamps...
2014-07-12 Guus SliepenMerge branch 'winwarnings' of https://github.com/decham...
2014-07-12 Etienne DechampsVerify seqno early in sptps_verify_datagram().
2014-07-12 Etienne DechampsAdd documentation about using system-assigned ports.
2014-07-12 Etienne DechampsImprove subprocess behavior in tinc start command.
2014-07-12 Etienne DechampsFix "tinc start" on Windows when the path contains...
2014-07-12 Etienne DechampsShutdown cleanly when receiving a Windows console shutd...
2014-07-12 Etienne DechampsCheck if devops is valid before closing the device.
2014-07-12 Guus SliepenFix unsafe use of strncpy() and sprintf().
2014-07-12 Guus SliepenFix a potential file descriptor leak.
2014-07-12 Etienne DechampsResolve KEY_EVENT conflict between Windows and ncurses.
2014-07-12 Etienne DechampsRemove unused device stats variables.
2014-07-12 Etienne DechampsRemove unused variable in TAP-Win32 setup_device().
2014-07-12 Etienne DechampsFix callback signature for TAP-Win32 device_handle_read().
2014-07-12 Etienne DechampsRemove an unnecessary pointer dereference in execute_sc...
2014-07-12 Etienne DechampsOnly declare the origpriority variable if we support...
2014-07-12 Guus SliepenReserve legacy active bit in connection_status_t.
2014-07-12 Etienne DechampsRemove redundant connection_t::status.active field.
2014-07-12 Etienne DechampsDon't initialize outpkt to an unused value.
2014-07-12 Etienne DechampsHandle the "no local address" case in send_sptps_data().
2014-07-10 Guus SliepenFix incorrect format qualifiers.
2014-07-10 Etienne DechampsFix a typo (FORTIFY_SOURCE).
2014-07-08 Baptiste JonglezFix typos in the manual page
2014-07-08 Guus SliepenFix segmentation fault when dumping subnets.
2014-07-08 Guus SliepenFix compiler warnings.
2014-07-06 Etienne DechampsFix event loop io tree inconsistency on Windows.
2014-07-06 Etienne DechampsMake sure myport is set correctly when running with...
2014-07-06 Etienne DechampsFix tinc event loop reentrancy from timeout handlers.
2014-07-05 Etienne DechampsCanonicalize IPv6 addresses as per RFC 5952 before...
2014-07-05 Etienne DechampsDon't print subnet prefix lengths and weights for one...
2014-07-05 Etienne DechampsWhen printing MAC addresses, always use trailing zeroes.
2014-07-05 Etienne DechampsRewrite, fix and improve str2net().
2014-06-29 Etienne DechampsUse git description as the tinc version.
2014-06-29 Etienne DechampsRegenerate build date and time every time tinc is built.
2014-06-29 Etienne DechampsMake IPv4 multicast space 224.0.0.0/4 broadcast by...
2014-06-29 Etienne DechampsMake broadcast addresses configurable.
2014-06-29 Etienne DechampsImplement sptps_verify_datagram().
next