Re: cvs commit: httpd-2.0/modules/ssl ssl_engine_kernel.c

2003-08-14 Thread Greg Stein
On Thu, Aug 07, 2003 at 11:57:12PM -, [EMAIL PROTECTED] wrote: >... > +++ ssl_engine_kernel.c 7 Aug 2003 23:57:11 - 1.98 > @@ -880,6 +880,8 @@ >password = auth_line; > >if ((username[0] == '/') && strEQ(password, "password")) { > +

Re: cvs commit: httpd-2.0/modules/ssl ssl_engine_kernel.c

2003-08-14 Thread Jeff Trawick
Sander Striker wrote: Hmm. You have a request_rec there. How about: ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "Encountered FakeBasicAuth spoof: %s", username); Providing the request means that you get more information in the error_log. Duh. Thx, Plz assume my +1 for APACHE_2

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

2003-08-14 Thread Sander Striker
> From: Jeff Trawick [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 11:17 AM > Sander Striker wrote: > > >>Hmm. You have a request_rec there. How about: > >> > >> ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, > >> "Encountered FakeBasicAuth spoof: %s", username); > >> >

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

2003-08-09 Thread Sander Striker
> From: Greg Stein [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 11:05 AM > On Thu, Aug 07, 2003 at 11:57:12PM -, [EMAIL PROTECTED] wrote: > >... > > +++ ssl_engine_kernel.c 7 Aug 2003 23:57:11 - 1.98 > > @@ -880,6 +880,8 @@ > >password = auth_line;

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

2002-06-11 Thread Ryan Bloom
] 645 Howard St. [EMAIL PROTECTED] San Francisco, CA > -Original Message- > From: Paul J. Reder [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 11, 2002 6:59 AM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: httpd-2.0/modules/ssl ssl_engine_kernel.c >

Re: cvs commit: httpd-2.0/modules/ssl ssl_engine_kernel.c

2002-06-11 Thread Paul J. Reder
Thank you kind sir, I have confirmed that this does the trick for me. The curious question is why Ryan was never able to reproduce it... [EMAIL PROTECTED] wrote: > jwoolley2002/06/10 21:54:01 > > Modified:modules/ssl ssl_engine_kernel.c > Log: > fix the infinite recursion problem

Re: cvs commit: httpd-2.0/modules/ssl ssl_engine_kernel.c (fwd)

2002-04-04 Thread William A. Rowe, Jr.
At 08:38 PM 4/4/2002, you wrote: >dear RM, please consider bumping for .34, else users with the typical ssl >proxy config: > > SSLProxyEngine On > ProxyPass/ https://foo/ > ProxyPassReverse / https://foo/ > >will get this ugly error message on every request: >[error] mod_ssl: C

cvs commit: httpd-2.0/modules/ssl ssl_engine_kernel.c (fwd)

2002-04-04 Thread Doug MacEachern
-- Forwarded message -- Date: 5 Apr 2002 02:31:04 - From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: cvs commit: httpd-2.0/modules/ssl ssl_engine_kernel.c dougm 02/04/04 18:31:04 Modified:modules/ssl ssl_engine_kernel.c Log: