]>
granicus.if.org Git - apache/log
William A. Rowe Jr [Wed, 11 Jun 2008 02:59:37 +0000 (02:59 +0000)]
Note that the DBD_LIST is supported for Makefile.win builds.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@666508
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 10 Jun 2008 22:37:03 +0000 (22:37 +0000)]
Correct install script flaw when DBD_LIST is provided by the
build user.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@666351
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 10 Jun 2008 22:24:15 +0000 (22:24 +0000)]
Update mod_auth_digest status
Docs bug pointed out by nicerobot on IRC
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@666349
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 10 Jun 2008 19:32:30 +0000 (19:32 +0000)]
in 2.2.9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@666291
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Tue, 10 Jun 2008 17:18:30 +0000 (17:18 +0000)]
Copy mod_proxy.xml.ja from 2.2 to trunk
since r344971(trunk) and r421100(2.2) are the same.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@666219
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 10 Jun 2008 16:14:47 +0000 (16:14 +0000)]
move back to inner loop... fails otherwise
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@666180
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 10 Jun 2008 15:30:00 +0000 (15:30 +0000)]
Patch for CVE-2008-2364...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@666154
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 9 Jun 2008 13:37:13 +0000 (13:37 +0000)]
r664705
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664706
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 9 Jun 2008 13:32:04 +0000 (13:32 +0000)]
Since we are using AC_CACHE_CHECK, avoid warning
about non-cached item by adding the required _cv_
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664701
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 8 Jun 2008 18:13:35 +0000 (18:13 +0000)]
core: Fix address-in-use startup failure on some platforms caused
by attempting to set up an IPv4 listener which overlaps with an
existing IPv6 listener.
The failure occurred on the second pass of the open-logs hook in
a configuration such as the following:
Listen 8080
Listen 0.0.0.0:8081
Listen [::]:8081
During the first pass, the two port 8081 listen recs were
adjacent and existing logic prevented binding to 0.0.0.0:8081.
On the second pass, they were not adjacent and we then tried
to bind to 0.0.0.0:8081, leading to failure on some platforms
(seen on SLES 9 and Ubuntu 7.10, not seen on many other Unix-ish
platforms).
Leave a note about other unhandled configurations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664535
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Temme [Sun, 8 Jun 2008 05:11:31 +0000 (05:11 +0000)]
No header files currently found in that dir, so the build fails.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664442
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Sat, 7 Jun 2008 16:03:01 +0000 (16:03 +0000)]
* irreversable -> irreversible
* whitespace fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664361
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 7 Jun 2008 12:51:43 +0000 (12:51 +0000)]
* Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664334
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 7 Jun 2008 12:50:04 +0000 (12:50 +0000)]
* Offer the possibility to create session cookies in the case a path is
given.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664333
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 7 Jun 2008 12:29:27 +0000 (12:29 +0000)]
* Allow HttpOnly, 1 and true to enable HttpOnly, allow secure, 1 and true
to enable secure.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664330
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 7 Jun 2008 03:13:28 +0000 (03:13 +0000)]
Catch up to apr-util-1.3.0, build apr_ldap always, and
conditionally build DBD_LIST members.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664253
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 7 Jun 2008 02:10:51 +0000 (02:10 +0000)]
mod_core.h is moved
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664241
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 7 Jun 2008 02:10:32 +0000 (02:10 +0000)]
Catch up with a host of changes to the current module set
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664240
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 7 Jun 2008 02:04:41 +0000 (02:04 +0000)]
Signedness error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664239
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 7 Jun 2008 01:48:05 +0000 (01:48 +0000)]
Catch up with cache changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664238
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 7 Jun 2008 01:47:34 +0000 (01:47 +0000)]
mod_core.h moved to include/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664237
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 7 Jun 2008 01:39:25 +0000 (01:39 +0000)]
Consumed by server/*.c, belongs in include/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664235
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 7 Jun 2008 01:13:10 +0000 (01:13 +0000)]
ap_ namespace, a dead giveaway that this information should reside
in the general include\ directory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664232
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 7 Jun 2008 01:10:50 +0000 (01:10 +0000)]
If we are submitting 2GB login forms, there is a very serious,
serious problem. The len and form_size of size_t should be
adaquate, clean up the rest of the size/off mismatches.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664230
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 7 Jun 2008 01:02:31 +0000 (01:02 +0000)]
You don't export the fn hooked or registered as an optional fn
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664227
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 7 Jun 2008 00:59:04 +0000 (00:59 +0000)]
You don't export the local registered functions
when using optional fn's and hooks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664224
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 7 Jun 2008 00:46:19 +0000 (00:46 +0000)]
You don't export registered entry points
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664217
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 7 Jun 2008 00:42:35 +0000 (00:42 +0000)]
add util_cookies
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664214
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 6 Jun 2008 22:52:56 +0000 (22:52 +0000)]
is_graceful means nothing in the mpm_winnt
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664177
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 6 Jun 2008 22:40:15 +0000 (22:40 +0000)]
Declare the callback function NONSTD
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664173
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 6 Jun 2008 22:39:44 +0000 (22:39 +0000)]
Registered callbacks are NONSTD or must be specially
declared in the function prototype of the c/b arg.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664172
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 6 Jun 2008 22:35:30 +0000 (22:35 +0000)]
mod_request.h / mod_auth.h moved to include/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664170
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 6 Jun 2008 22:34:44 +0000 (22:34 +0000)]
As this is consumed by the core, mod_auth must reside in
the serverwide include/'s.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664169
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 6 Jun 2008 22:32:32 +0000 (22:32 +0000)]
No. You cannot rely on mod_foo.h magic from the
various subdirectories if you will consume it in
the core (server/*.c). server/request.c needs
mod_request (similar to mod_core.h) so this never
belonged in the subdir.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664167
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 6 Jun 2008 22:29:58 +0000 (22:29 +0000)]
mod_session has a different scope than the core.
Replace the nonsense (see modules such as mod_dav,
mod_cache etc for similar examples).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664165
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 6 Jun 2008 22:21:07 +0000 (22:21 +0000)]
Revert prior change; some of these are registered
and therefore the wrong declspec. But why is the
question, and this should be reviewed before release.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664160
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 6 Jun 2008 21:56:13 +0000 (21:56 +0000)]
* Don't send 100-Continue when there was no Expect: 100-continue in the
request headers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664150
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 6 Jun 2008 21:47:08 +0000 (21:47 +0000)]
The cache_hash, cache_pqueue and cache_cache functions
are undecorated, their .h files are not propagated into
an installed include/ tree, and were erroniously exported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664145
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 6 Jun 2008 21:45:09 +0000 (21:45 +0000)]
mod_mem_cache consumes mod_cache, linking this in
two modules is an error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664143
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 6 Jun 2008 21:44:25 +0000 (21:44 +0000)]
Revert prior commit; the flaw is not in exporting all
of these cache_* functions, but in declaring them
exported in the first place. _hash, _pqueue and cache_cache
are undecorated and were erroniously exported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664142
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 6 Jun 2008 21:23:05 +0000 (21:23 +0000)]
These are declared CACHE_DECLARE and should be consumed
from mod_cache by mod_mem_cache. The duplicate cache_util
import is a dead giveaway that this was broken.
In order to backport, an MMN bump would be required because
these cache_pqueue, cache_cache and cache_hash exported
functions would be added to the "contract" of functions
which are available from mod_cache for third party cache
providers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664136
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 6 Jun 2008 18:56:13 +0000 (18:56 +0000)]
No.
_NONSTD refers to type fn (arg, arg, ...) incomplete declarations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664080
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 6 Jun 2008 16:38:50 +0000 (16:38 +0000)]
Need to link with rpcrt4.lib to use apr_generate_random_bytes - per r662572.
Submitted by: tdonovan
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664023
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 6 Jun 2008 16:19:02 +0000 (16:19 +0000)]
disablereuse:
note round-robin DNS (from 2.2 r655998)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664013
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 6 Jun 2008 14:44:35 +0000 (14:44 +0000)]
No functional change; simplify the CVE-2007-6420 fix slightly, as
suggested by rpluem:
* modules/proxy/mod_proxy_balancer.c (balancer_init): Serialize the
UUID to a string here...
(balancer_handler): ...rather than here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@663967
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 6 Jun 2008 14:36:23 +0000 (14:36 +0000)]
Convert Japanese translations from ISO-2022-JP to UTF-8
since "Support for Additional Languages" needs to be enabled
in the installation of JRE to read ISO-2022-JP.
Reviewed by: kawai
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@663964
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 5 Jun 2008 19:00:31 +0000 (19:00 +0000)]
The environment may be manipulated by modules such as mod_perl, so regenerate
the passed env argument on each CreateProcess call.
PR: 44800 (part 2/3)
Submitted by: tdonovan
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@663699
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 5 Jun 2008 17:27:32 +0000 (17:27 +0000)]
For winnt_mpm console mode, always reset our console handler to be the first,
even on a restart, because some modules (e.g. mod_perl) might have set a console
handler to terminate the process.
PR: 44800 (part 1/3)
Submitted by: tdonovan
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@663669
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 5 Jun 2008 17:12:22 +0000 (17:12 +0000)]
For *trunk/* development, presume at least apr-1.3 (now released) for
seperation of ldap link options.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@663663
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 5 Jun 2008 10:02:07 +0000 (10:02 +0000)]
backport r663514
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@663515
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Tue, 3 Jun 2008 14:49:46 +0000 (14:49 +0000)]
Fix client verification problem with SNI and multicerts.
Submitted by: Kaspar Brand <asfbugz velox.ch>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662815
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Pepper [Tue, 3 Jun 2008 03:11:16 +0000 (03:11 +0000)]
Minor cleanup on DAV Locking module.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662627
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 2 Jun 2008 21:31:04 +0000 (21:31 +0000)]
* Another one that is now backported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662579
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 2 Jun 2008 21:29:39 +0000 (21:29 +0000)]
* These are now backported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662576
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Sun, 1 Jun 2008 13:07:39 +0000 (13:07 +0000)]
update Turkish translations
Submitted by: Nilgün Belma Bugüner <nilgun belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662210
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Sat, 31 May 2008 12:26:27 +0000 (12:26 +0000)]
update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662021
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Sat, 31 May 2008 12:12:37 +0000 (12:12 +0000)]
Add Turkish translations
Submitted by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662016
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Sat, 31 May 2008 11:35:13 +0000 (11:35 +0000)]
correct mod_request module property
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662005
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Sat, 31 May 2008 05:06:32 +0000 (05:06 +0000)]
apachectl configtest or httpd -t doesn't show a list of config files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661942
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 30 May 2008 21:44:59 +0000 (21:44 +0000)]
fix transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661888
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 30 May 2008 11:49:31 +0000 (11:49 +0000)]
Prevent CSRF attacks against the balancer-manager (CVE-2007-6420)
* modules/proxy/mod_proxy_balancer.c (balancer_init): New function.
(balancer_handler): Place a nonce in the form output, and check that
the submitted form data includes that nonce.
(ap_proxy_balancer_register_hook): Register the new post_config hook.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661666
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 29 May 2008 22:23:19 +0000 (22:23 +0000)]
* Do this later as we might leave the function anyway without the need for this.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661508
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 29 May 2008 22:19:17 +0000 (22:19 +0000)]
* According to RFC 2616 8.2.3 we are not allowed to forward an
Expect: 100-continue to an HTTP/1.0 server. Instead we MUST return
a HTTP_EXPECTATION_FAILED.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661506
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 29 May 2008 20:12:58 +0000 (20:12 +0000)]
* Set at init time and combine comments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661459
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 29 May 2008 19:53:30 +0000 (19:53 +0000)]
* Do not add the query string again in the case that we are using the
unparsed uri.
PR: 44803
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661452
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 28 May 2008 22:20:08 +0000 (22:20 +0000)]
* Update transformation by doing a ./build.sh all convmap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661125
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 28 May 2008 21:56:25 +0000 (21:56 +0000)]
Document the fact that mod_proxy interpolation is now supported in 2.2.9.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661107
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 28 May 2008 20:56:02 +0000 (20:56 +0000)]
Switch ftp_directory_charset and interpolate_env in proxy_dir_conf,
with a major MMN bump. As suggested by rpluem in r661069 to enable
backport *without* a major bump (ABI breakage) in 2.2.x.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661079
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 28 May 2008 02:20:56 +0000 (02:20 +0000)]
Make the example match the explanatory text, and add a cautionary note.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660788
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 28 May 2008 02:15:48 +0000 (02:15 +0000)]
Make the example match the descriptive paragraph.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660787
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 28 May 2008 02:10:56 +0000 (02:10 +0000)]
Minor tweaks to grammar and examples.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660785
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Tue, 27 May 2008 23:14:10 +0000 (23:14 +0000)]
backported in r660756
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660757
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 27 May 2008 21:44:26 +0000 (21:44 +0000)]
backported to 2.2.x in r660728
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660729
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 27 May 2008 21:40:48 +0000 (21:40 +0000)]
* mod_proxy_http.c
Ensure that the EOC bucket is inserted BEFORE an EOS bucket in bb as
some resource filters like mod_deflate pass everything up to the EOS
down the chain immediately and sent the remainder of the brigade later
(or even never). But in this case the ap_http_header_filter does not
get out of our way soon enough.
http_filters.c
Remove all data buckets that are in a brigade after an EOC bucket
was seen, as an EOC bucket tells us that no (further) resource
and protocol data should go out to the client. OTOH meta buckets
are still welcome as they might trigger needed actions down in
the chain (e.g. in network filters like SSL).
Remark 1: It is needed to dump ALL data buckets in the brigade
since an filter in between might have inserted data
buckets BEFORE the EOC bucket sent by the original
sender and we do NOT want this data to be sent.
Remark 2: Dumping all data buckets here does not necessarily mean
that no further data is send to the client as:
1. Network filters like SSL can still be triggered via
meta buckets to talk with the client e.g. for a
clean shutdown.
2. There could be still data that was buffered before
down in the chain that gets flushed by a FLUSH or an
EOS bucket.
PR: 37770
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660726
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Tue, 27 May 2008 20:51:44 +0000 (20:51 +0000)]
part of ab sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660697
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 27 May 2008 16:29:57 +0000 (16:29 +0000)]
Backported as of r660587
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660589
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 27 May 2008 16:01:23 +0000 (16:01 +0000)]
* These are now backported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660573
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 27 May 2008 15:49:30 +0000 (15:49 +0000)]
* Make setting of HttpOnly flag more explicit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660566
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Tue, 27 May 2008 15:38:42 +0000 (15:38 +0000)]
update Turkish translations
submitted by: Nilgün Belma Bugüner <nilgun belgeler.gen tr>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660559
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Tue, 27 May 2008 14:53:45 +0000 (14:53 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660544
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Tue, 27 May 2008 14:38:45 +0000 (14:38 +0000)]
Correct the format errors of revesion reference in translations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660534
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Tue, 27 May 2008 14:06:50 +0000 (14:06 +0000)]
update French translations
submitted by: Lucien GENTIS <lucien.gentis lorraine.iufm.fr>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660521
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 27 May 2008 12:27:04 +0000 (12:27 +0000)]
mention fix in r659560
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660485
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 27 May 2008 10:50:23 +0000 (10:50 +0000)]
* Handle the case that secure is NULL
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660461
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 26 May 2008 15:04:55 +0000 (15:04 +0000)]
* Introduce a flag to decide whether we sent an body to the backend or not.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660207
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Sun, 25 May 2008 05:02:22 +0000 (05:02 +0000)]
Apply r659902 to some translations to prevent them from being
marked as outdated.
I'm leaving translations that are already outdated.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659912
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Sun, 25 May 2008 03:28:34 +0000 (03:28 +0000)]
Style fix. Almost all are detabs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659902
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 23 May 2008 20:22:03 +0000 (20:22 +0000)]
For now don't build mod_session_crypto on NetWare
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659646
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 23 May 2008 19:55:14 +0000 (19:55 +0000)]
Build mod_request on NetWare
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659645
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 23 May 2008 19:52:03 +0000 (19:52 +0000)]
Add new exports
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659643
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 23 May 2008 19:51:12 +0000 (19:51 +0000)]
Add an include path to mod_request.h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659642
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Fri, 23 May 2008 14:52:33 +0000 (14:52 +0000)]
The response to the TRACE method is partially garbled on an EBCDIC platform.
Send the request line and trailing CRLF in ASCII.
Submitted by: David Jones <oscaremma gmail.com>
Reviewed and tested by: gregames
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659560
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Darroch [Thu, 22 May 2008 17:01:14 +0000 (17:01 +0000)]
Determine registered authn/z providers directly in ap_setup_auth_internal(),
which allows optional functions that just wrapped ap_list_provider_names()
to be removed from authn/z modules.
This change requires modules/aaa/mod_auth.h to be included into
server/request.c, which necessitates a minor change to configure.in for
Unix platforms.
I'm unable to tell whether a similar change is necessary for Windows and
NetWare builds or not. Could developers with access to those platforms
please test and make any needed configuration or build alterations? Thanks!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659160
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Thu, 22 May 2008 10:12:01 +0000 (10:12 +0000)]
fix the dead links to the rewrite guide
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659070
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Wed, 21 May 2008 23:50:10 +0000 (23:50 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@658936
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Wed, 21 May 2008 23:35:52 +0000 (23:35 +0000)]
add a module <compatibility>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@658932
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Wed, 21 May 2008 23:35:09 +0000 (23:35 +0000)]
remove directive <compatiblity>s and
add a module <compatibility>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@658931
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Wed, 21 May 2008 18:10:16 +0000 (18:10 +0000)]
the example for IfDefine
* add missing white space
* stop using libproxy.so
* add mod_proxy_http
* mod_rewrite is not needed for reverse proxy
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@658793
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Wed, 21 May 2008 04:22:41 +0000 (04:22 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@658550
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Wed, 21 May 2008 04:10:22 +0000 (04:10 +0000)]
make the example for IfDefine use multiple-parameter.
Pointed out by: Andrew Ford <A.Ford ford-mason.co uk>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@658549
13f79535 -47bb-0310-9956-
ffa450edef68