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