From 0cd645d2a4c02e62e8beb7143530d407f0c61567 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 1 Nov 2006 11:28:09 +0000 Subject: [PATCH] added new features --- NEWS | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/NEWS b/NEWS index acd583839..81b6caded 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +strongswan-4.0.5 +---------------- + +- IKEv1: Implementation of ModeConfig push mode via the new connection + keyword modeconfig=push allows interoperability with Cisco VPN gateways. + +- IKEv1: The command ipsec statusall now shows "DPD active" for all + ISAKMP SAs that are under active Dead Peer Detection control. + +- IKEv2: Charon's logging and debugging framework has been completely rewritten. + Instead of logger, special printf() functions are used to directly + print objects like hosts (%H) identifications (%D), certificates (%Q), + etc. The number of debugging levels have been reduced to: + + 0 (audit), 1 (control), 2 (controlmore), 3 (raw), 4 (private) + + The debugging levels can either be specified statically in ipsec.conf as + + config setup + charondebug="lib 1, cfg 3" + + or changed dynamically via stroke as + + ipsec stroke --debug-lib 1 --debug-cfg 3 + + strongswan-4.0.4 ----------------