Re: [PATCH] byterange patches for 2.2.19 and 2.2.20

2011-09-09 Thread Joe Orton
On Thu, Sep 08, 2011 at 05:36:06PM -0400, Jeff Trawick wrote: static apr_status_t base10_strtoff(apr_off_t *offset, const char *buf, char **endptr) { const char *last; *offset = apr_atoi64(buf); I think this needs to DTRT with a 32-bit off_t. How

Re: With IP address in Host: header ServerName/ServerAlias doesn't work

2011-09-09 Thread Micha Lenk
Hi Rüdiger, On 08/23/2011 12:25 PM CEST +02:00, Plüm, Rüdiger, VF-Group wrote: IMHO the patch does not solve the issue mentioned in the comment and is not needed. Keep in mind the difference between ap_matches_request_vhost and check_host_alias: ap_matches_request_vhost checks only the

RE: With IP address in Host: header ServerName/ServerAlias doesn't work

2011-09-09 Thread Plüm, Rüdiger, VF-Group
Please update the bug report: 1. Declare the unneeded patch obsolete. 2. Update the needed patch to be against trunk. Regards Rüdiger -Original Message- From: Micha Lenk Sent: Freitag, 9. September 2011 11:30 To: dev@httpd.apache.org Subject: Re: With IP address in Host: header

Re: [PATCH] byterange patches for 2.2.19 and 2.2.20

2011-09-09 Thread Jeff Trawick
On Fri, Sep 9, 2011 at 4:29 AM, Joe Orton jor...@redhat.com wrote: On Thu, Sep 08, 2011 at 05:36:06PM -0400, Jeff Trawick wrote: static apr_status_t base10_strtoff(apr_off_t *offset, const char *buf,                                    char **endptr) {     const char *last;     *offset =

adding secret for proxy_ajp

2011-09-09 Thread jean-frederic clere
Hi, In modules/proxy/ajp_header.c we have: +++ /* need to figure out how to do this if (s-secret) { if (ajp_msg_append_uint8(msg, SC_A_SECRET) || ajp_msg_append_string(msg, s-secret)) { ap_log_error(APLOG_MARK, APLOG_ERR, 0, r-server,

Re: [PATCH] byterange patches for 2.2.19 and 2.2.20

2011-09-09 Thread Jeff Trawick
Can anyone formally +1 the 2.2.14 and 2.2.19 patches on this thread for promotion to apply_to? I put the 2.0.x patch in 2.0.x/STATUS, as the code needs to be committed first before being made available as a patch.

Re: [PATCH] byterange patches for 2.2.19 and 2.2.20

2011-09-09 Thread Jim Jagielski
Same here… On Sep 9, 2011, at 6:54 AM, Jeff Trawick wrote: On Fri, Sep 9, 2011 at 4:29 AM, Joe Orton jor...@redhat.com wrote: On Thu, Sep 08, 2011 at 05:36:06PM -0400, Jeff Trawick wrote: static apr_status_t base10_strtoff(apr_off_t *offset, const char *buf,

TR of 2.0/2.2 next week?

2011-09-09 Thread Jim Jagielski
We are v. close to having 2.0 and 2.2 in a tag-able state… I propose a TR next week and offer to RM.

Re: svn commit: r1167167 - /httpd/httpd/branches/2.2.x/STATUS

2011-09-09 Thread William A. Rowe Jr.
On 9/9/2011 8:52 AM, j...@apache.org wrote: Log: Looking to tR next week?? I'll tag in 30 minutes. Just going over final status now. It would be great if you could RM 2.3.x next week; right now those early adopters don't have a fix in their hands at all.

Re: [PATCH] byterange patches for 2.2.19 and 2.2.20

2011-09-09 Thread Jim Jagielski
Patch applied and committed… On Sep 9, 2011, at 9:53 AM, Jim Jagielski wrote: Same here… On Sep 9, 2011, at 6:54 AM, Jeff Trawick wrote: On Fri, Sep 9, 2011 at 4:29 AM, Joe Orton jor...@redhat.com wrote: On Thu, Sep 08, 2011 at 05:36:06PM -0400, Jeff Trawick wrote: static apr_status_t

Re: svn commit: r1167167 - /httpd/httpd/branches/2.2.x/STATUS

2011-09-09 Thread Jim Jagielski
Sure… no prob. On Sep 9, 2011, at 10:03 AM, William A. Rowe Jr. wrote: On 9/9/2011 8:52 AM, j...@apache.org wrote: Log: Looking to tR next week?? I'll tag in 30 minutes. Just going over final status now. It would be great if you could RM 2.3.x next week; right now those early adopters

Re: svn commit: r1167184 [2/3] - in /httpd/httpd/branches/2.0.x: CHANGES STATUS modules/http/http_protocol.c

2011-09-09 Thread William A. Rowe Jr.
On 9/9/2011 9:07 AM, j...@apache.org wrote: Modified: httpd/httpd/branches/2.0.x/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?rev=1167184r1=1167183r2=1167184view=diff == ---

Re: [Httpd Wiki] Update of CVE-2011-3192 by wrowe

2011-09-09 Thread William A. Rowe Jr.
On 9/9/2011 11:04 AM, Apache Wiki wrote: The CVE-2011-3192 page has been changed by wrowe: http://wiki.apache.org/httpd/CVE-2011-3192 Edits are now welcome, I'd like to have us publish this advisory in conjunction with the official 2.2.21 announcement (hopefully) on Monday.

Re: [Httpd Wiki] Update of CVE-2011-3192 by wrowe

2011-09-09 Thread William A. Rowe Jr.
On 9/9/2011 11:06 AM, William A. Rowe Jr. wrote: On 9/9/2011 11:04 AM, Apache Wiki wrote: The CVE-2011-3192 page has been changed by wrowe: http://wiki.apache.org/httpd/CVE-2011-3192 Edits are now welcome, I'd like to have us publish this advisory in conjunction with the official 2.2.21

[Vote] httpd 2.2.21 release

2011-09-09 Thread William A. Rowe Jr.
Candidate binaries are available from http://httpd.apache.org/dev/dist/ which do not yet constitute ASF releases. win32-x86 binary distribution will follow shortly. This will be a 72 hour vote, which ends no later than Noon ET Monday +/-1 [ ] Release httpd 2.2.21 as GA

Re: svn commit: r1167266 [1/5] - in /httpd/httpd/trunk/docs/manual: ./ developer/ faq/ howto/ misc/ mod/ platform/ programs/ rewrite/ ssl/ vhosts/

2011-09-09 Thread Stefan Fritsch
On Fri, 9 Sep 2011, j...@apache.org wrote: Author: jim Date: Fri Sep 9 16:04:03 2011 New Revision: 1167266 URL: http://svn.apache.org/viewvc?rev=1167266view=rev Log: Update docco xforms Modified: httpd/httpd/trunk/docs/manual/bind.html.de ... Modified:

Re: [Vote] httpd 2.2.21 release

2011-09-09 Thread Noel Butler
On Fri, 2011-09-09 at 11:10 -0500, William A. Rowe Jr. wrote: Candidate binaries are available from http://httpd.apache.org/dev/dist/ which do not yet constitute ASF releases. win32-x86 binary distribution will follow shortly. This will be a 72 hour vote, which ends no later than Noon ET