cvs commit: apache/src http_core.c

1997-08-05 Thread Dean Gaudet
dgaudet 97/08/05 01:19:47 Modified:src http_core.c Log: Ugh, I suck. I made this mistake once, you'd think I wouldn't make it again. The append_arrays commit was messed up. Revision ChangesPath 1.108 +1 -1 apache/src/http_core.c Index: http_core.c

cvs commit: apache/src http_core.c

1997-08-05 Thread Dean Gaudet
dgaudet 97/08/05 01:20:55 Modified:src Tag: APACHE_1_2_X http_core.c Log: Yep I managed to post it screwed up ... and probably because I wrote so much with the patch to PR#717 everyone agreed with the concept without reviewing the code! Revision ChangesPath No

cvs commit: apache/src http_core.c

1997-08-03 Thread Marc Slemko
marc97/08/03 14:00:09 Modified:src http_core.c Log: Fix location of inline in do_double_reverse function definition. Revision ChangesPath 1.105 +1 -1 apache/src/http_core.c Index: http_core.c

cvs commit: apache/src http_core.c

1997-08-03 Thread Roy Fielding
fielding97/08/03 19:36:04 Modified:src http_core.c Log: Fix warning due to haddr being used outside the conditional block in which it is given a value. The fix is more efficient anyway. Revision ChangesPath 1.106 +5 -7 apache/src/http_core.c Index:

cvs commit: apache/src http_core.c

1997-07-31 Thread Dean Gaudet
dgaudet 97/07/31 00:51:36 Modified:src http_core.c Log: Fix a null deref, and improper status update in the double reverse code. Revision ChangesPath 1.103 +30 -16apache/src/http_core.c Index: http_core.c

cvs commit: /apache/src http_core.c

1997-07-12 Thread Marc Slemko
marc97/07/12 16:49:47 Modified:apache/src http_core.c Log: Give more accurate instructions on how to increase HARD_SERVER_LIMIT for the case where MaxClients HARD_SERVER_LIMIT. Revision ChangesPath 1.93 +5 -4 /apache/src/http_core.c Index:

cvs commit: apache/src http_core.c http_core.h mod_access.c

1997-07-05 Thread Marc Slemko
marc97/07/05 10:56:51 Modified:src Tag: APACHE_1_2_X http_core.c http_core.h mod_access.c Log: Back out accidental inclusion of REMOTE_FORCE_HOST change. Revision ChangesPath No revision No

cvs commit: apache/src http_core.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:29:18 Modified:src http_core.c Log: Fix warnings in VC++. Revision ChangesPath 1.88 +2 -2 apache/src/http_core.c Index: http_core.c === RCS file:

cvs commit: apache/src http_core.c http_core.h

1997-06-29 Thread Dean Gaudet
dgaudet 97/06/29 10:53:05 Modified:src http_core.c http_core.h Log: allow_options_t should be unsigned char, and should be used by set_options. Revision ChangesPath 1.89 +1 -1 apache/src/http_core.c Index: http_core.c

cvs commit: apache/src http_core.c mod_auth.c mod_auth_anon.c mod_dir.c mod_expires.c mod_negotiation.c

1997-06-16 Thread Rodent of Unusual Size
coar97/06/16 17:09:17 Modified:src http_core.c mod_auth.c mod_auth_anon.c mod_dir.c mod_expires.c mod_negotiation.c Log: Adding directive documentation to some directive declarations.. Submitted by: Martin Kraemer Revision Changes

cvs commit: apache/src http_core.c http_request.c http_core.h

1997-02-17 Thread Marc Slemko
marc97/02/17 02:46:09 Modified:src http_core.c http_request.c http_core.h Log: Fix the hierarchical passing of satisfy modes; before a .htaccess file could make the satisfy mode revert back to Satisfy All even if there were no authentication directives in the

cvs commit: apache/src http_core.c mod_asis.c

1997-02-10 Thread Roy Fielding
fielding97/02/10 01:40:35 Modified:src http_core.c mod_asis.c Log: Avoid fd leaks by using pfopen/pfclose instead of fopen/fclose. All the other uses of fopen/fclose, mostly for reading config files, are okay. Submitted by: Randy Terbush and Roy Fielding Reviewed

Re: cvs commit: apache/src http_core.c

1997-02-03 Thread Ed Korthof
Something went wrong -- this isn't exactly the patch I sent (at least not as recorded in my sent-mail). I'm not sure exactly what went wrong, but the 'arg2 ' should be added about ten lines below where this occurs -- this introduces an error where providing only one argument produces an error

cvs commit: apache/src http_core.c CHANGES

1997-02-01 Thread Marc Slemko
marc97/02/01 14:03:38 Modified:src http_core.c CHANGES Log: Prevent a segmentation fault when RLimit* directives used with only one argument. Submitted by: Ed Korthof Reviewed by: Marc Slemko, Jim Jagielski, Dean Gaudet Revision ChangesPath 1.62

cvs commit: apache/src http_core.c http_main.c

1996-12-01 Thread Randy Terbush
randy 96/12/01 08:09:42 Modified:src http_core.c http_main.c Log: Print a warning when User/Group is used in VirtualHost without a properly configured SUEXEC. Reviewed by: Chuck Murcko, Brian Behlendorf, Roy Fielding Revision ChangesPath 1.50 +20 -14

cvs commit: apache/src http_core.c

1996-11-17 Thread Brian Behlendorf
brian 96/11/17 12:31:53 Modified:src http_core.c Log: Added explanatory text for a majority of http_core.c directives, for mod_info and httpd -h output. Revision ChangesPath 1.46 +36 -37apache/src/http_core.c Index: http_core.c

cvs commit: apache/src http_core.c mod_access.c

1996-11-17 Thread Paul Richards
paul96/11/17 13:40:13 Modified:src http_core.c mod_access.c Log: Implement a saitsfy directive Submitted by: [EMAIL PROTECTED] (Leigh Grundhoefer) Revision ChangesPath 1.47 +11 -0 apache/src/http_core.c Index: http_core.c

cvs commit: apache/src http_core.c http_request.c http_protocol.c

1996-10-22 Thread Brian Behlendorf
brian 96/10/22 11:45:40 Modified:src http_core.c http_request.c http_protocol.c Log: Removed various -Wall warnings, such as unused variables, and made the definition of no_set_limit only active when the conditions under which it would be called exist given various

cvs commit: apache/src http_core.c

1996-10-13 Thread Jim Jagielski
jim 96/10/13 17:18:47 Modified:src http_core.c Log: Make Apache complain with HARD_SERVER_LIMIT Revision ChangesPath 1.36 +8 -3 apache/src/http_core.c Index: http_core.c === RCS

cvs commit: apache/src http_core.c

1996-07-29 Thread Alexei Kosut
akosut 96/07/29 11:09:15 Modified:src http_core.c Log: Fix a seg fault. (oops) Revision ChangesPath 1.27 +4 -3 apache/src/http_core.c Index: http_core.c === RCS file:

cvs commit: apache/src http_core.c

1996-07-28 Thread Alexei Kosut
akosut 96/07/28 12:35:51 Modified:src http_core.c Log: Add IfModule section. Reviewed by: Brian Behlendorf, Jim Jagielski Revision ChangesPath 1.26 +36 -0 apache/src/http_core.c Index: http_core.c

cvs commit: apache/src http_core.c

1996-07-27 Thread Ben Laurie
ben 96/07/27 06:25:06 Modified:src http_core.c Log: Makes setrlimit stuff burn less memory, and also tidies it up some more. Revision ChangesPath 1.22 +23 -19apache/src/http_core.c Index: http_core.c

cvs commit: apache/src http_core.c

1996-07-27 Thread Jim Jagielski
jim 96/07/27 16:00:09 Modified:src http_core.c Log: Work around systems without RLIMIT family Revision ChangesPath 1.24 +2 -0 apache/src/http_core.c Index: http_core.c === RCS

cvs commit: apache/src http_core.c http_core.h util_script.c

1996-07-26 Thread Randy Terbush
randy 96/07/26 19:49:40 Modified:src http_core.c http_core.h util_script.c Log: Add resource limiting directives, RLimitCPU, RLimitMEM and RLimitNPROC. Reviewed by: Alexei Kosut, Ben Laurie and Robert Thau Revision ChangesPath 1.20 +151 -0

cvs commit: apache/src http_core.c http_protocol.c httpd.h mod_mime.c mod_proxy.c

1996-06-10 Thread Paul Richards
chuck 96/06/07 13:19:06 Modified:src http_core.c http_protocol.c httpd.h mod_mime.c mod_proxy.c Log: Reviewed by: Chuck Murcko Submitted by: Chuck Murcko Obtained from: Troy Morrison [EMAIL PROTECTED] Umm, does anyone read the instructions that