/external/vpnc/ChangeLog

http://get-a-robot-vpnc.googlecode.com/ · #! · 207 lines · 165 code · 42 blank · 0 comment · 0 complexity · a30168059d0e72854d5d82446f89b5b4 MD5 · raw file

  1. * vpnc-0.5.3.tar.gz Wed Nov 19 21:29:22 CET 2008
  2. User visible changes:
  3. * Don't crash while rekeying, by Maurice Massar
  4. * Fix lifetime handling if both options are present, by Maurice Massar
  5. * Support providing the destination network's netmask
  6. * Working with concentrators that require a firewall capable
  7. client might work, by Nicholas Reilly
  8. * Fix a case where pcf2vpnc would create an incorrect config line,
  9. by Wolfram Sang
  10. * Make vpnc work with newer development versions of openvpn on
  11. Windows, by Paolo Zarpellon
  12. * print logmessages while opening tun to syslog as well as stderr
  13. * vpnc-0.5.2.tar.gz Wed Nov 19 17:49:46 CET 2008
  14. User visible changes:
  15. * Install the license file with the binary
  16. * Fix routing issues in vpcn-script-win.js, by Paolo Zarpellon
  17. * Fix Phase 2 rekeying, by various authors
  18. * Improvements to debug messages, by various authors
  19. * Support for the NEXT_PIN for SecureID, by Phil Dibowitz and Rob West
  20. * Print hints on how to fix some error conditions
  21. * Add --target-network option, by Stelian Pop and Tom Schneider
  22. * Try to work around the "payload too short" message instead
  23. of aborting, by John Williams
  24. * Fix some problems with keepalives during xauth on SonicWall and
  25. ScreenOS >= 6, by Johan Fischer
  26. * Improvements to syslog messages, by various authors
  27. * On Linux calculate the MTU size instead of hardcoding it, by
  28. Tomas Mraz
  29. * Remove pid file also when not running daemonized, by Martin von Gagern
  30. * Always send FW_TYPE xauth attribute, by Johan Dahlin
  31. * Fix default route while setting DNS on Darwin, by Felix Buenemann
  32. Under the hood:
  33. * Move decryption code into its own files, by Wolfram Sang
  34. * Use ony awk instead of awk+sed in vpnc-script, by Jukka Salmi
  35. * Fix some alignment errors on ARM, by Karzist
  36. * Memory handling fixes, by various authors
  37. * vpnc-0.5.1.tar.gz Mon Sep 10 23:16:41 CEST 2007
  38. * link against -lcrypto instead of -lssl, fix from: Christophe Thil
  39. * fixed crashes on 64bit platforms by Tomas Mraz, report by Brian Downing
  40. * fixes to keepalive code from Brian Downing
  41. * generate options part of the manpage automatically, by Wolfram Sang
  42. * fix dead peer detection problems with Sonicwall, by Gerald Hanusch
  43. and Wolfgang Astleitner
  44. * fix disconnect problems with Sonicwall (please test if it fixes the known
  45. problems with Cisco), by Gerald Hanusch and Wolfgang Astleitner
  46. * again special thanks Joerg Mayer for handling all patches since the
  47. last release (-:
  48. * various other fixes contributed by Scott Rankin, Markus Meschederu
  49. * vpnc-0.5.0.tar.gz Thu Aug 30 19:17:10 CEST 2007
  50. * Dead-Peer-Detection support by Kyle McKay
  51. * Hybrid-Auth support by Andreas Hoffmann, merged by Chris Walter
  52. (depends on OpenSSL, deactivatable at compile-time)
  53. * granted Joerg Mayer svn commit privileges, special thanks to him
  54. for doing so much work on vpnc during the last month (-:
  55. * various other fixes contributed by Petr Salinger,
  56. Christian Faulhammer, Kyle McKay, Paolo Zarpellon, Joerg Mayer,
  57. Marcus Obst, Mika Liljeberg, Eduard Bloch, Wolfram Sang, Jukka
  58. Salmi, Gustavo Sverzut Barbieri, Soren Hansen, Mike Javorski.
  59. * first round of a general code cleanup (far less global variables
  60. / etc)
  61. * vpnc-0.4.0.tar.gz Mon Feb 19 22:22:22 CET 2007
  62. * DragonFly BSD support by Hans-Werner Hilse
  63. * Solaris 10 fixes by Sunil
  64. * support to read obfuscated passwords from .pcf files, based on
  65. work from "HAL-9000@evilscientists.de"
  66. * granted Dan Villiom Podlaski Christiansen svn commit privileges
  67. * Darwin support by Dan Villiom Podlaski Christiansen
  68. * UDP IP keepalive support from FreeBSD port
  69. * Juniper/ScreenOS support from Marc Huber
  70. * replace "--disable-natt --force-natt --udp" with "--natt-mode"
  71. * null cipher support from Simon Lipp
  72. * Windows/Cygwin and tap support from Paolo Zarpellon
  73. * rekeying support
  74. * various other fixes contributed by Joerg Mayer, Heiko Stamer,
  75. Plamen Todorov, Asgeir, Jukka Salmi, Wolfram Sang, Laurence
  76. MOINDROT, Chris Osicki, Anton Altaparmakov, Adam Simpkins, Ken
  77. Bell, Hanno Boeck, Kyle McKay, Dennis Schneider
  78. * vpnc-0.3.3.tar.gz Sat May 14 12:23:27 CEST 2005
  79. * ignore \r in config files
  80. * (hopefuly) fixed 64bit bugs (Nicolas Boichat and Zach Brown)
  81. * added support for "Split-Net" Routing
  82. * introduced vpnc-script and removed vpnc-connect
  83. * always search for configfiles in /etc/vpnc/ expect if the
  84. filename contains at least one "/"
  85. * only read /etc/vpnc/default.conf and /etc/vpnc.conf if no other
  86. configfiles are provided
  87. * various other fixes contributed by Anton Altaparmakov, Randy
  88. Chou, "krabat", Andre Vanha and Nikolay Sturm
  89. * vpnc-0.3.2.tar.gz Mon Nov 22 01:14:29 CET 2004
  90. * added support for preshared without xauth
  91. * fixed NAT-T support with IOS and PIX
  92. * fixed IP-Len header (Christian Lackas)
  93. * fixed reconnection problems with IOS and PIX
  94. * vpnc-0.3.1.tar.gz Sat Nov 13 01:46:42 CET 2004
  95. * fixed segfault in --print-config
  96. * vpnc-0.3.tar.gz Sat Nov 13 01:16:37 CET 2004
  97. * included IPSec over UDP and NAT-T support, thanks to Tomas Mraz
  98. and Martin von Gagern
  99. * added support for interactive authentication (security tokens for
  100. example)
  101. * fixed IOS support
  102. * updated man-page
  103. * updated TODO list
  104. * fixed byte-order in debug ouput
  105. * vpnc-0.2-rm+zomb.1.tar.gz Thu May 13 23:34:09 CEST 2004
  106. * Fixed an off-by-two bug, thanks to Christian Lackas for this
  107. * Fixed Solaris7 supported (Solaris9 does not work probably because
  108. of built-in IPsec support)
  109. * added support for (NT-) Domain xauth attribute
  110. * cleaned up and reformatted --help output
  111. * Fixed Application Version vpnc sends, fixes problems with some
  112. vpn-concentrator default config where vpnc is incorrectly
  113. detected as hardware client..
  114. * vpnc-0.2-rm+zomb-pre9.tar.gz Sun May 2 05:32:00 CEST 2004
  115. * Fixed PIX supported (and PIXs are broken (-;)
  116. * send and ignore lifetime update in isakmp-sa/ipsec-sa
  117. * Fixed vpnc-connect to supporte load-balancing, see below
  118. * added --script which gets all modecfg infos like dns-server. see
  119. README
  120. * automatically get pfs setting from server. --pfs should not be
  121. needed anymore (broken PIXs excluded)
  122. * single DES support can be enabled with --enable-1des
  123. * vpnc-0.2-rm+zomb-pre8.tar.gz Sun Apr 25 02:13:30 CEST 2004
  124. * Fixed OpenBSD supported
  125. * added support for "Cisco extension: Load Balancing"
  126. * ignore lifetime update in phase1
  127. * vpnc-0.2-rm+zomb-pre7.tar.gz Wed Dec 17 20:58:51 CET 2003
  128. * Fixed FreeBSD supported
  129. * ignore "Cisco extension: XAUTH Vendor" XAuth-Attribute
  130. * treat passcode as password
  131. * filter "metric10 64" and the like from ip route get output
  132. * updated to libgcrypt-1.1.90
  133. * create /var/run/vpnc/ as necessary
  134. * vpnc-0.2-rm+zomb-pre6.tar.gz Sun Nov 2 02:15:56 CET 2003
  135. * Fixed NetBSD supported (add routes like this: route add -host
  136. 131.246.89.7 -ifp tun0 131.246.89.7)
  137. * cosmetic fixes
  138. * vpnc-0.2-rm+zomb-pre5.tar.gz Thu Oct 30 00:53:02 CET 2003
  139. * created debug levels: 0 default/nothing, 1 basic, 2 control flow,
  140. 3 packet dump, 99 including username/password (hex encoded)
  141. * small fixes to connect/disconnect scripts
  142. * added --local-port to allow multiple instances of vpnc running
  143. (use 0 to get a "random" port)
  144. * vpnc-0.2-rm+zomb-pre4.tar.gz Tue Oct 28 02:34:42 CET 2003
  145. * fixed handling of errors at ipsec-sa-negotiation stage
  146. * cleaned up option handling, help, version
  147. * small fixes to connect/disconnect scripts
  148. * vpnc-0.2-rm+zomb-pre3.tar.gz Sun Oct 26 06:04:09 CET 2003
  149. * added support for dh1 dh2 dh5 (pfs or ike-sa), sha1, aes128
  150. aes192 aes256
  151. * automatic negotiation of encryption/hash method (Note: dh-group /
  152. pfs is not negotiable)
  153. * cleaned up option handling
  154. * small fixes to connect/disconnect scripts
  155. * vpnc-0.2-rm+zomb-pre2.tar.gz Fri Oct 24 20:27:56 CEST 2003
  156. * debugging and detach configurable
  157. * akward hanlding of options which don't require an argument
  158. * vpnc-0.2-rm+zomb-pre1.tar.gz Thu Oct 23 06:13:02 CEST 2003
  159. * first version with libgcrypt instead of openssl (GPL compatible).
  160. * far to much debugging enabled (-;
  161. * works with a Version 4 VPN Concentrator.
  162. * supports only 3des-md5-dh2 and no-pfs.
  163. * vpnc-0.1.tar.gz
  164. * original version from Geoffrey Keating.
  165. * doesn't work with a Version 4 VPN Concentrator.