Changelog
Introduction
All the changes between versions of proftpd administrator are documented here
Details
Version 1.3.0
New Features:
- Added a login system to the web frontend. After 10 login failures the account is automatically disabled and can be reactivated by a perl script (enableAdmin.pl).
- Management of administrators via perl scripts located in scripts/
- Password generator which is deriviate from the GWP
- Overview of the current active FTP bans
- support to run script when a group is added or deleted
- A separate interface for users so that they can see their quota stats without having any permissions (userView/).
- Activation and deactivation all users of a group
- German translation
- Import of users via a CSV file
- Improvement to the web GUI
Removed Features:
- A user only belongs to one group, no secondary groups exists anymore
- Support for postgres_sql (which can be added without a problem)
- Configuration of the proftpd administrator via the webinterface because of security reasons
Bug Fixes:
- Fixes system problems with the parsing of command outputs to generate the system status
- Fixes some security holes such as mysql injection
- Removed the usage of $_SERVER[’PHP_SELF’]
- Added some protection against SQL injection
- Removed warnings and minor errors