Re: How to run the BIND and UPDATE functions in mod_dav.so module of Apache HTTPD server?

2014-01-14 Thread vancaho
How to write these DAV providers? Are there any existing DAV providers or examples? Thanks very much! 2014/1/14 Ben Reser b...@reser.org On 1/13/14, 12:29 AM, vancaho wrote: Hi everyone, I'm learning WebDAV protocol with apache httpd server and subversion. Atfer reading the source

Re: svn commit: r1556815 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS

2014-01-14 Thread Jim Jagielski
http://svn.apache.org/viewvc?view=revisionrevision=1542330 ?? On Jan 13, 2014, at 2:46 PM, Ruediger Pluem rpl...@apache.org wrote: Ping? Regards Rüdiger Ruediger Pluem wrote: j...@apache.org wrote: Author: jim Date: Thu Jan 9 14:28:39 2014 New Revision: 1556815 URL:

RE: svn commit: r1556815 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS

2014-01-14 Thread Plüm , Rüdiger , Vodafone Group
-Original Message- From: Jim Jagielski Sent: Dienstag, 14. Januar 2014 13:26 To: httpd Subject: Re: svn commit: r1556815 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS http://svn.apache.org/viewvc?view=revisionrevision=1542330 ?? Thanks. So there was an overlap in STATUS

Re: Revisiting: xml2enc, mod_proxy_html and content compression

2014-01-14 Thread Thomas Eckert
IIRC the OP wants to decompress such contents and run them through mod_proxy_html. I don't think that works with any sane setup: running non-HTML content-types through proxy_html will always be an at-your-own-risk hack. What I want is a (preferrably as simple as possible) method of

Re: svn commit: r1556815 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS

2014-01-14 Thread Jim Jagielski
Ohh... yeppers. On Jan 14, 2014, at 7:33 AM, Plüm, Rüdiger, Vodafone Group ruediger.pl...@vodafone.com wrote: -Original Message- From: Jim Jagielski Sent: Dienstag, 14. Januar 2014 13:26 To: httpd Subject: Re: svn commit: r1556815 - in /httpd/httpd/branches/2.4.x: ./ CHANGES

Re: [VOTE] obscuring (or not) commit logs/CHANGES for fixes to vulnerabilities

2014-01-14 Thread Jeff Trawick
On Tue, Jan 14, 2014 at 1:10 AM, Ben Reser b...@reser.org wrote: On 1/11/14, 5:02 AM, Jeff Trawick wrote: I think a lot of your concerns revolve around assessment of when a vulnerability can be disclosed, and that has to be determined on a case by case basis. The vote is just about

Re: [VOTE] obscuring (or not) commit logs/CHANGES for fixes to vulnerabilities

2014-01-14 Thread Ben Reser
On 1/14/14, 7:35 AM, Jeff Trawick wrote: The simple answer to all of this is look how httpd releases with security fixes have been handled in the past. The RM commits the fixes just before Tag Roll and, depending on the impact of the vulnerabilities, may call for an abbreviated testing

mod_ssl: querying any certificate in the chain

2014-01-14 Thread Graham Leggett
Hi all, https://httpd.apache.org/docs/trunk/mod/mod_ssl.html#envvars described how we might query many of the parameters in the current certificate, however I have a need to query parameters in parent certificates in the chain, not just the primary certificate. Most specifically, I am after

Re: How to run the BIND and UPDATE functions in mod_dav.so module of Apache HTTPD server?

2014-01-14 Thread Ben Reser
On 1/14/14, 12:10 AM, vancaho wrote: How to write these DAV providers? I'm not sure how much more info I could give short of writing it myself. The closest we have to documentation is what's in mod_dav.h. There's a nice HTMLized version of what's in mod_dav.h here:

Re: [VOTE] obscuring (or not) commit logs/CHANGES for fixes to vulnerabilities

2014-01-14 Thread Jeff Trawick
On Tue, Jan 14, 2014 at 12:56 PM, Ben Reser b...@reser.org wrote: On 1/14/14, 7:35 AM, Jeff Trawick wrote: The simple answer to all of this is look how httpd releases with security fixes have been handled in the past. The RM commits the fixes just before Tag Roll and, depending on the

Re: svn commit: r1554300 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/ap_regex.h include/http_core.h modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h server/core.c server/request.c ser

2014-01-14 Thread Ruediger Pluem
Ping? Regards Rüdiger Ruediger Pluem wrote: minf...@apache.org wrote: Author: minfrin Date: Mon Dec 30 19:50:52 2013 New Revision: 1554300 URL: http://svn.apache.org/r1554300 Log: core: Support named groups and backreferences within the LocationMatch, DirectoryMatch, FilesMatch and

Re: mod_ssl: querying any certificate in the chain

2014-01-14 Thread Ruediger Pluem
Graham Leggett wrote: Hi all, https://httpd.apache.org/docs/trunk/mod/mod_ssl.html#envvars described how we might query many of the parameters in the current certificate, however I have a need to query parameters in parent certificates in the chain, not just the primary certificate.

Re: mod_ssl: querying any certificate in the chain

2014-01-14 Thread Daniel Ruggeri
On 1/14/2014 12:16 PM, Graham Leggett wrote: Would a syntax like this make some sense? SSL_CLIENT_S_DN_n - Give me the subject DN of the nth certificate in the chain. SSL_CLIENT_S_DN_x509_n - Give me the element of the subject DN of the nth certificate in the chain. I like this. +1 I am