Skip to content

Commit

Permalink
Add mention of the added mod_sftp et al modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
castaglia committed Feb 13, 2009
1 parent ca68051 commit 583951f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$Id: NEWS,v 1.990 2009-02-13 16:04:10 castaglia Exp $
$Id: NEWS,v 1.991 2009-02-13 21:51:56 castaglia Exp $

-----------------------------------------------------------------------------
More details on the bugs listed below can be found by using the bug number
Expand Down Expand Up @@ -38,6 +38,7 @@ CVS
from the hostname.
- Bug 3184 - When started in a chroot, proftpd fails to set transfer buffer
size.
- Added mod_sftp, mod_sftp_pam, and mod_sftp_sql to the contrib modules.

1.3.2 - Released 5-Feb-2009
--------------------------------
Expand Down
5 changes: 5 additions & 0 deletions README.modules
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ Also, see contrib/README.

Security/encryption modules:

mod_sftp, mod_sftp_pam, mod_sftp_sql
SSH2, SFTP, SCP protocol implementation
See doc/contrib/mod_sftp.html
Contributed by TJ Saunders <[email protected]>

mod_tls
SSL/TLS authentication/encryption
See doc/contrib/mod_tls.html
Expand Down
21 changes: 20 additions & 1 deletion RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,25 @@ files.

/usr/local/sbin/proftpd -S 0.0.0.0 ...

+ New modules:

mod_sftp

This module implements the SSH2, SFTP, and SCP protocols. See
doc/contrib/mod_sftp.html for more information.

mod_sftp_pam

This module uses PAM to provide a 'keyboard-interactive' SSH2
authentication method for mod_sftp. More information can be found in
the documentation for mod_sftp_pam, in doc/contrib/mod_sftp_pam.html.

mod_sftp_sql

This module uses SQL (via mod_sql) for looking up authorized SSH2
public keys for user and hostbased authentication. More information
is available in doc/contrib/mod_sftp_sql.html.

+ Changed configuration directives:

IdentLookups
Expand Down Expand Up @@ -58,4 +77,4 @@ files.
Support for this directive has been removed.


Last Updated: $Date: 2009-02-12 22:32:01 $
Last Updated: $Date: 2009-02-13 21:51:56 $

0 comments on commit 583951f

Please sign in to comment.