Bug report for Apache httpd-1.3 [2009/08/16]

2009-08-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

RE: svn commit: r803704 - in /httpd/httpd/trunk: CHANGES modules/generators/mod_autoindex.c

2009-08-17 Thread Plüm, Rüdiger, VF-Group
Sure. Make a proposal. Regards Rüdiger -Original Message- From: Guenter Knauf [mailto:fua...@apache.org] Sent: Montag, 17. August 2009 01:26 To: dev@httpd.apache.org Subject: Re: svn commit: r803704 - in /httpd/httpd/trunk: CHANGES modules/generators/mod_autoindex.c Hi

Wide UIDs

2009-08-17 Thread Herring, Ed
We are considering going to Wide UIDs: 8 digits. Does Apache have any limitations on UID length (greater than 2 bytes)? Ed Herring IT/OPS/AMR2 Engineering Computing Austin, TX Desk: 512-314-1133 Cell: 512-917-8480

Re: Wide UIDs

2009-08-17 Thread William A. Rowe, Jr.
Herring, Ed wrote: We are considering going to “Wide” UIDs: 8 digits. Does Apache have any limitations on UID length (greater than 2 bytes)? There is the implication that UID's are integral. Provided the apr_uid_t is correctly defined/detected, and that there aren't too many mismatched uid_t

ab

2009-08-17 Thread Jeff Barnes
A need arose for my organization to be able to load test web services. I modified ab.c to be able to send HTTP PUT requests. We have been using it for a couple of weeks and it is performing as expected. I would be happy to provide the changes (minor, it mimics POST requests). Would it be

Re: Aug project status to board

2009-08-17 Thread William A. Rowe, Jr.
Jim Jagielski wrote: Also, 2.2.13 was released not sure why :) There was significant input from httpd PMC members to declare this flaw a vulnerability in the first place. (I certainly don't feel this is an APR vulnerability, but it was shown to conceivably lead to escalation of severity

Re: Aug project status to board

2009-08-17 Thread Guenter Knauf
William A. Rowe, Jr. schrieb: I may have mis-read Guenter's observations as a +1. was my fault that I didnt explicitely write a +1, but both your new Win32 distro as well as my NetWare one were fine as far as I tested them. Günter.

Re: Aug project status to board

2009-08-17 Thread William A. Rowe, Jr.
Guenter Knauf wrote: William A. Rowe, Jr. schrieb: I may have mis-read Guenter's observations as a +1. was my fault that I didnt explicitely write a +1, but both your new Win32 distro as well as my NetWare one were fine as far as I tested them. Right; but note that we never 'vote on binaries'

Re: svn commit: r805082 - in /httpd/mod_ftp/trunk: include/mod_ftp.h modules/ftp/ftp_util.c

2009-08-17 Thread William A. Rowe, Jr.
Folks, if anyone has time to review my rational here, I'm trying to determine if it is truly necessary to add a new output filter to transform FF F1 (IAC NOP) sequences back to 00 NULL bytes. If you look at the relevant RFC's, CR NUL LF has a distinct meaning from CR LF (the end of a command or

[PROPOSAL] add an alternate icon for back.(gif|png)

2009-08-17 Thread Guenter Knauf
All, we have the nice IndexStyleSheet directive for a while now with mod_autoindex, and if you make use of it and choose a black background instead of the default white then our back.(gif|png) is close to invisible since its also black. Therefore I would like to add another alternate icon which is

Re: ab

2009-08-17 Thread Philip M. Gollucci
Jeff Barnes wrote: A need arose for my organization to be able to load test web services. I modified ab.c to be able to send HTTP PUT requests. We have been using it for a couple of weeks and it is performing as expected. I would be happy to provide the changes (minor, it mimics POST