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