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