]> git.meshlink.io Git - meshlink/blob - NEWS
Releasing 1.1pre9.
[meshlink] / NEWS
1 Version 1.1pre9              August 13 2013
2
3  * The UNIX socket is now created before tinc-up is called.
4
5  * Windows users can now use any extension that is in %PATHEXT% for scripts,
6    not only .bat.
7
8  * Outgoing sockets are bound to the address of the listening sockets again,
9    when there is no ambiguity.
10
11  * Added invitation-created and invitation-accepted scripts.
12
13  * Invited nodes now learn of the Mode and Broadcast settings of the VPN.
14
15  * Joining a VPN with an invitation now also works on Windows.
16
17  * The port number tincd is listening on is now always included in the
18    invitation URL.
19
20  * A running tincd is now correctly informed when a new invitation has been
21    generated.
22
23  * Several bug fixes for the new protocol.
24
25  * Added a test suite.
26
27 Thanks to Etienne Dechamps for his contribution to this version of tinc.
28
29 Version 1.1pre8              August 13 2013
30
31  * ExperimentalProtocol is now enabled by default.
32
33  * Added an invitation protocol that makes it easy to invite new nodes.
34
35  * Added the LocalDiscoveryAddress option to change the broadcast address used
36    to find local nodes.
37
38  * Limit the rate of incoming meta-connections.
39
40  * Many small bug fixes and code cleanups.
41
42 Thanks to Etienne Dechamps and Sven-Haegar Koch for their contributions to this
43 version of tinc.
44
45 Version 1.1pre7              April 22 2013
46
47  * Fixed large latencies on Windows.
48
49  * Renamed the tincctl tool to tinc.
50
51  * Simplified changing the configuration using the tinc tool.
52
53  * Added a full description of the ExperimentalProtocol to the manual.
54
55  * Drop packets forwarded via TCP if they are too big (CVE-2013-1428).
56
57 Thanks to Martin Schobert for auditing tinc and reporting the vulnerability.
58
59 Version 1.1pre6              February 20 2013
60
61  * Fixed tincd exitting immediately on Windows.
62
63  * Detect PMTU increases.
64
65  * Fixed crashes when using a SOCKS5 proxy.
66
67  * Fixed control connection when using a proxy.
68
69 Version 1.1pre5              January 20 2013
70
71  * Fixed long delays and possible hangs on Windows.
72
73  * Fixed support for the tunemu device on iOS, the UML and VDE devices.
74
75  * Small improvements to the documentation and error messages.
76
77  * Fixed broadcast packets not reaching the whole VPN.
78
79  * Tincctl now connects via a UNIX socket to the tincd on platforms that
80    support this.
81
82  * The PriorityInheritance option now also works in switch mode.
83
84 Version 1.1pre4              December  5 2012
85
86  * Added the "AutoConnect" option which will let tinc automatically select
87    which nodes to connect to.
88
89  * Improved performance of VLAN-tagged IP traffic inside the VPN.
90
91  * Ensured LocalDiscovery works with multiple BindToAddress statements and/or
92    IPv6-only LANs.
93
94  * Dropped dependency on libevent.
95
96  * Fixed Windows version not reading packets from the TAP adapter.
97
98 Version 1.1pre3              October 14 2012
99
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.
106
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.
116
117  * When trying to directly send UDP packets to a node for which multiple
118    addresses are known, all of them are tried.
119
120  * Many small fixes, code cleanups and documentation updates.
121
122 Version 1.1pre2              July 17 2011
123
124  * .cookie files are renamed to .pid files, which are compatible with 1.0.x.
125
126  * Experimental protocol enhancements that can be enabled with the option
127    ExperimentalProtocol = yes:
128
129    * Ephemeral ECDH key exchange will be used for both the meta protocol and
130      UDP session keys.
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.
134
135 Version 1.1pre1              June 25 2011
136
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
140
141  * Code cleanups and reorganization.
142
143  * Repleacable cryptography backend, currently supports OpenSSL and libgcrypt.
144
145  * Use libevent to handle I/O events and timeouts.
146
147  * Use splay trees instead of AVL trees to manage internal datastructures.
148
149  Thanks to Scott Lamb and Sven-Haegar Koch for their contributions to this
150  version of tinc.
151
152 Version 1.0.22               August 13 2013
153
154  * Fixed the combination of Mode = router and DeviceType = tap.
155
156  * The $NAME variable is now set in subnet-up/down scripts.
157
158  * Tinc now gives an error when unknown options are given on the command line.
159
160  * Tinc now correctly handles a space between a short command line option and
161    an optional argument.
162
163 Thanks to Etienne Dechamps for his contribution to this version of tinc.
164
165 Version 1.0.21               April 22 2013
166
167  * Drop packets forwarded via TCP if they are too big (CVE-2013-1428).
168
169 Thanks to Martin Schobert for auditing tinc and reporting this vulnerability.
170
171 Version 1.0.20               March 03 2013
172
173  * Use /dev/tap0 by default on FreeBSD and NetBSD when using switch mode.
174
175  * Minor improvements and clarifications in the documentation.
176
177  * Allow tinc to be cross-compiled with Android's NDK.
178
179  * The discovered PMTU is now also applied to VLAN tagged traffic.
180
181  * The LocalDiscovery option now makes use of all addresses tinc is bound to.
182
183  * Fixed support for tunemu on iOS devices.
184
185  * The PriorityInheritance option now also works with switch mode.
186
187  * Fixed tinc crashing when using a SOCKS5 proxy.
188
189 Thanks to Mesar Hameed, Vilbrekin and Martin Schürrer for their contributions
190 to this version of tinc.
191
192 Version 1.0.19               June 25 2012
193
194  * Allow :: notation in IPv6 Subnets.
195
196  * Add support for systemd style socket activation.
197
198  * Allow environment variables to be used for the Name option.
199
200  * Add basic support for SOCKS proxies, HTTP proxies, and proxying through an
201    external command.
202
203 Version 1.0.18               March 25 2012
204
205  * Fixed IPv6 in switch mode by turning off DecrementTTL by default.
206
207  * Allow a port number to be specified in BindToAddress, which also allows tinc
208    to listen on multiple ports.
209
210  * Add support for multicast communication with UML/QEMU/KVM.
211
212 Version 1.0.17               March 10 2012
213
214  * The DeviceType option can now be used to select dummy, raw socket, UML and
215    VDE devices without needing to recompile tinc.
216
217  * Allow multiple BindToAddress statements.
218
219  * Decrement TTL value of IPv4 and IPv6 packets.
220
221  * Add LocalDiscovery option allowing tinc to detect peers that are behind the
222    same NAT.
223
224  * Accept Subnets passed with the -o option when StrictSubnets = yes.
225
226  * Disabling old RSA keys when generating new ones now also works properly on
227    Windows.
228
229 Version 1.0.16               July 23 2011
230
231  * Fixed a performance issue with TCP communication under Windows.
232
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.
235
236 Version 1.0.15               June 24 2011
237
238  * Improved logging to file.
239
240  * Reduced amount of process wakeups on platforms which support pselect().
241
242  * Fixed ProcessPriority option under Windows.
243
244   Thanks to Loïc Grenié for his contribution to this version of tinc.
245
246 Version 1.0.14               May  8 2011
247
248  * Fixed reading configuration files that do not end with a newline. Again.
249
250  * Allow arbitrary configuration options being specified on the command line.
251
252  * Allow all options in both tinc.conf and the local host config file.
253
254  * Configurable replay window, UDP send and receive buffers for performance tuning.
255
256  * Try harder to get UDP communication back after falling back to TCP.
257
258  * Initial support for attaching tinc to a VDE switch.
259
260  * DragonFly BSD support.
261
262  * Allow linking with OpenSSL 1.0.0.
263
264  Thanks to Brandon Black, Julien Muchembled, Michael Tokarev, Rumko and Timothy
265  Redaelli for their contributions to this version of tinc.
266
267 Version 1.0.13               Apr 11 2010
268
269  * Allow building tinc without LZO and/or Zlib.
270
271  * Clamp MSS of TCP packets in both directions.
272
273  * Experimental StrictSubnets, Forwarding and DirectOnly options,
274    giving more control over information and packets received from/sent to other
275    nodes.
276
277  * Ensure tinc never sends symbolic names for ports over the wire.
278
279 Version 1.0.12               Feb  3 2010
280
281  * Really allow fast roaming of hosts to other nodes in a switched VPN.
282
283  * Fixes missing or incorrect environment variables when calling host-up/down
284    and subnet-up/down scripts in some cases.
285
286  * Allow port to be specified in Address statements.
287
288  * Clamp MSS of TCP packets to the discovered path MTU.
289
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
292    STUN.
293
294 Version 1.0.11               Nov  1 2009
295
296  * Fixed potential crash when the HUP signal is sent.
297
298  * Fixes handling of weighted Subnets in switch and hub modes, preventing
299    unnecessary broadcasts.
300
301  * Works around a MinGW bug that caused packets to Windows nodes to always be
302    sent via TCP.
303
304  * Improvements to the PMTU discovery code, especially on Windows.
305
306  * Use UDP again in certain cases where 1.0.10 was too conservative and fell
307    back to TCP unnecessarily.
308
309  * Allow fast roaming of hosts to other nodes in a switched VPN.
310
311 Version 1.0.10               Oct 18 2009
312
313  * Fixed potential crashes during shutdown and (in rare conditions) when other
314    nodes disconnected from the VPN.
315
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.
319
320  * Allow configuration files with CRLF line endings to be read on UNIX.
321
322  * Disable old RSA keys when generating new ones, and raise the default size of
323    new RSA keys to 2048 bits.
324
325  * Many fixes in the path MTU discovery code, especially when Compression is
326    being used.
327
328  * Tinc can now drop privileges and/or chroot itself.
329
330  * The TunnelServer code now just ignores information from clients instead of
331    disconnecting them.
332
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
335    efficient.
336
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.
340
341  * Support for (jailbroken) iPhone and iPod Touch has been added.
342
343  Thanks to Florian Forster, Grzegorz Dymarek and especially Michael Tokarev for
344  their contributions to this version of tinc.
345
346 Version 1.0.9                Dec 26 2008
347
348  * Fixed tinc as a service under Windows 2003.
349
350  * Fixed reading configuration files that do not end with a newline.
351
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.
354
355  * Improved default settings of tun and tap devices on BSD platforms.
356
357  * Make IPv6 sockets bind only to IPv6 on Linux.
358
359  * Enable path MTU discovery by default.
360
361  * Fixed a memory leak that occured when connections were closed.
362
363  Thanks to Max Rijevski for his contributions to this version of tinc.
364
365 Version 1.0.8                May 16 2007
366
367  * Fixed some memory and resource leaks.
368
369  * Made network sockets non-blocking under Windows.
370
371  Thanks to Scott Lamb and "dnk" for their contributions to this version of tinc.
372
373 Version 1.0.7                Jan  5 2007
374
375  * Fixed a bug that caused slow network speeds on Windows.
376
377  * Fixed a bug that caused tinc unable to write packets to the tun device on
378    OpenBSD.
379
380 Version 1.0.6                Dec 18 2006
381
382  * More flexible detection of the LZO libraries when compiling.
383
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.
386
387 Version 1.0.5                Nov 14 2006
388
389  * Lots of small fixes.
390
391  * Broadcast packets no longer grow in size with each hop. This should
392    fix switch mode (again).
393
394  * Generic host-up and host-down scripts.
395
396  * Optionally dump graph in graphviz format to a file or a script.
397
398  * Support LZO 2.0 and later.
399
400  Thanks to Scott Lamb for his contributions to this version of tinc.
401
402 Version 1.0.4                May  4 2005
403
404  * Fix switch and hub modes.
405
406  * Optionally start scripts when a Subnet becomes (un)reachable.
407
408 Version 1.0.3                Nov 11 2004
409
410  * Show error message when failing to write a PID file.
411
412  * Ignore spaces at end of lines in config files.
413
414  * Fix handling of late packets.
415
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.
418
419  * Handle IPv6 on Solaris tun devices.
420
421  * Allow tinc to work properly under Windows XP SP2.
422
423  * Allow VLAN tagged Ethernet frames in switch and hub mode.
424
425  * Experimental PMTUDiscovery, TunnelServer and BlockingTCP options.
426
427 Version 1.0.2                Nov  8 2003
428
429  * Fix address and hostname resolving under Windows.
430
431  * Remove warnings about non-existing scripts and unsupported address families.
432
433  * Use the event logger under Windows.
434
435  * Fix quoting of filenames and command line arguments under Windows.
436
437  * Strict checks for length incoming network packets and return values of
438    cryptographic functions,
439
440  * Fix a bug in metadata handling that made the tinc daemon abort.
441
442 Version 1.0.1                Aug 14 2003
443
444  * Allow empty lines in config files.
445
446  * Fix handling of spaces and backslashes in filenames under native Windows.
447
448  * Allow scripts to be executed under native Windows.
449
450  * Update documentation, make it less Linux specific.
451
452 Version 1.0                  Aug  4 2003
453
454  * Lots of small bugfixes and code cleanups.
455
456  * Throughput doubled and latency reduced.
457
458  * Added support for LZO compression.
459
460  * No need to set MAC address or disable ARP anymore.
461
462  * Added support for Windows 2000 and XP, both natively and in a Cygwin
463    environment.
464
465 Version 1.0pre8              Sep 16 2002
466
467  * More fixes for subnets with prefixlength undivisible by 8.
468
469  * Added support for NetBSD and MacOS/X.
470
471  * Switched from undirected graphs to directed graphs to avoid certain race
472    conditions and improve scalability.
473
474  * Generalized broadcasting and forwarding of protocol messages.
475
476  * Cleanup of source code.
477
478 Version 1.0pre7              Apr  7 2002
479
480  * Don't do blocking read()s when getting a signal.
481
482  * Remove RSA key checking code, since it sometimes thinks perfectly good RSA
483    keys are bad.
484
485  * Fix handling of subnets when prefixlength isn't divisible by 8.
486
487 Version 1.0pre6              Mar 27 2002
488
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.
493
494  * Good support for routing IPv6 packets over the VPN. Works on Linux,
495    FreeBSD, possibly OpenBSD but not on Solaris.
496
497  * Support for tunnels over IPv6 networks. Works on all supported
498    operating systems.
499
500  * Optional compression of UDP connections using zlib.
501
502  * Optionally let UDP connections inherit TOS field of tunneled packets.
503
504  * Optionally start scripts when certain hosts become (un)reachable.
505
506 Version 1.0pre5              Feb  9 2002
507
508  * Security enhancements:
509    * Added sequence number and optional message authentication code to
510      the packets.
511    * Configurable encryption cipher and digest algorithms.
512
513  * More robust handling of dis- and reconnects.
514
515  * Added a "switch" and a "hub" mode to allow bridging setups.
516
517  * Preliminary support for routing of IPv6 packets.
518
519  * Supports Linux, FreeBSD, OpenBSD and Solaris.
520
521 Version 1.0pre4              Jan 17 2001
522
523  * Updated documentation; the documentation now reflects the
524    configuration as it is.
525
526  * Some internal changes to make tinc scale better for large
527    networks, such as using AVL trees instead of linked lists for the
528    connection list.
529
530  * RSA keys can be stored in separate files if needed.  See the
531    documentation for more information.
532
533  * Tinc has now been reported to run on Linux PowerPC and FreeBSD x86.
534
535 Version 1.0pre3              Oct 31 2000
536
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.
540
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.
545
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.
552
553  * New is also the support for the universal tun/tap device.  This
554    means better portability to FreeBSD and Solaris.
555
556  * Tinc is tested to compile on Solaris, Linux x86, Linux alpha.
557
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.
561
562  * Further, thanks to Enrique Zanardi, we have Spanish messages; Matias
563    Carrasco provided us with a Spanish translation of the manual.
564
565 Version 1.0pre2              May 31 2000
566
567  * This version has been internationalized; and a Dutch translation has
568    been included.
569
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
574      ignored by tinc.
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
577      during lookups.
578
579  * The system startup scripts for Debian and Redhat use
580    /etc/tinc/nets.boot to find out which networks need to be started
581    during system boot.
582
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.
586
587  * Tinc will retry to connect upon startup, does not quit if it doesn't
588    work the first time.
589
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.
593
594 Version 1.0pre1              May 12 2000
595
596  * New meta-protocol
597
598  * Various other bugfixes
599
600  * Documentation updates
601
602 Version 0.3.3                Feb  9 2000
603
604  * Fixed bug that made tinc stop working with latest kernels
605
606  * Updated the manual
607
608 Version 0.3.2                Nov 12 1999
609
610  * No more `Invalid filedescriptor' when working with multiple
611    connections.
612
613  * Forward unknown packets to uplink.
614
615 Version 0.3.1                Oct 20 1999
616
617  * Fixed a bug where tinc would exit without a trace.
618
619 Version 0.3                  Aug 20 1999
620
621  * Pings now work immediately.
622
623  * All packet sizes get transmitted correctly.
624
625 Version 0.2.26               Aug 15 1999
626
627  * Fixed some remaining bugs.
628
629  * --sysconfdir works with configure.
630
631  * Last version before 0.3.
632
633 Version 0.2.25               Aug  8 1999
634
635  * Improved stability, going towards 0.3 now.
636
637 Version 0.2.24               Aug  7 1999
638
639  * Added key aging, there's a new config variable, KeyExpire.
640
641  * Updated man and info pages.
642
643 Version 0.2.23               Aug  5 1999
644
645  * All known bugs fixed, this is a candidate for 0.3.
646
647 Version 0.2.22               Apr 11 1999
648
649  * Multiconnection thing is now working nearly perfect :)
650
651 Version 0.2.21               Apr 10 1999
652
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
655
656 Version 0.2.19               Apr  3 1999
657
658  * Don't install a libcipher.so.
659
660 Version 0.2.18               Apr  3 1999
661
662  * Blowfish library dynamically loaded upon execution.
663
664  * Included Eric Young's IDEA library.
665
666 Version 0.2.17               Apr  1 1999
667
668  * Tincd now re-executes itself in case of a segmentation fault.
669
670 Version 0.2.16               Apr  1 1999
671
672  * Wrote tincd.conf(5) man page, which still needs a lot of work.
673
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.
677
678 Version 0.2.15               Mar 29 1999
679
680  * Fixed bugs.
681
682 Version 0.2.14               Feb 10 1999
683
684  * Added --timeout flag and PingTimeout configuration.
685  * Did some first syslog cleanup work.
686
687 Version 0.2.13               Jan 23 1999
688
689  * Bugfixes.
690
691 Version 0.2.12               Jan 23 1999
692
693  * Fixed nauseating bug so that it would crash whenever a connection
694    got lost.
695
696 Version 0.2.11               Jan 22 1999
697
698  * Framework for multiple connections has been done.
699
700  * Simple manpage for tincd.
701
702 Version 0.2.10               Jan 18 1999
703
704  * Passphrase support added.
705
706 Version 0.2.9                Jan 13 1999
707
708  * Bugs fixed.
709
710 Version 0.2.8                Jan 11 1999
711
712  * A reworked protocol version.
713
714  * A ping/pong system.
715
716  * More reliable networking code.
717
718  * Automatic reconnection.
719
720  * Still does not work with more than one connection :)
721
722  * Strips MAC addresses before sending, so there's less overhead, and
723    less redundancy.
724
725 Version 0.2.7                Jan  3 1999
726
727  * Several updates to make extending more easy.
728
729 Version 0.2.6                Dec 20 1998
730
731  * Point-to-Point connections have been established, including
732    Blowfish encryption and a secret key-exchange.
733
734 Version 0.2.5                Dec 16 1998
735
736  * Project renamed to tinc, in honour of TINC.
737
738 Version 0.2.4                Dec 16 1998
739
740  * Now it really does ;)
741
742 Version 0.2.3                Nov 24 1998
743
744  * It sort of works now.
745
746 Version 0.2.2                Nov 20 1998
747
748  * Uses GNU gmp.
749
750 Version 0.2.1                Nov 14 1998
751
752  * Bare version.