X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/68921aa65a0336c8fb9933c0f19542918285eed6..af353b1e1ea5b28df859ce5653dd5394bd7f6ec5:/Changes diff --git a/Changes b/Changes index 9eaca00..bd597ab 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,29 @@ -* Mon Dec 20 2004 Brendan O'Dea 2.1.0 -- Add IPv6 support from Jonathan McDowell (work in progress). -- Sanity check that cluster_send_session is not called from a child - process. +* 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. +- Fix "clear counters". +- Log "Accepted connection to CLI" at 4 when connection is from localhost + to reduce noise in logs. +- Show time since last counter reset in "show counters". + +* Mon Dec 20 2004 Brendan O'Dea 2.0.14 - Throttle outgoing LASTSEEN packets to at most one per second for a given seq#.