cvs commit: apache-1.2/src CHANGES mod_include.c

1998-05-26 Thread dgaudet
dgaudet 98/05/25 17:55:30 Modified:src CHANGES mod_include.c Log: $ followed by non alnum should expand to $... I broke this in 1.2.5 security stuff. PR: 1921, 2249 Revision ChangesPath 1.312 +4 -0 apache-1.2/src/CHANGES Index:

cvs commit: apache-1.2/src CHANGES rfc1413.c

1998-05-18 Thread brian
brian 98/05/18 14:49:28 Modified:src CHANGES rfc1413.c Log: See Message-ID: [EMAIL PROTECTED] Revision ChangesPath 1.309 +2 -0 apache-1.2/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache-1.2/src CHANGES Configure conf.h

1998-05-11 Thread brian
brian 98/05/11 12:56:06 Modified:src CHANGES Configure conf.h Log: Support for NCR MP/RAS 3.0 [John Withers [EMAIL PROTECTED]] Revision ChangesPath 1.308 +2 -0 apache-1.2/src/CHANGES Index: CHANGES

cvs commit: apache-1.2/src CHANGES http_core.c http_protocol.c

1998-05-08 Thread brian
brian 98/05/07 23:29:35 Modified:src CHANGES http_core.c http_protocol.c Log: PR: 1474 *) Correct a protocol issue - always send the Accept-ranges: bytes header in the default_handler. [Brian Behlendorf] Revision ChangesPath 1.307 +3 -0

cvs commit: apache-1.2/src CHANGES util.c

1998-05-06 Thread brian
brian 98/05/05 19:32:20 Modified:src CHANGES util.c Log: PR: 754 Submitted by: Paul Eggert [EMAIL PROTECTED] *) Fix handling of %Z in timefmt strings for those platforms with no time zone information in their tm struct. Revision ChangesPath 1.306

cvs commit: apache-1.2/src CHANGES http_protocol.c

1998-04-01 Thread dgaudet
dgaudet 98/04/01 03:48:13 Modified:src CHANGES http_protocol.c Log: parse_uri didn't test for nul properly PR: 2019 Submitted by: Patrick Bihan-Faou [EMAIL PROTECTED] Revision ChangesPath 1.305 +3 -0 apache-1.2/src/CHANGES Index:

cvs commit: apache-1.2/src CHANGES buff.c

1998-03-26 Thread dgaudet
dgaudet 98/03/26 10:52:54 Modified:src CHANGES buff.c Log: Fix an incompatible pointer type assignment. PR: 2001 Revision ChangesPath 1.301 +3 -0 apache-1.2/src/CHANGES Index: CHANGES

cvs commit: apache-1.2/src CHANGES http_main.c

1998-03-26 Thread dgaudet
dgaudet 98/03/26 10:59:39 Modified:src CHANGES http_main.c Log: After a SIGHUP the listening sockets in the parent weren't properly marked for closure on fork(). PR: 2000 Submitted by: Jürgen Keil [EMAIL PROTECTED] Revision ChangesPath 1.302

cvs commit: apache-1.2/src CHANGES conf.h

1998-03-26 Thread dgaudet
dgaudet 98/03/26 11:24:13 Modified:src CHANGES conf.h Log: It seems foolish to define SIGURG SIGUSR1 especially when SIGUSR1 is used for graceful restarts. Given that the only usage of SIGURG is now protected by a #ifdef we don't really need the definition. Revision

cvs commit: apache-1.2/src CHANGES http_protocol.c

1998-03-26 Thread dgaudet
dgaudet 98/03/26 13:27:47 Modified:src CHANGES http_protocol.c Log: Fixed a bug in URL parsing that caused a wrong decoding of URLs with empty paths. Submitted by: Alvaro Martínez Echevarría [EMAIL PROTECTED] Revision ChangesPath 1.304 +4 -0

cvs commit: apache-1.2/src CHANGES

1998-03-16 Thread marc
marc98/03/16 11:38:54 Modified:src/modules/proxy proxy_http.c src CHANGES Log: We need to clear the Proxy-Connection header or connections can hang when we are talking to a remote server that looks like an origin server to us but is really being a

cvs commit: apache-1.2/src CHANGES

1998-03-13 Thread marc
marc98/03/13 13:55:58 Modified:src Tag: APACHE_1_2_X CHANGES Log: fresh and bare. Revision ChangesPath No revision No revision 1.286.2.78 +4 -0 apache-1.2/src/CHANGES Index: CHANGES

cvs commit: apache-1.2/src CHANGES http_protocol.c

1998-03-10 Thread dgaudet
dgaudet 98/03/09 22:14:59 Modified:src CHANGES http_protocol.c Log: rputs() did not calculate r-sent_bodyct properly. PR: 1900 Submitted by: Siegmund Stirnweiss [EMAIL PROTECTED] Revision ChangesPath 1.299 +7 -0 apache-1.2/src/CHANGES

cvs commit: apache-1.2/src CHANGES mod_include.c

1998-02-21 Thread dgaudet
dgaudet 98/02/21 03:44:11 Modified:src CHANGES mod_include.c Log: Work around a broken cpp. PR: 1717 Revision ChangesPath 1.297 +5 -0 apache-1.2/src/CHANGES Index: CHANGES

cvs commit: apache-1.2/src CHANGES mod_include.c

1998-02-21 Thread dgaudet
dgaudet 98/02/21 04:25:43 Modified:src CHANGES mod_include.c Log: boy that was a dumb patch, back it out Revision ChangesPath 1.298 +0 -5 apache-1.2/src/CHANGES Index: CHANGES === RCS

cvs commit: apache-1.2/src CHANGES mod_rewrite.c

1998-02-14 Thread dgaudet
dgaudet 98/02/13 18:51:39 Modified:src CHANGES mod_rewrite.c Log: mod_rewrite's RewriteLog should behave like mod_log_config, it shouldn't force hostname lookups. PR: 1684 Revision ChangesPath 1.293 +3 -0 apache-1.2/src/CHANGES Index:

cvs commit: apache-1.2/src CHANGES mod_userdir.c

1998-02-14 Thread dgaudet
dgaudet 98/02/13 19:39:20 Modified:src CHANGES mod_userdir.c Log: Deal with /~.. and lame UserDir /abspath. PR: 1701 Submitted by: Lauri Jesmin [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Marc Slemko Revision ChangesPath 1.294 +5 -0

cvs commit: apache-1.2/src CHANGES

1998-02-14 Thread dgaudet
dgaudet 98/02/14 05:42:46 Modified:src CHANGES Log: PR: 1639 Revision ChangesPath 1.295 +2 -0 apache-1.2/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache-1.2/src CHANGES http_protocol.c

1998-02-03 Thread dgaudet
dgaudet 98/02/03 01:53:51 Modified:src CHANGES http_protocol.c Log: Ed's patch has been running on one of my 1.2 servers w/name and ip vhosts for 5 days now without a hassle. Ed says: I posted a patch much like this some months ago, but Dean pointed out that it

cvs commit: apache-1.2/src CHANGES http_core.c mod_asis.c mod_dir.c mod_include.c mod_info.c

1998-02-01 Thread dgaudet
dgaudet 98/01/31 18:33:42 Modified:src CHANGES http_core.c mod_asis.c mod_dir.c mod_include.c mod_info.c Log: set r-allowed properly Revision ChangesPath 1.289 +3 -0 apache-1.2/src/CHANGES Index: CHANGES

cvs commit: apache-1.2/src CHANGES

1998-01-30 Thread coar
coar98/01/30 06:45:46 Modified:support suexec.c src CHANGES Log: Remove pointless references to an as-yet undefined 'cwd' cell. PR: 1738 Reviewed by: Dean Gaudet Revision ChangesPath 1.24 +2 -2