NEWS 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. version 1.0pre5 Feb 9 2002
  2. * Security enhancements:
  3. * Added sequence number and optional message authentication code to
  4. the packets.
  5. * Configurable encryption cipher and digest algorithms.
  6. * More robust handling of dis- and reconnects.
  7. * Added a "switch" and a "hub" mode to allow bridging setups.
  8. * Preliminary support for routing of IPv6 packets.
  9. * Supports Linux, FreeBSD, OpenBSD and Solaris.
  10. It looks like this might be the last release before 1.0.
  11. version 1.0pre4 Jan 17 2001
  12. * Updated documentation; the documentation now reflects the
  13. configuration as it is.
  14. * Some internal changes to make tinc scale better for large
  15. networks, such as using AVL trees instead of linked lists for the
  16. connection list.
  17. * RSA keys can be stored in separate files if needed. See the
  18. documentation for more information.
  19. * tinc has now been reported to run on Linux PowerPC and FreeBSD x86.
  20. version 1.0pre3 Oct 31 2000
  21. * The protocol has been redesigned, and although some details are
  22. still under discussion, this is secure. Care has been taken to
  23. resist most, if not all, attacks.
  24. * Unfortunately this protocol is not compatible with earlier versions,
  25. nor are earlier versions compatible with this version. Because the
  26. older protocol has huge security flaws, we feel that not
  27. implementing backwards compatibility is justified.
  28. * Some data about the protocol:
  29. * It uses public/private RSA keys for authentication (this is the
  30. actual fix for the security hole).
  31. * All cryptographic functions have been taken out of tinc, instead
  32. it uses the OpenSSL library functions.
  33. * Offers support for multiple subnets per tinc daemon.
  34. * New is also the support for the universal tun/tap device. This
  35. means better portability to FreeBSD and Solaris.
  36. * tinc is tested to compile on Solaris, Linux x86, Linux alpha.
  37. * tinc now uses the OpenSSL library for cryptographic operations.
  38. More information on getting and installing OpenSSL is in the manual.
  39. This also means that the GMP library is no longer required.
  40. * Further, thanks to Enrique Zanardi, we have Spanish messages; Matias
  41. Carrasco provided us with a Spanish translation of the manual.
  42. What still needs to be done before 1.0:
  43. * Documentation. Especially since the protocol has changed, and a lot
  44. of configuration directives have been added.
  45. version 1.0pre2 May 31 2000
  46. * This version has been internationalized; and a Dutch translation has
  47. been included.
  48. * Two configuration variables have been added:
  49. * VpnMask - the IP network mask for the entire VPN, not just our
  50. subnet (as given by MyVirtualIP). The Redhat and Debian packages
  51. use this variable in their system startup scripts, but it is
  52. ignored by tinc.
  53. * Hostnames - if set to `yes', look up the names of IP addresses
  54. trying to connect to us. Default set to `no', to prevent lockups
  55. during lookups.
  56. * The system startup scripts for Debian and Redhat use
  57. /etc/tinc/nets.boot to find out which networks need to be started
  58. during system boot.
  59. * Fixes to prevent denial of service attacks by sending random data
  60. after connecting (and even when the connection has been established),
  61. either random garbage or just nonsensical protocol fields.
  62. * tinc will retry to connect upon startup, does not quit if it doesn't
  63. work the first time.
  64. * Hosts that are disconnected implicitly if we lose a connection get
  65. deleted from the internal list, to prevent hogging eachother with
  66. add and delete requests when the connection is restored.
  67. What still needs to be done before 1.0:
  68. * Documentation.
  69. * Failover ConnectTo lines, try another one if the first doesn't work.
  70. version 1.0pre1 May 12 2000
  71. * New meta-protocol
  72. * Various other bugfixes
  73. * Documentation updates
  74. version 0.3.3 Feb 9 2000
  75. * Fixed bug that made tinc stop working with latest kernels (Guus
  76. Sliepen)
  77. * Updated the manual
  78. version 0.3.2 Nov 12 1999
  79. * no more `Invalid filedescriptor' when working with multiple
  80. connections
  81. * forward unknown packets to uplink
  82. version 0.3.1 Oct 20 1999
  83. * fixed a bug where tinc would exit without a trace
  84. version 0.3 Aug 20 1999
  85. * pings now work immediately
  86. * all packet sizes get transmitted correctly
  87. version 0.2.26 Aug 15 1999
  88. * fixed some remaining bugs
  89. * --sysconfdir works with configure
  90. * last version before 0.3
  91. version 0.2.25 Aug 8 1999
  92. * improved stability, going towards 0.3 now.
  93. version 0.2.24 Aug 7 1999
  94. * added key aging, there's a new config variable, KeyExpire.
  95. * updated man and info pages
  96. version 0.2.23 Aug 5 1999
  97. * all known bugs fixed, this is a candidate for 0.3
  98. version 0.2.22 Apr 11 1999
  99. * multiconnection thing is now working nearly perfect :)
  100. version 0.2.21 Apr 10 1999
  101. * You shouldn't notice a thing, but a lot has changed wrt key
  102. management - except that it refuses to talk to versions < 0.2.20
  103. version 0.2.20
  104. version 0.2.19 Apr 3 1999
  105. * don't install a libcipher.so
  106. version 0.2.18 Apr 3 1999
  107. * blowfish library dynamically loaded upon execution
  108. * included Eric Young's IDEA library
  109. version 0.2.17 Apr 1 1999
  110. * tincd now re-executes itself in case of a segmentation fault.
  111. version 0.2.16 Apr 1 1999
  112. * wrote tincd.conf(5) man page, which still needs a lot of work.
  113. * config file now accepts and tolerates spaces, and any integer base
  114. for integer variables, and better error reporting. See
  115. doc/tincd.conf.sample for an example.
  116. version 0.2.15 Mar 29 1999
  117. * fixed bugs
  118. version 0.2.14 Feb 10 1999
  119. * added --timeout flag and PingTimeout configuration
  120. * did some first syslog cleanup work
  121. version 0.2.13 Jan 23 1999
  122. * bugfixes
  123. version 0.2.12 Jan 23 1999
  124. * fixed nauseating bug so that it would crash whenever a connection
  125. got lost
  126. version 0.2.11 Jan 22 1999
  127. * framework for multiple connections has been done
  128. * simple manpage for tincd
  129. version 0.2.10 Jan 18 1999
  130. * passphrase support added
  131. version 0.2.9 Jan 13 1999
  132. * bugs fixed.
  133. version 0.2.8 Jan 11 1999
  134. * a reworked protocol version
  135. * a ping/pong system
  136. * more reliable networking code
  137. * automatic reconnection
  138. * still does not work with more than one connection :)
  139. * strips MAC addresses before sending, so there's less overhead, and
  140. less redundancy
  141. version 0.2.7 Jan 3 1999
  142. * several updates to make extending more easy.
  143. version 0.2.6 Dec 20 1998
  144. * Point-to-Point connections have been established, including
  145. blowfish encryption and a secret key-exchange.
  146. version 0.2.5 Dec 16 1998
  147. * Project renamed to tinc, in honour of TINC.
  148. version 0.2.4 Dec 16 1998
  149. * now it really does ;)
  150. version 0.2.3 Nov 24 1998
  151. * it sort of works now
  152. version 0.2.2 Nov 20 1998
  153. * uses GNU gmp.
  154. version 0.2.1 Nov 14 1998
  155. * Bare version.