Re: [A-T] adjusting APACHE and APXS env vars

2004-01-03 Thread Geoffrey Young
Stas Bekman wrote: Moreover the prefix ideally should be: APACHE_TEST_ and not APACHE_, since we already have a bunch of env vars which start with APACHE_TEST_ Though I'm in favor to just drop them, making everybody move to the better API. +1 --Geoff

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

2004-01-03 Thread Ben Laurie
[EMAIL PROTECTED] wrote: nd 2004/01/02 15:35:59 Modified:modules/loggers mod_log_forensic.c Log: prevent module from segfaulting when not configured. Ooops, forgot to bring that forward from 1.3. Thanks. Cheers, Ben. -- http://www.apache-ssl.org/ben.html

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

2004-01-03 Thread Joe Orton
On Sat, Jan 03, 2004 at 04:31:32PM -, [EMAIL PROTECTED] wrote: ben 2004/01/03 08:31:32 Modified:server gen_test_char.c Log: Make forensic logging safe for POST data. The issue with strchr and NUL is a red herring. I don't think this is a safe change: 0 is now

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

2004-01-03 Thread Ben Laurie
Joe Orton wrote: On Sat, Jan 03, 2004 at 04:31:32PM -, [EMAIL PROTECTED] wrote: ben 2004/01/03 08:31:32 Modified:server gen_test_char.c Log: Make forensic logging safe for POST data. The issue with strchr and NUL is a red herring. I don't think this is a safe change: 0

Trouble compiling 2.x on Win32 / missing os.h

2004-01-03 Thread Andr Malo
For some reason, VC6/SP5 exported makefiles don't copy os.h into the include directory. Any idea, someone? Thanks, nd

Copyrights

2004-01-03 Thread William A. Rowe, Jr.
At 06:32 AM 1/2/2004, you wrote: [EMAIL PROTECTED] wrote: update license to 2004. Why? Unless the file changes in 2004, the copyright doesn't. And, in any case, the earliest date applies, so it gets us nowhere. In fairness this has been Roy's practice, so let's not beat on Andre. Roy's logic

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

2004-01-03 Thread Brad Nicholes
Since the test_char.h header file is not located in the same place on the NetWare build as it is for Linux, the path can not be hardcoded. This may break the build of mod_log_forensic on Linux until the path is added to the INCLUDE path. Since I am not sure where this should be added on

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

2004-01-03 Thread Ben Laurie
[EMAIL PROTECTED] wrote: bnicholes2004/01/03 11:18:53 Modified:modules/loggers mod_log_forensic.c Log: Don't hardcode the location of the test_char.h header. The path should be added to the INCLUDE path. This patch is broken. Don't make me reverse it. --

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

2004-01-03 Thread Brad Nicholes
Broken??? jorton already fixed up the INCLUDE path. Brad jorton 2004/01/03 12:15:59 Modified:modules/loggers config.m4 Log: * modules/loggers/config.m4: Add 'server' directory to include path if mod_log_forensic is enabled. Revision ChangesPath 1.8 +5 -0

httpd-pop3 buffer overflow bug

2004-01-03 Thread Edward Rudd
I have found a major buffer overflow bug... I found this while working on my ftp module for apache 2.0.. http://outoforder.cc/projects/apache/ which was initially based off of the structure of httpd-pop3. the issue is ap_getword_white_nc moves the pointer in buffer up by the number of characters