]> git.meshlink.io Git - meshlink/blob - NEWS
Releasing 1.1pre6.
[meshlink] / NEWS
1 Version 1.1pre6              February 20 2013
2
3  * Fixed tincd exitting immediately on Windows.
4
5  * Detect PMTU increases.
6
7  * Fixed crashes when using a SOCKS5 proxy.
8
9  * Fixed control connection when using a proxy.
10
11 Version 1.1pre5              January 20 2013
12
13  * Fixed long delays and possible hangs on Windows.
14
15  * Fixed support for the tunemu device on iOS, the UML and VDE devices.
16
17  * Small improvements to the documentation and error messages.
18
19  * Fixed broadcast packets not reaching the whole VPN.
20
21  * Tincctl now connects via a UNIX socket to the tincd on platforms that
22    support this.
23
24  * The PriorityInheritance option now also works in switch mode.
25
26 Version 1.1pre4              December  5 2012
27
28  * Added the "AutoConnect" option which will let tinc automatically select
29    which nodes to connect to.
30
31  * Improved performance of VLAN-tagged IP traffic inside the VPN.
32
33  * Ensured LocalDiscovery works with multiple BindToAddress statements and/or
34    IPv6-only LANs.
35
36  * Dropped dependency on libevent.
37
38  * Fixed Windows version not reading packets from the TAP adapter.
39
40 Version 1.1pre3              October 14 2012
41
42  * New experimental protocol:
43    * Uses 521 bit ECDSA keys for authentication.
44    * Uses AES-256-CTR and HMAC-SHA256.
45    * Always provides perfect forward secrecy.
46    * Used for both meta-connections and VPN packets.
47    * VPN packets are encrypted end-to-end.
48
49  * Many improvements to tincctl:
50    * "config" command shows/adds/changes configuration variables.
51    * "export" and "import" commands help exchange configuration files.
52    * "init" command sets up initial configuration files.
53    * "info" command shows details about a node, subnet or address.
54    * "log" command shows live log messages.
55    * Without a command it acts as a shell, with history and TAB completion.
56    * Improved starting/stopping tincd.
57    * Improved graph output.
58
59  * When trying to directly send UDP packets to a node for which multiple
60    addresses are known, all of them are tried.
61
62  * Many small fixes, code cleanups and documentation updates.
63
64 Version 1.1pre2              July 17 2011
65
66  * .cookie files are renamed to .pid files, which are compatible with 1.0.x.
67
68  * Experimental protocol enhancements that can be enabled with the option
69    ExperimentalProtocol = yes:
70
71    * Ephemeral ECDH key exchange will be used for both the meta protocol and
72      UDP session keys.
73    * Key exchanges are signed with ECDSA.
74    * ECDSA public keys are automatically exchanged after RSA authentication if
75      nodes do not know each other's ECDSA public key yet.
76
77 Version 1.1pre1              June 25 2011
78
79  * Control interface allows control of a running tinc daemon. Used by:
80    * tincctl, a commandline utility
81    * tinc-gui, a preliminary GUI implemented in Python/wxWidgets
82
83  * Code cleanups and reorganization.
84
85  * Repleacable cryptography backend, currently supports OpenSSL and libgcrypt.
86
87  * Use libevent to handle I/O events and timeouts.
88
89  * Use splay trees instead of AVL trees to manage internal datastructures.
90
91  Thanks to Scott Lamb and Sven-Haegar Koch for their contributions to this
92  version of tinc.
93
94 Version 1.0.19               June 25 2012
95
96  * Allow :: notation in IPv6 Subnets.
97
98  * Add support for systemd style socket activation.
99
100  * Allow environment variables to be used for the Name option.
101
102  * Add basic support for SOCKS proxies, HTTP proxies, and proxying through an
103    external command.
104
105 Version 1.0.18               March 25 2012
106
107  * Fixed IPv6 in switch mode by turning off DecrementTTL by default.
108
109  * Allow a port number to be specified in BindToAddress, which also allows tinc
110    to listen on multiple ports.
111
112  * Add support for multicast communication with UML/QEMU/KVM.
113
114 Version 1.0.17               March 10 2012
115
116  * The DeviceType option can now be used to select dummy, raw socket, UML and
117    VDE devices without needing to recompile tinc.
118
119  * Allow multiple BindToAddress statements.
120
121  * Decrement TTL value of IPv4 and IPv6 packets.
122
123  * Add LocalDiscovery option allowing tinc to detect peers that are behind the
124    same NAT.
125
126  * Accept Subnets passed with the -o option when StrictSubnets = yes.
127
128  * Disabling old RSA keys when generating new ones now also works properly on
129    Windows.
130
131 Version 1.0.16               July 23 2011
132
133  * Fixed a performance issue with TCP communication under Windows.
134
135  * Fixed code that, during network outages, would cause tinc to exit when it
136    thought two nodes with identical Names were on the VPN.
137
138 Version 1.0.15               June 24 2011
139
140  * Improved logging to file.
141
142  * Reduced amount of process wakeups on platforms which support pselect().
143
144  * Fixed ProcessPriority option under Windows.
145
146   Thanks to Loïc Grenié for his contribution to this version of tinc.
147
148 Version 1.0.14               May  8 2011
149
150  * Fixed reading configuration files that do not end with a newline. Again.
151
152  * Allow arbitrary configuration options being specified on the command line.
153
154  * Allow all options in both tinc.conf and the local host config file.
155
156  * Configurable replay window, UDP send and receive buffers for performance tuning.
157
158  * Try harder to get UDP communication back after falling back to TCP.
159
160  * Initial support for attaching tinc to a VDE switch.
161
162  * DragonFly BSD support.
163
164  * Allow linking with OpenSSL 1.0.0.
165
166  Thanks to Brandon Black, Julien Muchembled, Michael Tokarev, Rumko and Timothy
167  Redaelli for their contributions to this version of tinc.
168
169 Version 1.0.13               Apr 11 2010
170
171  * Allow building tinc without LZO and/or Zlib.
172
173  * Clamp MSS of TCP packets in both directions.
174
175  * Experimental StrictSubnets, Forwarding and DirectOnly options,
176    giving more control over information and packets received from/sent to other
177    nodes.
178
179  * Ensure tinc never sends symbolic names for ports over the wire.
180
181 Version 1.0.12               Feb  3 2010
182
183  * Really allow fast roaming of hosts to other nodes in a switched VPN.
184
185  * Fixes missing or incorrect environment variables when calling host-up/down
186    and subnet-up/down scripts in some cases.
187
188  * Allow port to be specified in Address statements.
189
190  * Clamp MSS of TCP packets to the discovered path MTU.
191
192  * Let two nodes behind NAT learn each others current UDP address and port via
193    a third node, potentially allowing direct communications in a similar way to
194    STUN.
195
196 Version 1.0.11               Nov  1 2009
197
198  * Fixed potential crash when the HUP signal is sent.
199
200  * Fixes handling of weighted Subnets in switch and hub modes, preventing
201    unnecessary broadcasts.
202
203  * Works around a MinGW bug that caused packets to Windows nodes to always be
204    sent via TCP.
205
206  * Improvements to the PMTU discovery code, especially on Windows.
207
208  * Use UDP again in certain cases where 1.0.10 was too conservative and fell
209    back to TCP unnecessarily.
210
211  * Allow fast roaming of hosts to other nodes in a switched VPN.
212
213 Version 1.0.10               Oct 18 2009
214
215  * Fixed potential crashes during shutdown and (in rare conditions) when other
216    nodes disconnected from the VPN.
217
218  * Improved NAT handling: tinc now copes with mangled port numbers, and will
219    automatically fall back to TCP if direct UDP connection between nodes is not
220    possible. The TCPOnly option should not have to be used anymore.
221
222  * Allow configuration files with CRLF line endings to be read on UNIX.
223
224  * Disable old RSA keys when generating new ones, and raise the default size of
225    new RSA keys to 2048 bits.
226
227  * Many fixes in the path MTU discovery code, especially when Compression is
228    being used.
229
230  * Tinc can now drop privileges and/or chroot itself.
231
232  * The TunnelServer code now just ignores information from clients instead of
233    disconnecting them.
234
235  * Improved performance on Windows by using the new ProcessPriority option and
236    by making the handling of packets received from the TAP-Win32 adapter more
237    efficient.
238
239  * Code cleanups: tinc now follows the C99 standard, copyright headers have
240    been updated to include patch authors, checkpoint tracing and localisation
241    features have been removed.
242
243  * Support for (jailbroken) iPhone and iPod Touch has been added.
244
245  Thanks to Florian Forster, Grzegorz Dymarek and especially Michael Tokarev for
246  their contributions to this version of tinc.
247
248 Version 1.0.9                Dec 26 2008
249
250  * Fixed tinc as a service under Windows 2003.
251
252  * Fixed reading configuration files that do not end with a newline.
253
254  * Fixed crashes in situations where hostnames could not be resolved or hosts
255    would disconnect at the same time as session keys were exchanged.
256
257  * Improved default settings of tun and tap devices on BSD platforms.
258
259  * Make IPv6 sockets bind only to IPv6 on Linux.
260
261  * Enable path MTU discovery by default.
262
263  * Fixed a memory leak that occured when connections were closed.
264
265  Thanks to Max Rijevski for his contributions to this version of tinc.
266
267 Version 1.0.8                May 16 2007
268
269  * Fixed some memory and resource leaks.
270
271  * Made network sockets non-blocking under Windows.
272
273  Thanks to Scott Lamb and "dnk" for their contributions to this version of tinc.
274
275 Version 1.0.7                Jan  5 2007
276
277  * Fixed a bug that caused slow network speeds on Windows.
278
279  * Fixed a bug that caused tinc unable to write packets to the tun device on
280    OpenBSD.
281
282 Version 1.0.6                Dec 18 2006
283
284  * More flexible detection of the LZO libraries when compiling.
285
286  * Fixed a bug where broadcasts in switch and hub modes sometimes would not
287    work anymore when part of the VPN had become disconnected from the rest.
288
289 Version 1.0.5                Nov 14 2006
290
291  * Lots of small fixes.
292
293  * Broadcast packets no longer grow in size with each hop. This should
294    fix switch mode (again).
295
296  * Generic host-up and host-down scripts.
297
298  * Optionally dump graph in graphviz format to a file or a script.
299
300  * Support LZO 2.0 and later.
301
302  Thanks to Scott Lamb for his contributions to this version of tinc.
303
304 Version 1.0.4                May  4 2005
305
306  * Fix switch and hub modes.
307
308  * Optionally start scripts when a Subnet becomes (un)reachable.
309
310 Version 1.0.3                Nov 11 2004
311
312  * Show error message when failing to write a PID file.
313
314  * Ignore spaces at end of lines in config files.
315
316  * Fix handling of late packets.
317
318  * Unify BSD tun/tap device handling. This allows IPv6 on tun devices and
319    anything on tap devices as long as the underlying OS supports it.
320
321  * Handle IPv6 on Solaris tun devices.
322
323  * Allow tinc to work properly under Windows XP SP2.
324
325  * Allow VLAN tagged Ethernet frames in switch and hub mode.
326
327  * Experimental PMTUDiscovery, TunnelServer and BlockingTCP options.
328
329 Version 1.0.2                Nov  8 2003
330
331  * Fix address and hostname resolving under Windows.
332
333  * Remove warnings about non-existing scripts and unsupported address families.
334
335  * Use the event logger under Windows.
336
337  * Fix quoting of filenames and command line arguments under Windows.
338
339  * Strict checks for length incoming network packets and return values of
340    cryptographic functions,
341
342  * Fix a bug in metadata handling that made the tinc daemon abort.
343
344 Version 1.0.1                Aug 14 2003
345
346  * Allow empty lines in config files.
347
348  * Fix handling of spaces and backslashes in filenames under native Windows.
349
350  * Allow scripts to be executed under native Windows.
351
352  * Update documentation, make it less Linux specific.
353
354 Version 1.0                  Aug  4 2003
355
356  * Lots of small bugfixes and code cleanups.
357
358  * Throughput doubled and latency reduced.
359
360  * Added support for LZO compression.
361
362  * No need to set MAC address or disable ARP anymore.
363
364  * Added support for Windows 2000 and XP, both natively and in a Cygwin
365    environment.
366
367 Version 1.0pre8              Sep 16 2002
368
369  * More fixes for subnets with prefixlength undivisible by 8.
370
371  * Added support for NetBSD and MacOS/X.
372
373  * Switched from undirected graphs to directed graphs to avoid certain race
374    conditions and improve scalability.
375
376  * Generalized broadcasting and forwarding of protocol messages.
377
378  * Cleanup of source code.
379
380 Version 1.0pre7              Apr  7 2002
381
382  * Don't do blocking read()s when getting a signal.
383
384  * Remove RSA key checking code, since it sometimes thinks perfectly good RSA
385    keys are bad.
386
387  * Fix handling of subnets when prefixlength isn't divisible by 8.
388
389 Version 1.0pre6              Mar 27 2002
390
391  * Improvement of redundant links:
392    * Non-blocking connects.
393    * Protocol broadcast messages can no longer go into an infinite loop.
394    * Graph algorithm updated to look harder for direct connections.
395
396  * Good support for routing IPv6 packets over the VPN. Works on Linux,
397    FreeBSD, possibly OpenBSD but not on Solaris.
398
399  * Support for tunnels over IPv6 networks. Works on all supported
400    operating systems.
401
402  * Optional compression of UDP connections using zlib.
403
404  * Optionally let UDP connections inherit TOS field of tunneled packets.
405
406  * Optionally start scripts when certain hosts become (un)reachable.
407
408 Version 1.0pre5              Feb  9 2002
409
410  * Security enhancements:
411    * Added sequence number and optional message authentication code to
412      the packets.
413    * Configurable encryption cipher and digest algorithms.
414
415  * More robust handling of dis- and reconnects.
416
417  * Added a "switch" and a "hub" mode to allow bridging setups.
418
419  * Preliminary support for routing of IPv6 packets.
420
421  * Supports Linux, FreeBSD, OpenBSD and Solaris.
422
423 Version 1.0pre4              Jan 17 2001
424
425  * Updated documentation; the documentation now reflects the
426    configuration as it is.
427
428  * Some internal changes to make tinc scale better for large
429    networks, such as using AVL trees instead of linked lists for the
430    connection list.
431
432  * RSA keys can be stored in separate files if needed.  See the
433    documentation for more information.
434
435  * Tinc has now been reported to run on Linux PowerPC and FreeBSD x86.
436
437 Version 1.0pre3              Oct 31 2000
438
439  * The protocol has been redesigned, and although some details are
440    still under discussion, this is secure.  Care has been taken to
441    resist most, if not all, attacks.
442
443  * Unfortunately this protocol is not compatible with earlier versions,
444    nor are earlier versions compatible with this version.  Because the
445    older protocol has huge security flaws, we feel that not
446    implementing backwards compatibility is justified.
447
448  * Some data about the protocol:
449    * It uses public/private RSA keys for authentication (this is the
450      actual fix for the security hole).
451    * All cryptographic functions have been taken out of tinc, instead
452      it uses the OpenSSL library functions.
453    * Offers support for multiple subnets per tinc daemon.
454
455  * New is also the support for the universal tun/tap device.  This
456    means better portability to FreeBSD and Solaris.
457
458  * Tinc is tested to compile on Solaris, Linux x86, Linux alpha.
459
460  * Tinc now uses the OpenSSL library for cryptographic operations.
461    More information on getting and installing OpenSSL is in the manual.
462    This also means that the GMP library is no longer required.
463
464  * Further, thanks to Enrique Zanardi, we have Spanish messages; Matias
465    Carrasco provided us with a Spanish translation of the manual.
466
467 Version 1.0pre2              May 31 2000
468
469  * This version has been internationalized; and a Dutch translation has
470    been included.
471
472  * Two configuration variables have been added:
473    * VpnMask - the IP network mask for the entire VPN, not just our
474      subnet (as given by MyVirtualIP).  The Redhat and Debian packages
475      use this variable in their system startup scripts, but it is
476      ignored by tinc.
477    * Hostnames - if set to `yes', look up the names of IP addresses
478      trying to connect to us.  Default set to `no', to prevent lockups
479      during lookups.
480
481  * The system startup scripts for Debian and Redhat use
482    /etc/tinc/nets.boot to find out which networks need to be started
483    during system boot.
484
485  * Fixes to prevent denial of service attacks by sending random data
486    after connecting (and even when the connection has been established),
487    either random garbage or just nonsensical protocol fields.
488
489  * Tinc will retry to connect upon startup, does not quit if it doesn't
490    work the first time.
491
492  * Hosts that are disconnected implicitly if we lose a connection get
493    deleted from the internal list, to prevent hogging eachother with
494    add and delete requests when the connection is restored.
495
496 Version 1.0pre1              May 12 2000
497
498  * New meta-protocol
499
500  * Various other bugfixes
501
502  * Documentation updates
503
504 Version 0.3.3                Feb  9 2000
505
506  * Fixed bug that made tinc stop working with latest kernels
507
508  * Updated the manual
509
510 Version 0.3.2                Nov 12 1999
511
512  * No more `Invalid filedescriptor' when working with multiple
513    connections.
514
515  * Forward unknown packets to uplink.
516
517 Version 0.3.1                Oct 20 1999
518
519  * Fixed a bug where tinc would exit without a trace.
520
521 Version 0.3                  Aug 20 1999
522
523  * Pings now work immediately.
524
525  * All packet sizes get transmitted correctly.
526
527 Version 0.2.26               Aug 15 1999
528
529  * Fixed some remaining bugs.
530
531  * --sysconfdir works with configure.
532
533  * Last version before 0.3.
534
535 Version 0.2.25               Aug  8 1999
536
537  * Improved stability, going towards 0.3 now.
538
539 Version 0.2.24               Aug  7 1999
540
541  * Added key aging, there's a new config variable, KeyExpire.
542
543  * Updated man and info pages.
544
545 Version 0.2.23               Aug  5 1999
546
547  * All known bugs fixed, this is a candidate for 0.3.
548
549 Version 0.2.22               Apr 11 1999
550
551  * Multiconnection thing is now working nearly perfect :)
552
553 Version 0.2.21               Apr 10 1999
554
555  * You shouldn't notice a thing, but a lot has changed wrt key
556 management - except that it refuses to talk to versions < 0.2.20
557
558 Version 0.2.19               Apr  3 1999
559
560  * Don't install a libcipher.so.
561
562 Version 0.2.18               Apr  3 1999
563
564  * Blowfish library dynamically loaded upon execution.
565
566  * Included Eric Young's IDEA library.
567
568 Version 0.2.17               Apr  1 1999
569
570  * Tincd now re-executes itself in case of a segmentation fault.
571
572 Version 0.2.16               Apr  1 1999
573
574  * Wrote tincd.conf(5) man page, which still needs a lot of work.
575
576  * Config file now accepts and tolerates spaces, and any integer base
577    for integer variables, and better error reporting. See
578    doc/tincd.conf.sample for an example.
579
580 Version 0.2.15               Mar 29 1999
581
582  * Fixed bugs.
583
584 Version 0.2.14               Feb 10 1999
585
586  * Added --timeout flag and PingTimeout configuration.
587  * Did some first syslog cleanup work.
588
589 Version 0.2.13               Jan 23 1999
590
591  * Bugfixes.
592
593 Version 0.2.12               Jan 23 1999
594
595  * Fixed nauseating bug so that it would crash whenever a connection
596    got lost.
597
598 Version 0.2.11               Jan 22 1999
599
600  * Framework for multiple connections has been done.
601
602  * Simple manpage for tincd.
603
604 Version 0.2.10               Jan 18 1999
605
606  * Passphrase support added.
607
608 Version 0.2.9                Jan 13 1999
609
610  * Bugs fixed.
611
612 Version 0.2.8                Jan 11 1999
613
614  * A reworked protocol version.
615
616  * A ping/pong system.
617
618  * More reliable networking code.
619
620  * Automatic reconnection.
621
622  * Still does not work with more than one connection :)
623
624  * Strips MAC addresses before sending, so there's less overhead, and
625    less redundancy.
626
627 Version 0.2.7                Jan  3 1999
628
629  * Several updates to make extending more easy.
630
631 Version 0.2.6                Dec 20 1998
632
633  * Point-to-Point connections have been established, including
634    Blowfish encryption and a secret key-exchange.
635
636 Version 0.2.5                Dec 16 1998
637
638  * Project renamed to tinc, in honour of TINC.
639
640 Version 0.2.4                Dec 16 1998
641
642  * Now it really does ;)
643
644 Version 0.2.3                Nov 24 1998
645
646  * It sort of works now.
647
648 Version 0.2.2                Nov 20 1998
649
650  * Uses GNU gmp.
651
652 Version 0.2.1                Nov 14 1998
653
654  * Bare version.