cvs commit: apachen/src/main http_config.h

1997-08-31 Thread Randy Terbush
@@ * handle it back-compatibly, or at least signal an error). */ -#define MODULE_MAGIC_NUMBER 19970825 +#define MODULE_MAGIC_NUMBER 19970831 #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL /* Generic accessors for other modules to get at their own module

cvs commit: apachen/src/os/win32 mod_isapi.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 21:00:29 Modified:src/os/win32 mod_isapi.c Log: More log_*() conversions to aplog_error(). Revision ChangesPath 1.3 +20 -10apachen/src/os/win32/mod_isapi.c Index: mod_isapi.c ===

cvs commit: apachen/src/modules/standard mod_auth_db.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 20:34:34 Modified:src/modules/standard mod_auth_db.c Log: Correct some mistakes. Revision ChangesPath 1.22 +4 -2 apachen/src/modules/standard/mod_auth_db.c Index: mod_auth_db.c =

cvs commit: apachen/src/modules/proxy mod_proxy.c proxy_connect.c proxy_http.c proxy_util.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 20:07:30 Modified:src/modules/proxy mod_proxy.c proxy_connect.c proxy_http.c proxy_util.c Log: Convert log_*() to aplog_error(). Something needs to be done with proxy_log_uerror() in here. I see no obvious reason not to replace it with apl

cvs commit: apachen/src/modules/example mod_example.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 19:53:50 Modified:src/modules/example mod_example.c Log: Convert log_*() to aplog_error(). Revision ChangesPath 1.18 +1 -1 apachen/src/modules/example/mod_example.c Index: mod_example.c

cvs commit: apachen/src/modules/standard mod_status.c mod_unique_id.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 19:49:48 Modified:src/modules/standard mod_status.c mod_unique_id.c Log: Complete src/modules/standard module conversion of log_*() to aplog_error. Revision ChangesPath 1.61 +2 -1 apachen/src/modules/standard/mod_status.c Index: mod_status.

cvs commit: apachen/src/main http_protocol.c

1997-08-31 Thread Rodent of Unusual Size
coar97/08/31 19:46:49 Modified:src/main http_protocol.c Log: Replace use of FORBIDDEN with HTTP_FORBIDDEN. Revision ChangesPath 1.157 +1 -1 apachen/src/main/http_protocol.c Index: http_protocol.c ==

cvs commit: apachen/src/modules/standard mod_rewrite.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 19:39:06 Modified:src/modules/standard mod_rewrite.c Log: Convert log_*() to aplog_error(). Revision ChangesPath 1.50 +13 -6 apachen/src/modules/standard/mod_rewrite.c Index: mod_rewrite.c ==

cvs commit: apachen/src/modules/standard mod_negotiation.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 19:32:56 Modified:src/modules/standard mod_negotiation.c Log: Convert log_*() to aplog_error(). Revision ChangesPath 1.56 +13 -7 apachen/src/modules/standard/mod_negotiation.c Index: mod_negotiation.c ==

cvs commit: apachen/src/modules/standard mod_mime_magic.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 19:22:58 Modified:src/modules/standard mod_mime_magic.c Log: Convert log_*() to aplog_error(). Wow! This module wins the prize for most calls to error... Revision ChangesPath 1.14 +151 -137 apachen/src/modules/standard/mod_mime_magic.c Index:

cvs commit: apachen/src/main http_core.c

1997-08-31 Thread Rodent of Unusual Size
coar97/08/31 18:47:02 Modified:src/main http_core.c Log: Add the post_read_request slot (missed when the other modules were done). Revision ChangesPath 1.117 +2 -1 apachen/src/main/http_core.c Index: http_core.c ==

cvs commit: apachen/src/modules/example mod_example.c

1997-08-31 Thread Rodent of Unusual Size
coar97/08/31 18:39:19 Modified:src/modules/example mod_example.c Log: Rename the different phase handler routines to "example_" using the names of the slots from the module structure (e.g., example_xlate -> example_translate_handler). Also some TAB

cvs commit: apachen/src/modules/standard mod_info.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 18:36:47 Modified:src/modules/standard mod_info.c Log: Convert log_*() to aplog_error(). Revision ChangesPath 1.27 +1 -1 apachen/src/modules/standard/mod_info.c Index: mod_info.c ===

cvs commit: apachen/src/modules/standard mod_include.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 18:35:18 Modified:src/modules/standard mod_include.c Log: Convert log_*() to aplog_error(). Style changes. Revision ChangesPath 1.48 +184 -133 apachen/src/modules/standard/mod_include.c Index: mod_include.c =

cvs commit: apachen/src/modules/example mod_example.c

1997-08-31 Thread Rodent of Unusual Size
coar97/08/31 18:25:22 Modified:src/modules/example mod_example.c Log: Apply many of the style-guide formats. Revision ChangesPath 1.16 +234 -307 apachen/src/modules/example/mod_example.c Index: mod_example.c =

cvs commit: apachen/src/modules/standard mod_imap.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 16:15:54 Modified:src/modules/standard mod_imap.c Log: Convert log_*() to aplog_error(). Revision ChangesPath 1.30 +6 -3 apachen/src/modules/standard/mod_imap.c Index: mod_imap.c ===

cvs commit: apachen/src/modules/standard mod_expires.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 16:11:28 Modified:src/modules/standard mod_expires.c Log: Convert log_*() to aplog_error(). Revision ChangesPath 1.17 +4 -2 apachen/src/modules/standard/mod_expires.c Index: mod_expires.c ==

cvs commit: apachen/src/modules/standard mod_digest.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 16:05:34 Modified:src/modules/standard mod_digest.c Log: Convert log_*() to aplog_error(). Style changes. Revision ChangesPath 1.21 +108 -105 apachen/src/modules/standard/mod_digest.c Index: mod_digest.c

cvs commit: apachen/src/modules/standard mod_cgi.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 15:59:09 Modified:src/modules/standard mod_cgi.c Log: Convert log_*() to aplog_error(). Revision ChangesPath 1.55 +12 -11apachen/src/modules/standard/mod_cgi.c Index: mod_cgi.c ==

cvs commit: apachen/src/modules/standard mod_cern_meta.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 15:53:14 Modified:src/modules/standard mod_cern_meta.c Log: Convert log_*() to aplog_error(). Style changes. Revision ChangesPath 1.19 +20 -16apachen/src/modules/standard/mod_cern_meta.c Index: mod_cern_meta.c ===

cvs commit: apachen/src/modules/standard mod_autoindex.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 15:47:51 Modified:src/modules/standard mod_autoindex.c Log: Conver log_*() to aplog_error(). Style changes. One change to correct problems Emacs was having with formating. Revision ChangesPath 1.47 +14 -11apachen/src/modules/standard/mod_autoin

cvs commit: apachen/src/modules/standard Makefile.tmpl mod_auth_msql.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 15:36:26 Modified:src CHANGES Configuration.tmpl src/modules/standard Makefile.tmpl Removed: src/modules/standard mod_auth_msql.c Log: Remove mod_auth_msql from the distribution. Note in changes references a URL that is not yet active, pen

cvs commit: apachen/src/modules/standard mod_auth_db.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 15:24:50 Modified:src/modules/standard mod_auth_db.c Log: Convert log_*() to aplog_error(). Style changes. Revision ChangesPath 1.21 +30 -28apachen/src/modules/standard/mod_auth_db.c Index: mod_auth_db.c =

cvs commit: apachen/src/modules/standard mod_auth_dbm.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 15:23:22 Modified:src/modules/standard mod_auth_dbm.c Log: Convert log_*() to aplog_error(). Style changes. Revision ChangesPath 1.28 +34 -29apachen/src/modules/standard/mod_auth_dbm.c Index: mod_auth_dbm.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: /export/home/cvs/apach

cvs commit: apachen/src/modules/standard mod_auth_anon.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 14:54:03 Modified:src/modules/standard mod_auth_anon.c Log: Convert log_*() to aplog_error(). Style changes. Revision ChangesPath 1.24 +35 -36apachen/src/modules/standard/mod_auth_anon.c Index: mod_auth_anon.c ===

cvs commit: apachen/src/modules/standard mod_auth.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 14:41:15 Modified:src/modules/standard mod_auth.c Log: Convert log_*() to aplog_error(). Style changes. Revision ChangesPath 1.26 +23 -21apachen/src/modules/standard/mod_auth.c Index: mod_auth.c ==

cvs commit: apachen/src/modules/standard mod_asis.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 14:36:00 Modified:src/modules/standard mod_asis.c Log: Convert log_*() to aplog_error(). Style changes. Revision ChangesPath 1.19 +9 -7 apachen/src/modules/standard/mod_asis.c Index: mod_asis.c ==

cvs commit: apachen/src/modules/standard mod_actions.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 14:33:09 Modified:src/modules/standard mod_actions.c Log: Convert log_*() to aplog_error(). Revision ChangesPath 1.17 +2 -1 apachen/src/modules/standard/mod_actions.c Index: mod_actions.c ==

cvs commit: apachen/src/modules/standard mod_access.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 14:31:00 Modified:src/modules/standard mod_access.c Log: Convert log_*() to aplog_error(). Revision ChangesPath 1.24 +2 -1 apachen/src/modules/standard/mod_access.c Index: mod_access.c =

cvs commit: apachen/src/main http_config.c http_core.c http_log.c http_protocol.c http_request.c rfc1413.c util_script.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 14:28:59 Modified:src/main http_config.c http_core.c http_log.c http_protocol.c http_request.c rfc1413.c util_script.c Log: Complete conversion of src/main/* to aplog_error(). On to the modules... Revision Changes

cvs commit: apachen/src/main http_main.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 13:13:08 Modified:src/main http_main.c Log: Begin conversion of log_*() to aplog_error(). Change some code style to Apache format while we're at it. Revision ChangesPath 1.213 +163 -149 apachen/src/main/http_main.c Index: http_main.c ===

cvs commit: apachen/src/os/win32 passwd.c passwd.h ApacheModuleRewrite.dsp ApacheModuleRewrite.mak

1997-08-31 Thread Ben Laurie
ben 97/08/31 09:43:19 Modified:src Makefile.nt src/modules/standard mod_rewrite.c mod_rewrite.h src/os/win32 ApacheModuleRewrite.dsp ApacheModuleRewrite.mak Added: src/os/win32 passwd.c passwd.h Log: Make mod_rewrite compile on Win32.

cvs commit: apachen/src/main http_request.c

1997-08-31 Thread Ben Laurie
ben 97/08/31 09:28:52 Modified:src/main http_request.c Log: Temporary(?) fix for Win32 Auth not working. Revision ChangesPath 1.80 +3 -0 apachen/src/main/http_request.c Index: http_request.c

cvs commit: apachen/src/modules/standard mod_info.c

1997-08-31 Thread Rodent of Unusual Size
coar97/08/31 06:30:53 Modified:src/modules/example mod_example.c src/modules/standard mod_info.c Log: Add the server build time to some other useful places. Revision ChangesPath 1.15 +6 -1 apachen/src/modules/example/mod_example.c I