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