* Wed Jun 23 2004 David Parrish <david@dparrish.com> 2.0.0
[l2tpns.git] / Changes
1 * Wed Jun 23 2004 David Parrish <david@dparrish.com> 2.0.0
2 - Major release
3 - Completely replace active/standby clustering with a new peer-to-peer
4   clustering method which allows much greater throughput and is a lot more fault
5   tolerant
6 - Add internal tbf implementation for throttling without relying on tc and
7   kernel HTB
8 - Add support for iBGP and eBGP to advertise routes
9 - Add cli commands "show cluster", "show bgp", "show ipcache", "show throttle",
10   "show tbf", "suspend bgp", "restart bgp", "show user"
11 - Interception destination must be set per-user
12 - If SMP machine, allow use of SCHED_FIFO, which should improve performance
13 - Added config option to send GARP at startup
14 - Added plugin_become_master and plugin_new_session_master plugin hooks
15 - Remove useless sessionsendarp(). This isn't needed now that we are using TUN
16   instead of TAP.
17 - ICMP rate limiting so not every unreachable packet is replied with an ICMP
18   unreachable message
19 - mangle table is not required on anything but the cluster master, so slaves
20   will drop the mangle table and attempt to unload the ip_conntrack module
21 - Statically assigned IP addresses (by Radius) work now
22 - Add -d command-line flag to detach and become a daemon
23 - Configuration file is now "/etc/l2tpns/startup-config"
24 - Reduced MIN_IP_SIZE to 0x19 to stop a pile of Short IP warnings
25 - Resend initial IPCP request until it's acknowleged by the client
26 - Better radius session cleanup logic
27 - Many miscellaenous bugfixes and performance enhancements
28 - Thanks to Michael O'Reilly and Brendan O'Dea for most of these new features
29
30 * Mon May 24 2004 David Parrish <david@dparrish.com> 1.2.0
31 - Fix SEGFAULT in garden module
32 - Use multiple radius sockets to allow more concurrent authentication requests
33 - Add username parameter to "show users" command
34 - Fix counting tunnel rx errors as tunnel tx errors
35 - Add "show throttle" command
36 - Add gcc __attribute__ to logging functions
37 - Fix warnings shown by __attribute__
38 - Make sure regular cleanup happens regularly under high load
39 - Add variable cleanup_interval for changing cleanup interval
40 - Add support for reading more than one packet per fd in each processing loop
41 - This is configurable with the multi_read_count variable
42 - Remove segv handler so core dumps can happen
43 - Use nonblocking sockets
44 - Increase tun queue length
45 - Fix minimum length of IP packets
46 - Remove per-packet plugin hooks (they are slow)
47 - Don't drop session if no free RADIUS
48 - Don't expire more than 1000 sessions per cleanup interval
49 - Remove -a and -c command-line options. They don't work anyway
50 - Don't require file: in log_filename
51 - Bump version to 1.2.0
52 - Check return code when throttling users
53
54 * Mon Apr 5 2004 David Parrish <david@dparrish.com> 1.1.1
55 - Don't mention configure anymore, it's not used
56 - Added the autosnoop and autothrottle modules
57 - Don't default to using a htb for the class root
58
59 * Fri Mar 5 2004 David Parrish <david@dparrish.com> 1.1.0
60 - Change all strcpy() calls to strncpy() to avoid buffer overflow potential
61 - Add ICMP host unreachable support
62 - Logging to syslog if log_file = "syslog:facility"
63 - Now requires libcli 1.5
64 - All configuration moves to a config structure
65 - Ability to modify and write config on the fly through command-line interface
66 - Config file support is removed, and now handled by the cli
67 - Show hostname in cli prompt
68 - Keep current state type for tunnels
69 - Add uptime command do CLI, which also shows real-time bandwidth utilisation
70 - Add goodbye command to cluster master, which forces droppping a slave
71 - Cache IP address allocation, so that reconnecting users get the same address
72 - Fix tunnel resend timeouts, so that dead tunnels will be cleaned up
73 - Allocate tunnels and radius without using a linked list which had issues
74 - Fix some off-by-one errors in tunnel and session and radius arrays
75 - Save and reload ip address pool when dieing
76 - Check version and size of reloaded data when restarting
77 - Remove plugin_config support
78 - Remove old support for TBF which didn't work anyway. HTB is required to do throttling now.
79 - Add COPYING and Changes files
80