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