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