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