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