tinc
2018-01-05 Guus SliepenDocument that invitation files MUST always start with...
2018-01-05 Guus SliepenDon't warn about empty lines in invitation files.
2017-12-18 Guus SliepenDocument the --batch option.
2017-12-16 Guus SliepenAssume all IPPROTO_* macros exist.
2017-11-06 Guus SliepenFix building documentation when using OpenBSD's make.
2017-11-06 Guus SliepenUpdate THANKS.
2017-11-06 Guus SliepenConst correctness.
2017-11-06 Guus SliepenSupport autoconf's --runstatedir option.
2017-11-06 Guus SliepenEnsure all parameters have names in header files.
2017-11-06 Guus SliepenRemove unused functions.
2017-11-06 Guus SliepenDon't log errors when autoconnecting fails and debuglev...
2017-10-26 Guus SliepenIf we are using libncurses, also try to link with libtinfo.
2017-10-25 Guus SliepenOnly forward SPTPS packets if Forwarding = internal.
2017-10-25 Todd C. MillerReplace remaining sizeof foo with sizeof(foo).
2017-10-23 Guus SliepenDisable PMTU discovery when TCPOnly is used.
2017-10-13 Guus SliepenAdd some information about the requirements of a chroot...
2017-10-08 Guus SliepenEnsure "make distcheck" really runs without errors.
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-10-07 Guus SliepenUpdate all header guards.
2017-10-07 Guus SliepenRemove unused/obsolete checks from configure.ac.
2017-10-05 Daniel Lublindoc: there is, not their is
2017-10-03 Guus SliepenPrepare for automatic code formatting using Artistic...
2017-10-01 Guus SliepenUpdate THANKS.
2017-10-01 Todd C. MillerFix parsing of -b flag
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...
next