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.
mod_linuxprivs is now the official module mod_cap
- Loading branch information
jwm
committed
Jan 3, 2003
1 parent
d86ba9a
commit 0379171
Showing
1 changed file
with
11 additions
and
13 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 |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
========================== | ||
|
||
|
||
|
||
Core ProFTPD Modules (modules subdirectory) | ||
------------------------------------------- | ||
|
||
|
@@ -13,9 +12,9 @@ Modules always included: | |
Implements FTP authentication commands (USER, PASS, ACCT, REIN). | ||
|
||
mod_core | ||
Implements core configuration directives and most RFC-959 FTP commands | ||
(CWD, CDUP, MKD, PWD, RMD, DELE, RNTO, RNFR, PASV, PORT, SYST, HELP, | ||
QUIT, NOOP), and the MDTM and SIZE extensions. | ||
Implements core configuration directives and most RFC-959 FTP | ||
commands (CWD, CDUP, MKD, PWD, RMD, DELE, RNTO, RNFR, PASV, PORT, | ||
SYST, HELP, QUIT, NOOP), and the MDTM and SIZE extensions. | ||
|
||
mod_log | ||
Interface to Unix message logging (syslog or file). | ||
|
@@ -24,7 +23,8 @@ Modules always included: | |
Implements the FTP LIST, NLST and STAT commands. | ||
|
||
mod_site | ||
Implements the FTP SITE command, and the HELP, CHGRP, CHMOD subcommands. | ||
Implements the FTP SITE command, and the HELP, CHGRP, CHMOD | ||
subcommands. | ||
|
||
mod_unixpw | ||
Interface to the native Unix password system. | ||
|
@@ -41,6 +41,11 @@ Modules automatically included when supported by the OS: | |
See README.PAM. | ||
Originally contributed by MacGyver <[email protected]>. | ||
|
||
mod_cap, libcap | ||
POSIX 1e (IEEE 1003.1e draft) security model enhancements | ||
(capabilities and capability sets), available for Linux kernels | ||
2.1.104 and later. See README.capabilities. | ||
|
||
|
||
Contributed ProFTPD Modules (contrib subdirectory) | ||
-------------------------------------------------- | ||
|
@@ -68,12 +73,6 @@ Authentication modules: | |
|
||
Feature modules: | ||
|
||
mod_linuxprivs, libcap | ||
POSIX 1e (IEEE 1003.1e draft) security model enhancements | ||
(capabilities and capability sets), available for Linux | ||
kernels 2.1.104 and later. | ||
See README.linux-privs. | ||
|
||
mod_ratio | ||
User upload/download ratios. | ||
See contrib/README.ratio and the comments in mod_ratio.c. | ||
|
@@ -90,13 +89,12 @@ Feature modules: | |
Contributed by TJ Saunders <[email protected]>. | ||
|
||
|
||
|
||
Other ProFTPD modules (not included in the source distribution) | ||
--------------------------------------------------------------- | ||
|
||
Please see | ||
|
||
http://www.proftpd.org/module_news.html | ||
|
||
for a current third-party module list. These modules (and patches) are | ||
for a current third-party module list. These modules (and patches) are | ||
neither evaluated nor sanctioned in any way. |