State of trunk --enable-modules=reallyall build

2016-08-19 Thread William A Rowe Jr
On Fri, Aug 19, 2016 at 6:14 PM, Yann Ylavic wrote: > > How couldn't it figure out that apr_pstrcat() never returns NULL? > Clever compilers should really read all the docs :) > :) > Anyway, "fixed" in r1756976, thanks! > Thank you! My survey of

Re: svn commit: r1740928 - in /httpd/httpd/trunk: ./ include/ modules/http2/ modules/proxy/ modules/ssl/ server/

2016-08-19 Thread Yann Ylavic
On Fri, Aug 19, 2016 at 5:49 PM, William A Rowe Jr wrote: > Additional issues since this patch in our maintainer mode... > > httpd-2.x/modules/ssl/ssl_engine_config.c: In function > 'ssl_cmd_SSLVerifyClient': > httpd-2.x/modules/ssl/ssl_engine_config.c:1083:27: warning:

Re: svn commit: r1756946 - /httpd/httpd/trunk/server/gen_test_char.c

2016-08-19 Thread Eric Covener
On Fri, Aug 19, 2016 at 2:06 PM, William A Rowe Jr wrote: > Eric, do you agree for the immediate future that we can live with this > solution? Looks OK from an EBCDIC POV to me. I get the same results on my workstation as on the EBCDIC host for this test -- no 8859-1

Re: svn commit: r1756946 - /httpd/httpd/trunk/server/gen_test_char.c

2016-08-19 Thread William A Rowe Jr
Eric, do you agree for the immediate future that we can live with this solution? On Fri, Aug 19, 2016 at 12:24 PM, wrote: > Author: wrowe > Date: Fri Aug 19 17:24:27 2016 > New Revision: 1756946 > > URL: http://svn.apache.org/viewvc?rev=1756946=rev > Log: > After lengthy

Re: Improving logs to make AUTH_DENIES easy to understand and fix

2016-08-19 Thread Stefan Fritsch
Hi, sorry for the late response. On Wednesday, 18 May 2016 02:12:39 CEST Tianyin Xu wrote: > I propose to apply the same good practices (such as mod_authz_owner & > mod_authz_dbm) to all the authn/authz modules. Basically, I want to add log > messages before each AUTHN/Z_DENIES to pinpoint: > >

Re: An abbreviated background to this build error?

2016-08-19 Thread William A Rowe Jr
On Tue, Aug 2, 2016 at 6:38 AM, NormW wrote: > G/E; > Building for NetWare after 3+ months elsewhere, an get the following build > error: > >> Creating Build Helper gen_test_char.exe >> ### mwld.exe Linker Error: >> # Undefined symbol: _isascii in >> # gen_test_char.obj >>

Re: svn commit: r1740928 - in /httpd/httpd/trunk: ./ include/ modules/http2/ modules/proxy/ modules/ssl/ server/

2016-08-19 Thread William A Rowe Jr
Additional issues since this patch in our maintainer mode... httpd-2.x/modules/ssl/ssl_engine_config.c: In function 'ssl_cmd_SSLVerifyClient': httpd-2.x/modules/ssl/ssl_engine_config.c:1083:27: warning: 'mode' may be used uninitialized in this function [-Wmaybe-uninitialized]

Re: svn commit: r1756849 - /httpd/httpd/trunk/server/gen_test_char.c

2016-08-19 Thread William A Rowe Jr
Funny thing, but no. All that util.c is used for is mapping alpha, A == a. So long as every non-alpha point is unique, no issues. On Aug 19, 2016 2:43 AM, "Ruediger Pluem" wrote: > > > On 08/18/2016 10:41 PM, wr...@apache.org wrote: > > Author: wrowe > > Date: Thu Aug 18

Unbounded memory usage in mod_dav + mod_headers/mod_deflate/...

2016-08-19 Thread Evgeny Kotkov
We (as the Apache Subversion developers) have discovered that mod_dav can trigger an unbounded memory usage when used in conjunction with a module that inserts an output filter — such as mod_headers or mod_deflate. Below is the configuration that can be used to reproduce the issue: MaxMemFree

Re: Question re: build of (64-bit) httpd and issue with apr_password_validate

2016-08-19 Thread Eric Covener
On Fri, Aug 19, 2016 at 7:14 AM, Michael Felt wrote: > root@x064:[/data/prj/apache/httpd-2.4.23]nm /opt/modules/mod_authn_file.so | > grep apr_password_validate Are you sure that the libapr you're scrutinizing is being loaded at runtime? -- Eric Covener cove...@gmail.com

Question re: build of (64-bit) httpd and issue with apr_password_validate

2016-08-19 Thread Michael Felt
a) I expect I have "enabled" a new httpd flag as I attempt to build a comprehensive 64-bit version of httpd for AIX - so I expect this is a "user error". I am hoping for feedback on where to look (short path is to not load mod_authn_file, for now). I shall try same build as 32-bit and see if

Re: svn commit: r1756849 - /httpd/httpd/trunk/server/gen_test_char.c

2016-08-19 Thread Ruediger Pluem
On 08/18/2016 10:41 PM, wr...@apache.org wrote: > Author: wrowe > Date: Thu Aug 18 20:41:27 2016 > New Revision: 1756849 > > URL: http://svn.apache.org/viewvc?rev=1756849=rev > Log: > A band-aid to resolve an immediate IBM MVS'ism > > Modified: > httpd/httpd/trunk/server/gen_test_char.c