eventopt observations

2013-06-19 Thread Rainer Jung
While testing the new APR 1.4.8 I ran the httpd test suite on trunk, the first time since long. 1) eventopt didn't run on SLES 10 32 Bit Error message: [Wed Jun 19 14:24:21.443541 2013] [mpm_eventopt:crit] [pid 25540:tid 3082651312] AH02406: atomics not w

regarding mod_cache_socache ...

2013-06-19 Thread Guenter Knauf
Hi, mod_cache_socache also uses different datatypes, here its apr_off_t vs. apr_size_t; at least on 32-bit OS it happens that with LARGE_FILE apr_size_t = int32, but apr_off_t = int64 ... mod_cache_socache.c .\httpd\modules\cache\mod_cache_socache.c(399) : warning C4244: '=' : conversion from

Re: How to check in code in apache source control

2013-06-19 Thread Eric Covener
On Wed, Jun 19, 2013 at 2:16 AM, kalyan sita wrote: > Hi all, > Can anyone please tell me the steps in checking in my code changes in > apache source control. Write access is limited to individuals who have been explicitly granted commit access to the project. Those individuals, if they have t

Re: [PATCH] Fix "LDAPReferrals off"

2013-06-19 Thread Eric Covener
On Wed, Jun 19, 2013 at 5:17 AM, Jan Kaluža wrote: > Hi, > > currently "LDAPReferrals off" does not disable LDAPReferrals feature. > Default OpenLDAP value for LDAP_OPT_REFERRALS is ON and the current code > does not set it to OFF even when there is "LDAPReferrals off" directive in > the config fi

[PATCH] Fix "LDAPReferrals off"

2013-06-19 Thread Jan Kaluža
Hi, currently "LDAPReferrals off" does not disable LDAPReferrals feature. Default OpenLDAP value for LDAP_OPT_REFERRALS is ON and the current code does not set it to OFF even when there is "LDAPReferrals off" directive in the config file. Attached patch fixes it by setting LDAP_OPT_REFERRALS