git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@567506
13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.2.6
+ *) mod_ldap: Avoid possible crashes, hangs, and busy loops due to
+ improper merging of the cache lock in vhost config
+ PR 43164 [Eric Covener]
Changes with Apache 2.2.5
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * mod_ldap: Copy cache lock into per-server config
- http://svn.apache.org/viewvc?view=rev&revision=567091
- +1: covener, trawick (iff CHANGES is modified to mention the
- severe problem symptoms caused by not grabbing mutex)
- rpluem says: Dito to trawick: +1 iff CHANGES is modified accordingly.
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
st->search_cache_size = base->search_cache_size;
st->compare_cache_ttl = base->compare_cache_ttl;
st->compare_cache_size = base->compare_cache_size;
+ st->util_ldap_cache_lock = base->util_ldap_cache_lock;
st->connections = NULL;
st->ssl_supported = 0;