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); Providing the request

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

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-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 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 with

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

2002-06-11 Thread Ryan Bloom
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 Thank you kind sir, I have

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

2002-04-04 Thread Doug MacEachern
-- 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: avoid the error_log message: [error