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