Use 127.0.0.1 instead of localhost to ensure tests are reproducible.
[tinc] / src /
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 Gambalett... 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-GIRARDAdd fd_device
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 (VittGam)tincctl: Avoid falling back to 1024 bits RSA key genera...
2016-10-11 Vittorio G (VittGam)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-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 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-04-30 Guus SliepenAutoConnect now only chooses from nodes for which we...
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-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 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-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 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 SliepenRemove support for Windows 2000 and anything that doesn...
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-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...
2016-04-11 Guus SliepenEnable silent builds by default.
2016-04-11 Guus SliepenUpdate support for BSD tun/tap devices, add support...
2016-04-10 Guus SliepenUpdate "now" after connect() when making outgoing conne...
2016-04-10 Guus SliepenNever call putenv() with data on the stack.
2016-04-10 Guus SliepenFix --logfile without a filename on Windows.
2016-04-10 Guus SliepenSupport ToS/DiffServ for IPv6 meta and UDP connections.
2016-04-10 Guus SliepenUse iface instead of interface.
2016-04-10 Guus SliepenDon't compile getopt*.c if the system provides getopt_l...
2016-03-07 LunarShaddowre-arrange include sequence to avoid a mingw introduced...
2016-03-07 LunarShaddowfix typo
2016-02-28 Guus SliepenFix for botched cherry-pick commit 60fb230.
2016-02-28 Guus SliepenAdd warnings for bad combinations of Device and Interface.
2016-02-28 Guus SliepenFix forwarding of edge updates.
2016-02-28 Guus SliepenImprove performance of edge updates.
2016-02-28 Vittorio Gambalett... Remove forward declaration for do_decrement_ttl.
2016-02-28 Vittorio Gambalett... s/broadcast_packet_helper/route_broadcast/
2016-02-28 Vittorio Gambalett... Fix DecrementTTL option for packets destined to the...
2016-02-28 Vittorio Gambalett... Try to reply with node address only when decrementing...
2016-02-28 Vittorio Gambalett... Fix source IP address for ICMP unreachable packets...
2016-02-28 Vittorio Gambalett... Fix DecrementTTL option.
2016-02-28 Guus SliepenUse nostdinc instead of overriding DEFAULT_INCLUDES.
2016-01-26 Guus SliepenAdd the ability to sign and verify files.
2016-01-17 Guus SliepenMerge remote-tracking branch 'mweinelt/tinc-gui' into 1.1
2016-01-14 Guus SliepenOnly add a reflexive address when we're sure it's working.
next