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