- Dec 12, 2011
-
-
Kaspar Brand authored
Streamline TLS session ticket key handling (added in r1200040): - drop the SSLTicketKeyDefault directive, and only support a single ticket key per server/vhost - rename the SSLTicketKeyFile directive to SSLSessionTicketKeyFile, remove the keyname parameter - move ticket key parameters from SSLSrvConfigRec to modssl_ctx_t - configure the tlsext_ticket_key_cb only when in server mode - add documentation for SSLSessionTicketKeyFile git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1213395 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
Limit length of lines in .htaccess to 8K again, to reduce DoS potential. Make ap_varbuf_cfg_getline() strictly enforce the max_len parameter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1213344 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 10, 2011
-
-
Stefan Fritsch authored
Fix names of unary operators like '-s' being compared case insensitively. Improve error message if op or function is not found. Document '-s' operator. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1212884 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 09, 2011
-
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1212600 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1212414 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 07, 2011
-
-
Stefan Fritsch authored
Various fixes for log message tags: - Remove tags in ssl_log_ssl_error() and ssl_log_cert_error() - Instead add tags to various ssl_log_xerror, ssl_log_cxerror calls (ssl_log_rxerror is unused). - likewise for modssl_proxy_info_log() - Fix spelling of APLOG_NOERRNO in coccinelle script - add support for ssl_log_*error and ap_log_cserror - add some more tags missing due to APLOG_NOERRNO spelling error - Remove tags from example modules (we don't want people to blindly copy those) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1211682 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
Remove usage of APLOG_NOERRNO. It has been a no-op since at least 2.0.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1211669 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1211666 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
Remove unused variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1211661 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1211529 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1211380 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1211379 13f79535-47bb-0310-9956-ffa450edef68
-
Kaspar Brand authored
Adjust the OpenSSL session id context for SNI configurations, so that sessions are tied to the proper vhost (subset of a patch I originally proposed in November 2009, cf. message with ID <4AF85A18.1000205@velox.ch>). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1211353 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 06, 2011
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210966 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210965 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210957 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
Create initial documentation for mod_socache_shmcb, mod_socache_dc, mod_socache_dbm and mod_socache_memcache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210956 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
Create mod_cache.imp dynamically; fixed mod_cache_disk NLM name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210926 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
mod_cache: Remove dead code from the legacy mod_mem_cache module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210893 13f79535-47bb-0310-9956-ffa450edef68
-
Gregg Lewis Smith authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210870 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210729 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
Overhaul the caching guide in an effort to clearly distinguish between the mod_cache caching, the socache caching, and other caching we do, such as mod_file_cache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210727 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 05, 2011
-
-
Mladen Turk authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210449 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
Fix a few compiler warning reported by Steffen: - some signed/unsigned mismatches - const for a function does not make sense git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210379 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210288 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
Add lots of unique tags to error log messages ssl_util.c: Downgrade some dynamic locking messages from level DEBUG to TRACE1-3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210287 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 04, 2011
-
-
Stefan Fritsch authored
Change the provider names to match the module names: mod_slotmem_shm: shared -> shm mod_socache_memcache: mc -> memcache git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210224 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210222 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
More pointers to mod_socache* git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210133 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
per module as the proxy_function instead of the macro __FUNCTION__ which is not C89. There's no real loss of information, because all of the calls are in the same scgi handler function. All proxy modules apart form SCGI already use the upper case scheme in the analogous calls. Backport of r1210124 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210125 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
Point to mod_socache_* in the SSLSessionCache error message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210083 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210081 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 03, 2011
-
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210023 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
mod_proxy: Remove dead code from the public API, move single use code out of the public API, remove redundant code from the public API. mod_cache: Remove redundant code from the public API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1209960 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
mod_proxy: Make ap_proxy_retry_worker() into an optional function. Allows mod_lbmethod_bybusyness, mod_lbmethod_byrequests, mod_lbmethod_bytraffic and mod_lbmethod_heartbeat to be loaded without mod_proxy yet being present, which happens when modules are loaded in alphabetical order. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1209958 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 02, 2011
-
-
Stefan Fritsch authored
Add APLOGNO() macro for unique tags for every log message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1209777 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
ap_core_translate: factor out duplicate code. no functional change. Submitted by: Greg Ames git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1209748 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
Fix apr_status_t being passed as loglevel git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1209742 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
- Add some error handling for writing to the output filter chain. - Add some ap_assert()s for error cases that probably should not happen (and the following code would break). These fix some compiler warnings about "variable 'rv' set but not used". - Prevent a leak of a bucket in one error case. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1209736 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
mod_auth_form: Use apr_status_t for the mod_session API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1209626 13f79535-47bb-0310-9956-ffa450edef68
-