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