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