tinc
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().
2014-06-29 Etienne DechampsEnable LocalDiscovery by default.
2014-06-29 Etienne DechampsRemove broadcast-based local discovery mechanism.
2014-06-29 Etienne DechampsUse edge local addresses for local discovery.
2014-06-29 Etienne DechampsAdd local address information to edges.
2014-06-28 Guus SliepenGive getsockopt() a reference to a socklen_t.
2014-06-28 Guus SliepenMerge branch 'winevents-clean' of https://github.com...
2014-06-28 Etienne DechampsRemove the TAP-Win32 reader thread.
2014-06-28 Etienne DechampsUse a Windows event to stop tinc when running as a...
2014-06-28 Etienne DechampsMake the event loop expose a Windows event interface.
2014-06-28 Etienne DechampsUse native Windows events for the event loop.
2014-06-28 Etienne DechampsFix connection event error handling.
2014-06-27 Etienne DechampsProtect against spurious connection events.
2014-06-26 Etienne DechampsFix errno references when handling socket errors.
2014-06-22 Etienne DechampsFix Windows includes.
2014-06-22 Guus SliepenRemove the warnings when IP_DONTFRAGMENT/IPV6-DONTFRAG...
2014-06-22 Alexis HildebrandtAdd support to link against libresolv Mac OS X
2014-06-22 Armin Fisslthalerreload /etc/resolv.conf in SIGALRM handler
2014-06-22 Etienne DechampsMake DeviceStandby control network interface link statu...
2014-06-22 Etienne DechampsAdd DeviceStandby option to only enable the device...
2014-06-22 Etienne DechampsCleanly remove the device FD from the event loop before...
2014-06-22 Etienne DechampsMake device close cleaner.
2014-06-22 Etienne DechampsMove Solaris if_fd to local scope.
2014-06-20 Baptiste JonglezClarify man page regarding the IndirectData option
2014-06-15 Guus SliepenUnconditionally return non-zero exit code when "tinc...
2014-06-15 Guus SliepenReturn non-zero exit code when "tinc get" does not...
2014-06-03 Guus SliepenFix base64 decoding of Ed25519 keys.
2014-05-18 Guus SliepenAllow Cipher and Digest "none".
2014-05-18 Guus SliepenImplement a PEM-like format for Ed25519 keys.
2014-05-18 Guus SliepenRename ECDSA to Ed25519.
2014-05-13 Guus SliepenAdd sanity checks when generating new RSA keys.
2014-05-12 Guus SliepenFix PMTU discovery via datagram SPTPS.
2014-05-12 Guus SliepenFix a crash when we have a malformed public ECDSA key...
2014-05-12 Guus SliepenAdd missing closedir().
2014-05-12 Guus SliepenUse void pointers to opaque buffers.
2014-05-06 Guus SliepenChange AutoConnect from int to bool.
next