From: bodea Date: Mon, 14 Feb 2005 06:01:20 +0000 (+0000) Subject: 2.0.16 release X-Git-Tag: release_2_0_16 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/af353b1e1ea5b28df859ce5653dd5394bd7f6ec5 2.0.16 release --- diff --git a/Changes b/Changes index 217fcb1..bd597ab 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,20 @@ +* Mon Feb 14 2005 Brendan O'Dea 2.0.16 +- Ensure that sessionkill is not called on an unopened session (borks + the freelist). +- Bump MAXSESSION to 60K. +- Fix off-by-one errors in session/tunnel initialisation and + sessiont <-> sessionidt functions. +- Use session[s].opened consistently when checking for in-use sessions + (rather than session[s].tunnel). +- Use <= cluster_highest_sessionid rather than < MAXSESSION in a + couple of loops. +- Don't kill a whole tunnel if we're out of sessions. +- Change session[s].ip to 0 if set from RADIUS to 255.255.255.254; + avoids the possibility that it will be interpreted as a valid IP + address. +- Avoid a possible buffer overflow in processpap. +- Kill session if authentication was rejected. + * Thu Jan 13 2005 Brendan O'Dea 2.0.15 - More DoS prevention: add packet_limit option to apply a hard limit to downstream packets per session. diff --git a/l2tpns.spec b/l2tpns.spec index 804c003..20557d8 100644 --- a/l2tpns.spec +++ b/l2tpns.spec @@ -1,7 +1,7 @@ Summary: A high-speed clustered L2TP LNS Name: l2tpns -Version: 2.0.15 -Release: 2 +Version: 2.0.16 +Release: 1 Copyright: GPL Group: System Environment/Daemons Source: http://optusnet.dl.sourceforge.net/sourceforge/l2tpns/l2tpns-%{version}.tar.gz @@ -43,5 +43,5 @@ rm -rf %{buildroot} %attr(644,root,root) /usr/share/man/man[58]/* %changelog -* Thu Jan 13 2005 Brendan O'Dea 2.0.15-2 -- 2.0.15 release, see /usr/share/doc/l2tpns-2.0.15/Changes +* Mon Feb 14 2005 Brendan O'Dea 2.0.16-1 +- 2.0.16 release, see /usr/share/doc/l2tpns-2.0.16/Changes