* Fri Mar 5 2004 David Parrish <david@dparrish.com> 1.1.0
[l2tpns.git] / Changes
1 * Fri Mar 5 2004 David Parrish <david@dparrish.com> 1.1.0
2 - Change all strcpy() calls to strncpy() to avoid buffer overflow potential
3 - Add ICMP host unreachable support
4 - Logging to syslog if log_file = "syslog:facility"
5 - Now requires libcli 1.5
6 - All configuration moves to a config structure
7 - Ability to modify and write config on the fly through command-line interface
8 - Config file support is removed, and now handled by the cli
9 - Show hostname in cli prompt
10 - Keep current state type for tunnels
11 - Add uptime command do CLI, which also shows real-time bandwidth utilisation
12 - Add goodbye command to cluster master, which forces droppping a slave
13 - Cache IP address allocation, so that reconnecting users get the same address
14 - Fix tunnel resend timeouts, so that dead tunnels will be cleaned up
15 - Allocate tunnels and radius without using a linked list which had issues
16 - Fix some off-by-one errors in tunnel and session and radius arrays
17 - Save and reload ip address pool when dieing
18 - Check version and size of reloaded data when restarting
19 - Remove plugin_config support
20 - Remove old support for TBF which didn't work anyway. HTB is required to do throttling now.
21 - Add COPYING and Changes files
22