Received: by taz.hyperreal.com (8.6.12/8.6.5) id HAA23362; Tue, 16 Jan 1996 07:34:47 -0800 Received: from cass41 by taz.hyperreal.com (8.6.12/8.6.5) with SMTP id HAA23352; Tue, 16 Jan 1996 07:34:37 -0800 Received: from mamba.ast.cam.ac.uk by cass41 with smtp (Smail3.1.29.1 #9) id m0tcDOo-000CMVC; Tue, 16 Jan 96 15:34 GMT Received: by mamba.ast.cam.ac.uk (Smail3.1.29.1 #9) id m0tcDOn-0000kIC; Tue, 16 Jan 96 15:34 GMT Message-Id: Date: Tue, 16 Jan 96 15:34 GMT From: drtr@ast.cam.ac.uk (David Robinson) To: new-httpd@hyperreal.com Cc: drtr@ast.cam.ac.uk Subject: Votes for patches to 1.0.1 Content-Length: 1679 Sender: owner-new-httpd@apache.org Precedence: bulk Please vote on the following patches for 1.0.1 (These are on hyperreal in the for_Apache_1.0.1 directory.) David. 63.unixware.patch From: Chuck Murcko Subject: UnixWare 2.x patch Affects: Configuration, rfc931.c ChangeLog: patch to get Apache compiled on UnixWare 2.x, recommended as a temporary measure, pending rewrite of rfc931.c 64.auth_type.patch From: drtr@ast.cam.ac.uk (David Robinson) Subject: Set AUTH_TYPE variable for CGI scripts Affects: http_protocol.c ChangeLog: Fix get_basic_auth_pw() to set the auth_type of the request. 67.setrlimit_define_for_sunos From: randy@zyzzyva.com (Randy Terbush) Effects: conf.h Problem: past changes to http_config.c to only use the setrlimit function on systems defining RLIMIT_NOFILE broke the feature on SUNOS4. The following patch defines HAVE_RESOURCE for SUNOS and prototypes the needed functions. 69a.security.patch From: drtr@ast.cam.ac.uk (David Robinson) Subject: Fix possible security holes due to stack overwriting Affects: http_log.c, http_log.h, http_main.c, mod_cookies.c, mod_include.c, mod_log_common.c, mod_log_referer.c ChangeLog: Remove uses of MAX_STRING_LEN/HUGE_STRING_LEN from several routines. 79.negptr.patch From: Cliff Skolnick Subject: Fix bad pointer Affects: mod_negotiation.c ChangeLog: Fix use of pointer to scratch memory 80.cgiheaders.patch From: drtr@ast.cam.ac.uk (David Robinson) Subject: Read multiple headers from CGI script Affects: util_script.c ChangeLog: Merge multiple headers from CGI script instead of taking last one