Skip to content

Commit

Permalink
Added mod_exec to contrib modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
castaglia committed Apr 28, 2009
1 parent c9fa30c commit 67e42d8
Show file tree
Hide file tree
Showing 5 changed files with 2,268 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$Id: NEWS,v 1.1031 2009-04-27 23:10:43 castaglia Exp $
$Id: NEWS,v 1.1032 2009-04-28 22:18:11 castaglia Exp $

-----------------------------------------------------------------------------
More details on the bugs listed below can be found by using the bug number
Expand Down Expand Up @@ -111,7 +111,7 @@ CVS
- Bug 3032 - CR character allowed in filename but not shown.
- Bug 3237 - "error setting IPV6_V6ONLY: Protocol not available" message
filling up log file.
- Added mod_shaper to the contrib modules.
- Added mod_shaper, mod_exec 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 @@ -128,6 +128,11 @@ Feature modules:
See doc/contrib/mod_dynmasq.html
Contributed by TJ Saunders <[email protected]>

mod_exec
Execute custom external scripts based on session actions/events.
See doc/contrib/mod_exec.html
Contributed by TJ saunders <[email protected]>

mod_ifsession
Conditional per-user, per-group, per-class configurations
See doc/contrib/mod_ifsession.html
Expand Down
7 changes: 6 additions & 1 deletion RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ files.

+ New modules:

mod_exec

This module enables execution of external scripts based on actions/events
during a session. See doc/contrib/mod_exec.html for details.

mod_sftp

This module implements the SSH2, SFTP, and SCP protocols. See
Expand Down Expand Up @@ -225,4 +230,4 @@ files.
A similar change occurred for the anonymous "password" sent, but
this will probably not apply to most modules.

Last Updated: $Date: 2009-04-27 23:10:43 $
Last Updated: $Date: 2009-04-28 22:18:11 $
Loading

0 comments on commit 67e42d8

Please sign in to comment.