forked from proftpd/proftpd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
castaglia
committed
Apr 24, 2003
1 parent
bfde81c
commit 3bac3e0
Showing
1 changed file
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,10 @@ Modules always included: | |
Implements the FTP SITE command, and the HELP, CHGRP, CHMOD | ||
subcommands. | ||
|
||
mod_unixpw | ||
mod_auth_file | ||
Interface to file-based authentication (AuthUserFile, AuthGroupFile) | ||
|
||
mod_auth_unix | ||
Interface to the native Unix password system. | ||
|
||
mod_xfer | ||
|
@@ -52,6 +55,14 @@ Contributed ProFTPD Modules (contrib subdirectory) | |
|
||
Also, see contrib/README. | ||
|
||
Security/encryption modules: | ||
|
||
mod_tls | ||
SSL/TLS authentication/encryption | ||
See contrib/mod_tls.html | ||
Originally by Peter Runestig | ||
Contributed by TJ Saunders <[email protected]> | ||
|
||
Authentication modules: | ||
|
||
mod_ldap | ||
|
@@ -73,20 +84,30 @@ Authentication modules: | |
|
||
Feature modules: | ||
|
||
mod_ifsession | ||
Conditional per-user, per-group, per-class configurations | ||
See contrib/mod_ifsession.html | ||
Contributed by TJ Saunders <[email protected]> | ||
|
||
mod_ratio | ||
User upload/download ratios. | ||
See contrib/README.ratio and the comments in mod_ratio.c. | ||
Contributed by Johnie Ingram <[email protected]> | ||
and Jim Dogopoulos <[email protected]>/<[email protected]>. | ||
|
||
mod_readme | ||
Display "readme" files, controlled by the "DisplayReadme" directive. | ||
Originally contributed by <[email protected]>. | ||
Display "readme" files, controlled by the "DisplayReadme" directive. | ||
Originally contributed by <[email protected]>. | ||
|
||
mod_rewrite | ||
Powerful regular expression-based command parameter rewrite engine | ||
See contrib/mod_rewrite.html | ||
Contributed by TJ Saunders <[email protected]> | ||
|
||
mod_wrap | ||
TCP Wrappers. | ||
See contrib/README.mod_wrap and contrib/mod_wrap.html. | ||
Contributed by TJ Saunders <tj@digisle.net>. | ||
Contributed by TJ Saunders <tj@castaglia.org>. | ||
|
||
|
||
Other ProFTPD modules (not included in the source distribution) | ||
|