tinc
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.
2014-05-06 Guus SliepenFix compiler warnings.
2014-05-06 Guus SliepenNexthop calculation should always use the shortest...
2014-05-05 Saverio ProtoFix typo in comment
2014-04-25 Guus SliepenPut brackets around IPv6 addresses in invitation URL...
2014-04-15 Guus Sliepensptps_test: allow using a tun device instead of stdio.
2014-04-14 Guus SliepenUse the ChaCha-Poly1305 cipher for the SPTPS protocol.
2014-04-14 Guus SliepenMerge branch '1.1-ed25519' into 1.1
2014-04-13 Guus SliepenProperly initialize buffers.
2014-04-06 Guus SliepenUse Ed25519 keys. 1.1-ed25519
2014-04-06 Guus SliepenFix return value of b64encode().
2014-03-09 Guus SliepenHandle a disconnecting tincd better.
2014-02-26 Guus SliepenRewind the file before trying to use PEM_read_RSA_PUBKEY().
2014-02-26 Guus SliepenAdd "network" command to list or switch networks.
2014-02-07 Guus SliepenAdd missing attribution for 1.1pre10 to the NEWS file.
2014-02-07 Guus SliepenReally fix compiling under Windows.
2014-02-07 Guus SliepenReleasing 1.1pre10. release-1.1pre10
2014-02-07 Guus SliepenCheck whether OpenSSL has support for GCM.
2014-02-07 Guus SliepenFix compiling for Windows.
2014-02-07 Guus SliepenUpdate copyright notices.
2014-02-07 Guus SliepenAttribution for Dennis Joachimsthaler.
2014-02-07 Guus SliepenHandle errors from TAP-Win32/64 adapter in a better...
2014-02-07 Guus SliepenAttribution for various contributors.
2014-01-30 Guus SliepenUse addresses learned from other nodes when making...
2014-01-29 Guus SliepenDocument Weight and also allow it to be set from tinc...
2014-01-29 Guus SliepenDon't ask questions if we are not running interactively.
2014-01-27 Guus SliepenAdd missing newlines when copying variables from tinc...
next