oweals/tinc.git
2017-04-08 Guus SliepenUse /dev/udp instead of /dev/ip on Solaris.
2017-03-29 Guus SliepenEnsure sptps_keypair and sptps_test get build for make...
2017-03-29 Guus SliepenUse 127.0.0.1 instead of localhost to ensure tests...
2017-03-26 Guus SliepenEnsure proper logging in the invite-offline test.
2017-03-26 Guus SliepenAdd the scripts test.
2017-03-26 Guus SliepenUpdate .gitignore.
2017-03-26 Guus SliepenAdd the invite-offline test.
2017-03-26 Guus SliepenRemove superfluous sleep command in invite-join test.
2017-03-26 Guus SliepenUse unique ports for all tests.
2017-03-21 Guus SliepenAdd DEBUG environment variable for scripts.
2017-03-21 Guus SliepenPut script environment creation/deletion in functions.
2017-03-20 Vittorio Gambaletta... route: Support ToS/DiffServ priority inheritance when...
2017-03-20 Guus SliepenMerge remote-tracking branch 'dechamps/sleep' into 1.1
2017-03-20 Guus SliepenDon't try to use kill() on Windows.
2017-03-20 Guus SliepenAdd missing #defines used by fd_device.c.
2017-03-07 Guus SliepenUse free_known_addresses() to free memory allocated...
2017-03-07 Roman SavelyevFix lost pointer trails in get_known_addresses().
2017-03-01 Pacien TRAN... Add fd_device
2017-02-14 Guus SliepenRemove the description of the LocalDiscoveryAddress...
2017-01-31 Guus SliepenDon't build sptps_* binaries by default.
2017-01-31 Guus SliepenFix potential segfault in the replacement vasprintf...
2016-12-18 Etienne DechampsFix address memory leaks in add_edge_h().
2016-12-18 Etienne DechampsClarify the flow of add_edge_h().
2016-12-18 Etienne DechampsFix edge updates containing local address changes.
2016-12-18 Etienne DechampsFix edge local addresses not being set when connections...
2016-12-03 Etienne DechampsOn Windows, don't cancel I/O when disabling the device.
2016-12-03 Etienne DechampsFix crash on Windows when a socket is available for...
2016-10-30 Guus SliepenEnforce maximum amount of bytes sent/received on meta...
2016-10-30 Guus SliepenUse AES256 and SHA256 by default for the legacy protocol.
2016-10-12 Dennis LanFix typo in src/upnp.c.
2016-10-11 Vittorio G... tincctl: Avoid falling back to 1024 bits RSA key genera...
2016-10-11 Vittorio G... fsck: Fix ed25519 public key reading, and fclose usage.
2016-07-26 Guus SliepenLog warnings about dropped packets only with debug...
2016-07-14 Etienne DechampsFix error handling when setting up the UDP socket.
2016-06-24 Guus SliepenFix compiling with OpenSSL < 1.1.0.
2016-06-24 Guus SliepenAdd missing m4 files.
2016-06-23 Guus SliepenFix potential memory leaks found by the Clang static...
2016-06-23 Guus SliepenFix warnings from the Clang static analyzer.
2016-06-23 Guus SliepenForce nul-termination of strings after vsnprintf().
2016-06-22 Guus SliepenUse EVP_MD_CTX_destroy() instead of _free().
2016-06-22 Guus SliepenCheck return value of RSA_generate_key_ex().
2016-06-22 Guus SliepenAdd -Wall to CFLAGS.
2016-06-22 Guus SliepenEnsure compatibility with OpenSSL 1.1.0.
2016-06-05 Guus SliepenFix the previous commit.
2016-06-05 Guus SliepenPreserve IPv6 scope_id in edges.
2016-05-21 Sean McVeighfix check in cmd_pid() for failure to connect to tincd
2016-05-21 Sean McVeighcheck for daemon pid existence before trying to connect...
2016-05-21 lemoerAdded comments and unfold deep "if"-construct in timeou...
2016-05-19 thorkillPrevent tincd from sending packets to unexpecting nodes
2016-05-12 thorkillSend PKT_PROBE only when handshake has been done already.
2016-05-01 Guus SliepenReleasing 1.1pre14. release-1.1pre14
2016-05-01 Guus SliepenRevert "Remove tinc.service, it is not necessary."
2016-04-30 Guus SliepenReleasing 1.1pre13. release-1.1pre13
2016-04-30 Guus SliepenAutoConnect now only chooses from nodes for which we...
2016-04-30 Guus SliepenRemove tinc.service, it is not necessary.
2016-04-27 Guus SliepenFix BSD tun device support.
2016-04-24 Guus SliepenReleasing 1.1pre12. release-1.1pre12
2016-04-23 Guus SliepenDon't check file permissions on Windows during fsck.
2016-04-23 Guus SliepenFix starting tinc as a service on Windows.
2016-04-23 Guus SliepenFix a compiler warning on Windows.
2016-04-23 Guus SliepenFix possible read of freed memory when verifying the...
2016-04-23 Guus SliepenHave "tinc fsck" recognize Ed25519PublicKey statements.
2016-04-23 Guus SliepenMove documentation of invitations to the manual.
2016-04-17 Guus SliepenFix the "network" command in tinc shell.
2016-04-17 Guus SliepenSpeed up AutoConnect at startup.
2016-04-17 Guus SliepenDon't call terminate_connection(myself->connection).
2016-04-17 Guus SliepenHandle special characters in sptps_test only if the...
2016-04-17 Guus SliepenAdd stricter checks for netnames.
2016-04-17 Guus SliepenUse ifconfig_header().
2016-04-17 Guus SliepenChdir() to the configuration directory instead of /.
2016-04-17 Guus SliepenAdd a test for tinc-up creation from invitations.
2016-04-17 Guus SliepenFix compiler warnings.
2016-04-17 Guus SliepenFix gateway parsing in invitation files.
2016-04-17 Guus SliepenAllow gateways to be specified for routes.
2016-04-16 Guus SliepenMove some stray #includes.
2016-04-16 Guus SliepenGenerate a tinc-up script from an invitation.
2016-04-16 Guus SliepenDocument how invitation files work.
2016-04-15 Guus SliepenStop using SOL_TCP, SOL_IP and SOL_IPV6.
2016-04-15 Guus SliepenFix crash at startup when Device is not specified on...
2016-04-15 Guus SliepenFix conditional checking of tun/tap headers on DragonFl...
2016-04-15 Guus SliepenFix some compiler warnings from MinGW.
2016-04-15 Guus SliepenFix generation of version_git.h for some versions of...
2016-04-15 Guus SliepenFix a non-working cast to get rid of a compiler warning.
2016-04-15 Guus SliepenDon't use HAVE_SYSTEM, the autoconf check was removed.
2016-04-15 Guus SliepenRemove use of strcpy() and sprintf().
2016-04-15 Guus SliepenDon't assume sa.sa_family is a short int.
2016-04-15 Guus SliepenAdd version_git.h and sample-config.tar.gz to CLEANFILES.
2016-04-14 Guus SliepenMake some platform-specific header checks conditional.
2016-04-14 Guus SliepenRemove support for Windows 2000 and anything that doesn...
2016-04-14 Guus SliepenRemove checks for non-C99 compliant compilers.
2016-04-14 Guus SliepenFix version_get.h generation on BSD.
2016-04-14 Guus SliepenFix typo in Makefile.am.
2016-04-14 Guus SliepenUse getcwd() instead of get_current_dir_name().
2016-04-14 Guus SliepenReplace usleep() with nanosleep().
2016-04-14 Guus SliepenFix compiling under MinGW.
2016-04-14 Guus SliepenRemove checks for headers and functions that are in...
2016-04-13 Guus SliepenMake text files Markdown-compatible.
2016-04-11 Guus SliepenUpdate .gitignore.
2016-04-11 Guus SliepenRemove elliptic curve stubs from gcrypt/, add PRF imple...
2016-04-11 Guus SliepenReally don't compile getopt*.c if the system provides...
next