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

17 Commits

Author SHA1 Message Date
Stefan Fritsch
92e366007c Add lots of unique tags to error log messages
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209766 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02 23:02:04 +00:00
Jeff Trawick
2553e327e3 use non-'const char *' while building string to avoid warnings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199611 13f79535-47bb-0310-9956-ffa450edef68
2011-11-09 04:23:13 +00:00
Nick Kew
6d78e38be1 mod_authn_socache: tidy up r1199565.
And we don't need that separator in the namespacing string -
it's not for human consumption.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199567 13f79535-47bb-0310-9956-ffa450edef68
2011-11-09 00:32:49 +00:00
Nick Kew
565f842bd2 mod_authn_socache: fix namespacing issue
http://marc.info/?l=apache-httpd-dev&m=131823772714741&w=2


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199565 13f79535-47bb-0310-9956-ffa450edef68
2011-11-09 00:28:51 +00:00
Stefan Fritsch
64ea7a2b2f Don't return a pointer to a stack variable
Found by cppcheck


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1186543 13f79535-47bb-0310-9956-ffa450edef68
2011-10-19 22:38:18 +00:00
Nick Kew
7b2819356a mod_authn_socache: fix it to enable initialisation to work if configured
only in .htaccess context, and provide a toggle for that.
PR 51991


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180384 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08 14:51:35 +00:00
Jim Jagielski
427c85bd23 Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174751 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23 13:39:32 +00:00
Jim Jagielski
4b0ffd9d94 Fix brokeness... Thx Rüdiger Plüm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080276 13f79535-47bb-0310-9956-ffa450edef68
2011-03-10 16:52:42 +00:00
Nick Kew
31ec3c4750 Change AuthnCacheProvider --> AuthnCacheProvideFor to deal with overloading
of "provider" and likely confusion with AuthnCacheSOCache.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055447 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 12:44:33 +00:00
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