tinc
2017-09-02 Guus SliepenReleasing 1.1pre15. release-1.1pre15
2017-09-02 Guus SliepenDrop h and hh length modifiers from printf format strings.
2017-09-02 Guus SliepenEnsure packet priority is cleared when sending PMTU...
2017-09-02 Guus SliepenFix a file descriptor leak when using an invitation.
2017-09-02 Guus SliepenFix a compiler warning.
2017-09-02 Guus SliepenForce IPv4 for sptps-basic.test.
2017-09-02 Guus SliepenAdd missing break statements.
2017-08-22 Guus SliepenMake autoconnect try to heal network splits.
2017-08-15 pacienAdd LogLevel config option
2017-07-27 Guus SliepenForward-port tinc 1.0's handling of device errors.
2017-07-27 volthAvoid infinite loop on EBADFD
2017-07-09 Guus SliepenStore the invitation data after a succesful join.
2017-07-09 Guus SliepenAdd configurable experation time for invitations.
2017-05-28 Guus SliepenSet KillMode=mixed in the systemd service file.
2017-05-28 Guus SliepenMove logging of "would block" messages to debug level 4.
2017-05-07 Guus SliepenRemove unused add_scalar function.
2017-05-06 thorkillFix NULL pointer dereference in send_udp_info
2017-05-01 thorkillSanitize input in id_h - prevent integer overflows
2017-04-18 Guus SliepenFix some minor issues found by cppcheck.
2017-04-18 Guus SliepenAdd field widths to sscanf() calls.
2017-04-18 Guus SliepenRemove dead stores.
2017-04-17 Guus SliepenAdd missing tinc stop command to the scripts test.
2017-04-17 Guus SliepenFix tests on *BSD.
2017-04-17 Guus SliepenFix segfault when adding environment variables.
2017-04-17 Guus SliepenFix compiler warnings on *BSD.
2017-04-17 Guus SliepenMake sure realname is always initialized.
2017-04-17 Guus SliepenEnsure tests compile on *BSD.
2017-04-08 Guus SliepenUse getmsg()/putmsg() instead of read()/write() on...
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.
next