Home | History | Annotate | Line # | Download | only in ipsec-tools
NEWS revision 1.3.10.1
      1 Version history:
      2 ----------------
      3 
      4 0.7.1 - 23 July 2008
      5 	o Fixes a memory leak when invalid proposal received
      6 	o Some fixes in DPD
      7 	o do not set default gss id if xauth is used
      8 	o fixed hybrid enabled builds
      9 	o fixed compilation on FreeBSD8
     10 	o cleanup in network port value manipulation
     11 	o gets ports from SADB_X_EXT_NAT_T_[SD]PORT if present in purge_ipsec_spi()
     12 	o Generates a log if cert validation has been disabled by configuration
     13 	o better handling for pfkey socket read errors
     14 	o Fixes in yacc / bison stuff
     15 	o new plog() macro (reduced CPU usage when logging is disabled)
     16 	o Try to works better with huge SPD/SAD
     17 	o Corrected modecfg option syntax
     18 	o Many other various fixes...
     19 
     20 0.7	- 09 August 2007
     21 	o Xauth with pre-shared key PSK
     22 	o Xauth with certificates
     23 	o SHA2 support
     24 	o pkcs7 support
     25 	o system accounting (utmp)
     26 	o Darwin support
     27 	o configuration can be reloaded
     28 	o Support for UNIQUE generated policies
     29 	o Support for semi anonymous sainfos
     30 	o Support for ph1id to remoteid matching
     31 	o Plain RSA authentication
     32 	o Native LDAP support for Xauth and modecfg
     33 	o Group membership checks for Xauth and sainfo selection
     34 	o Camellia cipher support
     35 	o IKE Fragment force option
     36 	o Modecfg SplitNet attribute support
     37 	o Modecfg SplitDNS attribute support ( server side )
     38 	o Modecfg Default Domain attribute support
     39 	o Modecfg DNS/WINS server multiple attribute support
     40 
     41 0.6	- 27 June 2005
     42 	o Generated policies are now correctly flushed
     43 	o NAT-T works with multiple peers behind the NAT (need kernel support)
     44 	o Xauth can use shadow passwords
     45 	o TCP-MD5 support
     46 	o PAM support for Xauth
     47 	o Privilege separation
     48 	o ESP fragmentation in tunnel mode can be tunned (NetBSD only)
     49 	o racoon admin interface is exported (header and library) to 
     50 	  help building control programs for racoon (think GUI)
     51  	o Fixed single DES support; single DES users MUST UPGRADE.
     52 
     53 0.5	- 10 April 2005
     54 	o Rewritten buildsystem. Now completely autoconfed, automaked,
     55 	  libtoolized.
     56 	o IPsec-tools now compiles on NetBSD and FreeBSD again.
     57 	o Support for server-side hybrid authentication, with full 
     58 	  RADIUS supoort. This is interoperable with the Cisco VPN client.
     59 	o Support for client-side hybrid authentication (Tested only with
     60 	  a racoon server)
     61 	o ISAKMP mode config support
     62 	o IKE fragmentation support
     63 	o Fixed FWD policy support.
     64 	o Fixed IPv6 compilation.
     65 	o Readline is optional, fixed setkey when compiled without readline.
     66 	o Configurable Root-CA certificate.
     67 	o Dead Peer Detection (DPD) support.
     68 
     69 0.4rc1	- 09 August 2004
     70 	o Merged support for PlainRSA keys from the 'plainrsa' branch.
     71 	o Inheritance of 'remote{}' sections.
     72 	o Support for SPD policy priorities in setkey.
     73 	o Ciphers are now used through the 'EVP' interface which allows
     74 	  using hardware crypto accelerators.
     75 	o Setkey has new option -n (no action).
     76 	o All source files now have 3-clause BSD license.
     77 
     78 0.3	- 14 April 2004
     79         o Fixed setkey to handle multiline commands again.
     80 	o Added command 'exit' to setkey.
     81 	o Fixed racoon to only Warn if no CRL was found.
     82 	o Improved testsuite.
     83 
     84 0.3rc5	- 05 April 2004
     85 	o Security bugfix WRT handling X.509 signatures.
     86 	o Stability fix WRT unknown PF_KEY messages.
     87 	o Fixed NAT-T with more proposals (e.g. more crypto algos).
     88 	o Setkey parses lines one by one => doesn't exit on errors.
     89 	o Setkey supports readline => more user friendly.
     90 
     91 0.3rc4	- 25 March 2004
     92 	o Fixed adding "null" encryption via 'setkey'.
     93 	o Fixed segfault when using AES in Phase1 with OpenSSL>=0.9.7
     94 	o Fixed NAT-T in aggresive mode.
     95 	o Fixed testsuite and added testsuite run into make check.
     96 
     97 0.3rc3	- 19 March 2004
     98 	o Fixed compilation error with --enble-yydebug
     99 	o Better diagnostic when proposals don't match.
    100 	o Changed/added options to setkey.
    101 
    102 0.3rc2	- 11 March 2004
    103 	o Added documentation for NAT-T
    104 	o Better NAT-T diagnostic.
    105 	o Test and workaround for missing va_copy()
    106 
    107 0.3rc1	- 04 March 2004
    108 	o Support for NAT Traversal (NAT-T)
    109 
    110 0.2.4	- 29 January 2004
    111 	o Sync with KAME as of 2004-01-07
    112 	o Fixed unauthorized deletion of SA in racoon (again).
    113 
    114 0.2.3	- 15 January 2004
    115 	o Support for SA lifetime specified in bytes
    116 	  (see setkey -bs/-bh options)
    117 	o Enhance support for OpenSSL 0.9.7
    118 	o Let racoon be more verbose
    119 	o Fixed some simple bugs (see ChangeLog for details)
    120 	o Fixed unauthorized deletion of SA in racoon
    121 	o Fixed problems on AMD64
    122 	o Ignore multicast addresses for IKE
    123 
    124 0.2.2	- 13 March 2003
    125 	o Fix racoon to build on some systems that require linking against -lfl
    126 	o add an RPM spec to the distribution
    127 
    128 0.2.1	- 07 March 2003
    129 	o Fix some more gcc-3.2.2 compiler warnings
    130 	o Fix racoon to actually configure with ssl in a non-standard location
    131 	o Fix racoon to not complain if krb5-config is not installed
    132 
    133 0.2	- 06 March 2003
    134 	o Glibc-2.3 support
    135 	o OpenSSL-0.9.7 support
    136 	o Fixed duplicate-macro problems
    137 	o Fix racoon lex/yacc support
    138 	o Install psk.txt mode 600, racoon.conf mode 644
    139 	o Fix racoon to look in the correct directory for config files
    140 
    141 0.1	- 03 March 2003
    142 	o Initial release of IPsec-Tools
    143