cvs commit: apachen/src INDENT

1997-09-15 Thread Randy Terbush
randy 97/09/15 07:42:04 Modified:src INDENT Log: Reserve files to be indented while working on logging. Revision ChangesPath 1.15 +4 -4 apachen/src/INDENT Index: INDENT === RCS

cvs commit: apachen/src INDENT

1997-09-14 Thread Randy Terbush
randy 97/09/14 14:43:18 Modified:src INDENT Log: Reserve files for indentation. Revision ChangesPath 1.11 +8 -8 apachen/src/INDENT Index: INDENT === RCS file:

cvs commit: apachen/src/main util.c util_date.c util_date.h util_md5.c util_md5.h util_script.c util_script.h util_snprintf.c

1997-09-14 Thread Randy Terbush
randy 97/09/14 15:19:04 Modified:src/main util.c util_date.c util_date.h util_md5.c util_md5.h util_script.c util_script.h util_snprintf.c Log: indent Revision ChangesPath 1.69 +693 -594 apachen/src/main/util.c

cvs commit: apachen/src/support .indent.pro

1997-09-14 Thread Randy Terbush
randy 97/09/14 15:29:59 Added: src/support .indent.pro Log: Add .indent.pro for this directory. Revision ChangesPath 1.1 apachen/src/support/.indent.pro Index: .indent.pro ===

cvs commit: apachen/src/support cls.c htdigest.c htpasswd.c logresolve.c rotatelogs.c suexec.c suexec.h

1997-09-14 Thread Randy Terbush
randy 97/09/14 15:48:14 Modified:src/support cls.c htdigest.c htpasswd.c logresolve.c rotatelogs.c suexec.c suexec.h Log: indent Revision ChangesPath 1.4 +66 -65apachen/src/support/cls.c Index: cls.c

cvs commit: apachen/src INDENT

1997-09-14 Thread Randy Terbush
randy 97/09/14 15:49:49 Modified:src INDENT Log: Update INDENT Revision ChangesPath 1.13 +7 -7 apachen/src/INDENT Index: INDENT === RCS file: /export/home/cvs/apachen/src/INDENT,v

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_main.c http_protocol.c

1997-09-02 Thread Randy Terbush
randy 97/09/02 21:54:55 Modified:src/main http_main.c http_protocol.c Log: Logging tweaks. Revision ChangesPath 1.214 +1 -1 apachen/src/main/http_main.c Index: http_main.c === RCS file:

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

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/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/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/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/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_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 -11

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_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_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_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_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:

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

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/main http_config.h

1997-08-31 Thread Randy Terbush
randy 97/08/31 21:14:49 Modified:src/main http_config.h Log: Bump the MODULE_MAGIC_NUMBER to indicated aplog_error() addition. Revision ChangesPath 1.47 +1 -1 apachen/src/main/http_config.h Index: http_config.h

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

1997-08-27 Thread Randy Terbush
randy 97/08/27 07:22:09 Modified:src/main conf.h http_log.c Log: HAVE_SYSLOG. Added #define for most platforms erroring on the optimistic side. Revision ChangesPath 1.129 +28 -0 apachen/src/main/conf.h Index: conf.h

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_config.c http_core.c http_log.c http_log.h httpd.h

1997-08-26 Thread Randy Terbush
logging. This addition also provides the ablity to log errors using syslogd. Error logging is configurable - on a per-directory basis using the LogLevel directive. Conversion + on a per-server basis using the LogLevel directive. Conversion of log_*() in progress. [Randy

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

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

1997-08-24 Thread Randy Terbush
also provides + the ablity to log errors using syslogd. Error logging is configurable + on a per-directory basis using the LogLevel directive. Conversion + of log_*() in progress. [Randy Terbush] + *) Canonicalise filenames under Win32. Short filenames are converted

cvs commit: apachen/src/main conf.h httpd.h

1997-08-23 Thread Randy Terbush
randy 97/08/23 09:01:24 Modified:src/main conf.h httpd.h Log: Conditionalize a few more defines. Revision ChangesPath 1.127 +12 -0 apachen/src/main/conf.h Index: conf.h === RCS file:

cvs commit: apachen/src/core http_core.c

1997-08-22 Thread Randy Terbush
' directive to allow inclusion of configuration + files within configuration files. [Randy Terbush] + *) Proxy errors on connect() are logged to the error_log (nothing new); now they include the IP address and port that failed (*that's* new). PR#352 [Ken Coar, Marc Slemko

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

1997-08-22 Thread Randy Terbush
to revisit your configuration files in order to make use of the new module. Submitted by: David J. MacKenzie [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Brian Behlendorf, Randy Terbush Revision ChangesPath 1.18 +78 -34apachen/src/modules/standard/mod_cern_meta.c Index

cvs commit: apachen/src CHANGES

1997-08-22 Thread Randy Terbush
to be configurable on a per-directory basis. + [David J. MacKenzie] + *) Add 'Include' directive to allow inclusion of configuration files within configuration files. [Randy Terbush]

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

1997-08-22 Thread Randy Terbush
the title to be misaligned in the listing. Submitted by: David J. MacKenzie [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Brian Behlendorf, Randy Terbush Revision ChangesPath 1.409 +5 -0 apachen/src/CHANGES Index: CHANGES

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

1997-08-22 Thread Randy Terbush
by: David J. MacKenzie [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Brian Behlendorf, Randy Terbush Revision ChangesPath 1.410 +4 -0 apachen/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apachen/src

cvs commit: apachen/htdocs/manual/mod core.html directives.html

1997-08-22 Thread Randy Terbush
randy 97/08/22 20:10:56 Modified:htdocs/manual/mod core.html directives.html Log: Document 'Include' Revision ChangesPath 1.72 +11 -0 apachen/htdocs/manual/mod/core.html Index: core.html

cvs commit: apachen/src Makefile.tmpl

1997-08-22 Thread Randy Terbush
randy 97/08/22 20:36:13 Modified:src Makefile.tmpl Log: Cleanup after core dir rename. Revision ChangesPath 1.58 +10 -10apachen/src/Makefile.tmpl Index: Makefile.tmpl === RCS file:

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

1997-08-22 Thread Randy Terbush
randy 97/08/22 21:00:38 Modified:src Apache.mak ApacheCore.mak Configure src/main http_config.c http_config.h src/modules/standard mod_auth.c mod_auth_db.c mod_auth_dbm.c Log: More cleanup for core - main. Revision ChangesPath 1.5

cvs commit: apachen/src Apache.dsp ApacheCore.dsp

1997-08-22 Thread Randy Terbush
randy 97/08/22 21:10:12 Modified:src Apache.dsp ApacheCore.dsp Log: Perhaps this is the last of the cleanups... Revision ChangesPath 1.4 +1 -1 apachen/src/Apache.dsp Index: Apache.dsp

cvs commit: apachen/src CHANGES

1997-08-22 Thread Randy Terbush
commited with the core - main change] Submitted by: David J. MacKenzie [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Brian Behlendorf, Randy Terbush Revision ChangesPath 1.411 +5 -0 apachen/src/CHANGES Index: CHANGES

cvs commit: apache-site/mirrors index.html mirrors.list

1997-08-10 Thread Randy Terbush
randy 97/08/10 19:04:16 Modified:mirrors index.html mirrors.list Log: Add a few new mirror sites. Revision ChangesPath 1.14 +8 -0 apache-site/mirrors/index.html Index: index.html ===

cvs commit: apache-site index.html

1997-08-10 Thread Randy Terbush
randy 97/08/10 19:31:10 Modified:.index.html Log: Get rid of those dang orange balls... :-) Revision ChangesPath 1.31 +16 -24apache-site/index.html Index: index.html === RCS file:

cvs commit: apache-site/mirrors index.html mirrors.list

1997-07-30 Thread Randy Terbush
randy 97/07/30 06:16:36 Modified:mirrors index.html mirrors.list Log: Include an FTP site for this mirror. Revision ChangesPath 1.12 +2 -0 apache-site/mirrors/index.html Index: index.html

cvs commit: apache-site/mirrors index.html mirrors.list

1997-07-29 Thread Randy Terbush
randy 97/07/29 20:27:04 Modified:mirrors index.html mirrors.list Log: Catch-up on new mirror additions. Revision ChangesPath 1.11 +32 -0 apache-site/mirrors/index.html Index: index.html

cvs commit: apache/htdocs/manual/misc FAQ.html

1997-07-14 Thread Randy Terbush
randy 97/07/14 10:47:33 Modified:htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html Log: Fix a broken link. Revision ChangesPath No revision No revision 1.63.2.10 +2 -2 apache/htdocs/manual/misc/FAQ.html Index:

cvs commit: apache-site/mirrors index.html mirrors.list

1997-07-06 Thread Randy Terbush
randy 97/07/06 08:54:19 Modified:mirrors index.html mirrors.list Log: Add a couple more European mirrors. Revision ChangesPath 1.8 +8 -0 apache-site/mirrors/index.html Index: index.html

cvs commit: apache/htdocs/manual/misc perf.html

1997-07-06 Thread Randy Terbush
randy 97/07/06 12:35:58 Modified:htdocs/manual/misc Tag: APACHE_1_2_X perf.html Log: Sun has changed some of these URLs. Revision ChangesPath No revision No revision 1.8.2.2 +1 -5

cvs commit: apache/htdocs/manual/misc perf.html

1997-07-06 Thread Randy Terbush
randy 97/07/06 12:37:52 Modified:htdocs/manual/misc Tag: APACHE_1_2_X perf.html Log: Make this reflect the remote document title. Revision ChangesPath No revision No revision 1.8.2.3 +1 -1

cvs commit: apache-site in_the_news.html

1997-06-28 Thread Randy Terbush
randy 97/06/28 12:10:41 Modified:. in_the_news.html Log: Wired article on Apache. Revision ChangesPath 1.8 +4 -0 apache-site/in_the_news.html Index: in_the_news.html === RCS

cvs commit: apache-site/mirrors index.html mirrors.list

1997-06-25 Thread Randy Terbush
randy 97/06/25 21:43:18 Modified:mirrors index.html mirrors.list Log: Add a couple more mirror sites. Revision ChangesPath 1.4 +6 -0 apache-site/mirrors/index.html Index: index.html ===

cvs commit: apache-site/mirrors index.html mirrors.list

1997-06-20 Thread Randy Terbush
randy 97/06/20 17:43:57 Modified:mirrors index.html mirrors.list Log: New mirror in Brazil. Revision ChangesPath 1.2 +15 -7 apache-site/mirrors/index.html Index: index.html === RCS

cvs commit: apache-site/mirrors mirrors.list

1997-06-14 Thread Randy Terbush
randy 97/06/14 20:46:04 Modified:mirrors mirrors.list Log: Yet another mirror. US site. Revision ChangesPath 1.9 +1 -0 apache-site/mirrors/mirrors.list Index: mirrors.list === RCS

cvs commit: apache/src httpd.h

1997-06-06 Thread Randy Terbush
randy 97/06/06 06:51:11 Modified:src httpd.h Log: 1.3-dev is the current HEAD. Revision ChangesPath 1.112 +1 -1 apache/src/httpd.h Index: httpd.h === RCS file:

cvs commit: apache/htdocs/manual suexec.html

1997-06-05 Thread Randy Terbush
randy 97/06/05 13:07:21 Modified:htdocs/manual suexec.html Log: Update suexec docs. Reviewed by: Ken Coar, Randy Terbush Submitted by: Jason Dour Revision ChangesPath 1.11 +447 -132 apache/htdocs/manual/suexec.html Index: suexec.html

cvs commit: apache/src httpd.h

1997-06-05 Thread Randy Terbush
randy 97/06/05 13:16:29 Modified:src httpd.h Log: The long awaited version 1.2.0 is official. Revision ChangesPath 1.110 +1 -1 apache/src/httpd.h Index: httpd.h === RCS file:

cvs commit: apache/src httpd.h

1997-06-05 Thread Randy Terbush
randy 97/06/05 15:53:29 Modified:src httpd.h Log: Begin branch for minor versions of 1.2. Revision ChangesPath 1.111 +1 -1 apache/src/httpd.h Index: httpd.h === RCS file:

cvs commit: apache KEYS

1997-06-04 Thread Randy Terbush
BLOCK- + + Type Bits/KeyIDDate User ID + pub 1024/631B5749 1996/06/21 Randy Terbush [EMAIL PROTECTED] + + -BEGIN PGP PUBLIC KEY BLOCK- + Version: 2.6.3 + + mQCNAzHLBS8AAAEEANGFXb9o0NPVfVjSLvQh1j3fN6cMeVNA5BGUJ6HZGP/NDxTE + i8hwejJqakkU4ux/g6Kqckrx3h8WR7OXZZ

cvs commit: apache/src rfc1413.c

1997-05-29 Thread Randy Terbush
back, please. #ken:-(} Reviewed by: Randy Terbush, Jim Jagielski, Dean Gaudet Submitted by: Ken Coar Revision ChangesPath 1.11 +3 -1 apache/src/rfc1413.c Index: rfc1413.c === RCS file: /export

cvs commit: apache/src httpd.h

1997-05-29 Thread Randy Terbush
randy 97/05/29 11:48:43 Modified:src httpd.h Log: Release 1.2b11 complete. Revision ChangesPath 1.109 +1 -1 apache/src/httpd.h Index: httpd.h === RCS file:

cvs commit: apache/src util_script.c

1997-04-25 Thread Randy Terbush
randy 97/04/25 06:39:35 Modified:src util_script.c Log: Reverse previous changes. Revision ChangesPath 1.51 +8 -11 apache/src/util_script.c Index: util_script.c === RCS file:

cvs commit: apache/src util_script.c

1997-04-24 Thread Randy Terbush
randy 97/04/24 22:29:55 Modified:src util_script.c Log: Get this right. Roy pointed out a couple of Bad Things (tm) and it seems this patch even broke the non ~user functionality by not setting the group. Revision ChangesPath 1.50 +12 -9

cvs commit: apache/support suexec.c

1997-03-03 Thread Randy Terbush
reintroduced by changes in 1.2b7 which allows + initgroups() to hose the group information needed for later + comparisons. [Randy Terbush] *) Remove unnecessary call to va_end() in create_argv() which caused a SEGV on some systems. Modified:support suexec.c

cvs commit: apache/src conf.h

1997-03-02 Thread Randy Terbush
randy 97/03/02 08:12:52 Modified:src conf.h Log: FreeBSD 2.2 portability Revision ChangesPath 1.86 +3 -0 apache/src/conf.h Index: conf.h === RCS file:

cvs commit: apache/src/modules Makefile

1997-02-21 Thread Randy Terbush
randy 97/02/21 16:15:04 Modified:src/modules Makefile Log: Quote variables Revision ChangesPath 1.7 +1 -1 apache/src/modules/Makefile Index: Makefile === RCS file:

cvs commit: apache/src httpd.h

1997-02-21 Thread Randy Terbush
randy 97/02/21 16:47:34 Modified:src httpd.h Log: Change version to 1.2b8-dev Revision ChangesPath 1.90 +1 -1 apache/src/httpd.h Index: httpd.h === RCS file:

cvs commit: apache/support suexec.c

1997-02-13 Thread Randy Terbush
randy 97/02/13 06:42:10 Modified:support suexec.c Log: Increase default size of buffer based on Marc's suggestion. Revision ChangesPath 1.17 +1 -1 apache/support/suexec.c Index: suexec.c

cvs commit: apache/support suexec.c

1997-02-11 Thread Randy Terbush
randy 97/02/11 09:57:22 Modified:support suexec.c Log: Correct an allocation mistake pointed out by Marc. Revision ChangesPath 1.16 +1 -1 apache/support/suexec.c Index: suexec.c ===

cvs commit: apache/src http_main.c httpd.h

1997-01-26 Thread Randy Terbush
randy 97/01/26 13:11:57 Modified:src http_main.c httpd.h Log: Correct a critical typo and ready to re-roll 1.2b5. Revision ChangesPath 1.114 +1 -1 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src CHANGES mod_imap.c

1997-01-26 Thread Randy Terbush
randy 97/01/26 16:16:20 Modified:src CHANGES mod_imap.c Log: Allow whitespace in imagemap mapfile coordinates. Reviewed by: Roy Fielding, Brian Behlendorf, Jim Jagielski Revision ChangesPath 1.137 +2 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src httpd.h

1997-01-26 Thread Randy Terbush
randy 97/01/26 16:25:53 Modified:src httpd.h Log: We are now at 1.2b7-dev. Revision ChangesPath 1.85 +1 -1 apache/src/httpd.h Index: httpd.h === RCS file:

cvs commit: apache/src Makefile.tmpl

1997-01-25 Thread Randy Terbush
randy 97/01/25 17:59:05 Modified:src Makefile.tmpl Log: Double quote here causes problems when passing quoted values in defines. Revision ChangesPath 1.40 +2 -2 apache/src/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache/htdocs/manual/mod core.html

1997-01-25 Thread Randy Terbush
randy 97/01/25 18:02:10 Modified:htdocs/manual/mod core.html Log: Missing number pointed out by Mark Slemko. Revision ChangesPath 1.31 +1 -1 apache/htdocs/manual/mod/core.html Index: core.html

cvs commit: apache/src httpd.h

1997-01-25 Thread Randy Terbush
randy 97/01/25 18:13:47 Modified:src httpd.h Log: Rolling version 1.2b5 Revision ChangesPath 1.81 +1 -1 apache/src/httpd.h Index: httpd.h === RCS file:

cvs commit: apache/src CHANGES mod_cgi.c

1997-01-24 Thread Randy Terbush
+ *) Don't call can_exec() if suexec_enabled. Calling this requires + scripts executed by the suexec wrapper to be world executable, which + defeats one of the advantages of running the wrapper. [Randy Terbush] + *) Portability Fix: IRIX complained with 'make clean

cvs commit: apache/support suexec.c

1997-01-24 Thread Randy Terbush
randy 97/01/24 17:07:13 Modified:support suexec.c Log: Add TZ to list of acceptable environment variables. Revision ChangesPath 1.13 +1 -0 apache/support/suexec.c Index: suexec.c ===

cvs commit: apache/src CHANGES mod_fastcgi.c

1997-01-19 Thread Randy Terbush
randy 97/01/19 11:22:34 Modified:htdocs/manual/mod mod_fastcgi.html Log: Update docs. Note that I added a comment about the included patch being reversed and added the !--#include for our footer. Submitted by: Stanley Gambarin Revision ChangesPath 1.5 +321

cvs commit: apache/htdocs/manual/mod mod_fastcgi.html

1997-01-19 Thread Randy Terbush
randy 97/01/19 11:28:49 Modified:htdocs/manual/mod mod_fastcgi.html Log: Get it right. Revision ChangesPath 1.6 +1 -4 apache/htdocs/manual/mod/mod_fastcgi.html Index: mod_fastcgi.html

cvs commit: apache/htdocs/manual/mod mod_fastcgi.html

1997-01-19 Thread Randy Terbush
randy 97/01/19 11:31:43 Modified:htdocs/manual/mod mod_fastcgi.html Log: More bits. Revision ChangesPath 1.7 +2 -0 apache/htdocs/manual/mod/mod_fastcgi.html Index: mod_fastcgi.html ===

cvs commit: apache/src mod_auth_msql.c

1997-01-19 Thread Randy Terbush
randy 97/01/19 22:30:41 Modified:src mod_auth_msql.c Log: MAX_STRING_LENGTH - MAX_STRING_LEN Revision ChangesPath 1.19 +21 -21apache/src/mod_auth_msql.c Index: mod_auth_msql.c ===

cvs commit: apache/support suexec.c

1997-01-18 Thread Randy Terbush
randy 97/01/18 10:39:53 Modified:support suexec.c Log: Trim arguments passed to CGI program. Revision ChangesPath 1.12 +1 -1 apache/support/suexec.c Index: suexec.c === RCS file:

cvs commit: apache/src CHANGES http_request.c mod_cookies.c

1997-01-13 Thread Randy Terbush
randy 97/01/13 20:10:43 Branch: src RELEASE_1_1_X Modified:src CHANGES http_request.c mod_cookies.c Log: *) Fix a problem introduced by the directory index patch that breaks CGI with PATH_INFO arguments. *) Remove const in storage type

cvs commit: apache/src httpd.h

1997-01-13 Thread Randy Terbush
randy 97/01/13 20:52:13 Branch: src RELEASE_1_1_X Modified:src httpd.h Log: Change version to 1.1.3-dev Revision ChangesPath 1.36.2.5 +1 -1 apache/src/httpd.h Index: httpd.h

cvs commit: apache/src http_request.c

1997-01-13 Thread Randy Terbush
randy 97/01/13 21:03:08 Modified:src http_request.c Log: Complete fix for directoryindex problem. Reviewed by: Marc Slemko, Sameer, Parekh, Randy Terbush Submitted by: Marc Slemko Revision ChangesPath 1.37 +8 -8 apache/src/http_request.c Index

cvs commit: apache/support suexec.c suexec.h

1997-01-12 Thread Randy Terbush
enhancements to suexec wrapper. It is _highly_ + recommended that previously installed versions of the wrapper + be replaced with this version. [Randy Terbush, Jason Dour] + + - ~user execution now properly restricted to ~user's home + directory and below. + - execution

cvs commit: apache/support suexec.h

1997-01-12 Thread Randy Terbush
randy 97/01/12 11:21:55 Modified:support suexec.h Log: Make constants agree with CHANGES Revision ChangesPath 1.8 +1 -1 apache/support/suexec.h Index: suexec.h === RCS file:

cvs commit: apache/src CHANGES http_request.c mod_dir.c

1997-01-12 Thread Randy Terbush
randy 97/01/12 12:01:23 Modified:src CHANGES http_request.c mod_dir.c Log: Properly check errno to prevent display of a directory index when server receives a long enough URL to confuse stat(). Reviewed by: Randy Terbush, Marc Slemko Submitted by: Marc Slemko

cvs commit: apache/src mod_cookies.c

1997-01-11 Thread Randy Terbush
randy 97/01/11 16:45:55 Branch: src RELEASE_1_1_X Modified:src mod_cookies.c Log: Fix a buffer overflow problem which could allow unauthorized access. Reviewed by: Marc Slemko, Randy Terbush, Ben Laurie Submitted by: Alfred Huger [EMAIL PROTECTED

cvs commit: apache/src httpd.h

1997-01-11 Thread Randy Terbush
randy 97/01/11 16:47:16 Branch: src RELEASE_1_1_X Modified:src httpd.h Log: Prepare to release 1.1.2 to fix a couple of security problems. Revision ChangesPath 1.36.2.3 +1 -1 apache/src/httpd.h Index: httpd.h

cvs commit: apache/src CHANGES

1997-01-11 Thread Randy Terbush
randy 97/01/11 16:51:20 Branch: src RELEASE_1_1_X Modified:src CHANGES Log: Update CHANGES Revision ChangesPath 1.39.2.2 +10 -0 apache/src/CHANGES Index: CHANGES === RCS

cvs commit: apache/src http_request.c mod_cookies.c

1997-01-11 Thread Randy Terbush
randy 97/01/11 18:05:45 Branch: src RELEASE_1_1_X Modified:src http_request.c mod_cookies.c Log: Make http_request.c changes a bit more portable. Change Copyright dates for both files. Revision ChangesPath 1.11.2.2 +11 -2

cvs commit: apache/src http_request.c mod_dir.c

1997-01-11 Thread Randy Terbush
randy 97/01/11 21:17:27 Branch: src RELEASE_1_1_X Modified:src http_request.c mod_dir.c Log: More changes to support fix for DirectoryIndex/stat() problem. Reviewed by: Randy Terbush Submitted by: Marc Slemko Revision ChangesPath 1.11.2.3 +1 -1

cvs commit: apache/src/modules/proxy Makefile mod_proxy.c mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c

1997-01-01 Thread Randy Terbush
randy 97/01/01 10:20:06 Modified:src/modules Makefile src/modules/proxy Makefile mod_proxy.c mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c Log: Update Copyright dates. Revision

cvs commit: apache/support dbmmanage dbmmanage.new dbmmanage.readme httpd.1m httpd_monitor.c log_server_status suexec.c suexec.h

1997-01-01 Thread Randy Terbush
randy 97/01/01 10:26:21 Modified:support dbmmanage dbmmanage.new dbmmanage.readme httpd.1m httpd_monitor.c log_server_status suexec.c suexec.h Log: Update Copyright dates. Revision ChangesPath 1.6 +1 -2 apache/support/dbmmanage

cvs commit: apache/src alloc.c alloc.h buff.c buff.h conf.h http_conf_globals.h http_config.c http_config.h http_core.c http_core.h http_log.c http_log.h http_main.c http_main.h http_protocol.c http_protocol.h http_request.c http_request.h httpd.h md5.h md5c.c mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_auth_anon.c mod_auth_db.c mod_auth_dbm.c mod_auth_msql.c mod_browser.c mod_cern_meta.c mod_cgi.c mod_digest.c mod_dir.c mod_dld.c mod_env.c mod_expires.c mod_headers.c mod_imap.c mod_include.c mod_info.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_mime.c mod_negotiation.c mod_rewrite.c mod_rewrite.h mod_status.c mod_userdir.c mod_usertrack.c rfc1413.c rfc1413.h scoreboard.h util.c util_date.c util_date.h util_md5.c util_md5.h util_script.c util_script.h

1997-01-01 Thread Randy Terbush
randy 97/01/01 10:11:13 Modified:src alloc.c alloc.h buff.c buff.h conf.h http_conf_globals.h http_config.c http_config.h http_core.c http_core.h http_log.c http_log.h http_main.c http_main.h

cvs commit: apache/src CHANGES

1996-12-31 Thread Randy Terbush
randy 96/12/31 15:29:14 Modified:src CHANGES Log: Update CHANGES. Revision ChangesPath 1.111 +2 -0 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES http_main.c

1996-12-30 Thread Randy Terbush
randy 96/12/30 18:29:02 Modified:src CHANGES http_main.c Log: Close possible race condition in accept_mutex_init() with O_EXCL flag. Reviewed by: Randy Terbush, Chuck Murcko Submitted by: Marc Slemko Revision ChangesPath 1.108 +5 -0 apache/src

cvs commit: apache/src httpd.h

1996-12-30 Thread Randy Terbush
randy 96/12/30 18:30:07 Modified:src httpd.h Log: Prepare release of 1.2 Beta 4. Revision ChangesPath 1.76 +1 -1 apache/src/httpd.h Index: httpd.h === RCS file:

cvs commit: apache/src httpd.h

1996-12-30 Thread Randy Terbush
randy 96/12/30 18:45:01 Modified:src httpd.h Log: Change revision to 1.2b5-dev Revision ChangesPath 1.77 +1 -1 apache/src/httpd.h Index: httpd.h === RCS file:

cvs commit: apache/src CHANGES

1996-12-27 Thread Randy Terbush
randy 96/12/27 15:39:41 Modified:src CHANGES Log: Update CHANGES for suexec fixes. Revision ChangesPath 1.102 +9 -0 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES conf.h http_core.c http_main.c http_protocol.c mod_fastcgi.c util.c

1996-12-27 Thread Randy Terbush
randy 96/12/27 16:04:58 Modified:src CHANGES conf.h http_core.c http_main.c http_protocol.c mod_fastcgi.c util.c Log: OS/2 changes to support MMAP style scoreboard file and UNIX style #! tokens for better script portability. Submitted by: Garey

  1   2   >