Received: by taz.hyperreal.com (8.6.12/8.6.5) id JAA22182; Fri, 23 Feb 1996 09:24:12 -0800 Received: by taz.hyperreal.com (8.6.12/8.6.5) id JAA22167; Fri, 23 Feb 1996 09:24:08 -0800 Date: Fri, 23 Feb 1996 09:24:08 -0800 (PST) From: Brian Behlendorf To: new-httpd@hyperreal.com Subject: CVS commits Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com The following messages didn't make it to the apache-cvs list or this list because I didn't have "ben@hyperreal.com" listed as a valid posted. he is now, so I thought I should forward these to you. Sorry 'bout that. Brian Date: Thu, 22 Feb 1996 03:08:52 -0800 From: Ben Laurie Message-Id: <199602221108.DAA08141@taz.hyperreal.com> To: apache-cvs@hyperreal.com, new-httpd@hyperreal.com Subject: cvs commit: apache CHANGES Status: RO X-Status: D ben 96/02/22 03:08:52 Modified: . CHANGES Log: It's one small step for Apache, one giant leap for the Apache Group. Initial checkin of 1.1b0a. Submitted by: Ben Obtained from: httpd/dist Revision Changes Path 1.2 +79 -90 apache/CHANGES Date: Thu, 22 Feb 1996 03:47:41 -0800 From: Ben Laurie Message-Id: <199602221147.DAA13906@taz.hyperreal.com> To: apache-cvs@hyperreal.com, new-httpd@hyperreal.com Subject: cvs commit: apache/support cls.c httpd_monitor.c Makefile dbmmanage dbmmanage.new httpd.1m logresolve.c httpd_monitor Status: RO X-Status: ben 96/02/22 03:47:40 Modified: . LICENSE README conf httpd.conf-dist srm.conf-dist icons back.gif binary.gif binhex.gif blank.gif broken.gif burst.gif compressed.gif continued.gif dir.gif forward.gif generic.gif image2.gif index.gif movie.gif sound2.gif text.gif transfer.gif unknown.gif uu.gif src CHANGES Configuration Configure Makefile Makefile.tmpl alloc.c alloc.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 mod_access.c mod_ai_backcompat.c mod_alias.c mod_asis.c mod_auth.c mod_auth_dbm.c mod_cgi.c mod_cookies.c mod_dir.c mod_dld.c mod_imap.c mod_include.c mod_log_agent.c mod_log_common.c mod_log_config.c mod_log_referer.c mod_mime.c mod_negotiation.c mod_userdir.c modules.c rfc931.c scoreboard.h util.c util_script.c util_script.h support Makefile dbmmanage dbmmanage.new httpd.1m logresolve.c Added: cgi-bin footer icons README a.gif alert.black.gif alert.red.gif apache_pb.gif bomb.gif box1.gif box2.gif c.gif comp.blue.gif comp.gray.gif down.gif dvi.gif f.gif folder.gif folder.open.gif folder.sec.gif generic.red.gif generic.sec.gif hand.right.gif hand.up.gif icon.sheet.gif image1.gif image3.gif layout.gif left.gif link.gif p.gif patch.gif pdf.gif pie0.gif pie1.gif pie2.gif pie3.gif pie4.gif pie5.gif pie6.gif pie7.gif pie8.gif portal.gif ps.gif quill.gif right.gif screw1.gif screw2.gif script.gif sound1.gif sphere1.gif sphere2.gif tex.gif up.gif uuencoded.gif world1.gif world2.gif src buff.c buff.h md5.h md5c.c mod_actions.c mod_auth_anon.c mod_auth_db.c mod_auth_msql.c mod_cern_meta.c mod_proxy.c support cls.c httpd_monitor.c Removed: icons comp1.gif comp2.gif dir2.gif generic2.gif generic3.gif image.gif rainbow.gif sound.gif support httpd_monitor Log: It's one small step for Apache, one giant leap for the Apache Group. Initial checkin of 1.1b0a. Submitted by: Ben Obtained from: httpd/dist Revision Changes Path 1.2 +1 -1 apache/LICENSE 1.2 +1 -1 apache/README 1.2 +36 -0 apache/conf/httpd.conf-dist 1.2 +47 -8 apache/conf/srm.conf-dist 1.2 +1 -1 apache/icons/back.gif 1.2 +2 -1 apache/icons/binary.gif 1.2 +1 -2 apache/icons/binhex.gif 1.2 +1 -1 apache/icons/blank.gif 1.2 +3 -2 apache/icons/broken.gif 1.2 +1 -1 apache/icons/burst.gif 1.2 +3 -1 apache/icons/compressed.gif 1.2 +2 -3 apache/icons/continued.gif 1.2 +1 -2 apache/icons/dir.gif 1.2 +2 -1 apache/icons/forward.gif 1.2 +2 -1 apache/icons/generic.gif 1.2 +2 -1 apache/icons/image2.gif 1.2 +3 -4 apache/icons/index.gif 1.2 +1 -2 apache/icons/movie.gif 1.2 +2 -1 apache/icons/sound2.gif 1.2 +2 -1 apache/icons/text.gif 1.2 +1 -1 apache/icons/transfer.gif 1.2 +2 -1 apache/icons/unknown.gif 1.2 +1 -1 apache/icons/uu.gif 1.2 +140 -0 apache/src/CHANGES 1.2 +38 -4 apache/src/Configuration 1.2 +1 -1 apache/src/Configure 1.2 +47 -85 apache/src/Makefile 1.2 +11 -4 apache/src/Makefile.tmpl 1.2 +109 -3 apache/src/alloc.c 1.2 +6 -2 apache/src/alloc.h 1.2 +50 -2 apache/src/conf.h 1.2 +3 -1 apache/src/http_conf_globals.h 1.2 +44 -9 apache/src/http_config.c 1.2 +1 -1 apache/src/http_config.h 1.2 +72 -4 apache/src/http_core.c 1.2 +1 -1 apache/src/http_core.h 1.2 +34 -1 apache/src/http_log.c 1.2 +4 -1 apache/src/http_log.h 1.2 +251 -79 apache/src/http_main.c 1.2 +4 -2 apache/src/http_main.h 1.2 +87 -24 apache/src/http_protocol.c 1.2 +3 -2 apache/src/http_protocol.h 1.2 +60 -11 apache/src/http_request.c 1.2 +1 -1 apache/src/http_request.h 1.2 +93 -11 apache/src/httpd.h 1.2 +1 -1 apache/src/mod_access.c 1.2 +1 -1 apache/src/mod_ai_backcompat.c 1.2 +25 -3 apache/src/mod_alias.c 1.2 +1 -1 apache/src/mod_asis.c 1.2 +1 -1 apache/src/mod_auth.c 1.2 +1 -1 apache/src/mod_auth_dbm.c 1.2 +82 -3 apache/src/mod_cgi.c 1.2 +25 -18 apache/src/mod_cookies.c 1.2 +69 -52 apache/src/mod_dir.c 1.2 +1 -1 apache/src/mod_dld.c 1.2 +1 -1 apache/src/mod_imap.c 1.2 +62 -39 apache/src/mod_include.c 1.2 +13 -6 apache/src/mod_log_agent.c 1.2 +24 -20 apache/src/mod_log_common.c 1.2 +6 -1 apache/src/mod_log_config.c 1.2 +16 -9 apache/src/mod_log_referer.c 1.2 +1 -1 apache/src/mod_mime.c 1.2 +2 -2 apache/src/mod_negotiation.c 1.2 +7 -2 apache/src/mod_userdir.c 1.2 +18 -19 apache/src/modules.c 1.2 +9 -4 apache/src/rfc931.c 1.2 +2 -1 apache/src/scoreboard.h 1.2 +147 -18 apache/src/util.c 1.2 +31 -2 apache/src/util_script.c 1.2 +4 -1 apache/src/util_script.h 1.2 +11 -3 apache/support/Makefile 1.2 +1 -1 apache/support/dbmmanage 1.2 +1 -1 apache/support/dbmmanage.new 1.2 +1 -1 apache/support/httpd.1m 1.2 +264 -184 apache/support/logresolve.c Date: Thu, 22 Feb 1996 04:02:19 -0800 From: Ben Laurie Message-Id: <199602221202.EAA14968@taz.hyperreal.com> To: apache-cvs@hyperreal.com, new-httpd@hyperreal.com Subject: cvs commit: apache/icons ball.gray.gif ball.red.gif Status: RO X-Status: D ben 96/02/22 04:02:19 Added: icons ball.gray.gif ball.red.gif Log: Initial commit of 1.1b0a Submitted by: Ben Date: Thu, 22 Feb 1996 06:03:33 -0800 From: Ben Laurie Message-Id: <199602221403.GAA24809@taz.hyperreal.com> To: apache-cvs@hyperreal.com, new-httpd@hyperreal.com Subject: cvs commit: apache/src .cvsignore Configuration.tmpl Makefile.tmpl Configuration Makefile modules.c Status: RO X-Status: ben 96/02/22 06:03:32 Modified: src Makefile.tmpl Added: src .cvsignore Configuration.tmpl Removed: src Configuration Makefile modules.c Log: Update to avoid Configuration thrashing, and remove autogenerated files from CVS. Submitted by: Ben Revision Changes Path 1.3 +10 -1 apache/src/Makefile.tmpl Date: Thu, 22 Feb 1996 06:19:01 -0800 From: Ben Laurie Message-Id: <199602221419.GAA26001@taz.hyperreal.com> To: apache-cvs@hyperreal.com, new-httpd@hyperreal.com Subject: cvs commit: apache/src CHANGES Status: RO X-Status: ben 96/02/22 06:19:00 Modified: src CHANGES Log: Update to avoid Configuration thrashing, and remove autogenerated files from CVS. Submitted by: Ben Revision Changes Path 1.3 +3 -0 apache/src/CHANGES