NEWS 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. Version 1.0.12 Feb 3 2010
  2. * Really allow fast roaming of hosts to other nodes in a switched VPN.
  3. * Fixes missing or incorrect environment variables when calling host-up/down
  4. and subnet-up/down scripts in some cases.
  5. * Allow port to be specified in Address statements.
  6. * Clamp MSS of TCP packets to the discovered path MTU.
  7. * Let two nodes behind NAT learn each others current UDP address and port via
  8. a third node, potentially allowing direct communications in a similar way to
  9. STUN.
  10. Version 1.0.11 Nov 1 2009
  11. * Fixed potential crash when the HUP signal is sent.
  12. * Fixes handling of weighted Subnets in switch and hub modes, preventing
  13. unnecessary broadcasts.
  14. * Works around a MinGW bug that caused packets to Windows nodes to always be
  15. sent via TCP.
  16. * Improvements to the PMTU discovery code, especially on Windows.
  17. * Use UDP again in certain cases where 1.0.10 was too conservative and fell
  18. back to TCP unnecessarily.
  19. * Allow fast roaming of hosts to other nodes in a switched VPN.
  20. Version 1.0.10 Oct 18 2009
  21. * Fixed potential crashes during shutdown and (in rare conditions) when other
  22. nodes disconnected from the VPN.
  23. * Improved NAT handling: tinc now copes with mangled port numbers, and will
  24. automatically fall back to TCP if direct UDP connection between nodes is not
  25. possible. The TCPOnly option should not have to be used anymore.
  26. * Allow configuration files with CRLF line endings to be read on UNIX.
  27. * Disable old RSA keys when generating new ones, and raise the default size of
  28. new RSA keys to 2048 bits.
  29. * Many fixes in the path MTU discovery code, especially when Compression is
  30. being used.
  31. * Tinc can now drop privileges and/or chroot itself.
  32. * The TunnelServer code now just ignores information from clients instead of
  33. disconnecting them.
  34. * Improved performance on Windows by using the new ProcessPriority option and
  35. by making the handling of packets received from the TAP-Win32 adapter more
  36. efficient.
  37. * Code cleanups: tinc now follows the C99 standard, copyright headers have
  38. been updated to include patch authors, checkpoint tracing and localisation
  39. features have been removed.
  40. * Support for (jailbroken) iPhone and iPod Touch has been added.
  41. Thanks to Florian Forster, Grzegorz Dymarek and especially Michael Tokarev for
  42. their contributions to this version of tinc.
  43. Version 1.0.9 Dec 26 2008
  44. * Fixed tinc as a service under Windows 2003.
  45. * Fixed reading configuration files that do not end with a newline.
  46. * Fixed crashes in situations where hostnames could not be resolved or hosts
  47. would disconnect at the same time as session keys were exchanged.
  48. * Improved default settings of tun and tap devices on BSD platforms.
  49. * Make IPv6 sockets bind only to IPv6 on Linux.
  50. * Enable path MTU discovery by default.
  51. * Fixed a memory leak that occured when connections were closed.
  52. Thanks to Max Rijevski for his contributions to this version of tinc.
  53. Version 1.0.8 May 16 2007
  54. * Fixed some memory and resource leaks.
  55. * Made network sockets non-blocking under Windows.
  56. Thanks to Scott Lamb and "dnk" for their contributions to this version of tinc.
  57. Version 1.0.7 Jan 5 2007
  58. * Fixed a bug that caused slow network speeds on Windows.
  59. * Fixed a bug that caused tinc unable to write packets to the tun device on
  60. OpenBSD.
  61. Version 1.0.6 Dec 18 2006
  62. * More flexible detection of the LZO libraries when compiling.
  63. * Fixed a bug where broadcasts in switch and hub modes sometimes would not
  64. work anymore when part of the VPN had become disconnected from the rest.
  65. version 1.0.5 Nov 14 2006
  66. * Lots of small fixes.
  67. * Broadcast packets no longer grow in size with each hop. This should
  68. fix switch mode (again).
  69. * Generic host-up and host-down scripts.
  70. * Optionally dump graph in graphviz format to a file or a script.
  71. * Support LZO 2.0 and later.
  72. Thanks to Scott Lamb for his contributions to this version of tinc.
  73. version 1.0.4 May 4 2005
  74. * Fix switch and hub modes.
  75. * Optionally start scripts when a Subnet becomes (un)reachable.
  76. version 1.0.3 Nov 11 2004
  77. * Show error message when failing to write a PID file.
  78. * Ignore spaces at end of lines in config files.
  79. * Fix handling of late packets.
  80. * Unify BSD tun/tap device handling. This allows IPv6 on tun devices and
  81. anything on tap devices as long as the underlying OS supports it.
  82. * Handle IPv6 on Solaris tun devices.
  83. * Allow tinc to work properly under Windows XP SP2.
  84. * Allow VLAN tagged Ethernet frames in switch and hub mode.
  85. * Experimental PMTUDiscovery, TunnelServer and BlockingTCP options.
  86. version 1.0.2 Nov 8 2003
  87. * Fix address and hostname resolving under Windows.
  88. * Remove warnings about non-existing scripts and unsupported address families.
  89. * Use the event logger under Windows.
  90. * Fix quoting of filenames and command line arguments under Windows.
  91. * Strict checks for length incoming network packets and return values of
  92. cryptographic functions,
  93. * Fix a bug in metadata handling that made the tinc daemon abort.
  94. version 1.0.1 Aug 14 2003
  95. * Allow empty lines in config files.
  96. * Fix handling of spaces and backslashes in filenames under native Windows.
  97. * Allow scripts to be executed under native Windows.
  98. * Update documentation, make it less Linux specific.
  99. version 1.0 Aug 4 2003
  100. * Lots of small bugfixes and code cleanups.
  101. * Throughput doubled and latency reduced.
  102. * Added support for LZO compression.
  103. * No need to set MAC address or disable ARP anymore.
  104. * Added support for Windows 2000 and XP, both natively and in a Cygwin
  105. environment.
  106. version 1.0pre8 Sep 16 2002
  107. * More fixes for subnets with prefixlength undivisible by 8.
  108. * Added support for NetBSD and MacOS/X.
  109. * Switched from undirected graphs to directed graphs to avoid certain race
  110. conditions and improve scalability.
  111. * Generalized broadcasting and forwarding of protocol messages.
  112. * Cleanup of source code.
  113. version 1.0pre7 Apr 7 2002
  114. * Don't do blocking read()s when getting a signal.
  115. * Remove RSA key checking code, since it sometimes thinks perfectly good RSA
  116. keys are bad.
  117. * Fix handling of subnets when prefixlength isn't divisible by 8.
  118. version 1.0pre6 Mar 27 2002
  119. * Improvement of redundant links:
  120. * Non-blocking connects.
  121. * Protocol broadcast messages can no longer go into an infinite loop.
  122. * Graph algorithm updated to look harder for direct connections.
  123. * Good support for routing IPv6 packets over the VPN. Works on Linux,
  124. FreeBSD, possibly OpenBSD but not on Solaris.
  125. * Support for tunnels over IPv6 networks. Works on all supported
  126. operating systems.
  127. * Optional compression of UDP connections using zlib.
  128. * Optionally let UDP connections inherit TOS field of tunneled packets.
  129. * Optionally start scripts when certain hosts become (un)reachable.
  130. version 1.0pre5 Feb 9 2002
  131. * Security enhancements:
  132. * Added sequence number and optional message authentication code to
  133. the packets.
  134. * Configurable encryption cipher and digest algorithms.
  135. * More robust handling of dis- and reconnects.
  136. * Added a "switch" and a "hub" mode to allow bridging setups.
  137. * Preliminary support for routing of IPv6 packets.
  138. * Supports Linux, FreeBSD, OpenBSD and Solaris.
  139. It looks like this might be the last release before 1.0.
  140. version 1.0pre4 Jan 17 2001
  141. * Updated documentation; the documentation now reflects the
  142. configuration as it is.
  143. * Some internal changes to make tinc scale better for large
  144. networks, such as using AVL trees instead of linked lists for the
  145. connection list.
  146. * RSA keys can be stored in separate files if needed. See the
  147. documentation for more information.
  148. * tinc has now been reported to run on Linux PowerPC and FreeBSD x86.
  149. version 1.0pre3 Oct 31 2000
  150. * The protocol has been redesigned, and although some details are
  151. still under discussion, this is secure. Care has been taken to
  152. resist most, if not all, attacks.
  153. * Unfortunately this protocol is not compatible with earlier versions,
  154. nor are earlier versions compatible with this version. Because the
  155. older protocol has huge security flaws, we feel that not
  156. implementing backwards compatibility is justified.
  157. * Some data about the protocol:
  158. * It uses public/private RSA keys for authentication (this is the
  159. actual fix for the security hole).
  160. * All cryptographic functions have been taken out of tinc, instead
  161. it uses the OpenSSL library functions.
  162. * Offers support for multiple subnets per tinc daemon.
  163. * New is also the support for the universal tun/tap device. This
  164. means better portability to FreeBSD and Solaris.
  165. * tinc is tested to compile on Solaris, Linux x86, Linux alpha.
  166. * tinc now uses the OpenSSL library for cryptographic operations.
  167. More information on getting and installing OpenSSL is in the manual.
  168. This also means that the GMP library is no longer required.
  169. * Further, thanks to Enrique Zanardi, we have Spanish messages; Matias
  170. Carrasco provided us with a Spanish translation of the manual.
  171. What still needs to be done before 1.0:
  172. * Documentation. Especially since the protocol has changed, and a lot
  173. of configuration directives have been added.
  174. version 1.0pre2 May 31 2000
  175. * This version has been internationalized; and a Dutch translation has
  176. been included.
  177. * Two configuration variables have been added:
  178. * VpnMask - the IP network mask for the entire VPN, not just our
  179. subnet (as given by MyVirtualIP). The Redhat and Debian packages
  180. use this variable in their system startup scripts, but it is
  181. ignored by tinc.
  182. * Hostnames - if set to `yes', look up the names of IP addresses
  183. trying to connect to us. Default set to `no', to prevent lockups
  184. during lookups.
  185. * The system startup scripts for Debian and Redhat use
  186. /etc/tinc/nets.boot to find out which networks need to be started
  187. during system boot.
  188. * Fixes to prevent denial of service attacks by sending random data
  189. after connecting (and even when the connection has been established),
  190. either random garbage or just nonsensical protocol fields.
  191. * tinc will retry to connect upon startup, does not quit if it doesn't
  192. work the first time.
  193. * Hosts that are disconnected implicitly if we lose a connection get
  194. deleted from the internal list, to prevent hogging eachother with
  195. add and delete requests when the connection is restored.
  196. What still needs to be done before 1.0:
  197. * Documentation.
  198. * Failover ConnectTo lines, try another one if the first doesn't work.
  199. version 1.0pre1 May 12 2000
  200. * New meta-protocol
  201. * Various other bugfixes
  202. * Documentation updates
  203. version 0.3.3 Feb 9 2000
  204. * Fixed bug that made tinc stop working with latest kernels (Guus
  205. Sliepen)
  206. * Updated the manual
  207. version 0.3.2 Nov 12 1999
  208. * no more `Invalid filedescriptor' when working with multiple
  209. connections
  210. * forward unknown packets to uplink
  211. version 0.3.1 Oct 20 1999
  212. * fixed a bug where tinc would exit without a trace
  213. version 0.3 Aug 20 1999
  214. * pings now work immediately
  215. * all packet sizes get transmitted correctly
  216. version 0.2.26 Aug 15 1999
  217. * fixed some remaining bugs
  218. * --sysconfdir works with configure
  219. * last version before 0.3
  220. version 0.2.25 Aug 8 1999
  221. * improved stability, going towards 0.3 now.
  222. version 0.2.24 Aug 7 1999
  223. * added key aging, there's a new config variable, KeyExpire.
  224. * updated man and info pages
  225. version 0.2.23 Aug 5 1999
  226. * all known bugs fixed, this is a candidate for 0.3
  227. version 0.2.22 Apr 11 1999
  228. * multiconnection thing is now working nearly perfect :)
  229. version 0.2.21 Apr 10 1999
  230. * You shouldn't notice a thing, but a lot has changed wrt key
  231. management - except that it refuses to talk to versions < 0.2.20
  232. version 0.2.20
  233. version 0.2.19 Apr 3 1999
  234. * don't install a libcipher.so
  235. version 0.2.18 Apr 3 1999
  236. * blowfish library dynamically loaded upon execution
  237. * included Eric Young's IDEA library
  238. version 0.2.17 Apr 1 1999
  239. * tincd now re-executes itself in case of a segmentation fault.
  240. version 0.2.16 Apr 1 1999
  241. * wrote tincd.conf(5) man page, which still needs a lot of work.
  242. * config file now accepts and tolerates spaces, and any integer base
  243. for integer variables, and better error reporting. See
  244. doc/tincd.conf.sample for an example.
  245. version 0.2.15 Mar 29 1999
  246. * fixed bugs
  247. version 0.2.14 Feb 10 1999
  248. * added --timeout flag and PingTimeout configuration
  249. * did some first syslog cleanup work
  250. version 0.2.13 Jan 23 1999
  251. * bugfixes
  252. version 0.2.12 Jan 23 1999
  253. * fixed nauseating bug so that it would crash whenever a connection
  254. got lost
  255. version 0.2.11 Jan 22 1999
  256. * framework for multiple connections has been done
  257. * simple manpage for tincd
  258. version 0.2.10 Jan 18 1999
  259. * passphrase support added
  260. version 0.2.9 Jan 13 1999
  261. * bugs fixed.
  262. version 0.2.8 Jan 11 1999
  263. * a reworked protocol version
  264. * a ping/pong system
  265. * more reliable networking code
  266. * automatic reconnection
  267. * still does not work with more than one connection :)
  268. * strips MAC addresses before sending, so there's less overhead, and
  269. less redundancy
  270. version 0.2.7 Jan 3 1999
  271. * several updates to make extending more easy.
  272. version 0.2.6 Dec 20 1998
  273. * Point-to-Point connections have been established, including
  274. blowfish encryption and a secret key-exchange.
  275. version 0.2.5 Dec 16 1998
  276. * Project renamed to tinc, in honour of TINC.
  277. version 0.2.4 Dec 16 1998
  278. * now it really does ;)
  279. version 0.2.3 Nov 24 1998
  280. * it sort of works now
  281. version 0.2.2 Nov 20 1998
  282. * uses GNU gmp.
  283. version 0.2.1 Nov 14 1998
  284. * Bare version.