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