cvs commit: apache-1.3/src/main http_core.c

2000-02-18 Thread jim
jim 00/02/18 12:41:47 Modified:src/main http_core.c Log: Stupid logic error... should fix PR#5766 Revision ChangesPath 1.281 +4 -4 apache-1.3/src/main/http_core.c Index: http_core.c ===

cvs commit: apache-1.3/src/main http_core.c

2000-02-05 Thread jim
jim 00/02/04 16:33:22 Modified:htdocs/manual/mod core.html src/main http_core.c Log: Try to reduce confusion over multiple and possible conflicting versions of the term default by changing AddDefaultCharset to be of the mode Off | On | charset Revision

cvs commit: apache-1.3/src/main http_core.c

2000-02-03 Thread jim
jim 00/02/03 06:22:36 Modified:htdocs/manual/mod core.html directives.html src CHANGES src/main http_core.c Log: Streamline the AddDefaultCharset directive. Now this one directive controls the entire 'charset' specification setup. If there is

cvs commit: apache-1.3/src/main http_core.c

1999-10-21 Thread stoddard
stoddard99/10/21 11:23:41 Modified:src/main http_core.c Log: This patch fixes EBCDIC conversion for Apache 1.3.9 on platforms that support mmap. Currently, ap_checkconv() is called only if mmap is not supported, or if mmap fails. This results in mangled .gif's and .jpg's

cvs commit: apache-1.3/src/main http_core.c

1999-08-28 Thread fielding
fielding99/08/27 19:51:32 Modified:src/main http_core.c Log: Reverse a change that was made in rev 1.227 because the old version was better (and consistent with what was left in Apache 2.0). Revision ChangesPath 1.272 +4 -10 apache-1.3/src/main/http_core.c

cvs commit: apache-1.3/src/main http_core.c

1999-08-09 Thread fielding
fielding99/08/09 00:29:30 Modified:src/main http_core.c Log: Local struct mmap conflicts with system structure name on DYNIX, and is pretty damn confusing anyway. Changed to mmap_rec. PR: 4735 Revision ChangesPath 1.271 +3 -3

cvs commit: apache-1.3/src/main http_core.c http_protocol.c

1999-07-03 Thread bjh
bjh 99/07/03 00:59:50 Modified:src/main http_core.c http_protocol.c Log: These 'OS/2 HPFS filename case problem' fixes are now handled by ap_os_canonical_filename() in a better way. Revision ChangesPath 1.270 +0 -4 apache-1.3/src/main/http_core.c

cvs commit: apache-1.3/src/main http_core.c util_script.c

1999-06-28 Thread stoddard
stoddard99/06/28 15:38:27 Modified:src/include http_core.h src/main http_core.c util_script.c Log: Win32: Fix 16-bit CGI support PR: 2494 Revision ChangesPath 1.59 +3 -2 apache-1.3/src/include/http_core.h Index: http_core.h

cvs commit: apache-1.3/src/main http_core.c http_main.c

1999-06-24 Thread jim
jim 99/06/24 09:38:54 Modified:.STATUS htdocs/manual/mod core.html directives.html src CHANGES src/include http_conf_globals.h src/main http_core.c http_main.c Log: Backout the DocumentRootCheck stuff.

cvs commit: apache-1.3/src/main http_core.c http_main.c

1999-06-17 Thread jim
jim 99/06/17 04:49:35 Modified:htdocs/manual/mod core.html src CHANGES src/include http_conf_globals.h src/main http_core.c http_main.c Log: Always perform the check for DocumentRoot when doing the config test Revision

cvs commit: apache-1.3/src/main http_core.c http_main.c

1999-06-13 Thread jim
jim 99/06/13 12:59:43 Modified:.STATUS htdocs/manual/mod core.html directives.html src CHANGES src/include http_conf_globals.h src/main http_core.c http_main.c Log: Submitted by: Mathijs Maassen [EMAIL

cvs commit: apache-1.3/src/main http_core.c

1999-04-28 Thread martin
martin 99/04/28 01:35:32 Modified:src/include http_core.h src/main http_core.c Log: Fixed the ServerSignature directive to work as documented. PR: 4248 Submitted by: Raymond S Brand [EMAIL PROTECTED] Reviewed by: Martin Kraemer Revision Changes

cvs commit: apache-1.3/src/main http_core.c

1999-04-20 Thread dgaudet
dgaudet 99/04/20 10:03:28 Modified:src CHANGES src/main http_core.c Log: fix memory leak exacerbated by certain configurations PR: 4225 Revision ChangesPath 1.1309+3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/main http_core.c

1999-03-19 Thread stoddard
stoddard99/03/19 15:18:02 Modified:src/main http_core.c Log: Fix Win32 CGI buffer overflow Revision ChangesPath 1.255 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c === RCS file:

cvs commit: apache-1.3/src/main http_core.c

1999-03-19 Thread stoddard
stoddard99/03/19 15:54:10 Modified:src/main http_core.c Log: Fix another Win32 CGI bug... Revision ChangesPath 1.256 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c === RCS file:

cvs commit: apache-1.3/src/main http_core.c

1999-03-07 Thread fielding
fielding99/03/07 07:35:18 Modified:src CHANGES src/main http_core.c Log: Added informative error messages for failed munmap() and fseek() calls in http_core.c. Submitted by: John Bley [EMAIL PROTECTED], Roy Fielding Revision ChangesPath 1.1263

cvs commit: apache-1.3/src/main http_core.c

1999-03-07 Thread jim
jim 99/03/07 07:41:57 Modified:src/main http_core.c Log: Older OSs simply return non-0 on fseek errors Revision ChangesPath 1.254 +5 -1 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/main http_core.c

1999-02-24 Thread dgaudet
dgaudet 99/02/24 01:33:38 Modified:src/main http_core.c Log: did I really remove this NULL? what was I thinking? Revision ChangesPath 1.251 +2 -1 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/main http_core.c

1999-02-09 Thread fielding
fielding99/02/09 12:20:27 Modified:.STATUS htdocs/manual/mod core.html directives.html src CHANGES src/main http_core.c Log: Added a LimitExcept method ... sectioning directive that allows the user to assign authentication

cvs commit: apache-1.3/src/main http_core.c

1999-02-05 Thread rasmus
rasmus 99/02/05 05:17:33 Modified:src/main http_core.c Log: This Windows stuff was breaking the Unix compile Revision ChangesPath 1.246 +4 -0 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/main http_core.c

1999-02-05 Thread stoddard
stoddard99/02/05 06:02:20 Modified:src CHANGES src/main http_core.c Log: Update CHANGES file. Change Win32InterpreterSource argument from shebang to script. Revision ChangesPath 1.1231+4 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/main http_core.c

1999-01-07 Thread dgaudet
dgaudet 99/01/07 12:46:59 Modified:src/main http_core.c Log: dunno, maybe I'm missing something, but looks like we could save memory here Revision ChangesPath 1.244 +2 -0 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/main http_core.c

1998-11-20 Thread dougm
dougm 98/11/20 13:17:30 Modified:.STATUS src CHANGES src/include ap_mmn.h http_core.h src/main http_core.c Log: ap_exists_config_define() function is now public Submitted by: Doug MacEachern Reviewed by: Jim, Ben Hyde

cvs commit: apache-1.3/src/main http_core.c

1998-10-30 Thread fielding
fielding98/10/29 19:08:56 Modified:src CHANGES src/include http_log.h src/main http_core.c Log: Eliminate DoS attack when a bad URI path contains what looks like a printf format escape. This was caused by allowing tainted data from the network

cvs commit: apache-1.3/src/main http_core.c util.c

1998-10-23 Thread coar
coar98/10/23 12:06:29 Modified:src CHANGES src/main http_core.c util.c Log: Fix some more Win32-only problems: treat {.*/}nul on Win32 the way we do /dev/null on Unix, and mention the inapplicability of the User directive if encountered

cvs commit: apache-1.3/src/main http_core.c

1998-10-23 Thread coar
coar98/10/23 13:07:40 Modified:src CHANGES src/main http_core.c Log: Fix problem with config parser not noticing if a container start line was missing the closing ''. PR: 3279 Submitted by: Ryan Bloom [EMAIL PROTECTED]

cvs commit: apache-1.3/src/main http_core.c http_protocol.c http_request.c

1998-10-15 Thread coar
coar98/10/15 00:58:26 Modified:src/include http_core.h src/main http_core.c http_protocol.c http_request.c Log: Add a keyword to the Options directive that enables the display of error-notes text in server-generated 500 status pages. By

cvs commit: apache-1.3/src/main http_core.c

1998-09-10 Thread stoddard
stoddard98/09/10 10:36:16 Modified:src/main http_core.c Log: Remove NT 64 thread limit. Submitted by: Ken Parzygnat, Bill Stoddard Reviewed by: Bill Stoddard Revision ChangesPath 1.229 +11 -4 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/main http_core.c

1998-09-09 Thread coar
coar98/09/09 05:34:37 Modified:src/main http_core.c Log: Add another case of providing 'why' info through *ERROR_NOTES: the default handler's 'file not found' report. Revision ChangesPath 1.227 +12 -6 apache-1.3/src/main/http_core.c Index:

cvs commit: apache-1.3/src/main http_core.c

1998-09-09 Thread coar
coar98/09/09 15:05:32 Modified:src CHANGES src/main http_core.c Log: The Include directive added during the 1.3 beta cycle was only valid in the server config files outside Directory and Location containers. Ease that restriction a bit

cvs commit: apache-1.3/src/main http_core.c

1998-08-31 Thread martin
martin 98/08/31 06:33:52 Modified:src CHANGES src/main http_core.c Log: Some time ago I noticed that IfModule ! modname.c - TRUE, no matter what 'modname' is. IfModule !modname.c - works as documented So, to avoid problems when people add a space by

cvs commit: apache-1.3/src/main http_core.c http_main.c

1998-08-26 Thread dougm
dougm 98/08/26 13:01:26 Modified:src CHANGES src/include http_core.h src/main http_core.c http_main.c Log: new `GprofDir' directive when compiled with -DGPROF, where gprof can plop gmon.out profile data for each child Submitted by: Doug

cvs commit: apache-1.3/src/main http_core.c

1998-08-11 Thread brian
brian 98/08/10 19:50:55 Modified:src/main http_core.c Log: Typo, now fixed. Revision ChangesPath 1.222 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c === RCS file:

cvs commit: apache-1.3/src/main http_core.c

1998-08-10 Thread jim
jim 98/08/10 07:37:07 Modified:src/main http_core.c Log: Some cleanups for limit_req_body Revision ChangesPath 1.220 +8 -2 apache-1.3/src/main/http_core.c Index: http_core.c === RCS

cvs commit: apache-1.3/src/main http_core.c http_request.c

1998-08-08 Thread jim
jim 98/08/08 06:26:07 Modified:src CHANGES src/main http_core.c http_request.c Log: Knowing that a process is in DNS or logging mode is good information and the performance hit is minimal since these are expensive operations anyway, so enable these even

cvs commit: apache-1.3/src/main http_core.c

1998-08-05 Thread marc
marc98/08/05 11:52:51 Modified:src/main http_core.c Log: Fix src/httpd.h -- src/include/httpd.h path in error message that wasn't updated. Revision ChangesPath 1.215 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/main http_core.c

1998-07-23 Thread coar
coar98/07/23 03:46:25 Modified:src/main http_core.c Log: Add a comment explaining the initially astonishing use of '!=' in what otherwise looks like it should be a string comparison. Revision ChangesPath 1.213 +9 -3

cvs commit: apache-1.3/src/main http_core.c

1998-07-13 Thread marc
marc98/07/12 19:44:26 Modified:src/main http_core.c Log: Canonicalize ServerRoot _before_ checking if it is a directory. Fixes problem where paths without a directory were rejected with a horrible error on Win32. Revision ChangesPath 1.211 +4 -1

cvs commit: apache-1.3/src/main http_core.c

1998-07-10 Thread marc
marc98/07/09 22:44:46 Modified:src/main http_core.c Log: Warn that StartServers does nothing on Win32 instead of just ignoring it. Revision ChangesPath 1.210 +4 -0 apache-1.3/src/main/http_core.c Index: http_core.c

Re: cvs commit: apache-1.3/src/main http_core.c

1998-07-04 Thread Marc Slemko
On 3 Jul 1998 [EMAIL PROTECTED] wrote: coar98/07/03 13:06:02 Modified:src CHANGES src/main http_core.c Log: Fix Limit parsing; GET and get are distinct methods. Note that this introduces a security problem in that many users use something other

cvs commit: apache-1.3/src/main http_core.c

1998-07-03 Thread coar
coar98/07/03 09:47:30 Modified:src/main http_core.c Log: Cosmetic style-guide cleanup. I'm about halfway through, but chickened out when I saw how much had already accumulated.. No thirty. Revision ChangesPath 1.206 +796 -467

cvs commit: apache-1.3/src/main http_core.c

1998-07-03 Thread coar
coar98/07/03 13:06:02 Modified:src CHANGES src/main http_core.c Log: Fix Limit parsing; GET and get are distinct methods. Revision ChangesPath 1.944 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/main http_core.c

1998-07-03 Thread coar
coar98/07/03 15:15:57 Modified:src/main http_core.c Log: More cosmetic cleanups.. There's still more to do, but I'm kinda tired. Maybe I will and maybe I won't.. Revision ChangesPath 1.208 +264 -187 apache-1.3/src/main/http_core.c Index:

cvs commit: apache-1.3/src/main http_core.c

1998-05-28 Thread jim
jim 98/05/28 08:28:14 Modified:src/main http_core.c Log: Oops... it's called ServerTokens now Revision ChangesPath 1.203 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c === RCS

cvs commit: apache-1.3/src/main http_core.c

1998-05-26 Thread dgaudet
dgaudet 98/05/25 16:37:46 Modified:src/main http_core.c Log: another style tweak Revision ChangesPath 1.201 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c === RCS file:

cvs commit: apache-1.3/src/main http_core.c http_main.c

1998-05-11 Thread jim
jim 98/05/11 13:08:10 Modified:.STATUS htdocs/manual new_features_1_3.html htdocs/manual/mod core.html src CHANGES src/include http_conf_globals.h httpd.h src/main http_core.c http_main.c Log:

cvs commit: apache-1.3/src/main http_core.c http_main.c

1998-05-09 Thread coar
coar98/05/08 21:42:30 Modified:htdocs/manual new_features_1_3.html upgrading_to_1_3.html htdocs/manual/mod core.html src/main http_core.c http_main.c Log: Final touches on removing the AddVersionComponent directive and correcting my BD

cvs commit: apache-1.3/src/main http_core.c

1998-05-08 Thread martin
martin 98/05/08 04:27:52 Modified:src/main http_core.c Log: AddVersionPlatform sets a global variable. Enforce GLOBAL context Revision ChangesPath 1.196 +3 -0 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/main http_core.c

1998-05-07 Thread dougm
dougm 98/05/07 15:42:06 Modified:src/main http_core.c Log: `bool' is #define'd as a type here, can't build with that clash, so change to `flag' Revision ChangesPath 1.195 +2 -2 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/main http_core.c

1998-05-05 Thread brian
brian 98/05/04 21:48:06 Modified:src/modules/standard mod_log_config.c mod_rewrite.c mod_status.c src/main http_core.c Log: Hi, the patch makes mod_rewrite, mod_log_config, mod_status and the ServerSignature feature compatible with

cvs commit: apache-1.3/src/main http_core.c

1998-05-03 Thread ben
ben 98/05/03 03:37:07 Modified:src/main http_core.c Log: Complain if we have more than 64 threads in Win32. Revision ChangesPath 1.190 +5 -0 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/main http_core.c

1998-04-23 Thread martin
martin 98/04/23 09:06:08 Modified:src/main http_core.c Log: Fix CoreDumpDirectory directive to work server_root_relative Revision ChangesPath 1.187 +1 -0 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/main http_core.c

1998-04-18 Thread rse
rse 98/04/18 04:53:35 Modified:src/main http_core.c Log: Give the AddModule directive a more useful error message. Revision ChangesPath 1.184 +4 -3 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/main http_core.c

1998-04-18 Thread marc
marc98/04/18 14:38:00 Modified:src CHANGES src/main http_core.c Log: If an explict handler is set for a file yet we end up in the default handler anyway, something went wrong somewhere so we should tell people about it. The old behaviour was silently

cvs commit: apache-1.3/src/main http_core.c

1998-03-28 Thread dgaudet
dgaudet 98/03/28 12:57:10 Modified:htdocs/manual/mod core.html src CHANGES src/main http_core.c Log: Options +Includes wasn't corrently merged if +IncludesNoExec was defined in a parent directory. Submitted by: Lars Eilebrecht Revision

cvs commit: apache-1.3/src/main http_core.c

1998-03-26 Thread dgaudet
dgaudet 98/03/26 13:08:38 Modified:src CHANGES src/main http_core.c Log: really make the hostnamelookups default off Revision ChangesPath 1.735 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/main http_core.c

1998-03-15 Thread coar
coar98/03/14 20:39:14 Modified:src/main http_core.c Log: Un-staticate limit_setion(); mod_perl needs access to it. Revision ChangesPath 1.171 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/main http_core.c http_protocol.c util_script.c

1998-03-14 Thread dgaudet
dgaudet 98/03/13 16:03:41 Modified:src/main http_core.c http_protocol.c util_script.c Log: a few less pstrdup Revision ChangesPath 1.170 +6 -6 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/main http_core.c

1998-03-13 Thread Ralf S. Engelschall
rse 98/03/13 08:54:21 Modified:src/main http_core.c Log: Make sure the given argument to Port is in the appropriate range. Submitted by: Ben Hyde Reviewed by: Ralf S. Engelschall Revision ChangesPath 1.168 +9 -2 apache-1.3/src/main/http_core.c

cvs commit: apache-1.3/src/main http_core.c util_script.c

1998-02-21 Thread dgaudet
dgaudet 98/02/20 17:42:41 Modified:src/include conf.h http_core.h src/main http_core.c util_script.c Log: RLIMIT_AS is part of Single Unix... and presumably posix as well. So it makes sense to support it everywhere rather than just on Linux. So treat it like

cvs commit: apache-1.3/src/main http_core.c

1998-02-21 Thread dgaudet
dgaudet 98/02/21 12:32:08 Modified:src/main http_core.c Log: fix typo Revision ChangesPath 1.163 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c === RCS file:

cvs commit: apache-1.3/src/main http_core.c

1998-02-20 Thread dgaudet
dgaudet 98/02/19 23:15:47 Modified:src/main http_core.c Log: Fix FooMatch sections. I bungled them before. Submitted by: Martin Kraemer Revision ChangesPath 1.160 +15 -12apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/main http_core.c

1998-02-20 Thread martin
martin 98/02/20 02:51:36 Modified:.STATUS src CHANGES src/include http_config.h src/main http_core.c Log: The check_cmd_context() function is now globally usable (Ken's suggestion) Revision ChangesPath 1.159

cvs commit: apache-1.3/src/main http_core.c http_request.c

1998-02-18 Thread dgaudet
dgaudet 98/02/18 02:01:18 Modified:htdocs/manual upgrading_to_1_3.html htdocs/manual/mod core.html src CHANGES src/include http_config.h src/main http_core.c http_request.c Log: Fix various parsing bugs with

cvs commit: apache-1.3/src/main http_core.c

1998-01-30 Thread dgaudet
dgaudet 98/01/30 11:30:35 Modified:.STATUS src CHANGES src/main http_core.c Log: Fix Options and AllowOverrides merging in main_server lookup_defaults and vhost lookup_defaults. Revision ChangesPath 1.138 +1 -0