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