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