Skip to content

Commit

Permalink
Version 3.3.3 (July 22, 2019)
Browse files Browse the repository at this point in the history
 * Added METHOD environment variable to retrieve the HTTP request method
   (e.g. GET, HEAD, POST, OPTIONS, etc.). Thanks to Vijay from Google Code.
 * Fixed a bug with incorrect parenthesis grouping when checking the result
   of the external process in exec_external(). Thanks to @dcb314.
 * Added the "GroupExternalAuthNCheck Off" directive to disable the check
   for a previously authenticated user when using *only* the group
   authorization module. If you use *any* user authentication module in the
   same context, this may be undesirable. Thanks to Micah Andersen/BIMI.
 * Fix launching external processes on Windows - many programs require the
   %SystemRoot% environment variable to function properly. Thanks to Micah
   Andersen/BIMI.
  • Loading branch information
bimimicah committed Jul 22, 2019
1 parent 698cb1d commit 4f18a6a
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 688 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ addons:

before_install:
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install apache-httpd --params '/installLocation:C:\' ; fi
- cd mod_authnz_external

script:
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then make ; fi
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 0 additions & 14 deletions README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
42 changes: 0 additions & 42 deletions mod_authz_unixgroup/CHANGES

This file was deleted.

164 changes: 0 additions & 164 deletions mod_authz_unixgroup/INSTALL

This file was deleted.

Loading

0 comments on commit 4f18a6a

Please sign in to comment.