2.0.16 release release_2_0_16
authorbodea <bodea>
Mon, 14 Feb 2005 06:01:20 +0000 (06:01 +0000)
committerbodea <bodea>
Mon, 14 Feb 2005 06:01:20 +0000 (06:01 +0000)
Changes
l2tpns.spec

diff --git a/Changes b/Changes
index 217fcb1..bd597ab 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,20 @@
+* Mon Feb 14 2005 Brendan O'Dea <bod@optusnet.com.au> 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 <bod@optusnet.com.au> 2.0.15
 - More DoS prevention:  add packet_limit option to apply a hard limit
   to downstream packets per session.
index 804c003..20557d8 100644 (file)
@@ -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 <bod@optusnet.com.au> 2.0.15-2
-- 2.0.15 release, see /usr/share/doc/l2tpns-2.0.15/Changes
+* Mon Feb 14 2005 Brendan O'Dea <bod@optusnet.com.au> 2.0.16-1
+- 2.0.16 release, see /usr/share/doc/l2tpns-2.0.16/Changes