|
Compiled-in modules |
Module | Description |
mod_core.c | Core module. |
mod_xfer.c | Transfer module. |
mod_rlimit.c | |
mod_auth_unix.c | Enable authentication using UNIX-credentials. |
mod_auth_file.c | Enable file-based authentication. |
mod_auth.c | Authentication module. |
mod_ls.c | File listing functionality. |
mod_log.c | Logging support. |
mod_site.c | Implements SITE-commands. |
mod_delay.c | The mod_delay module is designed to make a certain type of information
leak, known as a "timing attack", harder. |
mod_facts.c | |
mod_tls.c | Enables the usage of TLS, in other words certificates used with OpenSSL.
SSL/TLS support. |
mod_sql.c | The mod_sql module is an authentication and logging module for ProFTPD. It
is comprised of a front end module (mod_sql) and backend database-specific
modules (mod_sql_mysql, mod_sql_postgres). The front end module leaves the
specifics of handling database connections to the backend modules. |
mod_sql_mysql.c | Support for MySQL-database. |