cvs commit: apache/src Configuration.tmpl http_main.c

1996-05-27 Thread Chuck Murcko
chuck 96/05/27 20:02:32 Modified:src Configuration.tmpl http_main.c Log: Obtained from: Kimmo Suominen <[EMAIL PROTECTED]> This change allows setting SO_LINGER socket option for SVR4s with broken socket libs using -DNEED_LINGER Revision ChangesPath 1.16 +

cvs commit: apache/src http_bprintf.c

1996-05-27 Thread Chuck Murcko
chuck 96/05/27 19:55:24 Modified:src http_bprintf.c Log: Avoid several uninitialized variable warnings with -Wall. Revision ChangesPath 1.2 +7 -5 apache/src/http_bprintf.c Index: http_bprintf.c

cvs commit: apache/src mod_status.c

1996-05-27 Thread Chuck Murcko
chuck 96/05/27 19:49:09 Modified:src mod_status.c Log: Avoid an annoying warning using -Wall. The ss[] is no longer used since rprintf() appeared. Revision ChangesPath 1.19 +0 -2 apache/src/mod_status.c Index: mod_status.c ==

cvs commit: apache/src mod_proxy.c

1996-05-27 Thread Chuck Murcko
chuck 96/05/27 19:33:50 Modified:src mod_proxy.c Log: 0) tested w/SOCKS proxy for httpd 1) fixed IP address formation in host2addr() 2) fixed SIGALRM on big cache cleanup 3) fixed temp files #tmp not removed 4) changed PF_INET to AF_INET in socket() calls Revisio

cvs commit: apache/conf srm.conf-dist

1996-05-27 Thread Brian Behlendorf
brian 96/05/27 18:45:37 Modified:conf srm.conf-dist Log: Submitted by: Brian Behlendorf Changed to turn off default setting for ScriptAlias (closing a potential security hole) Revision ChangesPath 1.6 +2 -2 apache/conf/srm.conf-dist Index: sr

cvs commit: apache/cgi-src Makefile animate.c change-passwd.c count.c post-query.c query.c random.c util.c util.h

1996-05-27 Thread Brian Behlendorf
brian 96/05/27 18:39:50 Removed: cgi-src Makefile animate.c change-passwd.c count.c post-query.c query.c random.c util.c util.h Log: Submitted by: Brian Behlendorf These files will now be distributed *separately* from Apache.

cvs commit: apache/cgi-src Makefile imagemap.c jj.c phf.c

1996-05-27 Thread Brian Behlendorf
brian 96/05/27 18:32:03 Modified:cgi-src Makefile Removed: cgi-src imagemap.c jj.c phf.c Log: Removed some of the more dangerous CGI programs. imagemap.c has been obsoleted. Revision ChangesPath 1.4 +2 -11 apache/cgi-src/Makefile Index: Makef

cvs commit: apache/cgi-bin printenv test-cgi

1996-05-27 Thread Brian Behlendorf
brian 96/05/27 18:26:37 Added: cgi-bin printenv test-cgi Log: Submitted by: Brian Behlendorf Added printenv as a simple Perl CGI script Added back test-cgi so the perms could be set appropriately (444, so that the adminitrator needs to enable it specifically, prevent

cvs commit: apache/cgi-bin archie calendar date finger footer fortune nph-test-cgi test-cgi test-cgi.tcl uptime wais.pl

1996-05-27 Thread Brian Behlendorf
brian 96/05/27 18:18:19 Removed: cgi-bin archie calendar date finger footer fortune nph-test-cgi test-cgi test-cgi.tcl uptime wais.pl Log: Submitted by: Brian Behlendorf Removed because they have not been touched or supported by the Apache group, a

cvs commit: apache/support unescape.c

1996-05-27 Thread Brian Behlendorf
brian 96/05/27 17:35:20 Modified:support unescape.c Log: Submitted by: Brian Behlendorf Obtained from: "[EMAIL PROTECTED]"? Removed hole through which carriage returns could be passed to shell scripts. Revision ChangesPath 1.2 +1 -1 apache/support/u

cvs commit: apache/src Configuration.tmpl Makefile.tmpl

1996-05-27 Thread Ben Laurie
ben 96/05/27 15:34:07 Modified:src Configuration.tmpl Makefile.tmpl Log: It irks me that I have to lose inlining just to fix an optimiser bug that shows up in http_bprintf.c, so ... make it so I don't! Revision ChangesPath 1.15 +2 -1 apache/src/Conf

cvs commit: apache/src mod_auth_anon.c

1996-05-27 Thread Ben Laurie
ben 96/05/27 15:18:50 Modified:src mod_auth_anon.c Log: Actually, this patch should only change mod_auth_anon.c, where it removes some ugly redundant semicolons, and fixes an "unreached statement" warning. The rest are due to development work on rprintf(). Blame CVS.

cvs commit: apache/src mod_auth_msql.c

1996-05-27 Thread Brian Behlendorf
brian 96/05/27 14:59:12 Modified:src mod_auth_msql.c Log: Submitted by: Brian Behlendorf Obtained from:Dirk vanGulik Updated to 0.9 backwards compatible with the vitek code more error handling fixed broken msg in group does proper ' and \ escapes in msq

cvs commit: apache/src http_bprintf.c

1996-05-27 Thread Jim Jagielski
jim 96/05/27 14:12:58 Added: src http_bprintf.c Log: And add the required file

cvs commit: apache/src Configuration.tmpl Makefile.tmpl buff.h http_protocol.c http_protocol.h mod_status.c

1996-05-27 Thread Jim Jagielski
jim 96/05/27 14:08:32 Modified:src Configuration.tmpl Makefile.tmpl buff.h http_protocol.c http_protocol.h mod_status.c Log: Add in Ben's rprintf() capability Revision ChangesPath 1.14 +3 -1 apache/src/Configuration.tmpl I

cvs commit: apache/src mod_info.c

1996-05-27 Thread Brian Behlendorf
brian 96/05/27 13:34:51 Added: src mod_info.c Log: Submitted by: Brian Behlendorf Obtained from: Rasmus Lerdorf Module for deriving configuration information from the server at runtime.

cvs commit: apache/src mod_auth_anon.c

1996-05-27 Thread Brian Behlendorf
brian 96/05/27 12:57:43 Modified:src mod_auth_anon.c Log: Submitted by: Brian Behlendorf Obtained from: Dirk vanGulik - more docs - check for a 'real' email address - multiple userIDs accepted, i.e. 'anonymous' 'guest' etc - copes with ', " and \ escapes - can s

cvs commit: apache/src CHANGES alloc.c alloc.h http_config.h httpd.h mod_env.c mod_negotiation.c util.c

1996-05-27 Thread Alexei Kosut
akosut 96/05/27 12:48:45 Modified:src CHANGES alloc.c alloc.h http_config.h httpd.h mod_env.c mod_negotiation.c util.c Log: Move get_token() and table_unset() from mod_negotiation.c and mod_env.c to util.c and alloc.c, respectively. Also add pstrndup