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