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