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.
Update README.modules to mention the new modules.
- Loading branch information
castaglia
committed
Jan 5, 2008
1 parent
66c2941
commit 156f668
Showing
1 changed file
with
17 additions
and
0 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,6 +26,9 @@ Modules always included: | |
mod_ls | ||
Implements the FTP LIST, NLST and STAT commands. | ||
|
||
mod_facts | ||
Implements the FTP MFF, MFMT, MLSD, and MLST commands. | ||
|
||
mod_site | ||
Implements the FTP SITE command, and the HELP, CHGRP, CHMOD | ||
subcommands. | ||
|
@@ -40,6 +43,8 @@ Modules always included: | |
Implements FTP file transfer commands (STOR, RETR, APPE, REST, | ||
ABOR, TYPE, STRU, MODE, ALLO, SMNT, STOU). | ||
|
||
mod_ident | ||
Implements RFC1413 identity lookups (IdentLookups). | ||
|
||
Modules automatically included when supported by the OS: | ||
|
||
|
@@ -114,6 +119,12 @@ Feature modules: | |
See doc/contrib/mod_ctrls_admin.html | ||
Contributed by TJ Saunders <[email protected]> | ||
|
||
mod_dynmasq | ||
Automatic refreshing of IP address for MasqueradeAddress DNS name, | ||
for sites that use DynDNS-type services | ||
See doc/contrib/mod_dynmasq.html | ||
Contributed by TJ Saunders <[email protected]> | ||
|
||
mod_ifsession | ||
Conditional per-user, per-group, per-class configurations | ||
See doc/contrib/mod_ifsession.html | ||
|
@@ -149,6 +160,12 @@ Feature modules: | |
Miscellaneous SITE commands (e.g. SITE SYLINK, SITE UTIME) | ||
See doc/contrib/mod_site_misc.html | ||
|
||
mod_unique_id | ||
Provides a unique ID for each FTP session, useful for session | ||
tracking in log files and databases | ||
See doc/contrib/mod_unique_id.html | ||
Contributed by TJ Saunders <[email protected]> | ||
|
||
mod_wrap | ||
TCP Wrappers. | ||
See contrib/README.mod_wrap and doc/contrib/mod_wrap.html. | ||
|