Merge remote-tracking branch 'volth/release-1.1pre16-rtt' into 1.1
[tinc] / NEWS
1 # Version 1.1pre16             June 12 2018
2
3 * Fixed building with support for UML sockets.
4 * Documentation updates and spelling fixes.
5 * Support for MSS clamping of IP-in-IP packets.
6 * Fixed parsing of the -b flag.
7 * Added the ability to set a firemall mark on sockets on Linux.
8 * Minor improvements to the build system.
9 * Added a cache of recently seen addresses of peers.
10 * Add support for --runstatedir to the configure script.
11 * Fixed linking with libncurses on some distributions.
12 * Automatically disable PMTUDiscovery when TCPOnly is enabled.
13 * Fixed removing the tinc service on Windows in some situations.
14 * Fixed the TAP-Win32 device locking up after waking up from suspend.
15
16 Thanks to Todd C. Miller, Etienne Dechamps, Daniel Lublin,
17 Gjergji Ramku, Mike Sullivan and Oliver Freyermuth for their
18 contributions to this version of tinc.
19
20 # Version 1.1pre15             September 2 2017
21
22 * Detect when the machine is resuming from suspension or hibernation.
23 * When an old PID file is found, check whether the old daemon is still alive.
24 * Remember scope_id for IPv6 addresses when sending UDP packets to link-local
25   addresses.
26 * Ensure compatibility with OpenSSL 1.1.
27 * Only log about dropped packets with debug level 5.
28 * Warn when trying to generate RSA keys less than 2048 bits.
29 * Use AES256 and SHA256 as the default encryption and digest algorithms.
30 * Add DeviceType = fd to support tinc on Android without requiring root.
31 * Support PriorityInheritance for IPv6 packets.
32 * Fixes for Solaris tun/tap support.
33 * Add a configurable expiration time for invitations.
34 * Store invitation data after a successful join.
35 * Exit gracefully when the tun/tap device is in a bad state.
36 * Add the LogLevel option.
37 * AutoConnect now actively tries to heal split networks.
38
39 Thanks to Etienne Dechamps, Rafał Leśniak, Sean McVeigh, Vittorio Gambaletta,
40 Dennis Lan, Pacien Tran-Girard, Roman Savelyev, lemoer and volth for their
41 contributions to this version of tinc.
42
43 # Version 1.1pre14             May 1 2016
44
45 * Add tinc.service back.
46
47 # Version 1.1pre13             April 30 2016
48
49 * Fix BSD tun device support that was broken in 1.1pre12.
50 * Speed up AutoConnect when there are many host config files present without
51   an Address.
52
53 # Version 1.1pre12             April 24 2016
54
55 * Added a "--syslog" option to force logging to syslog even if running in the
56   foreground.
57 * Fixes and improvements to the DecrementTTL function.
58 * Improved PMTU discovery and UDP keepalive probes.
59 * More efficient relaying of UDP packets through intermediate nodes.
60 * Improved compatibility with newer TAP-Win32 drivers.
61 * Added support for UPnP.
62 * Allow tinc to be compiled without LibreSSL or OpenSSL (this drops
63   compatibility with nodes running 1.0.x).
64 * Added a "fsck" command to check the configuration files for problems.
65 * Tinc "start" now checks whether the daemon really started successfully, and
66   displays error messages otherwise.
67 * Added systemd service files.
68 * Use the recvmmsg() function if available.
69 * Support ToS/Diffserv on IPv6 connections.
70 * Updated support for BSD tun/tap devices.
71 * Added support for OS X utun interfaces.
72 * Dropped support for Windows 2000.
73 * Initial support for generating a tinc-up script from an invitation.
74 * Many small fixes, documentation updates.
75
76 Thanks to Etienne Dechamps, Rafał Leśniak, Vittorio Gambaletta, Martin Weinelt,
77 Sven-Haegar Koch, Florian Klink, LunnarShadow, Dato Simó, Jo-Philipp Wich,
78 Jochen Voss, Nathan Stratton Treadway, Pierre Emeriaud, xentec, Samuel
79 Thibault and Michael Tokarev for their contributions to this version of tinc.
80
81 # Version 1.1pre11             December 27 2014
82
83 * Added a "network" command to list or switch networks.
84 * Switched to Ed25519 keys and the ChaCha-Poly1305 cipher for the new protocol.
85 * AutoConnect is now a boolean option, when enabled tinc always tries to keep
86   at least three meta-connections open.
87 * The new protocol now uses UDP much more often.
88 * Tinc "del" and "get" commands now return a non-zero exit code when they
89   don't find the requested variable.
90 * Updated documentation.
91 * Added a "DeviceStandby" option to defer running tinc-up until a working
92   connection is made, and which on Windows will also change the network
93   interface link status accordingly.
94 * Tinc now tells the resolver to reload /etc/resolv.conf when it receives
95   SIGALRM.
96 * Improved error messages and event loop handling on Windows.
97 * LocalDiscovery now uses local address learned from other nodes, and is
98   enabled by default.
99 * Added a "BroadcastSubnet" option to change the behavior of broadcast packets
100   in router mode.
101 * Added support for dotted quad notation in IPv6 (e.g. ::1.2.3.4).
102 * Improved format of printed Subnets, MAC and IPv6 addresses.
103 * Added a "--batch" option to force the tinc CLI to run in non-interactive
104   mode.
105 * Improve default Device selection on *BSD and Mac OS X.
106 * Allow running tinc without RSA keys.
107
108 Thanks to Etienne Dechamps, Sven-Haegar Koch, William A. Kennington III,
109 Baptiste Jonglez, Alexis Hildebrandt, Armin Fisslthaler, Franz Pletz, Alexander
110 Ried and Saverio Proto for their contributions to this version of tinc.
111
112 # Version 1.1pre10             February 7 2014
113
114 * Added a benchmark tool (sptps_speed) for the new protocol.
115 * Fixed a crash when using Name = $HOST while $HOST is not set.
116 * Use AES-256-GCM for the new protocol.
117 * Updated support for Solaris.
118 * Allow running tincd without a private ECDSA key present when
119   ExperimentalProtocol is not explicitly set.
120 * Enable various compiler hardening flags by default.
121 * Added support for a "conf.d" configuration directory.
122 * Fix tinc-gui on Windows, also allowing it to connect to a 32-bits tincd when
123   tinc-gui is run in a 64-bits Python environment.
124 * Added a "ListenAddress" option, which like BindToAddress adds more listening
125   address/ports, but doesn't bind to them for outgoing sockets.
126 * Make invitations work better when the "invite" and "join" commands are not
127   run interactively.
128 * When creating meta-connections to a node for which no Address statement is
129   specified, try to use addresses learned from other nodes.
130
131 Thanks to Dennis Joachimsthaler and Florent Clairambault for their contribution
132 to this version of tinc.
133
134 # Version 1.1pre9              September 8 2013
135
136 * The UNIX socket is now created before tinc-up is called.
137 * Windows users can now use any extension that is in %PATHEXT% for scripts,
138   not only .bat.
139 * Outgoing sockets are bound to the address of the listening sockets again,
140   when there is no ambiguity.
141 * Added invitation-created and invitation-accepted scripts.
142 * Invited nodes now learn of the Mode and Broadcast settings of the VPN.
143 * Joining a VPN with an invitation now also works on Windows.
144 * The port number tincd is listening on is now always included in the
145   invitation URL.
146 * A running tincd is now correctly informed when a new invitation has been
147   generated.
148 * Several bug fixes for the new protocol.
149 * Added a test suite.
150
151 Thanks to Etienne Dechamps for his contribution to this version of tinc.
152
153 # Version 1.1pre8              August 13 2013
154
155 * ExperimentalProtocol is now enabled by default.
156 * Added an invitation protocol that makes it easy to invite new nodes.
157 * Added the LocalDiscoveryAddress option to change the broadcast address used
158   to find local nodes.
159 * Limit the rate of incoming meta-connections.
160 * Many small bug fixes and code cleanups.
161
162 Thanks to Etienne Dechamps and Sven-Haegar Koch for their contributions to this
163 version of tinc.
164
165 # Version 1.1pre7              April 22 2013
166
167 * Fixed large latencies on Windows.
168 * Renamed the tincctl tool to tinc.
169 * Simplified changing the configuration using the tinc tool.
170 * Added a full description of the ExperimentalProtocol to the manual.
171 * Drop packets forwarded via TCP if they are too big (CVE-2013-1428).
172
173 Thanks to Martin Schobert for auditing tinc and reporting the vulnerability.
174
175 # Version 1.1pre6              February 20 2013
176
177 * Fixed tincd exitting immediately on Windows.
178 * Detect PMTU increases.
179 * Fixed crashes when using a SOCKS5 proxy.
180 * Fixed control connection when using a proxy.
181
182 # Version 1.1pre5              January 20 2013
183
184 * Fixed long delays and possible hangs on Windows.
185 * Fixed support for the tunemu device on iOS, the UML and VDE devices.
186 * Small improvements to the documentation and error messages.
187 * Fixed broadcast packets not reaching the whole VPN.
188 * Tincctl now connects via a UNIX socket to the tincd on platforms that
189   support this.
190 * The PriorityInheritance option now also works in switch mode.
191
192 # Version 1.1pre4              December  5 2012
193
194 * Added the "AutoConnect" option which will let tinc automatically select
195   which nodes to connect to.
196 * Improved performance of VLAN-tagged IP traffic inside the VPN.
197 * Ensured LocalDiscovery works with multiple BindToAddress statements and/or
198   IPv6-only LANs.
199 * Dropped dependency on libevent.
200 * Fixed Windows version not reading packets from the TAP adapter.
201
202 # Version 1.1pre3              October 14 2012
203
204 * New experimental protocol:
205   * Uses 521 bit ECDSA keys for authentication.
206   * Uses AES-256-CTR and HMAC-SHA256.
207   * Always provides perfect forward secrecy.
208   * Used for both meta-connections and VPN packets.
209   * VPN packets are encrypted end-to-end.
210 * Many improvements to tincctl:
211   * "config" command shows/adds/changes configuration variables.
212   * "export" and "import" commands help exchange configuration files.
213   * "init" command sets up initial configuration files.
214   * "info" command shows details about a node, subnet or address.
215   * "log" command shows live log messages.
216   * Without a command it acts as a shell, with history and TAB completion.
217   * Improved starting/stopping tincd.
218   * Improved graph output.
219 * When trying to directly send UDP packets to a node for which multiple
220   addresses are known, all of them are tried.
221 * Many small fixes, code cleanups and documentation updates.
222
223 # Version 1.1pre2              July 17 2011
224
225 * .cookie files are renamed to .pid files, which are compatible with 1.0.x.
226 * Experimental protocol enhancements that can be enabled with the option
227   ExperimentalProtocol = yes:
228
229   * Ephemeral ECDH key exchange will be used for both the meta protocol and
230     UDP session keys.
231   * Key exchanges are signed with ECDSA.
232   * ECDSA public keys are automatically exchanged after RSA authentication if
233     nodes do not know each other's ECDSA public key yet.
234
235 # Version 1.1pre1              June 25 2011
236
237 * Control interface allows control of a running tinc daemon. Used by:
238   * tincctl, a commandline utility
239   * tinc-gui, a preliminary GUI implemented in Python/wxWidgets
240 * Code cleanups and reorganization.
241 * Repleacable cryptography backend, currently supports OpenSSL and libgcrypt.
242 * Use libevent to handle I/O events and timeouts.
243 * Use splay trees instead of AVL trees to manage internal datastructures.
244
245 Thanks to Scott Lamb and Sven-Haegar Koch for their contributions to this
246 version of tinc.
247
248 # Version 1.0.22               August 13 2013
249
250 * Fixed the combination of Mode = router and DeviceType = tap.
251 * The $NAME variable is now set in subnet-up/down scripts.
252 * Tinc now gives an error when unknown options are given on the command line.
253 * Tinc now correctly handles a space between a short command line option and
254   an optional argument.
255
256 Thanks to Etienne Dechamps for his contribution to this version of tinc.
257
258 # Version 1.0.21               April 22 2013
259
260 * Drop packets forwarded via TCP if they are too big (CVE-2013-1428).
261
262 Thanks to Martin Schobert for auditing tinc and reporting this vulnerability.
263
264 # Version 1.0.20               March 03 2013
265
266 * Use /dev/tap0 by default on FreeBSD and NetBSD when using switch mode.
267 * Minor improvements and clarifications in the documentation.
268 * Allow tinc to be cross-compiled with Android's NDK.
269 * The discovered PMTU is now also applied to VLAN tagged traffic.
270 * The LocalDiscovery option now makes use of all addresses tinc is bound to.
271 * Fixed support for tunemu on iOS devices.
272 * The PriorityInheritance option now also works with switch mode.
273 * Fixed tinc crashing when using a SOCKS5 proxy.
274
275 Thanks to Mesar Hameed, Vilbrekin and Martin Schürrer for their contributions
276 to this version of tinc.
277
278 # Version 1.0.19               June 25 2012
279
280 * Allow :: notation in IPv6 Subnets.
281 * Add support for systemd style socket activation.
282 * Allow environment variables to be used for the Name option.
283 * Add basic support for SOCKS proxies, HTTP proxies, and proxying through an
284   external command.
285
286 # Version 1.0.18               March 25 2012
287
288 * Fixed IPv6 in switch mode by turning off DecrementTTL by default.
289 * Allow a port number to be specified in BindToAddress, which also allows tinc
290   to listen on multiple ports.
291 * Add support for multicast communication with UML/QEMU/KVM.
292
293 # Version 1.0.17               March 10 2012
294
295 * The DeviceType option can now be used to select dummy, raw socket, UML and
296   VDE devices without needing to recompile tinc.
297 * Allow multiple BindToAddress statements.
298 * Decrement TTL value of IPv4 and IPv6 packets.
299 * Add LocalDiscovery option allowing tinc to detect peers that are behind the
300   same NAT.
301 * Accept Subnets passed with the -o option when StrictSubnets = yes.
302 * Disabling old RSA keys when generating new ones now also works properly on
303   Windows.
304
305 # Version 1.0.16               July 23 2011
306
307 * Fixed a performance issue with TCP communication under Windows.
308 * Fixed code that, during network outages, would cause tinc to exit when it
309   thought two nodes with identical Names were on the VPN.
310
311 # Version 1.0.15               June 24 2011
312
313 * Improved logging to file.
314 * Reduced amount of process wakeups on platforms which support pselect().
315 * Fixed ProcessPriority option under Windows.
316
317  Thanks to Loïc Grenié for his contribution to this version of tinc.
318
319 # Version 1.0.14               May  8 2011
320
321 * Fixed reading configuration files that do not end with a newline. Again.
322 * Allow arbitrary configuration options being specified on the command line.
323 * Allow all options in both tinc.conf and the local host config file.
324 * Configurable replay window, UDP send and receive buffers for performance tuning.
325 * Try harder to get UDP communication back after falling back to TCP.
326 * Initial support for attaching tinc to a VDE switch.
327 * DragonFly BSD support.
328 * Allow linking with OpenSSL 1.0.0.
329
330 Thanks to Brandon Black, Julien Muchembled, Michael Tokarev, Rumko and Timothy
331 Redaelli for their contributions to this version of tinc.
332
333 # Version 1.0.13               Apr 11 2010
334
335 * Allow building tinc without LZO and/or Zlib.
336 * Clamp MSS of TCP packets in both directions.
337 * Experimental StrictSubnets, Forwarding and DirectOnly options,
338   giving more control over information and packets received from/sent to other
339   nodes.
340 * Ensure tinc never sends symbolic names for ports over the wire.
341
342 # Version 1.0.12               Feb  3 2010
343
344 * Really allow fast roaming of hosts to other nodes in a switched VPN.
345 * Fixes missing or incorrect environment variables when calling host-up/down
346   and subnet-up/down scripts in some cases.
347 * Allow port to be specified in Address statements.
348 * Clamp MSS of TCP packets to the discovered path MTU.
349 * Let two nodes behind NAT learn each others current UDP address and port via
350   a third node, potentially allowing direct communications in a similar way to
351   STUN.
352
353 # Version 1.0.11               Nov  1 2009
354
355 * Fixed potential crash when the HUP signal is sent.
356 * Fixes handling of weighted Subnets in switch and hub modes, preventing
357   unnecessary broadcasts.
358 * Works around a MinGW bug that caused packets to Windows nodes to always be
359   sent via TCP.
360 * Improvements to the PMTU discovery code, especially on Windows.
361 * Use UDP again in certain cases where 1.0.10 was too conservative and fell
362   back to TCP unnecessarily.
363 * Allow fast roaming of hosts to other nodes in a switched VPN.
364
365 # Version 1.0.10               Oct 18 2009
366
367 * Fixed potential crashes during shutdown and (in rare conditions) when other
368   nodes disconnected from the VPN.
369 * Improved NAT handling: tinc now copes with mangled port numbers, and will
370   automatically fall back to TCP if direct UDP connection between nodes is not
371   possible. The TCPOnly option should not have to be used anymore.
372 * Allow configuration files with CRLF line endings to be read on UNIX.
373 * Disable old RSA keys when generating new ones, and raise the default size of
374   new RSA keys to 2048 bits.
375 * Many fixes in the path MTU discovery code, especially when Compression is
376   being used.
377 * Tinc can now drop privileges and/or chroot itself.
378 * The TunnelServer code now just ignores information from clients instead of
379   disconnecting them.
380 * Improved performance on Windows by using the new ProcessPriority option and
381   by making the handling of packets received from the TAP-Win32 adapter more
382   efficient.
383 * Code cleanups: tinc now follows the C99 standard, copyright headers have
384   been updated to include patch authors, checkpoint tracing and localisation
385   features have been removed.
386 * Support for (jailbroken) iPhone and iPod Touch has been added.
387
388 Thanks to Florian Forster, Grzegorz Dymarek and especially Michael Tokarev for
389 their contributions to this version of tinc.
390
391 # Version 1.0.9                Dec 26 2008
392
393 * Fixed tinc as a service under Windows 2003.
394 * Fixed reading configuration files that do not end with a newline.
395 * Fixed crashes in situations where hostnames could not be resolved or hosts
396   would disconnect at the same time as session keys were exchanged.
397 * Improved default settings of tun and tap devices on BSD platforms.
398 * Make IPv6 sockets bind only to IPv6 on Linux.
399 * Enable path MTU discovery by default.
400 * Fixed a memory leak that occurred when connections were closed.
401
402 Thanks to Max Rijevski for his contributions to this version of tinc.
403
404 # Version 1.0.8                May 16 2007
405
406 * Fixed some memory and resource leaks.
407 * Made network sockets non-blocking under Windows.
408
409 Thanks to Scott Lamb and "dnk" for their contributions to this version of tinc.
410
411 # Version 1.0.7                Jan  5 2007
412
413 * Fixed a bug that caused slow network speeds on Windows.
414 * Fixed a bug that caused tinc unable to write packets to the tun device on
415   OpenBSD.
416
417 # Version 1.0.6                Dec 18 2006
418
419 * More flexible detection of the LZO libraries when compiling.
420 * Fixed a bug where broadcasts in switch and hub modes sometimes would not
421   work anymore when part of the VPN had become disconnected from the rest.
422
423 # Version 1.0.5                Nov 14 2006
424
425 * Lots of small fixes.
426 * Broadcast packets no longer grow in size with each hop. This should
427   fix switch mode (again).
428 * Generic host-up and host-down scripts.
429 * Optionally dump graph in graphviz format to a file or a script.
430 * Support LZO 2.0 and later.
431
432 Thanks to Scott Lamb for his contributions to this version of tinc.
433
434 # Version 1.0.4                May  4 2005
435
436 * Fix switch and hub modes.
437 * Optionally start scripts when a Subnet becomes (un)reachable.
438
439 # Version 1.0.3                Nov 11 2004
440
441 * Show error message when failing to write a PID file.
442 * Ignore spaces at end of lines in config files.
443 * Fix handling of late packets.
444 * Unify BSD tun/tap device handling. This allows IPv6 on tun devices and
445   anything on tap devices as long as the underlying OS supports it.
446 * Handle IPv6 on Solaris tun devices.
447 * Allow tinc to work properly under Windows XP SP2.
448 * Allow VLAN tagged Ethernet frames in switch and hub mode.
449 * Experimental PMTUDiscovery, TunnelServer and BlockingTCP options.
450
451 # Version 1.0.2                Nov  8 2003
452
453 * Fix address and hostname resolving under Windows.
454 * Remove warnings about non-existing scripts and unsupported address families.
455 * Use the event logger under Windows.
456 * Fix quoting of filenames and command line arguments under Windows.
457 * Strict checks for length incoming network packets and return values of
458   cryptographic functions,
459 * Fix a bug in metadata handling that made the tinc daemon abort.
460
461 # Version 1.0.1                Aug 14 2003
462
463 * Allow empty lines in config files.
464 * Fix handling of spaces and backslashes in filenames under native Windows.
465 * Allow scripts to be executed under native Windows.
466 * Update documentation, make it less Linux specific.
467
468 # Version 1.0                  Aug  4 2003
469
470 * Lots of small bugfixes and code cleanups.
471 * Throughput doubled and latency reduced.
472 * Added support for LZO compression.
473 * No need to set MAC address or disable ARP anymore.
474 * Added support for Windows 2000 and XP, both natively and in a Cygwin
475   environment.
476
477 # Version 1.0pre8              Sep 16 2002
478
479 * More fixes for subnets with prefixlength undivisible by 8.
480 * Added support for NetBSD and MacOS/X.
481 * Switched from undirected graphs to directed graphs to avoid certain race
482   conditions and improve scalability.
483 * Generalized broadcasting and forwarding of protocol messages.
484 * Cleanup of source code.
485
486 # Version 1.0pre7              Apr  7 2002
487
488 * Don't do blocking read()s when getting a signal.
489 * Remove RSA key checking code, since it sometimes thinks perfectly good RSA
490   keys are bad.
491 * Fix handling of subnets when prefixlength isn't divisible by 8.
492
493 # Version 1.0pre6              Mar 27 2002
494
495 * Improvement of redundant links:
496   * Non-blocking connects.
497   * Protocol broadcast messages can no longer go into an infinite loop.
498   * Graph algorithm updated to look harder for direct connections.
499 * Good support for routing IPv6 packets over the VPN. Works on Linux,
500   FreeBSD, possibly OpenBSD but not on Solaris.
501 * Support for tunnels over IPv6 networks. Works on all supported
502   operating systems.
503 * Optional compression of UDP connections using zlib.
504 * Optionally let UDP connections inherit TOS field of tunneled packets.
505 * Optionally start scripts when certain hosts become (un)reachable.
506
507 # Version 1.0pre5              Feb  9 2002
508
509 * Security enhancements:
510   * Added sequence number and optional message authentication code to
511     the packets.
512   * Configurable encryption cipher and digest algorithms.
513 * More robust handling of dis- and reconnects.
514 * Added a "switch" and a "hub" mode to allow bridging setups.
515 * Preliminary support for routing of IPv6 packets.
516 * Supports Linux, FreeBSD, OpenBSD and Solaris.
517
518 # Version 1.0pre4              Jan 17 2001
519
520 * Updated documentation; the documentation now reflects the
521   configuration as it is.
522 * Some internal changes to make tinc scale better for large
523   networks, such as using AVL trees instead of linked lists for the
524   connection list.
525 * RSA keys can be stored in separate files if needed.  See the
526   documentation for more information.
527 * Tinc has now been reported to run on Linux PowerPC and FreeBSD x86.
528
529 # Version 1.0pre3              Oct 31 2000
530
531 * The protocol has been redesigned, and although some details are
532   still under discussion, this is secure.  Care has been taken to
533   resist most, if not all, attacks.
534 * Unfortunately this protocol is not compatible with earlier versions,
535   nor are earlier versions compatible with this version.  Because the
536   older protocol has huge security flaws, we feel that not
537   implementing backwards compatibility is justified.
538 * Some data about the protocol:
539   * It uses public/private RSA keys for authentication (this is the
540     actual fix for the security hole).
541   * All cryptographic functions have been taken out of tinc, instead
542     it uses the OpenSSL library functions.
543   * Offers support for multiple subnets per tinc daemon.
544 * New is also the support for the universal tun/tap device.  This
545   means better portability to FreeBSD and Solaris.
546 * Tinc is tested to compile on Solaris, Linux x86, Linux alpha.
547 * Tinc now uses the OpenSSL library for cryptographic operations.
548   More information on getting and installing OpenSSL is in the manual.
549   This also means that the GMP library is no longer required.
550 * Further, thanks to Enrique Zanardi, we have Spanish messages; Matias
551   Carrasco provided us with a Spanish translation of the manual.
552
553 # Version 1.0pre2              May 31 2000
554
555 * This version has been internationalized; and a Dutch translation has
556   been included.
557 * Two configuration variables have been added:
558   * VpnMask - the IP network mask for the entire VPN, not just our
559     subnet (as given by MyVirtualIP).  The Redhat and Debian packages
560     use this variable in their system startup scripts, but it is
561     ignored by tinc.
562   * Hostnames - if set to `yes', look up the names of IP addresses
563     trying to connect to us.  Default set to `no', to prevent lockups
564     during lookups.
565 * The system startup scripts for Debian and Redhat use
566   /etc/tinc/nets.boot to find out which networks need to be started
567   during system boot.
568 * Fixes to prevent denial of service attacks by sending random data
569   after connecting (and even when the connection has been established),
570   either random garbage or just nonsensical protocol fields.
571 * Tinc will retry to connect upon startup, does not quit if it doesn't
572   work the first time.
573 * Hosts that are disconnected implicitly if we lose a connection get
574   deleted from the internal list, to prevent hogging eachother with
575   add and delete requests when the connection is restored.
576
577 # Version 1.0pre1              May 12 2000
578
579 * New meta-protocol
580 * Various other bugfixes
581 * Documentation updates
582
583 # Version 0.3.3                Feb  9 2000
584
585 * Fixed bug that made tinc stop working with latest kernels
586 * Updated the manual
587
588 # Version 0.3.2                Nov 12 1999
589
590 * No more `Invalid filedescriptor' when working with multiple
591   connections.
592 * Forward unknown packets to uplink.
593
594 # Version 0.3.1                Oct 20 1999
595
596 * Fixed a bug where tinc would exit without a trace.
597
598 # Version 0.3                  Aug 20 1999
599
600 * Pings now work immediately.
601 * All packet sizes get transmitted correctly.
602
603 # Version 0.2.26               Aug 15 1999
604
605 * Fixed some remaining bugs.
606 * --sysconfdir works with configure.
607 * Last version before 0.3.
608
609 # Version 0.2.25               Aug  8 1999
610
611 * Improved stability, going towards 0.3 now.
612
613 # Version 0.2.24               Aug  7 1999
614
615 * Added key aging, there's a new config variable, KeyExpire.
616 * Updated man and info pages.
617
618 # Version 0.2.23               Aug  5 1999
619
620 * All known bugs fixed, this is a candidate for 0.3.
621
622 # Version 0.2.22               Apr 11 1999
623
624 * Multiconnection thing is now working nearly perfect :)
625
626 # Version 0.2.21               Apr 10 1999
627
628 * You shouldn't notice a thing, but a lot has changed wrt key
629 management - except that it refuses to talk to versions < 0.2.20
630
631 # Version 0.2.19               Apr  3 1999
632
633 * Don't install a libcipher.so.
634
635 # Version 0.2.18               Apr  3 1999
636
637 * Blowfish library dynamically loaded upon execution.
638 * Included Eric Young's IDEA library.
639
640 # Version 0.2.17               Apr  1 1999
641
642 * Tincd now re-executes itself in case of a segmentation fault.
643
644 # Version 0.2.16               Apr  1 1999
645
646 * Wrote tincd.conf(5) man page, which still needs a lot of work.
647 * Config file now accepts and tolerates spaces, and any integer base
648   for integer variables, and better error reporting. See
649   doc/tincd.conf.sample for an example.
650
651 # Version 0.2.15               Mar 29 1999
652
653 * Fixed bugs.
654
655 # Version 0.2.14               Feb 10 1999
656
657 * Added --timeout flag and PingTimeout configuration.
658 * Did some first syslog cleanup work.
659
660 # Version 0.2.13               Jan 23 1999
661
662 * Bugfixes.
663
664 # Version 0.2.12               Jan 23 1999
665
666 * Fixed nauseating bug so that it would crash whenever a connection
667   got lost.
668
669 # Version 0.2.11               Jan 22 1999
670
671 * Framework for multiple connections has been done.
672 * Simple manpage for tincd.
673
674 # Version 0.2.10               Jan 18 1999
675
676 * Passphrase support added.
677
678 # Version 0.2.9                Jan 13 1999
679
680 * Bugs fixed.
681
682 # Version 0.2.8                Jan 11 1999
683
684 * A reworked protocol version.
685 * A ping/pong system.
686 * More reliable networking code.
687 * Automatic reconnection.
688 * Still does not work with more than one connection :)
689 * Strips MAC addresses before sending, so there's less overhead, and
690   less redundancy.
691
692 # Version 0.2.7                Jan  3 1999
693
694 * Several updates to make extending more easy.
695
696 # Version 0.2.6                Dec 20 1998
697
698 * Point-to-Point connections have been established, including
699   Blowfish encryption and a secret key-exchange.
700
701 # Version 0.2.5                Dec 16 1998
702
703 * Project renamed to tinc, in honour of TINC.
704
705 # Version 0.2.4                Dec 16 1998
706
707 * Now it really does ;)
708
709 # Version 0.2.3                Nov 24 1998
710
711 * It sort of works now.
712
713 # Version 0.2.2                Nov 20 1998
714
715 * Uses GNU gmp.
716
717 # Version 0.2.1                Nov 14 1998
718
719 * Bare version.