Re: New Module: mod_auth_mysql_digest

2002-11-01 Thread Justin Erenkrantz
--On Friday, November 01, 2002 16:02:45 -0800 Rob Emanuele <[EMAIL PROTECTED]> wrote: So I took the mod_auth_digest code and munged it to use mysql for authentication. Swell. It works great and we're heavily using it. You might be interested in the new auth provider API which allows precisely

New Module: mod_auth_mysql_digest

2002-11-01 Thread Rob Emanuele
So I took the mod_auth_digest code and munged it to use mysql for authentication. Swell. It works great and we're heavily using it. I'd like to give it back to the open souce community. Right now its just a patch file for mod_auth_digest.c in Apache 2.0.40. I was wondering what was the best wa

Re: workaround for encoded slashes (%2f)

2002-11-01 Thread Roy T. Fielding
Your patch will simply let the %2F through, but then a later section of code will translate them to / and we've opened a security hole in the main server. I'd rather move the rejection code to the place where a decision has to be made (like the directory walk), but I have no time to do it myself.

Re: workaround for encoded slashes (%2f)

2002-11-01 Thread Rodent of Unusual Size
Rodent of Unusual Size wrote: > > based on some offline discussion, i am going to table this > for now and try suitably modified versions of the %5c attack > against the patched server. without a demonstrable technical justification, i still consider it an invalid veto, but the concerns and consi

Re: workaround for encoded slashes (%2f)

2002-11-01 Thread Rodent of Unusual Size
based on some offline discussion, i am going to table this for now and try suitably modified versions of the %5c attack against the patched server.

Re: workaround for encoded slashes (%2f)

2002-11-01 Thread Rodent of Unusual Size
"William A. Rowe, Jr." wrote: > > Yes, it's a veto to introduce a security hole as a 'starting point' that > someone might get around to cleaning up later. demonstrate that it is a security hole in the server. if you cannot demonstrate that this opens the server to client-side attack, i do not re

Re: cvs commit: httpd-2.0/modules/loggers mod_logio.c

2002-11-01 Thread Greg Stein
On Fri, Nov 01, 2002 at 06:07:53PM -, [EMAIL PROTECTED] wrote: >... > +++ BaseAddr.ref1 Nov 2002 18:07:52 - 1.22 > @@ -60,3 +60,4 @@ >mod_authz_groupfile 0x6FB10x0001 >mod_authz_host 0x6FB00x0001 >mod_authz_user 0x6FAF0x

RE: book about apache 2?

2002-11-01 Thread Werner Schalk
What about listing this book at http://httpd.apache.org/info/apache_books.html, it seems to be the one which covers only Apache2 (here in Germany)? In my opinion books published by addison&wesley are quite good, or? But anyway, there a lot more books available about the apache here in Germany and

RE: book about apache 2?

2002-11-01 Thread Lars Eilebrecht
According to Werner Schalk: > for the german speaking people: According > to the website addison-wesley.de there > will be a german (sorry!) book at the > end of this month. Other books are listed at http://httpd.apache.org/info/apache_books.html ciao... -- Lars Eilebrecht - "No m

Re: workaround for encoded slashes (%2f)

2002-11-01 Thread William A. Rowe, Jr.
At 11:59 AM 11/1/2002, Rodent of Unusual Size wrote: >"Roy T. Fielding" wrote: >> >> Your patch will simply let the %2F through, but then a later section >> of code will translate them to / and we've opened a security hole >> in the main server. I'd rather move the rejection code to the >> place

Re: Splitting out ssl_engine_io.c?

2002-11-01 Thread William A. Rowe, Jr.
At 04:27 AM 11/1/2002, Justin Erenkrantz wrote: >I have a distinct feeling that it might ease our sanity if we split the SSL input and >output filter code in ssl_engine_io.c into separate files. Between the input and output, or between the decoded text filter logic and the bio network filter logi

Re: workaround for encoded slashes (%2f)

2002-11-01 Thread Rodent of Unusual Size
"Roy T. Fielding" wrote: > > Your patch will simply let the %2F through, but then a later section > of code will translate them to / and we've opened a security hole > in the main server. I'd rather move the rejection code to the > place where a decision has to be made (like the directory walk),

Re: Link Not Found

2002-11-01 Thread André Malo
* André Malo wrote: > * Rodent of Unusual Size wrote: > >> http://www.apache.org/dist/httpd/patches/apply_to_2.0.43/ >> that appears on >> http://www.apache.org/dist/httpd/ >> doesn't work = ( > > right. But the link appears on http://httpd.apache.org/download.cgi ^

Re: UDP Support

2002-11-01 Thread Randall Stewart
Aymerick: I am wondering why you want to support UDP in apache... I see you mention discussions in Aug/Sept.. that i missed.. I will hvae to go dig in the archive.. My take on UDP is it is very very dangerous to enable http over UDP.. if UDP were every had a wide scale deployment the internet it

RE: cvs commit: httpd-2.0/modules/ssl ssl_engine_io.c

2002-11-01 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Wow.. lots of good changes. I think the whole ssl-engine_io.c looks a lot cleaner now (and thanks for the info regarding how the SSL filter works). I'm still looking through the changes.. As regards splitting ssl_engine_io.c for input/output filter stuff, I'm +1 for it. -Madhu > -Original Me

Patch for listen.c

2002-11-01 Thread Randall Stewart
Hi all: Attached is a patch to add support for SCTP to apache for those O/S's that have it. Now a note about this patch.. The idea behind this is that SCTP is automatically enabled if available... i.e. there is no flag to turn it on/off.. if you say listen 80 and have sctp.. you get a listener

Re: Link Not Found

2002-11-01 Thread André Malo
* Rodent of Unusual Size wrote: > http://www.apache.org/dist/httpd/patches/apply_to_2.0.43/ > that appears on > http://www.apache.org/dist/httpd/ > doesn't work = ( right. But the link appears on http://httpd.apache.org/download.cgi * Apache 2.0.43 is the best available version [...] For deta

Re: [PATCH] checking for failures encountered by core_output_filter

2002-11-01 Thread Jeff Trawick
Justin Erenkrantz <[EMAIL PROTECTED]> writes: > I think your commits to check c->aborted in various filters should be > replaced by getting core_input_filter to return APR_ECONNABORTED. The only filter I changed was the content-length filter. But yes I would agree that in a commit which fixes ou

Re: Link Not Found

2002-11-01 Thread Rodent of Unusual Size
not acked -- #kenP-)} Ken Coar, Sanagendamgagwedweinini http://Golux.Com/coar/ Author, developer, opinionist http://Apache-Server.Com/ "Millennium hand and shrimp!" --- Begin Message --- Hi! The link: http://www.apache.org/dist/httpd/patches/apply_to_2.0.43/ that appears on http://ww

RE: book about apache 2?

2002-11-01 Thread Werner Schalk
Hello, for the german speaking people: According to the website addison-wesley.de there will be a german (sorry!) book at the end of this month. The book seems to be quite interesting, does somebody know something about it? Bye and thanks, Werner.

Re: cvs commit: httpd-2.0/server request.c

2002-11-01 Thread Jeff Trawick
Greg Stein <[EMAIL PROTECTED]> writes: > On Fri, Nov 01, 2002 at 03:27:20AM -, [EMAIL PROTECTED] wrote: > >... > > +++ request.c 1 Nov 2002 03:27:20 - 1.118 > > @@ -924,6 +924,8 @@ > >/* That temporary trailing slash was useful, now drop it. > >

Re: book about apache 2?

2002-11-01 Thread Stipe Tolj
> > i have been asked to recommend a book about apache version 2 > > that would give useful background and reference information > > for people providing support to customers using it. so, probably > > along the lines of 'apache server unleashed' rather than an > > internals reference. > > > > any

Re: cvs commit: httpd-2.0/server request.c

2002-11-01 Thread Jeff Trawick
"William A. Rowe, Jr." <[EMAIL PROTECTED]> writes: > Folks, this looks wrong after consideration. If someone is familiar > with the Linux gcc optimizer, please see my last comments in > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14147 > > I'm starting to feel like the optimizer bit us

Re: dav_new_error

2002-11-01 Thread Greg Stein
On Fri, Nov 01, 2002 at 10:42:09AM +0100, Sander Striker wrote: > Thought this might be something for you... > > [08:56] hey folks, dav_new_error question for the svn'ers > [08:57] anyone noticed the int save_errno = errno; bogosity within >dav_new_error? > [08:57] and has anyone suggested a g

Re: cvs commit: httpd-2.0/server request.c

2002-11-01 Thread Greg Stein
On Fri, Nov 01, 2002 at 03:27:20AM -, [EMAIL PROTECTED] wrote: >... > +++ request.c 1 Nov 2002 03:27:20 - 1.118 > @@ -924,6 +924,8 @@ >/* That temporary trailing slash was useful, now drop it. > */ >if (temp_slash) { > +

Splitting out ssl_engine_io.c?

2002-11-01 Thread Justin Erenkrantz
I have a distinct feeling that it might ease our sanity if we split the SSL input and output filter code in ssl_engine_io.c into separate files. Or, am I just nuts? Perhaps a rename to ssl_engine_filter.c could also be goodness. (If OtherBill is going to revamp the output section, perhaps no

Re: [PATCH] checking for failures encountered bycore_output_filter

2002-11-01 Thread Justin Erenkrantz
--On Thursday, October 31, 2002 4:58 PM -0500 Jeff Trawick <[EMAIL PROTECTED]> wrote: default_handler(), which should be returning HTTP status code, returns whatever ap_pass_brigade() returns. default_handler() would have to change too. Any other handlers as well (In the thread I pointed to, Ry