]>
granicus.if.org Git - apache/log
Stas Bekman [Sun, 18 Jul 2004 20:06:38 +0000 (20:06 +0000)]
fix the invalid return value entry for ap_meets_conditions
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104326
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 18 Jul 2004 01:18:58 +0000 (01:18 +0000)]
Tidy up: get rid of dubious cast (nd) and initialise encoding.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104318
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 17 Jul 2004 15:22:35 +0000 (15:22 +0000)]
Fix previous patch to deal correctly with multiple empty brigades before
we know if there's any content, and not re-process the headers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104315
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 17 Jul 2004 14:14:11 +0000 (14:14 +0000)]
Fix headers in deflate_out_filter for the case of an empty first brigade
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104314
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 17 Jul 2004 08:29:48 +0000 (08:29 +0000)]
* server/core.c (set_allow_opts): Fix gcc warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104313
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 16 Jul 2004 20:30:43 +0000 (20:30 +0000)]
Allocate memory from the temp_pool rather than the stack to avoid blowing fixed length stacks while evaluating nested includes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104310
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 16 Jul 2004 18:40:58 +0000 (18:40 +0000)]
NWSSLUpgradeable directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104308
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 16 Jul 2004 16:12:22 +0000 (16:12 +0000)]
Replace the strsep() call to the more portable apr_strtok() call so that we can build again
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104305
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Thu, 15 Jul 2004 19:28:06 +0000 (19:28 +0000)]
* docs/conf/httpd-std.conf.in
* docs/conf/httpd-win.conf
Add XML Spy to the clients who need to be carefully redirected.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104300
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Stein [Thu, 15 Jul 2004 19:22:25 +0000 (19:22 +0000)]
msg
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104298
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 15 Jul 2004 00:29:43 +0000 (00:29 +0000)]
Moderize our .rc generation, using the license-2.0 text,
extracting copyright dates from the version header, and
dropping a redundant s/./,/.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104295
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 15 Jul 2004 00:25:41 +0000 (00:25 +0000)]
mod_so.h doesn't live here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104294
13f79535 -47bb-0310-9956-
ffa450edef68
Jeon Jeongho [Wed, 14 Jul 2004 12:27:53 +0000 (12:27 +0000)]
commit new Korean file and up-to-date patches & rebuild html files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104285
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 14 Jul 2004 07:25:25 +0000 (07:25 +0000)]
remove tabs from my last commit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104284
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 14 Jul 2004 06:36:42 +0000 (06:36 +0000)]
Added 'AllowOverride Options=Indexes,MultiViews' to give an admin better
control over what options can be used in .htaccess files.
PR: 29310
Submitted by: Tom Alsberg <alsbergt-apache cs.huji.ac.il>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104283
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 13 Jul 2004 19:30:58 +0000 (19:30 +0000)]
Add the new directive NWSSLUpgradeable to mod_nw_ssl to allow a non-secure connection to be upgraded to secure connections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104278
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 13 Jul 2004 18:11:22 +0000 (18:11 +0000)]
Tokenize the header while parsing it for the upgrade tokens and once the protocol has been upgraded, allow the request to complete encrypted.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104273
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 13 Jul 2004 11:26:44 +0000 (11:26 +0000)]
* build/config.guess, build/config.sub: Remove since buildconf copies
these files from APR.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104269
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 12 Jul 2004 22:18:46 +0000 (22:18 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104263
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 12 Jul 2004 22:18:46 +0000 (22:18 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104262
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 12 Jul 2004 18:48:30 +0000 (18:48 +0000)]
Fix language code.
PR: 29518
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104259
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 12 Jul 2004 18:41:24 +0000 (18:41 +0000)]
Mention what type of regex we use, and reference the glossary.
PR: 29732
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104257
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Mon, 12 Jul 2004 17:04:40 +0000 (17:04 +0000)]
note backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104254
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Mon, 12 Jul 2004 16:53:24 +0000 (16:53 +0000)]
rev back to previous version, removing chnges to overload detach field , putting back addrspace field
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104251
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Mon, 12 Jul 2004 16:36:42 +0000 (16:36 +0000)]
fix compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104249
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 11 Jul 2004 13:46:22 +0000 (13:46 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104239
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sun, 11 Jul 2004 13:06:35 +0000 (13:06 +0000)]
update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104238
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sun, 11 Jul 2004 12:23:37 +0000 (12:23 +0000)]
update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104237
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 11 Jul 2004 12:14:12 +0000 (12:14 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104236
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sun, 11 Jul 2004 11:53:39 +0000 (11:53 +0000)]
update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104235
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sun, 11 Jul 2004 11:41:10 +0000 (11:41 +0000)]
update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104234
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 10 Jul 2004 17:22:50 +0000 (17:22 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104225
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 10 Jul 2004 16:38:12 +0000 (16:38 +0000)]
Document the fact that FTP support in mod_proxy is limited to GET.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104224
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 10 Jul 2004 15:01:02 +0000 (15:01 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104223
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sat, 10 Jul 2004 09:41:13 +0000 (09:41 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104220
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 10 Jul 2004 07:47:55 +0000 (07:47 +0000)]
Sync with 2.0.51-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104219
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 10 Jul 2004 07:18:50 +0000 (07:18 +0000)]
Small fix on ab's use of sprintf().
PR: 28204
Submitted by: Erik Weide <erik.weidel mplus-technologies.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104217
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 10 Jul 2004 03:38:02 +0000 (03:38 +0000)]
Add DUMP_MODULES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104213
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 10 Jul 2004 02:25:56 +0000 (02:25 +0000)]
Add ShowForbidden to IndexOptions to list files
that are not shown because the subrequest returned 401 or 403.
PR: 10575
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104212
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 9 Jul 2004 21:29:33 +0000 (21:29 +0000)]
Notes changes that were made to util_ldap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104210
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Fri, 9 Jul 2004 20:28:48 +0000 (20:28 +0000)]
Overloading detached field in cgi_exec_info_t stuct in order to use same field to set detached and addrspace values for proc to be started.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104209
13f79535 -47bb-0310-9956-
ffa450edef68
Jeon Jeongho [Fri, 9 Jul 2004 13:20:16 +0000 (13:20 +0000)]
commit a few Korean files and up-to-date patches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104203
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 7 Jul 2004 22:27:53 +0000 (22:27 +0000)]
add PR numbers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104195
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Tue, 6 Jul 2004 18:50:57 +0000 (18:50 +0000)]
note backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104188
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 5 Jul 2004 19:15:55 +0000 (19:15 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104179
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 5 Jul 2004 04:49:45 +0000 (04:49 +0000)]
Implement "Early" mode in mod_headers, and document it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104170
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 4 Jul 2004 22:47:49 +0000 (22:47 +0000)]
style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104169
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 4 Jul 2004 22:39:06 +0000 (22:39 +0000)]
badly encoded urls could cause a null byte skipping (read buffer overflow).
(e.g. % as last character).
avoid that.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104168
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 4 Jul 2004 22:24:52 +0000 (22:24 +0000)]
style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104167
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 4 Jul 2004 21:34:37 +0000 (21:34 +0000)]
style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104166
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 4 Jul 2004 13:42:21 +0000 (13:42 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104163
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 4 Jul 2004 13:37:17 +0000 (13:37 +0000)]
add another good reason for trailing slashes
Submitted by: Joshua Slive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104162
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 4 Jul 2004 10:25:22 +0000 (10:25 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104160
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 4 Jul 2004 10:19:48 +0000 (10:19 +0000)]
document the brand new DirectorySlash directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104159
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 3 Jul 2004 17:41:09 +0000 (17:41 +0000)]
that's not really an error condition, so make the message APLOG_DEBUG.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104155
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 3 Jul 2004 16:43:39 +0000 (16:43 +0000)]
make trailing-slash-behaviour configurable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104154
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 3 Jul 2004 16:23:09 +0000 (16:23 +0000)]
fix a bunch of compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104153
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 3 Jul 2004 16:20:15 +0000 (16:20 +0000)]
ignore copied PrintPath
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104152
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 3 Jul 2004 12:51:24 +0000 (12:51 +0000)]
sync with 2.0 branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104150
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 3 Jul 2004 12:25:11 +0000 (12:25 +0000)]
style fix only
(previously committed from user-supplied patch)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104148
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 3 Jul 2004 10:07:31 +0000 (10:07 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104147
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sat, 3 Jul 2004 08:12:27 +0000 (08:12 +0000)]
update translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104146
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sat, 3 Jul 2004 08:08:33 +0000 (08:08 +0000)]
update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104145
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sat, 3 Jul 2004 07:37:50 +0000 (07:37 +0000)]
update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104144
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sat, 3 Jul 2004 07:19:58 +0000 (07:19 +0000)]
update Japenese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104143
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 2 Jul 2004 12:39:41 +0000 (12:39 +0000)]
Note a backport
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104130
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 2 Jul 2004 00:41:44 +0000 (00:41 +0000)]
Add the NOTICE file to the rpm spec file in compliance with the Apache
v2.0 license.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104119
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 1 Jul 2004 09:37:47 +0000 (09:37 +0000)]
Remove build/PrintPath since buildconf copies it from APR already.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104105
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 30 Jun 2004 16:27:55 +0000 (16:27 +0000)]
Allow mod_deflate on NetWare to be compiled against zlib 1.2.1
Submitted by: Guenter Knauf <fuankg@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104096
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 29 Jun 2004 17:04:23 +0000 (17:04 +0000)]
Retrospective entries for major update to mod_proxy and minor update
to mod_deflate.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104086
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 29 Jun 2004 16:57:34 +0000 (16:57 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104085
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Tue, 29 Jun 2004 14:15:47 +0000 (14:15 +0000)]
Translation submitted by Vincent Deffontaines <vincent@gryzor.com>,
reviewed by Jean-Fran�ois El Fouly <jean-francois@elfouly.nom.fr> & Jean-Jacques Clar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104084
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Tue, 29 Jun 2004 14:08:17 +0000 (14:08 +0000)]
Add OS and APACHE_MPM_DIR to -V output
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104083
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Tue, 29 Jun 2004 14:06:08 +0000 (14:06 +0000)]
Use the correct Apache-2.x EBCDIC conversion function (not the old apache-1.3 routine)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104082
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Tue, 29 Jun 2004 14:00:07 +0000 (14:00 +0000)]
*** Patch for EBCDIC-host and HTTP/0.9 responses only ***
In dealing with a HTTP/0.9 response to a proxy request, we have pre-read
data that is not an HTTP header. At this point of processing, we don't
know yet whether the data is going to be interpreted an binary or not.
(In fact, we may never find out because HTTP/0.9 lacks the Content-Type
headers; only by configuring mod_charset_lite can we control the conversion).
But mod_charset_lite will get control only later, so it cannot decide on
the conversion of the current buffer full of data.
=> This is an extreme and rare situation normally.
So, for catching the most obvious problem (talking not to a HTTP server
but to some other protocol), the best guess here is to treat the buffer
as "text/*" (to make error messages readable).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104081
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Tue, 29 Jun 2004 13:48:20 +0000 (13:48 +0000)]
Let CGI daemon die if the network layer has been shut down (problem noticed on BS2000/OSD)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104080
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Tue, 29 Jun 2004 13:46:54 +0000 (13:46 +0000)]
Proxy requests are not converted by us. They should be cached and delivered bit-identical
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104079
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Tue, 29 Jun 2004 13:33:24 +0000 (13:33 +0000)]
Use standardized names for ISO-8859-1, see http://www.iana.org/assignments/character-sets
(Using the name iso8859-1 may still work, because it is aliased in apr-iconv/ccs/charset.aliases)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104078
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 29 Jun 2004 12:46:42 +0000 (12:46 +0000)]
Note a backport
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104077
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Tue, 29 Jun 2004 12:13:50 +0000 (12:13 +0000)]
Complete the EBCDIC conversion support for XML documents.
With this change, mod_dav works on an EBCDIC machine.
Submitted by: Jean-Frederic Clere <jfclere apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104075
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 29 Jun 2004 06:59:11 +0000 (06:59 +0000)]
Document mod_proxy updates incl. new directives for reverse-proxied cookies
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104071
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 29 Jun 2004 06:37:21 +0000 (06:37 +0000)]
Fix for multiple proxy bugs - review please:
#10722 Reverse proxying cookies
#15207 Proxy passing canonicalised URIs to backend
#16812 Case-insensitivity of proxypassreverse
#19317 Canonicalised URI causing infinite loop
#20372 AllowEncodedSlashes
May also fix 13577 (untested)
This is really two fixes: 10722 and 15207; the others are trivial consequences.
To make review easier, the simpler fix (#15207) is entirely contained in
#ifdef FIX_15207 (new code) and
#ifndef FIX_15207 (removed code)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104070
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 28 Jun 2004 23:53:52 +0000 (23:53 +0000)]
CAN-2004-0493 - memory exhaustion denial of service
Reviewed by: jerenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104059
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Sat, 26 Jun 2004 16:00:26 +0000 (16:00 +0000)]
Check for a NULL file name before trying to delete the file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104044
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 25 Jun 2004 19:56:35 +0000 (19:56 +0000)]
Replace the thread reader/writer lock that protects the shared memory cache to a global mutex so that the shared memory is protected across processes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104039
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 25 Jun 2004 19:50:30 +0000 (19:50 +0000)]
Make sure that the shared memory pointers are propagated down through the various caches that are created
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104038
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 25 Jun 2004 03:44:29 +0000 (03:44 +0000)]
Update inflate_out_filter to support gzip compression flags.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104034
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 24 Jun 2004 11:25:18 +0000 (11:25 +0000)]
* modules/generators/mod_status.c: Mark private global variables
as static.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104029
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 23 Jun 2004 12:32:22 +0000 (12:32 +0000)]
start piped loggers via the shell, passing through the environment variables
in the httpd process
this requires a new APR feature (APR_SHELLCMD_ENV), just added to apr 1.0-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104019
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 21 Jun 2004 19:49:42 +0000 (19:49 +0000)]
Added display code for the URL cache
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104010
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 20 Jun 2004 18:25:31 +0000 (18:25 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104000
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 20 Jun 2004 18:24:32 +0000 (18:24 +0000)]
fix chm build (allmodules.xml is no longer included directly)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103998
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 20 Jun 2004 13:08:06 +0000 (13:08 +0000)]
mod_log_config: Fix a bug which prevented request completion time
from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE
processing.
PR: 29696
Submitted by: Alois Treindl <alois astro.ch>
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103991
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 17 Jun 2004 17:19:01 +0000 (17:19 +0000)]
Get rid of the race conditions by first checking to make sure that a duplicate node does not already exist before inserting nodes into the different caches.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103978
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Thu, 17 Jun 2004 15:49:40 +0000 (15:49 +0000)]
initialize server arrays prior to calling ap_setup_prelinked_modules
so that static modules can push Defines values when registering
hooks just like DSO modules can
Submitted by: philippe chiasson
Reviewed by: geoff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103976
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 16 Jun 2004 23:25:27 +0000 (23:25 +0000)]
Enhance the util_ldap cache-info page to display the current contents of the search, compare and dn_compare caches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103974
13f79535 -47bb-0310-9956-
ffa450edef68
Ken Coar [Wed, 16 Jun 2004 21:27:06 +0000 (21:27 +0000)]
make the check for GMT offset occur each time through the loop,
in case a switch between standard and daylight savings time
occurred. (correction to previous code courtesy of Uli Zappe.)
PR: 24417
Submitted by: Uli Zappe <uli ritual.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103973
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 16 Jun 2004 16:07:43 +0000 (16:07 +0000)]
* server/util_script.c (ap_scan_script_header_err_core): Set
Content-Range in r->headers_out, so that the byterange filter knows to
do nothing for a CGI script which produced a content-range.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103971
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 15 Jun 2004 21:00:22 +0000 (21:00 +0000)]
* modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Create a new
brigade for sending output after passing on the current one.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103967
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 15 Jun 2004 20:49:46 +0000 (20:49 +0000)]
* modules/filters/mod_include.c (send_parsed_content): Only destroy
the temporary brigade if it wasn't passed on to the next filter.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103966
13f79535 -47bb-0310-9956-
ffa450edef68