]> granicus.if.org Git - apache-authnz-external/history - mod_authnz_external/mod_authnz_external.c
Add nmake makefile for Windows builds + update Travis-CI config to use the nmake...
[apache-authnz-external] / mod_authnz_external / mod_authnz_external.c
2019-07-22 Micah AndersenAdded CONTRIBUTORS list (from changelog) and notes...
2019-07-22 Micah AndersenUse the same parenthesis grouping as the other conditio...
2019-07-22 Micah AndersenPass REQUEST_METHOD to the external program as the...
2019-07-18 bimimicahMerge pull request #32 from bimimicah/master
2018-05-16 Micah AndersenFix launch of external process on Windows
2018-05-02 Josef LiškaMerge pull request #25 from ka7/spelling
2018-05-02 Josef LiškaMerge pull request #27 from bimimicah/master
2017-12-01 Micah AndersenIndentation fixes
2017-12-01 Micah AndersenMinor fix + Output result code in externalgroup_check_a...
2017-12-01 Micah AndersenAdd 'GroupExternalAuthNCheck' directive to prevent...
2016-01-11 Josef LiškaMerge pull request #22 from MichalPokorny/master
2016-01-10 Michal PokornýFix Windows build by defining out Unix-specific code
2013-12-11 jan@unixpapa.comReplace c->remote_ip with r->useragent_ip for compatibi...
2013-12-11 jan@unixpapa.comFix a bug with setting GROUP environment variable.
2013-12-11 jan@unixpapa.comAdd FORWARDS environment variable, as suggested under...
2011-10-07 jan@unixpapa.comSupport for caching authentications via mod_authn_socache
2011-10-06 jan@unixpapa.comMajor revisions to create a new version that works...
2010-03-26 jan@unixpapa.comAllow quotes in group names. Untested.
2009-10-29 jan@unixpapa.comFor checkpassword authenticators, we now write to stder...
2009-07-16 jan@unixpapa.comChange x to i. I don't remember why.
2009-05-21 jan@unixpapa.comFinal version of sigchild fixes.
2009-05-18 jan@unixpapa.comImprovements to handling of return codes from apr_proc_...
2009-05-15 jan@unixpapa.comModified AuthExternal directive to be able to take...
2009-05-12 jan@unixpapa.cominitial import