]>
granicus.if.org Git - apache-authnz-external/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Micah Andersen [Mon, 19 Aug 2019 20:08:36 +0000 (16:08 -0400)]
Add nmake makefile for Windows builds + update Travis-CI config to use the nmake makefile on Windows builds
bimimicah [Tue, 23 Jul 2019 13:22:53 +0000 (09:22 -0400)]
Add a note about the project license as a link to Apache.org
bimimicah [Tue, 23 Jul 2019 00:12:32 +0000 (20:12 -0400)]
CONTRIBUTORS - line up the e-mail addresses
Micah Andersen [Mon, 22 Jul 2019 23:51:02 +0000 (19:51 -0400)]
Changelog for version 3.3.3, plus changelog entries missing from 3.3.2
Micah Andersen [Mon, 22 Jul 2019 23:50:09 +0000 (19:50 -0400)]
Added CONTRIBUTORS list (from changelog) and notes to check the CONTRIBUTORS file
Micah Andersen [Mon, 22 Jul 2019 22:53:15 +0000 (18:53 -0400)]
Use the same parenthesis grouping as the other conditions in this if-block (fixes issue #36)
Micah Andersen [Mon, 22 Jul 2019 22:49:05 +0000 (18:49 -0400)]
Pass REQUEST_METHOD to the external program as the METHOD environment variable (fix issue #19)
Micah Andersen [Mon, 22 Jul 2019 22:28:20 +0000 (18:28 -0400)]
Updated Travis-CI build instructions: support OS X & Windows builds
bimimicah [Mon, 22 Jul 2019 18:47:21 +0000 (14:47 -0400)]
Add Travis-CI build badge + update tagline to "External Authentication Module for Apache HTTP Server" to avoid trademark issues
Micah Andersen [Mon, 22 Jul 2019 13:42:40 +0000 (09:42 -0400)]
Travis-CI build instructions
bimimicah [Thu, 18 Jul 2019 20:33:24 +0000 (16:33 -0400)]
Basic README based largely on copy-paste from code.google.com/p/mod-auth-external/
Micah Andersen [Thu, 18 Jul 2019 20:02:05 +0000 (16:02 -0400)]
Added a note about PHP environment variables to the PHP test file (#16)
bimimicah [Thu, 18 Jul 2019 19:32:35 +0000 (15:32 -0400)]
Merge pull request #32 from bimimicah/master
Fix launch of external processes on Windows - add %SystemRoot% to child process environment
Micah Andersen [Wed, 16 May 2018 16:28:13 +0000 (12:28 -0400)]
Fix launch of external process on Windows
- SystemRoot environment variable is needed for various random things
- standard Windows file open dialog
- ping command's DNS resolution
- php mysqli remote database access
- etc.
Micah Andersen [Wed, 2 May 2018 14:31:20 +0000 (10:31 -0400)]
spelling fix
Josef Liška [Wed, 2 May 2018 14:20:34 +0000 (16:20 +0200)]
Merge pull request #25 from ka7/spelling
spelling fixes, as seen on lintian.debian.org
Josef Liška [Wed, 2 May 2018 14:18:02 +0000 (16:18 +0200)]
Merge pull request #27 from bimimicah/master
Add 'GroupExternalAuthNCheck' directive to prevent mod-authz-external from checking whether Authentication has successfully occurred. + Minor Improvements
Micah Andersen [Wed, 2 May 2018 14:01:26 +0000 (10:01 -0400)]
Add documentation for GroupExternalAuthNCheck
Micah Andersen [Fri, 1 Dec 2017 04:39:12 +0000 (23:39 -0500)]
Indentation fixes
Micah Andersen [Fri, 1 Dec 2017 04:35:55 +0000 (23:35 -0500)]
Minor fix + Output result code in externalgroup_check_authorization() error message
-t and w are never used in externalfilegroup_check_authorization(), so removed.
-externalgroup_check_authorization() now logs the last failing result code along with the 'User not in Required group.' message.
-code is initialized to 0 to prevent a compiler warning.
Micah Andersen [Fri, 1 Dec 2017 04:31:12 +0000 (23:31 -0500)]
Add 'GroupExternalAuthNCheck' directive to prevent mod-authz-external from checking whether Authentication has successfully occurred.
-'GroupExternalAuthNCheck' is set to 'On' by default for compatibility with all existing configurations.
-When set to 'Off', externalgroup_check_authorization() and externalfilegroup_check_authorization() do not perform the Authentication check.
-Also, if the User is not set, we now set it to the empty string to prevent a segfault in the Apache process (from trying to print it to stderr).
klemens [Tue, 12 Jul 2016 19:44:57 +0000 (21:44 +0200)]
spelling fixes, as seen on lintian.debian.org
Josef Liška [Mon, 11 Jan 2016 05:57:14 +0000 (06:57 +0100)]
Merge pull request #22 from MichalPokorny/master
Fix Windows build by defining out Unix-specific code
Michal Pokorný [Sun, 10 Jan 2016 22:27:23 +0000 (23:27 +0100)]
Fix Windows build by defining out Unix-specific code
jan@unixpapa.com [Wed, 15 Jan 2014 02:29:22 +0000 (02:29 +0000)]
Note about SQL injection.
jan@unixpapa.com [Thu, 12 Dec 2013 15:35:01 +0000 (15:35 +0000)]
Minor documentation tweaks before the release.
jan@unixpapa.com [Thu, 12 Dec 2013 14:20:00 +0000 (14:20 +0000)]
Ignore errors on a line that is just there to make sure I don't leave any swap
files in the directory before building a distribution.
jan@unixpapa.com [Wed, 11 Dec 2013 19:45:24 +0000 (19:45 +0000)]
Replace c->remote_ip with r->useragent_ip for compatibility with Apache 2.4.1
and later. Backout addition of FORWARDS environment variable, the need for
which is obviated by this.
jan@unixpapa.com [Wed, 11 Dec 2013 19:22:40 +0000 (19:22 +0000)]
Fix a bug with setting GROUP environment variable.
jan@unixpapa.com [Wed, 11 Dec 2013 19:08:54 +0000 (19:08 +0000)]
Add FORWARDS environment variable, as suggested under a different name by Rogier Slag.
jan@unixpapa.com [Fri, 7 Dec 2012 16:41:25 +0000 (16:41 +0000)]
Added test/test.pipe.php
jan@unixpapa.com [Wed, 1 Feb 2012 12:00:12 +0000 (12:00 +0000)]
Fixed a date.
jan@unixpapa.com [Wed, 12 Oct 2011 14:54:23 +0000 (14:54 +0000)]
Delete deleted subdirectories for TAR target
jan@unixpapa.com [Wed, 12 Oct 2011 14:50:31 +0000 (14:50 +0000)]
Read for release.
jan@unixpapa.com [Wed, 12 Oct 2011 14:46:36 +0000 (14:46 +0000)]
Delete this example authenticator too.
jan@unixpapa.com [Wed, 12 Oct 2011 14:45:22 +0000 (14:45 +0000)]
Deleting various old example authenticators available elsewhere
jan@unixpapa.com [Fri, 7 Oct 2011 19:17:11 +0000 (19:17 +0000)]
Support for caching authentications via mod_authn_socache
jan@unixpapa.com [Thu, 6 Oct 2011 19:11:50 +0000 (19:11 +0000)]
Documentation updates
jan@unixpapa.com [Thu, 6 Oct 2011 18:53:24 +0000 (18:53 +0000)]
Drop out a lot of no-longer used code.
jan@unixpapa.com [Thu, 6 Oct 2011 18:50:53 +0000 (18:50 +0000)]
Apache 2.4 compatibility
jan@unixpapa.com [Thu, 6 Oct 2011 14:40:06 +0000 (14:40 +0000)]
Update change log
jan@unixpapa.com [Thu, 6 Oct 2011 14:12:19 +0000 (14:12 +0000)]
Major revisions to create a new version that works with Apache 2.3 / 2.4
jan@unixpapa.com [Wed, 5 Oct 2011 03:09:31 +0000 (03:09 +0000)]
Fixed an exploitable SQL injection flaw.
jan@unixpapa.com [Wed, 5 Oct 2011 02:55:47 +0000 (02:55 +0000)]
Default Makefile to build, not install
jan@unixpapa.com [Wed, 5 Oct 2011 02:18:18 +0000 (02:18 +0000)]
Change default goal in Makefile to build rather than install
jan@unixpapa.com [Fri, 26 Mar 2010 01:45:52 +0000 (01:45 +0000)]
Allow group names to be quoted on "Require group" line.
jan@unixpapa.com [Fri, 26 Mar 2010 01:45:04 +0000 (01:45 +0000)]
Attribution.
jan@unixpapa.com [Fri, 26 Mar 2010 01:33:41 +0000 (01:33 +0000)]
Allow quotes in group names. Untested.
jan@unixpapa.com [Thu, 29 Oct 2009 15:36:50 +0000 (15:36 +0000)]
For checkpassword authenticators, we now write to stderr, not stdin, as
the checkpassword standard requires and as 3.1.x versions of
mod_authz_external did.
Updated version number to 3.2.5
jan@unixpapa.com [Thu, 16 Jul 2009 16:43:38 +0000 (16:43 +0000)]
Change x to i. I don't remember why.
jan@unixpapa.com [Thu, 21 May 2009 19:51:01 +0000 (19:51 +0000)]
Increment version number
jan@unixpapa.com [Thu, 21 May 2009 19:49:38 +0000 (19:49 +0000)]
AuthzUnixgroupError directive added.
jan@unixpapa.com [Thu, 21 May 2009 02:19:13 +0000 (02:19 +0000)]
Final version of sigchild fixes.
jan@unixpapa.com [Mon, 18 May 2009 05:24:12 +0000 (05:24 +0000)]
Improvements to handling of return codes from apr_proc_wait.
jan@unixpapa.com [Mon, 18 May 2009 05:20:24 +0000 (05:20 +0000)]
Deletion of radius code.
jan@unixpapa.com [Mon, 18 May 2009 05:13:31 +0000 (05:13 +0000)]
Remove radius code from distribution
jan@unixpapa.com [Fri, 15 May 2009 15:04:56 +0000 (15:04 +0000)]
Modified AuthExternal directive to be able to take more than one authenticator name.
jan@unixpapa.com [Fri, 15 May 2009 14:01:48 +0000 (14:01 +0000)]
Adding copyright info
jan@unixpapa.com [Fri, 15 May 2009 13:38:56 +0000 (13:38 +0000)]
initial import
jan@unixpapa.com [Tue, 12 May 2009 17:21:02 +0000 (17:21 +0000)]
initial import