1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-06 16:49:32 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
Nick Kew
8bce96451f authn_socache: if loaded but not configured to do anything,
don't go to the trouble of setting up the cache and mutex.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@959460 13f79535-47bb-0310-9956-ffa450edef68
2010-06-30 22:21:38 +00:00
Nick Kew
49b4ce848e Extra robustness check: don't segfault if no socache provider selected
and there's no compile-time default.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@959455 13f79535-47bb-0310-9956-ffa450edef68
2010-06-30 22:02:41 +00:00
William A. Rowe Jr
03da12600e Further normalize initalization stanzas
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@958097 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25 20:13:38 +00:00
William A. Rowe Jr
a7206ca962 C99 is not a requirement, fix style violation niq refuses(?) to correct.
Ensures the two initialization stanzas follow the same pattern, which 
is goodness, IMHO.

Reviewed by: trawick, wrowe
Submitted by: Norm <normw gknw.net>



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@958094 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25 19:27:24 +00:00
Nick Kew
01f0dae863 Disallow setting cache context in .htaccess, lest it be abused for cross-site
or cross-application authn attacks.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@957918 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25 12:33:34 +00:00
Nick Kew
41959e8265 expiry is a time, not an interval
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@957187 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23 13:15:43 +00:00
Nick Kew
6394390da1 Name change: fix incompleteness of r957089
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@957129 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23 07:35:03 +00:00
Nick Kew
7a39fbd9fe Name change: calling it mod_authn_cache could get confusing, and the
sourceforge module has a prior claim to the name.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@957089 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23 00:24:59 +00:00