]> granicus.if.org Git - apache-authnz-external/log
apache-authnz-external
4 years agoAdd nmake makefile for Windows builds + update Travis-CI config to use the nmake... master
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

4 years agoAdd a note about the project license as a link to Apache.org
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

4 years agoCONTRIBUTORS - line up the e-mail addresses
bimimicah [Tue, 23 Jul 2019 00:12:32 +0000 (20:12 -0400)]
CONTRIBUTORS - line up the e-mail addresses

4 years agoChangelog for version 3.3.3, plus changelog entries missing from 3.3.2
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

4 years agoAdded CONTRIBUTORS list (from changelog) and notes to check the CONTRIBUTORS file
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

4 years agoUse the same parenthesis grouping as the other conditions in this if-block (fixes...
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)

4 years agoPass REQUEST_METHOD to the external program as the METHOD environment variable (fix...
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)

4 years agoUpdated Travis-CI build instructions: support OS X & Windows builds
Micah Andersen [Mon, 22 Jul 2019 22:28:20 +0000 (18:28 -0400)]
Updated Travis-CI build instructions: support OS X & Windows builds

4 years agoAdd Travis-CI build badge + update tagline to "External Authentication Module for...
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

4 years agoTravis-CI build instructions
Micah Andersen [Mon, 22 Jul 2019 13:42:40 +0000 (09:42 -0400)]
Travis-CI build instructions

4 years agoBasic README based largely on copy-paste from code.google.com/p/mod-auth-external/
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/

4 years agoAdded a note about PHP environment variables to the PHP test file (#16)
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)

4 years agoMerge pull request #32 from bimimicah/master
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

5 years agoFix launch of external process on Windows
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.

6 years agospelling fix
Micah Andersen [Wed, 2 May 2018 14:31:20 +0000 (10:31 -0400)]
spelling fix

6 years agoMerge pull request #25 from ka7/spelling
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

6 years agoMerge pull request #27 from bimimicah/master
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

6 years agoAdd documentation for GroupExternalAuthNCheck
Micah Andersen [Wed, 2 May 2018 14:01:26 +0000 (10:01 -0400)]
Add documentation for GroupExternalAuthNCheck

6 years agoIndentation fixes
Micah Andersen [Fri, 1 Dec 2017 04:39:12 +0000 (23:39 -0500)]
Indentation fixes

6 years agoMinor fix + Output result code in externalgroup_check_authorization() error message
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.

6 years agoAdd 'GroupExternalAuthNCheck' directive to prevent mod-authz-external from checking...
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).

7 years agospelling fixes, as seen on lintian.debian.org
klemens [Tue, 12 Jul 2016 19:44:57 +0000 (21:44 +0200)]
spelling fixes, as seen on lintian.debian.org

8 years agoMerge pull request #22 from MichalPokorny/master
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

8 years agoFix 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

10 years agoNote about SQL injection.
jan@unixpapa.com [Wed, 15 Jan 2014 02:29:22 +0000 (02:29 +0000)]
Note about SQL injection.

10 years agoMinor documentation tweaks before the release. mod-auth-external-3.3.2
jan@unixpapa.com [Thu, 12 Dec 2013 15:35:01 +0000 (15:35 +0000)]
Minor documentation tweaks before the release.

10 years agoIgnore errors on a line that is just there to make sure I don't leave any swap
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.

10 years agoReplace c->remote_ip with r->useragent_ip for compatibility with Apache 2.4.1
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.

10 years agoFix a bug with setting GROUP environment variable.
jan@unixpapa.com [Wed, 11 Dec 2013 19:22:40 +0000 (19:22 +0000)]
Fix a bug with setting GROUP environment variable.

10 years agoAdd FORWARDS environment variable, as suggested under a different name by Rogier...
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.

11 years agoAdded test/test.pipe.php
jan@unixpapa.com [Fri, 7 Dec 2012 16:41:25 +0000 (16:41 +0000)]
Added test/test.pipe.php

12 years agoFixed a date.
jan@unixpapa.com [Wed, 1 Feb 2012 12:00:12 +0000 (12:00 +0000)]
Fixed a date.

12 years agoDelete deleted subdirectories for TAR target
jan@unixpapa.com [Wed, 12 Oct 2011 14:54:23 +0000 (14:54 +0000)]
Delete deleted subdirectories for TAR target

12 years agoRead for release.
jan@unixpapa.com [Wed, 12 Oct 2011 14:50:31 +0000 (14:50 +0000)]
Read for release.

12 years agoDelete this example authenticator too.
jan@unixpapa.com [Wed, 12 Oct 2011 14:46:36 +0000 (14:46 +0000)]
Delete this example authenticator too.

12 years agoDeleting various old example authenticators available elsewhere
jan@unixpapa.com [Wed, 12 Oct 2011 14:45:22 +0000 (14:45 +0000)]
Deleting various old example authenticators available elsewhere

12 years agoSupport for caching authentications via mod_authn_socache
jan@unixpapa.com [Fri, 7 Oct 2011 19:17:11 +0000 (19:17 +0000)]
Support for caching authentications via mod_authn_socache

12 years agoDocumentation updates
jan@unixpapa.com [Thu, 6 Oct 2011 19:11:50 +0000 (19:11 +0000)]
Documentation updates

12 years agoDrop out a lot of no-longer used code.
jan@unixpapa.com [Thu, 6 Oct 2011 18:53:24 +0000 (18:53 +0000)]
Drop out a lot of no-longer used code.

12 years agoApache 2.4 compatibility
jan@unixpapa.com [Thu, 6 Oct 2011 18:50:53 +0000 (18:50 +0000)]
Apache 2.4 compatibility

12 years agoUpdate change log
jan@unixpapa.com [Thu, 6 Oct 2011 14:40:06 +0000 (14:40 +0000)]
Update change log

12 years agoMajor revisions to create a new version that works with Apache 2.3 / 2.4
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

12 years agoFixed an exploitable SQL injection flaw.
jan@unixpapa.com [Wed, 5 Oct 2011 03:09:31 +0000 (03:09 +0000)]
Fixed an exploitable SQL injection flaw.

12 years agoDefault Makefile to build, not install
jan@unixpapa.com [Wed, 5 Oct 2011 02:55:47 +0000 (02:55 +0000)]
Default Makefile to build, not install

12 years agoChange default goal in Makefile to build rather than 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

14 years agoAllow group names to be quoted on "Require group" line.
jan@unixpapa.com [Fri, 26 Mar 2010 01:45:52 +0000 (01:45 +0000)]
Allow group names to be quoted on "Require group" line.

14 years agoAttribution.
jan@unixpapa.com [Fri, 26 Mar 2010 01:45:04 +0000 (01:45 +0000)]
Attribution.

14 years agoAllow quotes in group names. Untested.
jan@unixpapa.com [Fri, 26 Mar 2010 01:33:41 +0000 (01:33 +0000)]
Allow quotes in group names.  Untested.

14 years agoFor checkpassword authenticators, we now write to stderr, not stdin, as
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

14 years agoChange x to i. I don't remember why.
jan@unixpapa.com [Thu, 16 Jul 2009 16:43:38 +0000 (16:43 +0000)]
Change x to i.  I don't remember why.

14 years agoIncrement version number
jan@unixpapa.com [Thu, 21 May 2009 19:51:01 +0000 (19:51 +0000)]
Increment version number

14 years agoAuthzUnixgroupError directive added.
jan@unixpapa.com [Thu, 21 May 2009 19:49:38 +0000 (19:49 +0000)]
AuthzUnixgroupError directive added.

14 years agoFinal version of sigchild fixes.
jan@unixpapa.com [Thu, 21 May 2009 02:19:13 +0000 (02:19 +0000)]
Final version of sigchild fixes.

14 years agoImprovements to handling of return codes from apr_proc_wait.
jan@unixpapa.com [Mon, 18 May 2009 05:24:12 +0000 (05:24 +0000)]
Improvements to handling of return codes from apr_proc_wait.

14 years agoDeletion of radius code.
jan@unixpapa.com [Mon, 18 May 2009 05:20:24 +0000 (05:20 +0000)]
Deletion of radius code.

14 years agoRemove radius code from distribution
jan@unixpapa.com [Mon, 18 May 2009 05:13:31 +0000 (05:13 +0000)]
Remove radius code from distribution

14 years agoModified AuthExternal directive to be able to take more than one authenticator name.
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.

14 years agoAdding copyright info
jan@unixpapa.com [Fri, 15 May 2009 14:01:48 +0000 (14:01 +0000)]
Adding copyright info

14 years agoinitial import
jan@unixpapa.com [Fri, 15 May 2009 13:38:56 +0000 (13:38 +0000)]
initial import

14 years agoinitial import
jan@unixpapa.com [Tue, 12 May 2009 17:21:02 +0000 (17:21 +0000)]
initial import