Re: svn commit: r607766 - in /httpd/httpd/trunk: CHANGES include/util_ldap.h modules/aaa/mod_authnz_ldap.c modules/ldap/util_ldap.c

2008-01-01 Thread Ruediger Pluem
On 12/31/2007 08:20 PM, [EMAIL PROTECTED] wrote: > Author: covener > Date: Mon Dec 31 11:20:25 2007 > New Revision: 607766 > > URL: http://svn.apache.org/viewvc?rev=607766&view=rev > Log: > When using the MS SDK, re-establish LDAP backend connections on a > return code of LDAP_UNAVAILABLE as if

Re: segfault in dav_validate_request

2008-01-01 Thread Michael Clark
Nick Kew wrote: On Mon, 31 Dec 2007 15:21:13 +0100 Ruediger Pluem <[EMAIL PROTECTED]> wrote: I think the following patch against trunk which is based on yours does it better, +1 to your patch. Thanks. Yes working here. Thanks.

Re: svn commit: r607766 - in /httpd/httpd/trunk: CHANGES include/util_ldap.h modules/aaa/mod_authnz_ldap.c modules/ldap/util_ldap.c

2008-01-01 Thread Eric Covener
On Jan 1, 2008 7:30 AM, Ruediger Pluem <[EMAIL PROTECTED]> wrote: > Hm. Doesn't this mean that you call ldap_search_ext_s twice in the case that > you use the MS SDK and the > result of the first call is not LDAP_SERVER_DOWN? > I think you need to store the result of ldap_search_ext_s in result fi

svn commit: r607853 - /httpd/httpd/branches/2.0.x/STATUS

2008-01-01 Thread Guenter Knauf
Hi Ruediger, > --- httpd/httpd/branches/2.0.x/STATUS (original) > +++ httpd/httpd/branches/2.0.x/STATUS Tue Jan 1 06:48:51 2008 > @@ -129,7 +129,7 @@ > http://svn.apache.org/viewvc?rev==607282&view==rev > Backport version for 2.0.x of patch: > http://awe.com/e8f6ad05238f8/CVE

Re: svn commit: r607853 - /httpd/httpd/branches/2.0.x/STATUS

2008-01-01 Thread Ruediger Pluem
On 01/01/2008 04:08 PM, Guenter Knauf wrote: > Hi Ruediger, > >> --- httpd/httpd/branches/2.0.x/STATUS (original) >> +++ httpd/httpd/branches/2.0.x/STATUS Tue Jan 1 06:48:51 2008 >> @@ -129,7 +129,7 @@ >> http://svn.apache.org/viewvc?rev==607282&view==rev >> Backport version for 2.

Re: mod_wombat build help

2008-01-01 Thread Justin Erenkrantz
On Dec 31, 2007 5:12 PM, Brian McCallister <[EMAIL PROTECTED]> wrote: > If anyone is familiar with autconf and modules, I would *love* if that > person could take a look at helping me clean up mod_wombat's build, > which is presently a mess. > > I, to be honest, don't understand enough automake/aut