1 Version 1.1pre9 September 8 2013
3 * The UNIX socket is now created before tinc-up is called.
5 * Windows users can now use any extension that is in %PATHEXT% for scripts,
8 * Outgoing sockets are bound to the address of the listening sockets again,
9 when there is no ambiguity.
11 * Added invitation-created and invitation-accepted scripts.
13 * Invited nodes now learn of the Mode and Broadcast settings of the VPN.
15 * Joining a VPN with an invitation now also works on Windows.
17 * The port number tincd is listening on is now always included in the
20 * A running tincd is now correctly informed when a new invitation has been
23 * Several bug fixes for the new protocol.
27 Thanks to Etienne Dechamps for his contribution to this version of tinc.
29 Version 1.1pre8 August 13 2013
31 * ExperimentalProtocol is now enabled by default.
33 * Added an invitation protocol that makes it easy to invite new nodes.
35 * Added the LocalDiscoveryAddress option to change the broadcast address used
38 * Limit the rate of incoming meta-connections.
40 * Many small bug fixes and code cleanups.
42 Thanks to Etienne Dechamps and Sven-Haegar Koch for their contributions to this
45 Version 1.1pre7 April 22 2013
47 * Fixed large latencies on Windows.
49 * Renamed the tincctl tool to tinc.
51 * Simplified changing the configuration using the tinc tool.
53 * Added a full description of the ExperimentalProtocol to the manual.
55 * Drop packets forwarded via TCP if they are too big (CVE-2013-1428).
57 Thanks to Martin Schobert for auditing tinc and reporting the vulnerability.
59 Version 1.1pre6 February 20 2013
61 * Fixed tincd exitting immediately on Windows.
63 * Detect PMTU increases.
65 * Fixed crashes when using a SOCKS5 proxy.
67 * Fixed control connection when using a proxy.
69 Version 1.1pre5 January 20 2013
71 * Fixed long delays and possible hangs on Windows.
73 * Fixed support for the tunemu device on iOS, the UML and VDE devices.
75 * Small improvements to the documentation and error messages.
77 * Fixed broadcast packets not reaching the whole VPN.
79 * Tincctl now connects via a UNIX socket to the tincd on platforms that
82 * The PriorityInheritance option now also works in switch mode.
84 Version 1.1pre4 December 5 2012
86 * Added the "AutoConnect" option which will let tinc automatically select
87 which nodes to connect to.
89 * Improved performance of VLAN-tagged IP traffic inside the VPN.
91 * Ensured LocalDiscovery works with multiple BindToAddress statements and/or
94 * Dropped dependency on libevent.
96 * Fixed Windows version not reading packets from the TAP adapter.
98 Version 1.1pre3 October 14 2012
100 * New experimental protocol:
101 * Uses 521 bit ECDSA keys for authentication.
102 * Uses AES-256-CTR and HMAC-SHA256.
103 * Always provides perfect forward secrecy.
104 * Used for both meta-connections and VPN packets.
105 * VPN packets are encrypted end-to-end.
107 * Many improvements to tincctl:
108 * "config" command shows/adds/changes configuration variables.
109 * "export" and "import" commands help exchange configuration files.
110 * "init" command sets up initial configuration files.
111 * "info" command shows details about a node, subnet or address.
112 * "log" command shows live log messages.
113 * Without a command it acts as a shell, with history and TAB completion.
114 * Improved starting/stopping tincd.
115 * Improved graph output.
117 * When trying to directly send UDP packets to a node for which multiple
118 addresses are known, all of them are tried.
120 * Many small fixes, code cleanups and documentation updates.
122 Version 1.1pre2 July 17 2011
124 * .cookie files are renamed to .pid files, which are compatible with 1.0.x.
126 * Experimental protocol enhancements that can be enabled with the option
127 ExperimentalProtocol = yes:
129 * Ephemeral ECDH key exchange will be used for both the meta protocol and
131 * Key exchanges are signed with ECDSA.
132 * ECDSA public keys are automatically exchanged after RSA authentication if
133 nodes do not know each other's ECDSA public key yet.
135 Version 1.1pre1 June 25 2011
137 * Control interface allows control of a running tinc daemon. Used by:
138 * tincctl, a commandline utility
139 * tinc-gui, a preliminary GUI implemented in Python/wxWidgets
141 * Code cleanups and reorganization.
143 * Repleacable cryptography backend, currently supports OpenSSL and libgcrypt.
145 * Use libevent to handle I/O events and timeouts.
147 * Use splay trees instead of AVL trees to manage internal datastructures.
149 Thanks to Scott Lamb and Sven-Haegar Koch for their contributions to this
152 Version 1.0.22 August 13 2013
154 * Fixed the combination of Mode = router and DeviceType = tap.
156 * The $NAME variable is now set in subnet-up/down scripts.
158 * Tinc now gives an error when unknown options are given on the command line.
160 * Tinc now correctly handles a space between a short command line option and
161 an optional argument.
163 Thanks to Etienne Dechamps for his contribution to this version of tinc.
165 Version 1.0.21 April 22 2013
167 * Drop packets forwarded via TCP if they are too big (CVE-2013-1428).
169 Thanks to Martin Schobert for auditing tinc and reporting this vulnerability.
171 Version 1.0.20 March 03 2013
173 * Use /dev/tap0 by default on FreeBSD and NetBSD when using switch mode.
175 * Minor improvements and clarifications in the documentation.
177 * Allow tinc to be cross-compiled with Android's NDK.
179 * The discovered PMTU is now also applied to VLAN tagged traffic.
181 * The LocalDiscovery option now makes use of all addresses tinc is bound to.
183 * Fixed support for tunemu on iOS devices.
185 * The PriorityInheritance option now also works with switch mode.
187 * Fixed tinc crashing when using a SOCKS5 proxy.
189 Thanks to Mesar Hameed, Vilbrekin and Martin Schürrer for their contributions
190 to this version of tinc.
192 Version 1.0.19 June 25 2012
194 * Allow :: notation in IPv6 Subnets.
196 * Add support for systemd style socket activation.
198 * Allow environment variables to be used for the Name option.
200 * Add basic support for SOCKS proxies, HTTP proxies, and proxying through an
203 Version 1.0.18 March 25 2012
205 * Fixed IPv6 in switch mode by turning off DecrementTTL by default.
207 * Allow a port number to be specified in BindToAddress, which also allows tinc
208 to listen on multiple ports.
210 * Add support for multicast communication with UML/QEMU/KVM.
212 Version 1.0.17 March 10 2012
214 * The DeviceType option can now be used to select dummy, raw socket, UML and
215 VDE devices without needing to recompile tinc.
217 * Allow multiple BindToAddress statements.
219 * Decrement TTL value of IPv4 and IPv6 packets.
221 * Add LocalDiscovery option allowing tinc to detect peers that are behind the
224 * Accept Subnets passed with the -o option when StrictSubnets = yes.
226 * Disabling old RSA keys when generating new ones now also works properly on
229 Version 1.0.16 July 23 2011
231 * Fixed a performance issue with TCP communication under Windows.
233 * Fixed code that, during network outages, would cause tinc to exit when it
234 thought two nodes with identical Names were on the VPN.
236 Version 1.0.15 June 24 2011
238 * Improved logging to file.
240 * Reduced amount of process wakeups on platforms which support pselect().
242 * Fixed ProcessPriority option under Windows.
244 Thanks to Loïc Grenié for his contribution to this version of tinc.
246 Version 1.0.14 May 8 2011
248 * Fixed reading configuration files that do not end with a newline. Again.
250 * Allow arbitrary configuration options being specified on the command line.
252 * Allow all options in both tinc.conf and the local host config file.
254 * Configurable replay window, UDP send and receive buffers for performance tuning.
256 * Try harder to get UDP communication back after falling back to TCP.
258 * Initial support for attaching tinc to a VDE switch.
260 * DragonFly BSD support.
262 * Allow linking with OpenSSL 1.0.0.
264 Thanks to Brandon Black, Julien Muchembled, Michael Tokarev, Rumko and Timothy
265 Redaelli for their contributions to this version of tinc.
267 Version 1.0.13 Apr 11 2010
269 * Allow building tinc without LZO and/or Zlib.
271 * Clamp MSS of TCP packets in both directions.
273 * Experimental StrictSubnets, Forwarding and DirectOnly options,
274 giving more control over information and packets received from/sent to other
277 * Ensure tinc never sends symbolic names for ports over the wire.
279 Version 1.0.12 Feb 3 2010
281 * Really allow fast roaming of hosts to other nodes in a switched VPN.
283 * Fixes missing or incorrect environment variables when calling host-up/down
284 and subnet-up/down scripts in some cases.
286 * Allow port to be specified in Address statements.
288 * Clamp MSS of TCP packets to the discovered path MTU.
290 * Let two nodes behind NAT learn each others current UDP address and port via
291 a third node, potentially allowing direct communications in a similar way to
294 Version 1.0.11 Nov 1 2009
296 * Fixed potential crash when the HUP signal is sent.
298 * Fixes handling of weighted Subnets in switch and hub modes, preventing
299 unnecessary broadcasts.
301 * Works around a MinGW bug that caused packets to Windows nodes to always be
304 * Improvements to the PMTU discovery code, especially on Windows.
306 * Use UDP again in certain cases where 1.0.10 was too conservative and fell
307 back to TCP unnecessarily.
309 * Allow fast roaming of hosts to other nodes in a switched VPN.
311 Version 1.0.10 Oct 18 2009
313 * Fixed potential crashes during shutdown and (in rare conditions) when other
314 nodes disconnected from the VPN.
316 * Improved NAT handling: tinc now copes with mangled port numbers, and will
317 automatically fall back to TCP if direct UDP connection between nodes is not
318 possible. The TCPOnly option should not have to be used anymore.
320 * Allow configuration files with CRLF line endings to be read on UNIX.
322 * Disable old RSA keys when generating new ones, and raise the default size of
323 new RSA keys to 2048 bits.
325 * Many fixes in the path MTU discovery code, especially when Compression is
328 * Tinc can now drop privileges and/or chroot itself.
330 * The TunnelServer code now just ignores information from clients instead of
333 * Improved performance on Windows by using the new ProcessPriority option and
334 by making the handling of packets received from the TAP-Win32 adapter more
337 * Code cleanups: tinc now follows the C99 standard, copyright headers have
338 been updated to include patch authors, checkpoint tracing and localisation
339 features have been removed.
341 * Support for (jailbroken) iPhone and iPod Touch has been added.
343 Thanks to Florian Forster, Grzegorz Dymarek and especially Michael Tokarev for
344 their contributions to this version of tinc.
346 Version 1.0.9 Dec 26 2008
348 * Fixed tinc as a service under Windows 2003.
350 * Fixed reading configuration files that do not end with a newline.
352 * Fixed crashes in situations where hostnames could not be resolved or hosts
353 would disconnect at the same time as session keys were exchanged.
355 * Improved default settings of tun and tap devices on BSD platforms.
357 * Make IPv6 sockets bind only to IPv6 on Linux.
359 * Enable path MTU discovery by default.
361 * Fixed a memory leak that occured when connections were closed.
363 Thanks to Max Rijevski for his contributions to this version of tinc.
365 Version 1.0.8 May 16 2007
367 * Fixed some memory and resource leaks.
369 * Made network sockets non-blocking under Windows.
371 Thanks to Scott Lamb and "dnk" for their contributions to this version of tinc.
373 Version 1.0.7 Jan 5 2007
375 * Fixed a bug that caused slow network speeds on Windows.
377 * Fixed a bug that caused tinc unable to write packets to the tun device on
380 Version 1.0.6 Dec 18 2006
382 * More flexible detection of the LZO libraries when compiling.
384 * Fixed a bug where broadcasts in switch and hub modes sometimes would not
385 work anymore when part of the VPN had become disconnected from the rest.
387 Version 1.0.5 Nov 14 2006
389 * Lots of small fixes.
391 * Broadcast packets no longer grow in size with each hop. This should
392 fix switch mode (again).
394 * Generic host-up and host-down scripts.
396 * Optionally dump graph in graphviz format to a file or a script.
398 * Support LZO 2.0 and later.
400 Thanks to Scott Lamb for his contributions to this version of tinc.
402 Version 1.0.4 May 4 2005
404 * Fix switch and hub modes.
406 * Optionally start scripts when a Subnet becomes (un)reachable.
408 Version 1.0.3 Nov 11 2004
410 * Show error message when failing to write a PID file.
412 * Ignore spaces at end of lines in config files.
414 * Fix handling of late packets.
416 * Unify BSD tun/tap device handling. This allows IPv6 on tun devices and
417 anything on tap devices as long as the underlying OS supports it.
419 * Handle IPv6 on Solaris tun devices.
421 * Allow tinc to work properly under Windows XP SP2.
423 * Allow VLAN tagged Ethernet frames in switch and hub mode.
425 * Experimental PMTUDiscovery, TunnelServer and BlockingTCP options.
427 Version 1.0.2 Nov 8 2003
429 * Fix address and hostname resolving under Windows.
431 * Remove warnings about non-existing scripts and unsupported address families.
433 * Use the event logger under Windows.
435 * Fix quoting of filenames and command line arguments under Windows.
437 * Strict checks for length incoming network packets and return values of
438 cryptographic functions,
440 * Fix a bug in metadata handling that made the tinc daemon abort.
442 Version 1.0.1 Aug 14 2003
444 * Allow empty lines in config files.
446 * Fix handling of spaces and backslashes in filenames under native Windows.
448 * Allow scripts to be executed under native Windows.
450 * Update documentation, make it less Linux specific.
452 Version 1.0 Aug 4 2003
454 * Lots of small bugfixes and code cleanups.
456 * Throughput doubled and latency reduced.
458 * Added support for LZO compression.
460 * No need to set MAC address or disable ARP anymore.
462 * Added support for Windows 2000 and XP, both natively and in a Cygwin
465 Version 1.0pre8 Sep 16 2002
467 * More fixes for subnets with prefixlength undivisible by 8.
469 * Added support for NetBSD and MacOS/X.
471 * Switched from undirected graphs to directed graphs to avoid certain race
472 conditions and improve scalability.
474 * Generalized broadcasting and forwarding of protocol messages.
476 * Cleanup of source code.
478 Version 1.0pre7 Apr 7 2002
480 * Don't do blocking read()s when getting a signal.
482 * Remove RSA key checking code, since it sometimes thinks perfectly good RSA
485 * Fix handling of subnets when prefixlength isn't divisible by 8.
487 Version 1.0pre6 Mar 27 2002
489 * Improvement of redundant links:
490 * Non-blocking connects.
491 * Protocol broadcast messages can no longer go into an infinite loop.
492 * Graph algorithm updated to look harder for direct connections.
494 * Good support for routing IPv6 packets over the VPN. Works on Linux,
495 FreeBSD, possibly OpenBSD but not on Solaris.
497 * Support for tunnels over IPv6 networks. Works on all supported
500 * Optional compression of UDP connections using zlib.
502 * Optionally let UDP connections inherit TOS field of tunneled packets.
504 * Optionally start scripts when certain hosts become (un)reachable.
506 Version 1.0pre5 Feb 9 2002
508 * Security enhancements:
509 * Added sequence number and optional message authentication code to
511 * Configurable encryption cipher and digest algorithms.
513 * More robust handling of dis- and reconnects.
515 * Added a "switch" and a "hub" mode to allow bridging setups.
517 * Preliminary support for routing of IPv6 packets.
519 * Supports Linux, FreeBSD, OpenBSD and Solaris.
521 Version 1.0pre4 Jan 17 2001
523 * Updated documentation; the documentation now reflects the
524 configuration as it is.
526 * Some internal changes to make tinc scale better for large
527 networks, such as using AVL trees instead of linked lists for the
530 * RSA keys can be stored in separate files if needed. See the
531 documentation for more information.
533 * Tinc has now been reported to run on Linux PowerPC and FreeBSD x86.
535 Version 1.0pre3 Oct 31 2000
537 * The protocol has been redesigned, and although some details are
538 still under discussion, this is secure. Care has been taken to
539 resist most, if not all, attacks.
541 * Unfortunately this protocol is not compatible with earlier versions,
542 nor are earlier versions compatible with this version. Because the
543 older protocol has huge security flaws, we feel that not
544 implementing backwards compatibility is justified.
546 * Some data about the protocol:
547 * It uses public/private RSA keys for authentication (this is the
548 actual fix for the security hole).
549 * All cryptographic functions have been taken out of tinc, instead
550 it uses the OpenSSL library functions.
551 * Offers support for multiple subnets per tinc daemon.
553 * New is also the support for the universal tun/tap device. This
554 means better portability to FreeBSD and Solaris.
556 * Tinc is tested to compile on Solaris, Linux x86, Linux alpha.
558 * Tinc now uses the OpenSSL library for cryptographic operations.
559 More information on getting and installing OpenSSL is in the manual.
560 This also means that the GMP library is no longer required.
562 * Further, thanks to Enrique Zanardi, we have Spanish messages; Matias
563 Carrasco provided us with a Spanish translation of the manual.
565 Version 1.0pre2 May 31 2000
567 * This version has been internationalized; and a Dutch translation has
570 * Two configuration variables have been added:
571 * VpnMask - the IP network mask for the entire VPN, not just our
572 subnet (as given by MyVirtualIP). The Redhat and Debian packages
573 use this variable in their system startup scripts, but it is
575 * Hostnames - if set to `yes', look up the names of IP addresses
576 trying to connect to us. Default set to `no', to prevent lockups
579 * The system startup scripts for Debian and Redhat use
580 /etc/tinc/nets.boot to find out which networks need to be started
583 * Fixes to prevent denial of service attacks by sending random data
584 after connecting (and even when the connection has been established),
585 either random garbage or just nonsensical protocol fields.
587 * Tinc will retry to connect upon startup, does not quit if it doesn't
590 * Hosts that are disconnected implicitly if we lose a connection get
591 deleted from the internal list, to prevent hogging eachother with
592 add and delete requests when the connection is restored.
594 Version 1.0pre1 May 12 2000
598 * Various other bugfixes
600 * Documentation updates
602 Version 0.3.3 Feb 9 2000
604 * Fixed bug that made tinc stop working with latest kernels
608 Version 0.3.2 Nov 12 1999
610 * No more `Invalid filedescriptor' when working with multiple
613 * Forward unknown packets to uplink.
615 Version 0.3.1 Oct 20 1999
617 * Fixed a bug where tinc would exit without a trace.
619 Version 0.3 Aug 20 1999
621 * Pings now work immediately.
623 * All packet sizes get transmitted correctly.
625 Version 0.2.26 Aug 15 1999
627 * Fixed some remaining bugs.
629 * --sysconfdir works with configure.
631 * Last version before 0.3.
633 Version 0.2.25 Aug 8 1999
635 * Improved stability, going towards 0.3 now.
637 Version 0.2.24 Aug 7 1999
639 * Added key aging, there's a new config variable, KeyExpire.
641 * Updated man and info pages.
643 Version 0.2.23 Aug 5 1999
645 * All known bugs fixed, this is a candidate for 0.3.
647 Version 0.2.22 Apr 11 1999
649 * Multiconnection thing is now working nearly perfect :)
651 Version 0.2.21 Apr 10 1999
653 * You shouldn't notice a thing, but a lot has changed wrt key
654 management - except that it refuses to talk to versions < 0.2.20
656 Version 0.2.19 Apr 3 1999
658 * Don't install a libcipher.so.
660 Version 0.2.18 Apr 3 1999
662 * Blowfish library dynamically loaded upon execution.
664 * Included Eric Young's IDEA library.
666 Version 0.2.17 Apr 1 1999
668 * Tincd now re-executes itself in case of a segmentation fault.
670 Version 0.2.16 Apr 1 1999
672 * Wrote tincd.conf(5) man page, which still needs a lot of work.
674 * Config file now accepts and tolerates spaces, and any integer base
675 for integer variables, and better error reporting. See
676 doc/tincd.conf.sample for an example.
678 Version 0.2.15 Mar 29 1999
682 Version 0.2.14 Feb 10 1999
684 * Added --timeout flag and PingTimeout configuration.
685 * Did some first syslog cleanup work.
687 Version 0.2.13 Jan 23 1999
691 Version 0.2.12 Jan 23 1999
693 * Fixed nauseating bug so that it would crash whenever a connection
696 Version 0.2.11 Jan 22 1999
698 * Framework for multiple connections has been done.
700 * Simple manpage for tincd.
702 Version 0.2.10 Jan 18 1999
704 * Passphrase support added.
706 Version 0.2.9 Jan 13 1999
710 Version 0.2.8 Jan 11 1999
712 * A reworked protocol version.
714 * A ping/pong system.
716 * More reliable networking code.
718 * Automatic reconnection.
720 * Still does not work with more than one connection :)
722 * Strips MAC addresses before sending, so there's less overhead, and
725 Version 0.2.7 Jan 3 1999
727 * Several updates to make extending more easy.
729 Version 0.2.6 Dec 20 1998
731 * Point-to-Point connections have been established, including
732 Blowfish encryption and a secret key-exchange.
734 Version 0.2.5 Dec 16 1998
736 * Project renamed to tinc, in honour of TINC.
738 Version 0.2.4 Dec 16 1998
740 * Now it really does ;)
742 Version 0.2.3 Nov 24 1998
744 * It sort of works now.
746 Version 0.2.2 Nov 20 1998
750 Version 0.2.1 Nov 14 1998