| 1 |
v2.3.0
|
| 2 |
* KLIPS for 2.6 support (Experimental)
|
| 3 |
* Aggressive Mode Support (client and server)
|
| 4 |
* IKE Mode Config support (Experimental)
|
| 5 |
* Cisco VPN 3xxx client Interop (Experimental)
|
| 6 |
* Cryptographic helpers framework
|
| 7 |
* Fixes for NAT-T on 2.4.28+ kernels.
|
| 8 |
* AES is now the default proposal
|
| 9 |
* SHA1 is now perferred over MD5
|
| 10 |
* Fix for long-standing KLIPS bug with snmpd kernel crasher
|
| 11 |
* Fixes for DPD with multiple tunnels between the same peers
|
| 12 |
* Fixes for DPD interop with Cisco
|
| 13 |
|
| 14 |
v2.2.0
|
| 15 |
* Added RFC 3706 DPD support (see README.DPD)
|
| 16 |
* Added AES from JuanJo's ALG patches
|
| 17 |
* Fixes for /proc filesystem issues that started to appear in 2.4.25
|
| 18 |
|
| 19 |
v2.1.6
|
| 20 |
* Autoload xfrm4_tunnel (IPsec IPIP support) module (2.6.9+)
|
| 21 |
* Fix for NAT-T rekey issue (Andreas Steffen) (as/kb)
|
| 22 |
* Fix NAT-T patch for kernel 2.4.28+ (kb)
|
| 23 |
* Fix from Herbert Xu for 26sec SA Selectors (hx/kb)
|
| 24 |
|
| 25 |
v2.1.5
|
| 26 |
* Fix from Herbert Xu for NAT-T on 2.6 in some situations (hx/kb)
|
| 27 |
* Fixes from X.509 1.6.3, backported from 2.2.0 (as/kb)
|
| 28 |
|
| 29 |
v2.1.4
|
| 30 |
* Untweak makefile for building KLIPS modules - this works again
|
| 31 |
|
| 32 |
v2.1.3
|
| 33 |
* Merge X.509 1.5.4 security fix
|
| 34 |
* Makefile tweaks for cross compiling
|
| 35 |
|
| 36 |
v2.1.2
|
| 37 |
* Fix loading of 2.6 modules
|
| 38 |
* Fix for snprintfs() in /proc, new for 2.4.25 kernels (dhr/pw)
|
| 39 |
* Fix checks for some log files/dirs in case they are sockets or pipes (pw)
|
| 40 |
* Fix for crl.pem crash/core (dhr/as/kb)
|
| 41 |
|
| 42 |
v2.1.1
|
| 43 |
* Fix _pluto_adns installation path (kb)
|
| 44 |
* Fix sending of X.509 CR's when no CA present (mcr)
|
| 45 |
|
| 46 |
v2.1.0
|
| 47 |
* NAT-T support (Mathieu Lafon - Arkoon)
|
| 48 |
* X.509 fixes (Andreas Steffan)
|
| 49 |
* New configuration file directive, {left|right}sourceip=#.#.#.#
|
| 50 |
This will set the source address when talking to a particular
|
| 51 |
connection. This is very usefull to assign a static IP to your laptop
|
| 52 |
while travelling. This is based on Tuomo Soini's Advanced Routing
|
| 53 |
patch.
|
| 54 |
|
| 55 |
RCSID $Id: CHANGES,v 1.318.2.1 2004/12/21 21:02:09 ken Exp $
|