]>
granicus.if.org Git - apache/log
Colm MacCarthaigh [Tue, 29 Nov 2005 16:48:04 +0000 (16:48 +0000)]
A first stab at a win32 build environment for mod_dbd.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349757
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 29 Nov 2005 16:40:18 +0000 (16:40 +0000)]
Kill a very old html-only translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349754
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 29 Nov 2005 16:38:51 +0000 (16:38 +0000)]
Move closing tag to proper location.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349753
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Tue, 29 Nov 2005 16:37:49 +0000 (16:37 +0000)]
Give DBD a set of _DECLARE macros consistent with other modules, so that
_EXPORT and _STATIC and be turned on/off more easily.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349752
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 29 Nov 2005 16:08:01 +0000 (16:08 +0000)]
Some config file changes:
- Make the <Files> section safer by
adding Satisfy all (as is already present in 1.3)
- Remove some handler examples that almost nobody will
use (the config file is not the documentation)
- Remove some win32 specific stuff from the default
config, since win32 uses its own config file
- Remove the config section for the perchild mpm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349747
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 29 Nov 2005 15:38:44 +0000 (15:38 +0000)]
Note dbd/windows problem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349736
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 29 Nov 2005 15:05:16 +0000 (15:05 +0000)]
Fix case where a shared keepalive connection results in
different workers from being accessed. Try to be wise and
fast about the tests before we do the expensive string
comparison.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349723
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Tue, 29 Nov 2005 12:37:03 +0000 (12:37 +0000)]
Correct a syntax error detected by MSVC2005
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349713
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 28 Nov 2005 20:44:08 +0000 (20:44 +0000)]
rebuild docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349498
13f79535 -47bb-0310-9956-
ffa450edef68
David Reid [Mon, 28 Nov 2005 19:41:42 +0000 (19:41 +0000)]
- try to add a note to explain the behaviour of clients use a pipelined
connection wrt to MaxRequestsPerChild and KeepAlive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349476
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 28 Nov 2005 16:16:21 +0000 (16:16 +0000)]
* modules/ssl/ssl_scache_dc.c (ssl_scache_dc_retrieve): Fix warning
with OpenSSL 0.9.8a.
* support/ab.c (ssl_print_cb, ssl_print_cert_info): Fix warnings with
OpenSSL 0.9.8a.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349415
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 27 Nov 2005 07:34:15 +0000 (07:34 +0000)]
When computing the timeouts for keepalives and write completion,
get the current time _after_ processing the event that led to the
timeout, rather than before.
[forward-port of commit 349189 from the async-read-dev branch]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349190
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 22 Nov 2005 00:37:51 +0000 (00:37 +0000)]
Small description change to indicate which socket library the NLM in built for
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@348053
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 21 Nov 2005 23:41:44 +0000 (23:41 +0000)]
PR#37553
Redesign of pools handling in mod_dbd
Submitted: Chris Darroch, Reviewed: Nick Kew
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@348026
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 21 Nov 2005 23:25:44 +0000 (23:25 +0000)]
Fix a problem with the HTTPS CGI variable not getting set for secure requests. Needed to readd the port and address on every restart whether or not the listen port is being created or resused.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@348014
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 21 Nov 2005 23:01:49 +0000 (23:01 +0000)]
Wrap exported functions in AP_DECLARE
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@348008
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 20 Nov 2005 10:22:04 +0000 (10:22 +0000)]
* Sync with 2.2.x CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345731
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 20 Nov 2005 07:40:49 +0000 (07:40 +0000)]
remove an obsolete comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345726
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 20 Nov 2005 02:02:09 +0000 (02:02 +0000)]
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345709
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 20 Nov 2005 01:57:58 +0000 (01:57 +0000)]
Fix program name
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345708
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 20 Nov 2005 01:36:27 +0000 (01:36 +0000)]
rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345702
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 20 Nov 2005 01:33:27 +0000 (01:33 +0000)]
Add a mention of the new httxt2dbm program
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345701
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 19 Nov 2005 20:59:16 +0000 (20:59 +0000)]
* Minor performance tweak by reusing already calculated strlen in get_body.
Submitted by: Christophe Jaillet <christophe.jaillet wanadoo.fr>
Reviewed by: Ruediger Pluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345686
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 18 Nov 2005 20:03:51 +0000 (20:03 +0000)]
fix eol-style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345558
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 18 Nov 2005 19:43:42 +0000 (19:43 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345550
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 18 Nov 2005 19:38:21 +0000 (19:38 +0000)]
fix properties
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345549
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 18 Nov 2005 00:48:16 +0000 (00:48 +0000)]
Add typemap file to mod_authz_dbd docs (oops!)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345393
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 18 Nov 2005 00:46:11 +0000 (00:46 +0000)]
Note mod_authz_dbd in CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345392
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 18 Nov 2005 00:43:41 +0000 (00:43 +0000)]
Documentation for mod_authz_dbd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345391
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 18 Nov 2005 00:42:08 +0000 (00:42 +0000)]
mod_authz_dbd: SQL authz with Login/Session support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345389
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 17 Nov 2005 18:31:47 +0000 (18:31 +0000)]
Remove redundant link.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345302
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 17 Nov 2005 18:29:41 +0000 (18:29 +0000)]
* Deprecate AddOutputFilterByType
* Link up Require and AuthType to the relevant aaa modules.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345301
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 17 Nov 2005 18:24:09 +0000 (18:24 +0000)]
A few markup and spelling fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345298
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 16 Nov 2005 21:20:33 +0000 (21:20 +0000)]
Add defaults and comments for better robustness against misuse
(based on comments from Chris Darroch).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345128
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 16 Nov 2005 17:38:52 +0000 (17:38 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345067
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 16 Nov 2005 17:24:48 +0000 (17:24 +0000)]
Provide at least a basic roadmap to the aaa modules as part of the tutorial.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345065
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 16 Nov 2005 17:23:46 +0000 (17:23 +0000)]
Remove on/off arguments from AuthDigestProvider.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345064
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 16 Nov 2005 16:40:57 +0000 (16:40 +0000)]
Remove on/off from the argument list for AuthBasicProvider,
attempt to clarify the discussion of AuthBasicAuthoritative,
and add some extra clarifications in a few places.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345057
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 16 Nov 2005 16:35:49 +0000 (16:35 +0000)]
Remove support for 'On' and 'Off' for AuthBasicProvider and AuthDigestProvider
as it doesn't actually work as advertised.
Reviewed by: Joshua Slive (concept)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345054
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 16 Nov 2005 16:31:25 +0000 (16:31 +0000)]
No functional change: remove "internal" tab spacing/formatting.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345053
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Wed, 16 Nov 2005 15:56:13 +0000 (15:56 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345045
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 16 Nov 2005 15:30:32 +0000 (15:30 +0000)]
Fix (Chris Darroch) to register cleanup for persistent connection
in the no-threads case.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345040
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Wed, 16 Nov 2005 10:25:30 +0000 (10:25 +0000)]
Correct an XML validation error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344972
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Wed, 16 Nov 2005 10:23:56 +0000 (10:23 +0000)]
Make references to 2.1 and later consistent with each other.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344971
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 16 Nov 2005 01:31:44 +0000 (01:31 +0000)]
Fix typo in ProxyStatus syntax error message.
Submitted by: Christophe Jaillet <christophe.jaillet wanadoo.fr>
Reviewed by: trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344491
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 16 Nov 2005 00:07:30 +0000 (00:07 +0000)]
Fix wrong link
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344485
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 15 Nov 2005 19:56:24 +0000 (19:56 +0000)]
Backported the UCPP code to 2.2 branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344421
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 15 Nov 2005 18:58:23 +0000 (18:58 +0000)]
Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344411
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 15 Nov 2005 18:41:10 +0000 (18:41 +0000)]
Remove a few obsolete historical references, clean up
some small inconsistencies, and use graceful-stop in
the upgrading example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344409
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 15 Nov 2005 18:28:23 +0000 (18:28 +0000)]
Revert UCN default change - set back to Off, which is
what 2.1/2.2 has been but is opposite from the 2.0 default.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344408
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 15 Nov 2005 15:58:57 +0000 (15:58 +0000)]
Okay, at least be nice when "breaking" the API.
Tuck the new bitfield to the tail and adjust the
MMN
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344384
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 15 Nov 2005 14:50:39 +0000 (14:50 +0000)]
Add in the UseCanonicalPhysicalPort directive, which
basically allows Apache to configurably ( :) )
use the physical port when constructing the
canonical port. Also add the exact ordering to
the docs, so people can easily see how it works.
We now have compatibility with both 2.0 and 1.3.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344369
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 15 Nov 2005 10:29:27 +0000 (10:29 +0000)]
Replace dodgy cast with ap_set_string_slot
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344349
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 14 Nov 2005 15:06:07 +0000 (15:06 +0000)]
Fix driver-dependent potential memor-use bug in preparing statements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344140
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 13 Nov 2005 23:15:06 +0000 (23:15 +0000)]
drop dependency on apr_wait_for_io_or_timeout()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@343999
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 13 Nov 2005 17:27:23 +0000 (17:27 +0000)]
update convenience map
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333071
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 13 Nov 2005 17:19:23 +0000 (17:19 +0000)]
drop the version reference from the property file; it's no longer needed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333066
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 13 Nov 2005 16:42:01 +0000 (16:42 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333054
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 13 Nov 2005 16:39:56 +0000 (16:39 +0000)]
this path stays as 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333052
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 13 Nov 2005 15:05:53 +0000 (15:05 +0000)]
fix latex build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333016
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 13 Nov 2005 14:58:59 +0000 (14:58 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333013
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 13 Nov 2005 14:33:32 +0000 (14:33 +0000)]
doh! fix build error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333008
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 13 Nov 2005 14:11:48 +0000 (14:11 +0000)]
centralize the versioning of the httpd and the docs directories
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333005
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Sun, 13 Nov 2005 13:19:07 +0000 (13:19 +0000)]
Add an Irish Translation
Submitted by: Noirin Plunkett <firebird nerdchic.net>
Reviewed by: Colm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332986
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 13 Nov 2005 12:15:48 +0000 (12:15 +0000)]
Update filter documentation page.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332971
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 13 Nov 2005 10:17:36 +0000 (10:17 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332957
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 13 Nov 2005 09:45:17 +0000 (09:45 +0000)]
validate XML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332956
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 13 Nov 2005 09:42:18 +0000 (09:42 +0000)]
get properties right
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332955
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sun, 13 Nov 2005 08:26:59 +0000 (08:26 +0000)]
Update background entry slightly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332952
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sun, 13 Nov 2005 08:01:43 +0000 (08:01 +0000)]
Plug some holes in the current documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332942
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 13 Nov 2005 07:22:18 +0000 (07:22 +0000)]
2.1 -> 2.3 changes. Only track the 2.3/2.4 release history.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332929
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sun, 13 Nov 2005 06:16:08 +0000 (06:16 +0000)]
Update transformations after version bump.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332905
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sun, 13 Nov 2005 06:15:34 +0000 (06:15 +0000)]
Upgrade trunk to refer to 2.3/2.4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332904
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sun, 13 Nov 2005 05:54:03 +0000 (05:54 +0000)]
Update upgrading doc; add mention of mod_imap->mod_imagemap change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332902
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sun, 13 Nov 2005 05:38:43 +0000 (05:38 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332898
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sun, 13 Nov 2005 05:32:20 +0000 (05:32 +0000)]
Add some more documentation related to 2.1/2.2 authentication changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332896
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 13 Nov 2005 02:27:44 +0000 (02:27 +0000)]
Minor refactoring: move the creation of the pollset and associated
data structures outside of the listener thread function. The point
of this is to facilitate future experiments with different concurrency
models like Leader/Followers as potential alternatives to the current
Reactor design.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332879
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 11 Nov 2005 22:31:32 +0000 (22:31 +0000)]
* Sync with 2.2.x for backport r332657
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332658
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 10 Nov 2005 16:03:23 +0000 (16:03 +0000)]
No functional change: more indenting/formatting changes due to
tabbing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332316
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 10 Nov 2005 15:11:44 +0000 (15:11 +0000)]
No functional Change: Removing trailing whitespace. This also
means that "blank" lines consisting of just spaces or
tabs are now really blank lines
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332306
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 10 Nov 2005 15:05:51 +0000 (15:05 +0000)]
No functional change: simple detabbing of indented code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332305
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 9 Nov 2005 21:12:45 +0000 (21:12 +0000)]
Work if check_conn is NOTIMPL in a driver
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332142
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 8 Nov 2005 21:42:46 +0000 (21:42 +0000)]
Remove an unnecessary module reference to LLDAPX
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@331897
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 8 Nov 2005 13:17:12 +0000 (13:17 +0000)]
Note fixes that have been applied to the 2.1.10/2.2 BRANCH
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@331813
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 5 Nov 2005 22:37:30 +0000 (22:37 +0000)]
* Fix a null pointer dereference in dav_method_mkcol during the handling of
errors from dav_auto_checkin.
Submitted by: Ghassan Misherghi <ghassanm ucdavis.edu>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@331041
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 3 Nov 2005 01:40:47 +0000 (01:40 +0000)]
Warning about mixing +/- with bareword Options
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@330409
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Wed, 2 Nov 2005 22:42:45 +0000 (22:42 +0000)]
fix memory leak. Reported by <christophe.jaillet@wanadoo.fr>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@330380
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Wed, 2 Nov 2005 15:27:16 +0000 (15:27 +0000)]
Add a note about sendfile on Itanium
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@330271
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 2 Nov 2005 13:58:08 +0000 (13:58 +0000)]
* build/config_vars.sh.in: Check for the *-config scripts both at the
DESTDIR-relocated path and at the not-relocated path, to cope with
both builds with and without the bundled APR.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@330257
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 2 Nov 2005 12:59:59 +0000 (12:59 +0000)]
* build/config_vars.sh.in: Prepend DESTDIR to paths to installed
apr/apu-config scripts.
Submitted by: Torsten Foertsch <torsten.foertsch gmx.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@330246
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 1 Nov 2005 16:15:09 +0000 (16:15 +0000)]
Move to a different impl which was my 1st concept and that which
Ruediger likes. Instead of adjusting pointers to areas
within the URL, simply copy it over and change it as needed.
Easier logic and not that much slower for normal cases.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@330085
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 31 Oct 2005 16:31:29 +0000 (16:31 +0000)]
Fix a problem where we are doing a case insensitive
match between the worker and the URL. Instead, only
the scheme and hostname are insensitive, the rest
should be case sensitive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@329849
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Mon, 31 Oct 2005 09:19:17 +0000 (09:19 +0000)]
Add random notes about possible weaknesses
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@329779
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 30 Oct 2005 22:55:35 +0000 (22:55 +0000)]
Moved the extended_status scoreboard update from ap_process_http_connection
to the EOR bucket destructor. Also, added some defensive code and comments
regarding r->pool lifetime to ap_process_http_connection.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@329664
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 30 Oct 2005 21:06:36 +0000 (21:06 +0000)]
Bring documentation up to date with yesterdays fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@329645
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 30 Oct 2005 13:25:28 +0000 (13:25 +0000)]
Fix handling of unknown state tokens in If headers:
* modules/dav/main/mod_dav.h: Add dav_if_unknown to dav_if_state_type
enum.
* modules/dav/main/util.c (dav_add_if_state): Set returned type to
dav_if_unknown for an unknown state token.
(dav_validate_resource_state): Evaluate dav_if_unknown to fail
match unless in a Not condition.
PR: 37288
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@329562
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 30 Oct 2005 08:50:49 +0000 (08:50 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@329543
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 30 Oct 2005 08:15:15 +0000 (08:15 +0000)]
fix svn:eol-style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@329540
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 30 Oct 2005 00:32:00 +0000 (00:32 +0000)]
Change directives from OR_AUTHCFG to ACCESS_CONF
SQL config in .htaccess doesn't make sense and could have security issues.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@329497
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sat, 29 Oct 2005 21:11:51 +0000 (21:11 +0000)]
Allocate the brigade containing the EOR bucket from the connection
pool, rather than the request pool, because the core output filter
may need to reference the brigade immediately after deleting the
EOR bucket (and thus the request pool). This fixes a coredump
encountered when running t/TEST on an httpd compiled with
"--enable-pool-debug."
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@329484
13f79535 -47bb-0310-9956-
ffa450edef68