[PATCH RESEND 55178 0/2] mod_authn_ldap: SASL support

2014-03-19 Thread Lubomir Rintel
Hi, I've submitted a patch set [1] adding SASL support to mod_authn_ldap a while ago, but the ticket got no feedback. I'd be very thankful for a review and merge. [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=55178 Chained to this message are the patches. Thank you! Lubo

[PATCH RESEND 2/2] mod_authn_ldap: Allow specifying SASL interaction

2014-03-19 Thread Lubomir Rintel
From: Lubomir Rintel lubo.rin...@gooddata.com --- docs/manual/mod/mod_authnz_ldap.xml | 28 +++ docs/manual/style/scripts/prettify.js | 2 +- include/util_ldap.h | 4 ++- modules/aaa/mod_authnz_ldap.c | 16 +++-- modules/ldap/util_ldap.c

[PATCH RESEND 1/2] mod_authn_ldap: Allow authentication with SASL

2014-03-19 Thread Lubomir Rintel
From: Lubomir Rintel lubo.rin...@gooddata.com --- docs/manual/mod/mod_authnz_ldap.xml | 34 - docs/manual/style/scripts/prettify.js | 2 +- include/util_ldap.h | 5 +- modules/aaa/mod_authnz_ldap.c | 14 +- modules/ldap/util_ldap.c | 94

[PATCH RESEND 1/4] mod_proxy: Rename dirconn_entry to exclude_entry

2014-03-19 Thread Lubomir Rintel
From: Lubomir Rintel lubo.rin...@gooddata.com Currently they are used for NoProxy, but could be reusable to ProxyBlock. Rename them to something more generic. --- modules/proxy/mod_proxy.c | 8 modules/proxy/mod_proxy.h | 4 ++-- modules/proxy/proxy_util.c | 24

[PATCH RESEND 3/4] mod_proxy: Split the NoProxy parameter parsing away

2014-03-19 Thread Lubomir Rintel
From: Lubomir Rintel lubo.rin...@gooddata.com It is nice and could be reused by ProxyBlock. --- modules/proxy/mod_proxy.c | 98 +-- 1 file changed, 53 insertions(+), 45 deletions(-) diff --git a/modules/proxy/mod_proxy.c b/modules/proxy/mod_proxy.c

[PATCH RESEND 56152 0/4] mod_proxy: Add support for network addresses to NoProxy

2014-03-19 Thread Lubomir Rintel
Hi, I opened a ticket [1] with the patches (chained to this message), but got virtually no responsem, therefore I assume it might be a better idea to discuss them in a list. [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=56152 I'd very thankful for a review and evenutal merge. The

[PATCH RESEND 4/4] mod_proxy: Share NoProxy parameter parsing and evaluation with ProxyBlock

2014-03-19 Thread Lubomir Rintel
From: Lubomir Rintel lubo.rin...@gooddata.com They do the same task now, so we can remove some duplicate code. They do the same thing except that ProxyBlock does certain things better -- they support masked network addresses, thus we can now block subnets. --- docs/manual/mod/mod_proxy.xml | 14

[PATCH RESEND 2/4] mod_proxy: Match resolved addresses for NoProxy too

2014-03-19 Thread Lubomir Rintel
From: Lubomir Rintel lubo.rin...@gooddata.com We resolve the names using the configuration parsing, thus we already have the addresses. It could be redundant for NoProxy, but the same code could be used with ProxyBlock if it did this. --- modules/proxy/proxy_util.c | 8 1 file changed

Re: [PATCH 51648 apreq2] Remove redundant Apache2::Cookie::httpcookie documentation

2014-03-12 Thread Lubomir Rintel
Hello, On Wed, 2014-03-12 at 08:42 -0400, Jeff Trawick wrote: On Tue, Mar 11, 2014 at 10:51 AM, Lubomir Rintel lkund...@v3.sk wrote: --- Hi, please review and merge this. It seems to be an easyfix, but the ticket [1] seemengly generated no useful attention. Hi, Where

[PATCH 56152 3/4] mod_proxy: Split the NoProxy parameter parsing away

2014-03-11 Thread Lubomir Rintel
From: Lubomir Rintel lubo.rin...@gooddata.com It is nice and could be reused by ProxyBlock. --- modules/proxy/mod_proxy.c | 98 +-- 1 file changed, 53 insertions(+), 45 deletions(-) diff --git a/modules/proxy/mod_proxy.c b/modules/proxy/mod_proxy.c

[PATCH 56152 2/4] mod_proxy: Match resolved addresses for NoProxy too

2014-03-11 Thread Lubomir Rintel
We resolve the names using the configuration parsing, thus we already have the addresses. It could be redundant for NoProxy, but the same code could be used with ProxyBlock if it did this. --- modules/proxy/proxy_util.c | 8 1 file changed, 8 insertions(+) diff --git

[PATCH 56152 1/4] mod_proxy: Rename dirconn_entry to exclude_entry

2014-03-11 Thread Lubomir Rintel
From: Lubomir Rintel lubo.rin...@gooddata.com Currently they are used for NoProxy, but could be reusable to ProxyBlock. Rename them to something more generic. --- modules/proxy/mod_proxy.c | 8 modules/proxy/mod_proxy.h | 4 ++-- modules/proxy/proxy_util.c | 24

[PATCH 56152 4/4] mod_proxy: Share NoProxy parameter parsing and evaluation with ProxyBlock

2014-03-11 Thread Lubomir Rintel
From: Lubomir Rintel lubo.rin...@gooddata.com They do the same task now, so we can remove some duplicate code. They do the same thing except that ProxyBlock does certain things better -- they support masked network addresses, thus we can now block subnets. --- docs/manual/mod/mod_proxy.xml | 14

[PATCH 56152 0/4] mod_proxy: Add support for network addresses to NoProxy

2014-03-11 Thread Lubomir Rintel
Hi, I opened a ticket [1] with the patches (chained to this message), but got virtually no responsem, therefore I assume it might be a better idea to discuss them in a list. [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=56152 I'd very thankful for a review and evenutal merge. Thank

[PATCH 55178 2/2] mod_authn_ldap: Allow specifying SASL interaction

2014-03-11 Thread Lubomir Rintel
From: Lubomir Rintel lubo.rin...@gooddata.com --- docs/manual/mod/mod_authnz_ldap.xml | 28 +++ docs/manual/style/scripts/prettify.js | 2 +- include/util_ldap.h | 4 ++- modules/aaa/mod_authnz_ldap.c | 16 +++-- modules/ldap/util_ldap.c

[PATCH 55178 1/2] mod_authn_ldap: Allow authentication with SASL

2014-03-11 Thread Lubomir Rintel
From: Lubomir Rintel lubo.rin...@gooddata.com --- docs/manual/mod/mod_authnz_ldap.xml | 34 - docs/manual/style/scripts/prettify.js | 2 +- include/util_ldap.h | 5 +- modules/aaa/mod_authnz_ldap.c | 14 +- modules/ldap/util_ldap.c | 94

[PATCH 55178 0/2] mod_authn_ldap: SASL support

2014-03-11 Thread Lubomir Rintel
Hi, I've submitted a patch set [1] adding SASL support to mod_authn_ldap a while ago, but the ticket got no feedback. I'd be very thankful for a review and merge. [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=55178 Thank you! Lubo

[PATCH 51648 apreq2] Remove redundant Apache2::Cookie::httpcookie documentation

2014-03-11 Thread Lubomir Rintel
--- Hi, please review and merge this. It seems to be an easyfix, but the ticket [1] seemengly generated no useful attention. [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=51648 Thank you, Lubo glue/perl/lib/Apache2/Cookie.pm | 14 -- 1 file changed, 14 deletions(-)

[PATCH 55178] mod_authnz_ldap SASL authentication support

2013-07-11 Thread Lubomir Rintel
at the patches and let me know what would need to be chaged for them to be accepted into httpd tree? Thank you! Lubo -- Lubomir Rintel, GoodData random furniture movement coordinator

[PATCH 55178 1/2] mod_authn_ldap: Allow authentication with SASL

2013-07-11 Thread Lubomir Rintel
--- docs/manual/mod/mod_authnz_ldap.xml | 34 +++- docs/manual/style/scripts/prettify.js |2 +- include/util_ldap.h |5 +- modules/aaa/mod_authnz_ldap.c | 14 - modules/ldap/util_ldap.c | 92 ++--- 5

[PATCH 55178 2/2] mod_authn_ldap: Allow specifying SASL interaction

2013-07-11 Thread Lubomir Rintel
--- docs/manual/mod/mod_authnz_ldap.xml | 28 ++ docs/manual/style/scripts/prettify.js |2 +- include/util_ldap.h |4 +- modules/aaa/mod_authnz_ldap.c | 16 +++- modules/ldap/util_ldap.c | 67 +++-