cvs commit: apache/src .indent.pro

1996-10-08 Thread Roy Fielding
fielding96/10/08 17:30:28 Added: src .indent.pro Log: Added indent profile for Apache style

cvs commit: apache/src/modules/proxy proxy_http.c

1996-10-08 Thread Chuck Murcko
chuck 96/10/08 15:49:32 Modified:src/modules/proxy proxy_http.c Log: Change read_client_block to get_client_block for "100 Continue" patch. Revision ChangesPath 1.2 +2 -2 apache/src/modules/proxy/proxy_http.c Index: proxy_http.c ==

cvs commit: apache/src mod_dir.c

1996-10-08 Thread Brian Behlendorf
brian 96/10/08 15:34:31 Modified:src mod_dir.c Log: Fixed -Wall warning. Revision ChangesPath 1.13 +2 -2 apache/src/mod_dir.c Index: mod_dir.c === RCS file: /export/home/cvs/apache/

cvs commit: apache/src http_config.c http_config.h mod_auth.c mod_auth_db.c mod_auth_dbm.c mod_digest.c

1996-10-08 Thread Brian Behlendorf
brian 96/10/08 15:19:30 Modified:src http_config.c http_config.h mod_auth.c mod_auth_db.c mod_auth_dbm.c mod_digest.c Log: Reviewed by: Brian Behlendorf Submitted by: Alexei Kosut Alexei wrote: > Here is a patch that makes > AuthUserFile/A

cvs commit: apache/src http_config.h http_protocol.c http_protocol.h mod_cgi.c

1996-10-08 Thread Brian Behlendorf
brian 96/10/08 14:47:05 Modified:src http_config.h http_protocol.c http_protocol.h mod_cgi.c Log: Reviewed by: Brian Behlendorf Submitted by: Alexei Kosut Patch to properly support "100 Continue" for HTTP/1.1, and bring mod_cgi.c in line.

CVS 1.9 released (fwd)

1996-10-08 Thread Brian Behlendorf
Let me know if there's a desire to have this implemented on hyperreal. Brian -- Forwarded message -- Date: Tue, 08 Oct 1996 13:33:47 -0700 From: ozymandias G desiderata <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: CVS 1.9 released (fwd) From:Jim Blandy <[EMAIL

cvs commit: apache/support phf_abuse_log.cgi

1996-10-08 Thread Brian Behlendorf
brian 96/10/08 14:14:50 Added: support phf_abuse_log.cgi Log: Submitted by: Rob Hartill, modified by Brian Behlendorf A simple script to log attempted abuses of the "phf" security hole in Apache, when used in conjunction with a particular section in access.conf-dist.

cvs commit: apache/conf access.conf-dist

1996-10-08 Thread Brian Behlendorf
brian 96/10/08 14:12:50 Modified:conf access.conf-dist Log: corrected mistake in file name. Revision ChangesPath 1.8 +2 -2 apache/conf/access.conf-dist Index: access.conf-dist === R

cvs commit: apache/conf access.conf-dist

1996-10-08 Thread Brian Behlendorf
brian 96/10/08 14:12:07 Modified:conf access.conf-dist Log: Added commented-out a suggestion to redirect bug attacks back to a logging script at www.apache.org. Revision ChangesPath 1.7 +12 -1 apache/conf/access.conf-dist Index: access.conf-dist

cvs commit: apache/src http_request.c httpd.h http_protocol.c

1996-10-08 Thread Brian Behlendorf
brian 96/10/08 13:43:36 Modified:src http_request.c httpd.h http_protocol.c Log: Reviewed by: Brian Behlendorf Submitted by: Rob Hartil <[EMAIL PROTECTED]> Rob wrote: > "no_cache" had been borrowed to do stuff that it shouldn't have. Revision ChangesPath

cvs commit: apache/src mod_access.c

1996-10-08 Thread Brian Behlendorf
brian 96/10/08 13:34:11 Modified:src mod_access.c Log: Reviewed by: Brian Behlendorf Submitted by: Rob Hartill <[EMAIL PROTECTED]> Adds "user-agents" to "deny" logic, to prevent accesses on a per-user-agent basis. Revision ChangesPath 1.6 +13 -1

cvs commit: apache/src mod_dir.c

1996-10-08 Thread Brian Behlendorf
brian 96/10/08 00:29:54 Modified:src mod_dir.c Log: Reviewed by: [EMAIL PROTECTED] Submitted by: [EMAIL PROTECTED] palloc didn't like being asked for a chunk of size of 0, so we have to make sure it doesn't get asked for it. Since there's nothing to sort if num_e

cvs commit: apache/support dbmmanage

1996-10-08 Thread Brian Behlendorf
brian 96/10/08 00:00:38 Modified:support dbmmanage Log: Reviewed by: [EMAIL PROTECTED], [EMAIL PROTECTED] Submitted by: [EMAIL PROTECTED] Adds a real random salt to the password generator. Revision ChangesPath 1.4 +6 -3 apache/support/dbmmanage