cvs commit: apachen/src/main http_log.c http_log.h

1998-01-04 Thread pcs
pcs 98/01/04 08:35:29 Modified:src/main http_log.c http_log.h Log: Fix removing errno from APLOG_WIN32ERROR error messages. Revision ChangesPath 1.46 +5 -1 apachen/src/main/http_log.c Index: http_log.c

cvs commit: apachen/src/main http_log.c

1998-01-04 Thread pcs
pcs 98/01/04 09:03:19 Modified:src/main http_log.c Log: Correct into a Revision ChangesPath 1.47 +1 -1 apachen/src/main/http_log.c Index: http_log.c === RCS file:

cvs commit: apachen/src/main http_log.c

1998-01-03 Thread dgaudet
dgaudet 98/01/02 16:18:40 Modified:src CHANGES src/main http_log.c Log: Fix buffer overrun in log_printf(). Reviewed by: Randy Terbush Revision ChangesPath 1.557 +4 -0 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src/main http_log.c http_log.h

1997-12-07 Thread pcs
pcs 97/12/07 07:48:01 Modified:src/main http_log.c http_log.h Log: The current aplog_error() function cannot report on errors returned by Win32 functions. These functions do not bother setting errno - instead, you have to make a call to GetLastError() to get the error code,

cvs commit: apachen/src/main http_log.c http_log.h http_main.c

1997-10-05 Thread Roy Fielding
fielding97/10/05 00:47:48 Modified:src CHANGES src/main http_log.c http_log.h http_main.c Log: Reduce what is written by aplog_error() by excluding filename if it is NULL, line number if it is -, and errno if the new APLOG_NOERRNO bit is set in level

cvs commit: apachen/src/main http_log.c

1997-09-09 Thread Randy Terbush
randy 97/09/09 19:35:39 Modified:src/main http_log.c Log: Attempt to make syslog support more portable as suggested by Alexei. Revision ChangesPath 1.32 +34 -0 apachen/src/main/http_log.c Index: http_log.c

cvs commit: apachen/src/main http_log.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 15:14:09 Modified:src/main http_log.c Log: Fix a warning. Revision ChangesPath 1.31 +0 -1 apachen/src/main/http_log.c Index: http_log.c === RCS file:

cvs commit: apachen/src/main http_log.c

1997-08-27 Thread Randy Terbush
randy 97/08/27 08:49:14 Modified:src/main http_log.c Log: Revision ChangesPath 1.28 +1 -0 apachen/src/main/http_log.c Index: http_log.c === RCS file:

cvs commit: apachen/src/main http_log.c

1997-08-25 Thread Dean Gaudet
dgaudet 97/08/25 01:24:16 Modified:src/main http_log.c Log: not everything has LOG_FTP Revision ChangesPath 1.23 +2 -0 apachen/src/main/http_log.c Index: http_log.c === RCS file:

cvs commit: apachen/src/main http_log.c

1997-08-25 Thread Rodent of Unusual Size
coar97/08/25 07:26:31 Modified:src/main http_log.c Log: #ifdef LOG_AUTHPRIV, since it isn't available on Digital UNIX 3.2. Revision ChangesPath 1.24 +2 -0 apachen/src/main/http_log.c Index: http_log.c

cvs commit: apachen/src/main http_log.c

1997-08-25 Thread Randy Terbush
randy 97/08/25 07:53:41 Modified:src/main http_log.c Log: Comment out syslog support temporarily until I can come up with a more portable option. Revision ChangesPath 1.25 +2 -0 apachen/src/main/http_log.c Index: http_log.c