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