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