tinc
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...
2014-01-24 Guus SliepenTest two tinc daemons using network namespaces.
2014-01-20 Guus SliepenAdd the ListenAddress option.
2014-01-20 Guus SliepenDocument that 1.1 uses AES-256 in GCM mode.
2014-01-20 Guus SliepenDocument clearly that tinc depends on curses and readli...
2014-01-19 Guus SliepenLet tinc-gui use correct address family when connecting...
2014-01-17 Dennis JoachimsthalerEnsure tinc-gui running in 64 bits mode can find tinc...
2014-01-17 Dennis JoachimsthalerFix tinc-gui on Windows.
2014-01-16 Guus SliepenAdd index entries for the CLI commands.
2014-01-16 Guus SliepenUpdate the documentation of the tinc command.
2014-01-16 Guus SliepenClarify StrictSubnets.
2013-12-29 Florent ClairambaultAdding "conf.d" configuration dir support.
2013-12-10 Guus SliepenFix handling of --with-libgcrypt.
2013-12-10 Guus SliepenDon't enable -fstack-protector-all.
2013-12-10 Guus SliepenAdd our own autoconf check for libgcrypt.
2013-12-10 Guus SliepenEnable compiler hardening flags by default.
2013-12-08 Guus SliepenRemove erroneous warning about SPTPS being disabled.
2013-12-08 Guus SliepenDon't print an error when no ECDSA key is known for...
2013-12-08 Guus SliepenGive full path to unconfigured tinc-up script.
2013-12-08 Guus SliepenAllow running without ECDSA keys If ExperimentalProtoco...
2013-12-08 Guus SliepenDon't print device statistics when exiting tinc.
2013-12-07 Guus SliepenPrefer ncurses over curses.
2013-12-07 Guus SliepenUse hardcoded value for TUNNEWPPA if net/if_tun.h is...
2013-12-07 Guus SliepenAvoid using a variable named "sun". Solaris doesn't...
2013-12-07 Guus SliepenStricter check for raw socket support.
2013-12-07 Guus SliepenInclude <limits.h> for PATH_MAX.
2013-12-07 Guus SliepenUpdate support for Solaris.
2013-12-05 Guus SliepenIf no Port is specified, set myport to actual port...
2013-12-05 Guus SliepenMention in the manual that multiple Address staments...
2013-11-28 Guus SliepenAllow "none" for Cipher and Digest again.
2013-11-21 Guus SliepenMake LocalDiscovery work for SPTPS packets.
2013-11-20 Guus SliepenRemove an unused variable.
2013-11-15 Guus SliepenFix two warnings from Clang's static analyzer.
2013-10-22 Guus SliepenFix sending bulk data starting with a newline.
2013-10-22 Guus SliepenMake sptps_test less verbose by default.
2013-10-18 Guus SliepenClean up child processes from proxy type exec.
2013-10-15 Guus SliepenFix sending empty SPTPS records.
2013-10-12 Guus SliepenUse AES-256-GCM for the SPTPS protocol.
2013-09-27 Guus SliepenFix typos in the documentation.
2013-09-27 Guus SliepenFix segfault when Name = $HOST but $HOST is not set.
2013-09-15 Guus SliepenLink sptps_speed with -lrt.
2013-09-15 Guus SliepenDon't leak memory during the key generation speed test.
2013-09-15 Guus SliepenAdd a benchmark for the SPTPS protocol.
2013-09-15 Guus SliepenAvoid using BIOs.
2013-09-15 Guus SliepenWrong date for the 1.1pre9 release in the NEWS.
2013-09-08 Guus SliepenReleasing 1.1pre9. release-1.1pre9
2013-09-08 Guus SliepenDon't try to mkdir(CONFDIR) if --config is used.
2013-09-08 Guus SliepenMake sure test scripts end up in the tarball.
2013-09-08 Guus SliepenAutomake doesn't like info files being mentioned in...
2013-09-05 Guus SliepenTest running ping through two tinc daemons.
2013-09-05 Guus SliepenDon't return zero-length packets when receiving multica...
2013-09-05 Guus SliepenAdd two more test scripts.
2013-09-05 Guus SliepenFix multicast device.
2013-09-05 Guus SliepenExit value 1 instead of a random non-zero value.
2013-09-01 Guus SliepenAdd a test for invite and join commands.
2013-09-01 Guus SliepenAlso test whether tinc daemons can connect to each...
2013-09-01 Guus SliepenSlightly relax the connection rate limit for a single...
2013-09-01 Guus SliepenSend a RELOAD to a running tincd when a new invitation...
2013-09-01 Guus SliepenClean up leftover tincd and sptps_test processes.
2013-09-01 Guus SliepenFix tincd logfile location when running tests.
2013-09-01 Etienne DechampsFix broken build with --with-openssl, --with-libgcrypt.
2013-09-01 Guus SliepenAdd test for import, export and exchange commands.
2013-09-01 Guus SliepenSmall fixes for tests.
2013-09-01 Guus SliepenMake sptps_test more easy to work with.
2013-09-01 Guus SliepenSome shells set $_ to an absolute path.
2013-09-01 Guus SliepenStart of a test suite.
2013-08-30 Guus SliepenAllow testing the replay window with sptps_test.
2013-08-30 Guus SliepenFix the replay window in SPTPS.
2013-08-30 Guus SliepenFix CTR mode.
2013-08-30 Guus SliepenAdd an option to test datagram SPTPS with packet loss.
2013-08-28 Guus SliepenWhen generating invitations, handle any order of Port...
2013-08-27 Guus SliepenCall WSAStartup() in main().
2013-08-23 Guus SliepenTell invited node about Mode and Broadcast settings.
2013-08-23 Guus SliepenUse PATHEXT when checking for the presence of scripts...
2013-08-20 Guus SliepenExecute scripts when invitations are created or accepted.
2013-08-20 Guus SliepenEnsure the invitation filenames do not reveal the secre...
2013-08-20 Guus SliepenLet a server explicitly send a notification when the...
2013-08-20 Guus SliepenUse our own infrastructure for finding out the local...
2013-08-20 Guus SliepenResolve the local host name before generating the invit...
2013-08-18 Guus SliepenBind outgoing sockets again.
2013-08-18 Guus SliepenRemove broadcast of KEY_CHANGED message during tinc...
2013-08-18 Guus SliepenFix order of tincd's initialization.
2013-08-18 Guus SliepenDon't force a .bat extension for scripts under Windows.
next