Supporting PCRE 10.xx with (argh!) C89

2017-01-31 Thread NormW
G/A Rain, so went in search of something to do. The attached patch is proof(?) C89 can still work with the big stuff at least; compiles all the needed bits of PCRE 10.22 and only finds one (cast) error which I think other compilers will whinge/warn about also. AFAIK PCRE is no longer a

httpd-trunk/modules/mod_remoteip.c & C89?...

2017-01-23 Thread NormW
G/M, In function: static const char *remoteip_enable_proxy_protocol(cmd_parms *cmd, void *config, my 'compiler' reports line 389 mod_remoteip.c: remoteip_addr_info **rem_list[len_list]; > ^ "not a valid 'const' expression" even tho 'len_list is

Re: httpd-2.2.x and C89... ;-(

2017-01-07 Thread NormW
s part of the r1753592 backport proposal, hoping someone is willing to look at these proposals. Now backported to 2.2.x (r175), along with other accepted "SNI" patches. Norm, does it work for you? On Sat, Jan 7, 2017 at 12:20 PM, Jan Ehrhardt <php...@ehrhard

Re: Tagging update for 2.2.32

2017-01-06 Thread NormW
G/A I'm building the 2.2.x svn source tree, not a tag... Norm On 7/01/2017 1:09 PM, NormW wrote: G/A As of 2 mins ago... Building D:/Projects/svn/httpd-2.2.x/modules/proxy Calling NWGNUproxy CC mod_proxy.c ### mwccnlm Compiler: #File: mod_proxy.c # #1093

Re: Tagging update for 2.2.32

2017-01-06 Thread NormW
G/A As of 2 mins ago... Building D:/Projects/svn/httpd-2.2.x/modules/proxy Calling NWGNUproxy CC mod_proxy.c ### mwccnlm Compiler: #File: mod_proxy.c # #1093: int post_status = proxy_run_post_request(worker, balancer, r, conf); # Error: ^^^ #

httpd-2.2.x and C89... ;-(

2017-01-06 Thread NormW
G/M Did a test build of the 2.2.x tree and all builds nicely with exception of the following; if release is 'in progress' I leave to others to decide what to do about it. D:\Projects\svn\httpd-2.2.x>svn diff Index: modules/proxy/mod_proxy.c

Re: svn commit: r1774609 - /httpd/httpd/trunk/modules/cache/mod_socache_memcache.dsp

2016-12-17 Thread NormW
G/A... On 17/12/2016 5:38 AM, William A Rowe Jr wrote: Erm... did you miss the same edit to mod_socache_memcache.mak? (Just catching up on the flurry of traffic, so this is speculation.) Further speculation, are we solid for NetWare now? Any word, Norm? Have clean build and 'install' on 2.4.x

Re: Mod_brotli, C89 & NetWare - finale

2016-11-28 Thread NormW
INV; #else return log2((double)v); #endif You may define _MSC_VER=1 at the command line when compiling and it should work for you. In CMakeList.txt I just remove the check for log2(), lines 96-113, before using. Cheers, G On 11/27/2016 3:38 AM, NormW wrote: G/E, After some head scratc

Re: Mod_brotli, C89 & NetWare - finale

2016-11-28 Thread NormW
G/M (mid-morning here) Thanks Evgeny! HIH Norm On 29/11/2016 5:42 AM, Evgeny Kotkov wrote: NormW <no...@gknw.net> writes: The only C89 issue (AFAICT) is the following patch, which should allow any other C89 (with a more up to date OS ;-( ) to compile it, which NetWare's CW

Re: Mod_brotli, C89 & NetWare - finale

2016-11-28 Thread NormW
se return log2((double)v); #endif You may define _MSC_VER=1 at the command line when compiling and it should work for you. In CMakeList.txt I just remove the check for log2(), lines 96-113, before using. Cheers, G On 11/27/2016 3:38 AM, NormW wrote: G/E, After some head scratching/bashing

Mod_brotli, C89 & NetWare - finale

2016-11-27 Thread NormW
G/E, After some head scratching/bashing and research: Brotli.lib has several places that use log2(), which was not defined in C89 (AFAIK), although the function could be kludged easily enough as it uses C89 functions in its own routine. Although NetWare was derived using a C89 compiler, its

Re: apr-util 1.6 Netware got apr_redis.c and CW liked 99.9%

2016-11-24 Thread NormW
G/M, Thx x 2! Norm On 22/11/2016 11:45 PM, Jim Jagielski wrote: Thx again! Added in both APU-1.6 and APR-TRUNK On Nov 22, 2016, at 4:53 AM, NormW <no...@gknw.net> wrote: G/E (Hope this doesn't ruin it) Index: redis/apr_r

apr-util 1.6 Netware got apr_redis.c and CW liked 99.9%

2016-11-22 Thread NormW
G/E (Hope this doesn't ruin it) Index: redis/apr_redis.c === --- redis/apr_redis.c (revision 1770630) +++ redis/apr_redis.c (working copy) @@ -859,9 +859,9 @@ { char *length; char *last; +apr_status_t rv;

NWGNUsocachmem needs to find mod_status.h

2016-11-22 Thread NormW
G/E, See attached patch... Index: modules/cache/NWGNUsocachmem === --- modules/cache/NWGNUsocachmem(revision 1770808) +++ modules/cache/NWGNUsocachmem(working copy) @@ -26,6 +26,7 @@

Re: ap-2.4.x and .\proxy - NetWare build

2016-10-27 Thread NormW
G/M, Thx! 2.4 builds nicely again. Norm On 28/10/2016 9:56 AM, Yann Ylavic wrote: On Wed, Oct 26, 2016 at 2:31 AM, NormW <no...@gknw.net> wrote: G/M, Revision r1728804 added NWGNUhcheck to httpd-trunk and added an entry into NWGNUmakefile in the same directory - r1744951 (amongst other

ap-2.4.x and .\proxy - NetWare build

2016-10-25 Thread NormW
G/M, Revision r1728804 added NWGNUhcheck to httpd-trunk and added an entry into NWGNUmakefile in the same directory - r1744951 (amongst other things) added the entry into the 2.4 .\proxy\NWGNUmakefile but did not copy the NWGNUhcheck file itself (added to trunk as noted above) to 2.4. FYI If

httpd-2.4.x proxy exports needed for NetWare

2016-10-24 Thread NormW
G/M, The following diff (also herewith) is needed for extra mod_proxy exports for a clean build of 2.4 for NetWare: Index: modules/proxy/NWGNUproxy === --- modules/proxy/NWGNUproxy(revision 1766453) +++ modules/proxy/NWGNUproxy

mod_brotli.c, NetWare AND C89?

2016-10-20 Thread NormW
G/E, At least have 'solved' one the compiler complaints; Calling NWGNUmod_brotli GEN obj_release/mod_brotli_cc.opt CC mod_brotli.c ### mwccnlm Compiler: #File: mod_brotli.c # - # 244: ctx->bb->bucket_alloc); # Error: ^ # illegal implicit conversion from

Re: httpd-trunk - mod_proxy_http2 needs an export

2016-10-18 Thread NormW
G/M Thanks for the thanks! Norm On 18/10/2016 11:06 PM, Stefan Eissing wrote: Added in trunk and 2.4.x branch. Thanks! Am 18.10.2016 um 14:02 schrieb NormW <no...@gknw.net>: G\E If anyone is looking after NetWare issues: Index: modules/http2/NWGNUmod

httpd-trunk - mod_proxy_http2 needs an export

2016-10-18 Thread NormW
G\E If anyone is looking after NetWare issues: Index: modules/http2/NWGNUmod_http2 == --- modules/http2/NWGNUmod_http2(revision 1765415) +++ modules/http2/NWGNUmod_http2(working copy) @@ -393,6 +393,7 @@

Apache 2.4 tree build - two NetWare fixes

2016-10-15 Thread NormW
G/E, Attached a patch to add two more symbols for mod_proxy export (needed by proxy_bancer) and a NWGNUproxyhcheck to create proxyhcheck.nlm, referenced in the NWGNUmakefile but not previously supplied. Norm Index: modules/proxy/NWGNUproxy

Re: Loads of dup symbols in h2_util.c and h2_proxy_util.c

2016-10-12 Thread NormW
G/E I reverted my local .\http2 for httpd-trunk and sync'd with svn source, and now builds that dir without issue for NetWare also. Thx, Norm On 12/10/2016 1:38 AM, Jim Jagielski wrote: Bringo! https://www.youtube.com/watch?v=4MpyHBoiTwk On Oct 11, 2016, at 10:35 AM, Stefan Eissing

NetWare gets a look at latest lua (5.3.3)

2016-09-29 Thread NormW
G/E. The following tweak is needed to compile the latest 5.3.3 lua since it is (nominally) C89 compliant at least: Index: modules/lua/NWGNUmakefile === --- modules/lua/NWGNUmakefile (revision 1762749) +++

C89 (alias NetWare) tries new mod_ on the block.

2016-09-29 Thread NormW
G/E. Aimed 'our' C89 compiler at mod_brotli as much for interest as anything technical) and get the following using release 0.5.2 of Brotli: Calling NWGNUmod_brotli CC mod_brotli.c ### mwccnlm Compiler: #File: mod_brotli.c # - # 22: #include # Error:

Re: NetWare testing httpd-trunk with apr,apr-util 1.6

2016-09-18 Thread NormW
On 18/09/2016 8:52 AM, Yann Ylavic wrote: On Sat, Sep 17, 2016 at 1:30 PM, NormW <no...@gknw.net> wrote: Hi, Having little to watch on TV, have played about with httpd-trunk and apr-1.6, to see where the hiccups are hiding... What follows are the issues found, and in most cases, fairly

Re: httpd-trunk\modules\filters\mod_crypto

2016-09-08 Thread NormW
On 8/09/2016 8:31 PM, Graham Leggett wrote: On 08 Sep 2016, at 12:09 PM, NormW <no...@gknw.net> wrote: What versions of apr\apr-util are assumed to be used when compiling httpd-trunk? I get the following error when compiling mod_crypto, but can't find where the offending symbol is typ

httpd-trunk\modules\filters\mod_crypto

2016-09-08 Thread NormW
G/E, Apologies for the static... What versions of apr\apr-util are assumed to be used when compiling httpd-trunk? I get the following error when compiling mod_crypto, but can't find where the offending symbol is typedef'd. Presently using apr-1.5 and apr-util-1.5. #From: mod_crypto.c #

http2 symbol moved to proxy...

2016-09-07 Thread NormW
G/E Index: modules/http2/NWGNUmod_http2 === --- modules/http2/NWGNUmod_http2(revision 1759564) +++ modules/http2/NWGNUmod_http2(working copy) @@ -369,7 +369,6 @@ @echo $(DL) h2_proxy_res_ignore_header,$(DL)

Re: mod_dav build fails on NetWare with unavailable exports

2016-09-02 Thread NormW
. Will bumble about in the dark while I work out how this works for httpd.imp. N. On 1/09/2016 3:30 PM, NormW wrote: Looking at mod_dav exporting symbols not in use for NetWare, I've (shamelessly) borrowed the same pre-process method used for httpd.imp, which results in the following diff: Index

mod_dav build fails on NetWare with unavailable exports

2016-09-01 Thread NormW
Looking at mod_dav exporting symbols not in use for NetWare, I've (shamelessly) borrowed the same pre-process method used for httpd.imp, which results in the following diff: Index: build/NWGNUmakefile === --- build/NWGNUmakefile

Re: \http2\proxyh2p NWGNU needs added source

2016-08-31 Thread NormW
On 31/08/2016 7:14 PM, Stefan Eissing wrote: Hi there! Merged in trunk and 2.4.x branch. -Stefan Am 31.08.2016 um 10:06 schrieb NormW <no...@gknw.net>: Thx! N.

\http2\proxyh2p NWGNU needs added source

2016-08-31 Thread NormW
Hi again (now begins silence) Index: modules/http2/NWGNUproxyht2 === --- modules/http2/NWGNUproxyht2 (revision 1758527) +++ modules/http2/NWGNUproxyht2 (working copy) @@ -182,6 +182,7 @@ FILES_nlm_objs = \

mod_crypto.h.c has an issue over my head

2016-08-31 Thread NormW
Hi again, Calling NWGNUmod_crypto CC mod_crypto.c ### mwccnlm Compiler: # In: mod_crypto.h #From: mod_crypto.c # - # 74: typedef apr_status_t ap_HOOK_crypto_key_t (request_rec *r, apr_crypto_block_key_type_t * cipher, apr_crypto_block_key_mode_t * # Error:

Issue with export list for \dav\main....

2016-08-31 Thread NormW
Hi all. Thanks for the tweak for 'isascii' checking; most of the build issues went away...;-( ...most.) Building D:/Projects/svn/httpd-trunk/modules/dav/main LINK obj_release/mod_dav.nlm ### mwldnlm Linker Error: # Undefined symbol: dav_acl_provider_register in # Export list ### mwldnlm

An abbreviated background to this build error?

2016-08-17 Thread NormW
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 ### mwcc Driver Error: # linker 'D:\CWCMDL40\mwld.exe' returned with exit code 1

Extra export for http-trunk http2

2016-05-15 Thread NormW
G/E.. Another symbol needed ;-( Index: modules/http2/NWGNUmod_http2 === --- modules/http2/NWGNUmod_http2(revision 1743880) +++ modules/http2/NWGNUmod_http2(working copy) @@ -355,6 +355,7 @@ @echo $(DL)GEN

Re: Recent updates to httpd-trunk

2016-04-27 Thread NormW
On 27/04/2016 8:56 AM, Yann Ylavic wrote: Thanks, done in r1741112 and r1741115. Regards, Yann. Excellent! All httpd-trunk now builds nicely with NetWare.

Recent updates to httpd-trunk

2016-04-26 Thread NormW
G/M from a very warm autumn. 1. Could someone please: - set the correct EOL type in svn for .\modules\http2\NWGNUproxyht2, - Patch as per the following to allow builds of \http2 and \ssl D:\Projects\svn\httpd-trunk>svn diff Index: modules/http2/NWGNUmod_http2

Re: httpd-trunk proxy_http2 NetWare build wants extra sym.

2016-03-21 Thread NormW
Thx. Trunk and 2.4.x now both build without issue. Norm On 21/03/2016 8:00 PM, Stefan Eissing wrote: Applied in 1735928. Am 17.03.2016 um 22:45 schrieb NormW <no...@gknw.net>: G/M, A recent addition to trunk mod_proxy_http2 needs an additional export from hghttp2 lib, thus: Index: m

httpd-trunk proxy_http2 NetWare build wants extra sym.

2016-03-19 Thread NormW
G/M, A recent addition to trunk mod_proxy_http2 needs an additional export from hghttp2 lib, thus: Index: modules/http2/NWGNUmod_http2 === --- modules/http2/NWGNUmod_http2(revision 1735506) +++

httpd-2.4.x patches for NetWare build.

2016-03-15 Thread NormW
G/M, Attached two simple patches for httpd-2.4.x tree: Add two extra missing symbols for mod_proxy needed to allow a NetWare build at the present time. Once the auto symbols export functionality is backported, this patch would also be removed. At the present time 2.4.x waits approval to

A future for mod_lua and NetWare?

2016-03-12 Thread NormW
G/M All. When mod_lua hit httpd-trunk it was configured to have a single (global) memory pool, and NetWare compiled it and ran lua code as expected. A later modification to mod_lua code introduced a memory pool per process and required shared memory, a function group that is not in NetWare's

Re: Add ?? mod_proxy_http2 for NetWare build - All done!

2016-03-10 Thread NormW
G/M Stefan, All done. and many thanks for taking the time out to attend to it. Regards Norm

Add ?? mod_proxy_http2 for NetWare build - Take 3 - Very close now!

2016-03-09 Thread NormW
G/M Thanks Stefan for all the help so far. A build of httpd-trunk this morning shows the followning tweaks are still required: - The additional exports in the two NWGNU files are for recent changes to mod_proxy_http2; - The httpd_module export is already included in mod_http2.imp and neeed

h2_request.c > ap_create_request() puzzle.

2016-03-09 Thread NormW
G/E Can't decide if the following: GEN obj_release/mod_http2_link.opt LINK obj_release/mod_http2.nlm ### mwldnlm Linker Error: # Undefined symbol: ap_create_request in # h2_request.o is a typo and should be calling ap_create_request_config() or if: request_rec

Add ?? mod_prox_http2 for NetWare build - Take 2

2016-03-05 Thread NormW
G/M, This supercedes Take 1 due to additional exports now needed by mod_proxy_http2 from mod_proxy and mod_http2. Same caveat applies re tweaks to mod_proxy_http2 source files. Norm # # This Makefile requires the environment var NGH2SRC # pointing to the base directory of nghttp2 source tree. #

Add ?? mod_proxy_http2 for NetWare build - Take 1

2016-03-04 Thread NormW
G/M, The attached patch and NWGNUproxyht2 builds the (trunk) mod_proxy_http2 module BUT does include some AS YET unapproved minor tweaks in the two proxy_http2 source files. Norm Index: modules/http2/h2_proxy_session.c === ---

A (likely) simple question regarding mod_proxy_http2

2016-03-03 Thread NormW
Trying my limited knowledge at compiling modules\http2\mod_proxy_http2, and the compiler (no sniggering please) barfs in both source: h2_proxy_session.c and mod_proxy_http2.c with an error that says they (respectively) can't open mod_http2.h. mod_http2.c has #include "mod_http2.h", the above

httpd-trunk/modules/http2/NWGNUmod_http2 svn EOL Setting

2016-03-02 Thread NormW
G/M, Could someone with a few free seconds set the httpd-trunk/modules/http2/NWGNUmod_http2 file to have the appropriate svn EOL setting? TIA Norm

Re: Backport of auto proxy(_util) exports?

2016-03-01 Thread NormW
L) ap_proxyerror$(DL)>> $@ Norm On 1/03/2016 2:09 PM, Rainer Jung wrote: Am 29.02.2016 um 23:03 schrieb NormW: G/M Rainer, Any known reason your recent tweaks to automatically create the mod_proxy exports list cannot be nominated for back-port to 2.4.x? Not that I'm awar

Backport of auto proxy(_util) exports?

2016-02-29 Thread NormW
G/M Rainer, Any known reason your recent tweaks to automatically create the mod_proxy exports list cannot be nominated for back-port to 2.4.x? If there is a technical and/or time constraint I'll submit a patch for at least a couple of symbols needed to build 2.4.x/modules/proxy. Norm

Re: httpd-trunk/modules/http2 gets a proxy

2016-02-12 Thread NormW
On 12/02/2016 9:13 PM, Stefan Eissing wrote: Thanks. Added in r1729969. Am 11.02.2016 um 21:52 schrieb NormW <no...@gknw.net>: Thanks, Norm

Re: httpd-trunk/modules/http2 gets a proxy

2016-02-12 Thread NormW
G/M And the start of yje weekend. On 13/02/2016 4:06 AM, Rainer Jung wrote: Am 12.02.2016 um 11:13 schrieb Stefan Eissing: Thanks. Added in r1729969. Am 11.02.2016 um 21:52 schrieb NormW <no...@gknw.net>: The .txt extension is a bogus extension added by my mailer I assume. I got co

Re: httpd-trunk/modules/http2 gets a proxy

2016-02-11 Thread NormW
, and apologies for the transient trouble. Norm On 11/02/2016 8:31 PM, Stefan Eissing wrote: Uhm, is there an unresolved conflict in the first file? -Stefan PS. You know, it *would* actually be easier if you had commit access... ;-) Am 11.02.2016 um 03:09 schrieb NormW <no...@gknw.net>: G/A

Re: httpd-trunk/modules/http2 gets a proxy

2016-02-10 Thread NormW
for the bother, Norm On 10/02/2016 10:34 PM, Stefan Eissing wrote: Applied in r1729583. Thanks! Am 08.02.2016 um 23:07 schrieb NormW <no...@gknw.net>: G/M, Recent additions to http-trunk/modules/http2 require the attached apatch to the http2 NetWare build file: Index: modules

Re: Netware proxy makefiles and USE_STDSOCKETS

2016-02-08 Thread NormW
answer to that first. Norm Hi Norm, Am 08.02.2016 um 22:45 schrieb NormW: G/M Brad, G/M Rainer On 8/02/2016 9:17 AM, Brad Nicholes wrote: Rainer, It has actually been quite a while since I have been on this list. I did most of the initial Netware port of Apache. Apache for Netware uses

Re: Netware proxy makefiles and USE_STDSOCKETS

2016-02-08 Thread NormW
G/M Brad, G/M Rainer On 8/02/2016 9:17 AM, Brad Nicholes wrote: Rainer, It has actually been quite a while since I have been on this list. I did most of the initial Netware port of Apache. Apache for Netware uses its own implementation of Winsock as the socket layer. This is the reason

httpd-trunk/modules/http2 gets a proxy

2016-02-08 Thread NormW
G/M, Recent additions to http-trunk/modules/http2 require the attached apatch to the http2 NetWare build file: Index: modules/http2/NWGNUmakefile === --- modules/http2/NWGNUmakefile (revision 1729251) +++

Re: Netware proxy makefiles and USE_STDSOCKETS

2016-02-07 Thread NormW
Rainer, Apologies for the silence, but my major focus ATM is getting my place fixed up with the view to moving, but did have a go at a build with the USE_STDSOCKETS but something appears to be broken in apr-1.5, but have not yet had a chance to look into it. Medical visit this morning and if

Re: Netware proxy makefiles and USE_STDSOCKETS

2016-02-06 Thread NormW
G/M Rainer On 6/02/2016 10:28 PM, Rainer Jung wrote: Hi there, most of the proxy makefiles contain the following block: # Don't link with Winsock if standard sockets are being used ifndef USE_STDSOCKETS FILES_nlm_Ximports += @ws2nlm.imp \ $(EOLIST) endif But it is missing from: -

httpd-trunk/modules/proxy/

2016-02-06 Thread NormW
G/M, httpd-trunk/modules/proxy/mod_proxy_hcheck.c needs an EOL style tweek if I'm not mistaken. Norm.

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
On 5/02/2016 11:35 PM, Rainer Jung wrote: Am 05.02.2016 um 12:14 schrieb NormW: G/E 9.51pm in Oz Updated http-trunk (last mod_proxy.h by Yann) and now get the following: Building D:/Projects/svn/httpd-trunk/modules/proxy Calling NWGNUproxy GEN obj_release/proxy_cc.opt CC mod_proxy.c CC

health_check for NetWare - httpd-trunk

2016-02-05 Thread NormW
G/A, Now that the exports are sorted out (Thanks Rainer) can now build the proxy_health_check module for NetWare... Herewith a patch, proxy_hcheck_netware_add.diff to add the nlm to the list of nlm's to build in the /proxy dir: Index: modules/proxy/NWGNUmakefile

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
G/E Rainer Will test in next 10 minutes or so... The AP_PROXY_DECLARE ones are doable by build/make_nw_export.awk - proxy_* ones I think are trickier. But will advise in < 10 mins. Norm On 5/02/2016 11:23 AM, Rainer Jung wrote: Hi Norm, Am 31.01.2016 um 00:59 schrieb NormW: G'Day, Rec

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
will abort on the first error, other issues MAY be lurking further thru the compile process. Norm On 5/02/2016 11:23 AM, Rainer Jung wrote: Hi Norm, Am 31.01.2016 um 00:59 schrieb NormW: G'Day, Recent changes to mod_proxy_[connect/wstunnel] prompt another export from proxy_util. Wouldn't

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
doesn't work in proxy On 5/02/2016 11:23 AM, Rainer Jung wrote: Hi Norm, Am 31.01.2016 um 00:59 schrieb NormW: G'Day, Recent changes to mod_proxy_[connect/wstunnel] prompt another export from proxy_util. Wouldn't an awk script simplify symbol extraction from proxy_util and obviate the need

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
Na! Thanks for your efforts!; the 'problem' has been skipped over for years. Will 'update' and see what happens. FTM. Norm On 6/02/2016 11:38 AM, Rainer Jung wrote: Hi Norm, Am 05.02.2016 um 22:58 schrieb NormW: G/M Rainer, I'd say this is getting much closer now: The only symbol that doesn't

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
/proxywstunnel_cc.opt CC mod_proxy_wstunnel.c GEN obj_release/proxywstunnel_link.opt LINK obj_release/proxywstunnel.nlm Congrats, Norm On 6/02/2016 11:38 AM, Rainer Jung wrote: Hi Norm, Am 05.02.2016 um 22:58 schrieb NormW: G/M Rainer, I'd say this is getting much closer now: The only symbol

More_ exports_for_ mod_proxy3.

2016-02-04 Thread NormW
Sigh, This adds the exports for proxy_hcmethods and ap_proxy_transfer_between_connections Index: modules/proxy/NWGNUproxy === --- modules/proxy/NWGNUproxy(revision 1728550) +++ modules/proxy/NWGNUproxy(working copy) @@

Proxy_Util needs another export.

2016-01-30 Thread NormW
G'Day, Recent changes to mod_proxy_[connect/wstunnel] prompt another export from proxy_util. Wouldn't an awk script simplify symbol extraction from proxy_util and obviate the need for tweaking manual lists? Diff also attached. Index: modules/proxy/NWGNUproxy

Additional export from proxy_util for NetWare build.

2016-01-23 Thread NormW
Greetings all for 2016. Can someone with commit clout add the attached diff to httpd-trunk please? TIA, Norm Index: modules/proxy/NWGNUproxy === --- modules/proxy/NWGNUproxy (revision 1726451) +++ modules/proxy/NWGNUproxy (working

Re: Additional export from proxy_util for NetWare build.

2016-01-23 Thread NormW
On 24/01/2016 8:48 AM, Jim Jagielski wrote: SendingNWGNUproxy Transmitting file data .done Committing transaction... Committed revision 1726453. All done! Thx! Thank You! N.

Re: Latest httpd-trunk updates....

2015-10-25 Thread NormW
On 25/10/2015 8:36 AM, Eric Covener wrote: On Sat, Oct 24, 2015 at 5:21 PM, NormW <no...@gknw.net> wrote: # 289: if (conf->fully_qualify_redirect_url != AP_CORE_CONFIG_ON) { Fixed now, didn't get rebuilt when I changed the name in the header. As of this morning (Monday

Latest httpd-trunk updates....

2015-10-24 Thread NormW
G/M from D/U, Compiling httpd-trunk this morning after an svn update and note the followings...umoops CC server/protocol.c ### mwccnlm Compiler: #File: server\protocol.c # -- #2007: for (int i = 0; i < conf->protocols->nelts; ++i) { # Error:

Re: A small wrinkle in latest r1707735 update to httpd-trunk\modules\http2\h2_util.c

2015-10-10 Thread NormW
On 11/10/2015 4:45 AM, Stefan Eissing wrote: Ok, will add that. This is only in trunk. 2.4.x should compile for you. Correct. Norm. Am 10.10.2015 um 13:31 schrieb NormW <no...@gknw.net>: H, CC h2_worker.c CC h2_workers.c CC mod_http2.c GEN obj_release/mod_http2_link.op

A small wrinkle in latest r1707735 update to httpd-trunk\modules\http2\h2_util.c

2015-10-10 Thread NormW
H, CC h2_worker.c CC h2_workers.c CC mod_http2.c GEN obj_release/mod_http2_link.opt LINK obj_release/mod_http2.nlm ### mwldnlm Linker Error: # Undefined symbol: APR_BUCKET_IS_MMAP in # h2_util.o In apr-util\include\apr_buckets.h: #if APR_HAS_MMAP /** * Determine if a bucket is

nghttp2 1.3.0 Build failure on GNUC macro now fixed

2015-09-10 Thread NormW
FYI, nghttp2 1.3.0 build failure on a GNUC-specific macro has been replaced by more generic C in nghttp2 source and should be available in the next release. Cheers, N.

Re: r1701005 httpd-trunk\server\protocols.c

2015-09-04 Thread NormW
On 4/09/2015 5:02 PM, Gregg Smith wrote: On 9/3/2015 9:23 PM, NormW wrote: On 4/09/2015 9:05 AM, Yann Ylavic wrote: On Fri, Sep 4, 2015 at 12:52 AM, NormW <no...@gknw.net> wrote: Hi again, Pushing passed previous problem, now arrive at: D:\Projects\svn\httpd-trunk\server>svn d

r1701005 httpd-trunk\ssl\ssl_engine_kernel.c

2015-09-03 Thread NormW
Hi, Now seeing this: #File: ssl_engine_kernel.c # #2215: client_protos); # Error: ^ # illegal implicit conversion from

r1701005 httpd-trunk\server\protocols.c

2015-09-03 Thread NormW
Hi again, Pushing passed previous problem, now arrive at: D:\Projects\svn\httpd-trunk\server>svn diff Index: protocol.c === --- protocol.c (revision 1701142) +++ protocol.c (working copy) @@ -1981,10 +1981,10 @@

Re: r1701005 httpd-trunk\server\protocols.c

2015-09-03 Thread NormW
On 4/09/2015 9:05 AM, Yann Ylavic wrote: On Fri, Sep 4, 2015 at 12:52 AM, NormW <no...@gknw.net> wrote: Hi again, Pushing passed previous problem, now arrive at: D:\Projects\svn\httpd-trunk\server>svn diff Index: p

r1700777 - h2_stream.c

2015-09-02 Thread NormW
hi, If not mistaken, on the latest httpd-trunk\modules\http2 update: D:\Projects\svn\httpd-trunk\modules\http2>svn diff Index: h2_session.c === --- h2_session.c(revision 1700915) +++ h2_session.c(working copy) @@

nghttp2 1.3.0 Released, but...

2015-09-01 Thread NormW
Hi, I don't have a GitHub acct so hope no one will mind too much if I mention a couple of issues with the latest release of nghttp2 in the hope someone reading this and having a stake in http2 might be able to get something done about them; Compiling : nghttp2_stream.c

Re: modules\http2 - structure initializing.

2015-08-27 Thread NormW
fit and if it eventuates that NetWare can't keep up, there's a lot of others who will. Regards, Norm On 27/08/2015 8:29 PM, Yann Ylavic wrote: Hi, On Wed, Aug 26, 2015 at 12:53 AM, NormW no...@gknw.net wrote: Herewith an svn diff that implements line-by-line initialization of three structures

Re: modules\http2 - H2Engine directive?

2015-08-27 Thread NormW
Good evening, Just a 'guess' Use a Protocols directive in one vhost that doesn't have h2 and dirivitives Norm On 27/08/2015 6:22 PM, jean-frederic clere wrote: On 08/24/2015 10:06 AM, Stefan Eissing wrote: Ni Norm, yes, I removed it last week If I want on VirtualHost with h2 support

Re: modules\http2 - structure initializing.

2015-08-26 Thread NormW
, Stefan Eissing wrote: Hi Norm, I think these type of assignments are part of the C90 standard. I am not sure we want to support a compiler that cannot cope with that, but I may be to green to know that. What platform is this on exactly? //Stefan Am 26.08.2015 um 00:53 schrieb NormW no...@gknw.net

Re: modules\http2 - structure initializing.

2015-08-26 Thread NormW
Whinnnie! (eq Equine 'Thanks') On 27/08/2015 7:31 AM, Stefan Eissing wrote: I will apply the proposed change tomorrow. keep the old horse happy. //stefan Am 26.08.2015 um 23:18 schrieb NormW no...@gknw.net: G/Morning I think, As Bill correctly guesses in a following mail, 'my' OS is NetWare

modules\http2 - structure initializing.

2015-08-25 Thread NormW
G/Morning, Herewith an svn diff that implements line-by-line initialization of three structures (no idea if there's a technical term for it) in place of the list method now used, e.g struct x = { , , , }. I acknowledge upfront that 'my' somewhat dated compiler cannot handle the list method,

Re: modules\http2 - H2Engine directive?

2015-08-24 Thread NormW
, I removed it last week and though I removed it from the doc xml as well. Seems I forgot the Readme. Will fix soon. Sorry for any confusion. //Stefan Am 24.08.2015 um 05:53 schrieb NormW no...@gknw.net: Hi, The 'H2Engine on' directive is identified in the Readme.h2 as the most important

modules\http2 - H2Engine directive?

2015-08-23 Thread NormW
Hi, The 'H2Engine on' directive is identified in the Readme.h2 as the most important, but except for a number of 'Directive' lists and a h2.conf template file. this appears to be unknown within the http2 C source or the 'manual'(en) reference for mod_h2. Is this directive something of the

httpd-trunk\modules\http2\h2_session.c Mystery

2015-08-20 Thread NormW
Hi, My compiler (no names) is vastly smarter than I at understanding C, but I can't tell if the following 'error' is drivel or just over my head; #File: h2_session.c # - # 512:nghttp2_session_callbacks_set_on_invalid_frame_recv_callback(*pcb,

Re: httpd-trunk\modules\http2\h2_session.c Mystery

2015-08-20 Thread NormW
On 20/08/2015 8:39 PM, Yann Ylavic wrote: Hi, On Thu, Aug 20, 2015 at 11:56 AM, NormW no...@gknw.net wrote: #File: h2_session.c # - # 512:nghttp2_session_callbacks_set_on_invalid_frame_recv_callback(*pcb, on_invalid_frame_recv_cb) # Error: ^ # illegal implicit

C89-ify a recent change to h2_io_set.c

2015-08-19 Thread NormW
G/Evening (Is here) A very small tweak is proposed for: httpd-trunk\modules\http2\h2_io_set.c to keep the C89-ers in their seats. The svn diff looks like: Index: modules/http2/h2_io_set.c === --- modules/http2/h2_io_set.c

Building for NetWare /1 - For Your Consideration

2015-07-24 Thread NormW
Hi, The NetWare Gurus seem to be on holidays. For your consideration: Index: modules/cache/NWGNUsocachshmcb === --- modules/cache/NWGNUsocachshmcb (revision 1692595) +++ modules/cache/NWGNUsocachshmcb (working copy) @@

httpd-trunk httpd.h APR_-AP_?

2011-09-15 Thread NormW
G/M, Any chance these should be AP_DECLARE? APR_DECLARE(void) ap_random_insecure_bytes(void *buf, apr_size_t size); ... APR_DECLARE(apr_uint32_t) ap_random_pick(apr_uint32_t min, apr_uint32_t max); Norm

CT oops?

2011-08-24 Thread NormW
G/E, httpd-trunk\modules\ssl\ssl_engine_config.c (164): mctx-pkp-cert_file = NULL; mctx-pkp-cert_path = NULL; mctx-pkp-ca_cert_file = NULL mctx-pkp-certs = NULL; mctx-pkp-ca_certs = NULL; Seems like there is a need of punctuation... This one is trickier:

Re: CT oops?

2011-08-24 Thread NormW
On 24/08/2011 6:42 PM, Plüm, Rüdiger, VF-Group wrote: Fixed in r1161002. Fixed in r1161005 Regards Rüdiger Confirm httpd-trunk now builds for NetWare without issue. Thx. Norm

Re: mod_ssl in trunk with OpenSSL 0.9.7 as a minimum requirement?

2011-08-11 Thread NormW
On 11/08/2011 3:12 PM, Kaspar Brand wrote: Hi Gün, perhaps we should just break compilation with a check in mod_ssl like: #if OPENSSL_VERSION_NUMBER 0x0090700f #error mod_ssl requires at least OpenSSL version 0.9.7f! #endif That's also fine with me, yes. Generally speaking, are there any

Re: Please test the build

2011-07-24 Thread NormW
Hi, NetWare builds httpd-trunk against apr14/apu13 as in days past without any blips, including the LDAP-related pieces. Good job! Norm On 25/07/2011 5:51 AM, Stefan Fritsch wrote: Please test the recent changes of the module selections, especially if you use non-Linux Unix flavors and/or

ldap functions in/to apr

2011-07-24 Thread NormW
Hi, A build of util_ldap showed 14 function calls that go direct to the NetWare ldap library, and was given a mind that all these needed was adding apr_ to the front and a wrapper in apu. However, discovered that there exists already an apr_ldap_set_option() which is decidedly different from

  1   2   >