Skip to content

Commit

Permalink
mod_linuxprivs is now the official module mod_cap
Browse files Browse the repository at this point in the history
  • Loading branch information
jwm committed Jan 3, 2003
1 parent d86ba9a commit 0379171
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions README.modules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
==========================



Core ProFTPD Modules (modules subdirectory)
-------------------------------------------

Expand All @@ -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).
Expand All @@ -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.
Expand All @@ -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)
--------------------------------------------------
Expand Down Expand Up @@ -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.
Expand All @@ -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.

0 comments on commit 0379171

Please sign in to comment.