]> granicus.if.org Git - apache-authnz-external/log
apache-authnz-external
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

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

7 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.

7 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).

8 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.

11 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.

11 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.

11 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.

11 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.

11 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.

12 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.

13 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

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

13 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.

13 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

13 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

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

13 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.

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

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

13 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

13 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.

13 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

13 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.

15 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

15 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.

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

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

15 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.

15 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.

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

15 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

15 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.

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

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

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