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