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