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