]>
granicus.if.org Git - apache/log
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
Joe Orton [Tue, 15 Jun 2004 20:27:17 +0000 (20:27 +0000)]
* modules/echo/mod_echo.c (process_echo_connection): Fix brigade
handling: don't re-use a passed brigade.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103965
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 14 Jun 2004 22:11:25 +0000 (22:11 +0000)]
sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103951
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Mon, 14 Jun 2004 17:28:25 +0000 (17:28 +0000)]
Added new field in apr_procattr_t and cgi_exec_info_t structures to support loading in current or new address space (NetWare ONLY).
Replaced changes that added APR_PROGRAM_ADDRSPACE committed 6/11/04.
Reviewed by Brad Nicholes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103946
13f79535 -47bb-0310-9956-
ffa450edef68
Ken Coar [Mon, 14 Jun 2004 17:02:54 +0000 (17:02 +0000)]
oops; left over from an earlier version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103945
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 13 Jun 2004 16:07:53 +0000 (16:07 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103937
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 13 Jun 2004 16:05:06 +0000 (16:05 +0000)]
DO NOT EDIT the html file *sigh*
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103936
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 12 Jun 2004 14:30:52 +0000 (14:30 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103930
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 12 Jun 2004 14:17:05 +0000 (14:17 +0000)]
describe the onsuccess and always options better
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103929
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 11 Jun 2004 22:21:57 +0000 (22:21 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103925
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 11 Jun 2004 22:18:25 +0000 (22:18 +0000)]
document -l option
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103924
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 11 Jun 2004 22:01:47 +0000 (22:01 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103923
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 11 Jun 2004 21:57:04 +0000 (21:57 +0000)]
document dropped ErrorHeader directive -> extended Header directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103922
13f79535 -47bb-0310-9956-
ffa450edef68
Ken Coar [Fri, 11 Jun 2004 21:43:58 +0000 (21:43 +0000)]
add "-l" option to indicate interval is based on localtime not gmt
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103921
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 11 Jun 2004 21:41:27 +0000 (21:41 +0000)]
Drop the ErrorHeader directive which turned out to be a misnomer.
Instead there's a new optional flag for the Header directive
('always'), which keeps the former ErrorHeader functionality.
The opposite flag to 'always' is 'onsuccess'. So the new directives are written
as:
Header set foo bar
# which is the same as
Header onsuccess set foo bar
# and a subset of
Header always set foo bar
# which is what the ErrorHeader directive did.
Reviewed by: Brad Nicholes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103920
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 11 Jun 2004 21:07:10 +0000 (21:07 +0000)]
sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103919
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Fri, 11 Jun 2004 20:21:04 +0000 (20:21 +0000)]
Replaced APR_PROGRAM_ENV with new enum APR_PROGRAM_ADDRSPACE
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103914
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 11 Jun 2004 20:08:57 +0000 (20:08 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103913
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 11 Jun 2004 20:08:57 +0000 (20:08 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103912
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 11 Jun 2004 19:52:05 +0000 (19:52 +0000)]
sync with stable branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103911
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Fri, 11 Jun 2004 19:44:23 +0000 (19:44 +0000)]
Don't deflate responses with zero length e.g. proxied 304's
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103910
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 11 Jun 2004 16:17:58 +0000 (16:17 +0000)]
Sync with the 2.0 changes file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103903
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 11 Jun 2004 13:44:14 +0000 (13:44 +0000)]
<VirtualHost myhost> now applies to all IP addresses for myhost
instead of just the first one reported by the resolver. This
corrects a regression since 1.3.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103897
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 10 Jun 2004 00:23:04 +0000 (00:23 +0000)]
Slightly augment the example for SSIStartTag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103883
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 10 Jun 2004 00:22:05 +0000 (00:22 +0000)]
Remove remarks about --layout
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103882
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 9 Jun 2004 21:54:50 +0000 (21:54 +0000)]
Allow relative paths for LDAPTrustedCA to be resolved against ServerRoot PR#26602
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103877
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 9 Jun 2004 12:43:25 +0000 (12:43 +0000)]
fix typo in recent commit
Submitted by: Jean-Jacques Clar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103874
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 7 Jun 2004 11:02:52 +0000 (11:02 +0000)]
Synch with 2.0 branch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103870
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 6 Jun 2004 22:24:27 +0000 (22:24 +0000)]
sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103866
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 6 Jun 2004 15:41:12 +0000 (15:41 +0000)]
update German translation
Reviewed by: Andr� Malo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103864
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 6 Jun 2004 15:09:51 +0000 (15:09 +0000)]
sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103863
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 6 Jun 2004 14:28:14 +0000 (14:28 +0000)]
markup improvement
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103862
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sat, 5 Jun 2004 19:59:58 +0000 (19:59 +0000)]
new German translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103857
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sat, 5 Jun 2004 19:35:16 +0000 (19:35 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103856
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sat, 5 Jun 2004 19:33:41 +0000 (19:33 +0000)]
new German translation
Reviewed by: Andr� Malo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103855
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Fri, 4 Jun 2004 23:27:36 +0000 (23:27 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103854
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Fri, 4 Jun 2004 23:25:41 +0000 (23:25 +0000)]
markup improvement
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103853
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 4 Jun 2004 23:06:20 +0000 (23:06 +0000)]
fix validation error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103852
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 4 Jun 2004 22:57:26 +0000 (22:57 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103851
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 4 Jun 2004 22:53:38 +0000 (22:53 +0000)]
update ifmodule documentation, w.r.t. module identifiers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103850
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 4 Jun 2004 22:40:47 +0000 (22:40 +0000)]
Nobody objected:
<IfModule> now takes the module identifier in addition to the
filename.
CAUTION: this commit breaks the build on netware. It still needs
to be adjusted. (but I don't have any netware knowledge...)
Also, developers need to re-run buildconf on unices.
PR: 29003
Submitted by: Edward Rudd <eddie omegaware.com>, Andr� Malo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103849
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 4 Jun 2004 22:15:47 +0000 (22:15 +0000)]
ooooops. This file somehow got cleaned.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103848
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 4 Jun 2004 18:15:56 +0000 (18:15 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103846
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 4 Jun 2004 07:19:39 +0000 (07:19 +0000)]
Minor wording tweaks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103844
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 3 Jun 2004 22:46:54 +0000 (22:46 +0000)]
update transformation (build all)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103841
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 3 Jun 2004 15:43:09 +0000 (15:43 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103839
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 3 Jun 2004 15:42:25 +0000 (15:42 +0000)]
Document SSLCryptoDevice and fix some example titles.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103838
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 3 Jun 2004 15:26:27 +0000 (15:26 +0000)]
Document SSLHonorCipherOrder.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103837
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 3 Jun 2004 15:18:58 +0000 (15:18 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103836
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 3 Jun 2004 15:18:35 +0000 (15:18 +0000)]
Document SSLUserName directive.
Submitted by: Martin v. Loewis
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103835
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 3 Jun 2004 15:00:15 +0000 (15:00 +0000)]
Add "SSLUserName" directive to set r->user based on a chosen SSL
environment variable name.
* modules/ssl/ssl_private.h (struct SSLDirConfigRec): Add
szUserName field.
* modules/ssl/ssl_engine_config.c (ssl_config_perdir_create,
ssl_config_perdir_merge): Initialize and merge szUserName field.
(ssl_cmd_SSLUserName): New function.
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup): Set r->user to
the value of the chosen SSL environment variable.
* modules/ssl/mod_ssl.c: Add SSLUserName config directive.
PR: 20957
Submitted by: Martin v. Loewis <martin v.loewis.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103834
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 3 Jun 2004 13:05:15 +0000 (13:05 +0000)]
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103833
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 3 Jun 2004 13:03:08 +0000 (13:03 +0000)]
Add "SSLHonorCipherOrder" directive to enable the OpenSSL 0.9.7 flag
which uses the server's cipher preference order rather than the
client's.
* modules/ssl/ssl_private.h (struct SSLSrvConfigRec): Add
cipher_server_pref field.
* modules/ssl/ssl_engine_config.c (ssl_config_server_create,
ssl_config_server_merge): Initialize and merge cipher_server_pref
field.
(ssl_cmd_SSLHonorCipherOrder): New function.
* modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol): Set the
context option SSL_OP_CIPHER_SERVER_PREFERENCE when required.
PR: 28665
Submitted by: Jim Shneider <jschneid netilla.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103832
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 3 Jun 2004 10:17:13 +0000 (10:17 +0000)]
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103831
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 3 Jun 2004 10:16:12 +0000 (10:16 +0000)]
Fix links and update content in introduction. Update page content to
reflect that mod_ssl in 2.0 doesn't actually provide the most of the
backwards-compat hooks; leave it as a guide for migration.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103830
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 3 Jun 2004 09:28:12 +0000 (09:28 +0000)]
Drop support for the "CompatEnvVars" argument to SSLOptions, which was
never implemented in 2.0 and never needed to be.
* docs/ssl/ssl-std.conf.in: Remove CompatEnvVars examples.
* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLOptions): Don't allow
the CompatEnvVars argument.
* modules/ssl/ssl_private.h: Remove SSL_OPT_COMPATENVVARS macro.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103829
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 2 Jun 2004 23:12:31 +0000 (23:12 +0000)]
sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103827
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 2 Jun 2004 22:52:29 +0000 (22:52 +0000)]
sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103825
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 1 Jun 2004 20:40:45 +0000 (20:40 +0000)]
Synch with 2.0 branch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103819
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 1 Jun 2004 17:48:21 +0000 (17:48 +0000)]
Eliminate the redundant compiler rules
Submitted by: Guenter Knauf <fuankg@apache.org>, Brad Nicholes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103816
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 1 Jun 2004 17:18:48 +0000 (17:18 +0000)]
Fix a path searching problem so that NetWare can build the genchars.nlm support utility before the main build is started
Submitted by: Guenter Knauf <fuankg@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103814
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 1 Jun 2004 13:06:10 +0000 (13:06 +0000)]
* modules/filters/mod_deflate.c (deflate_out_filter): Destroy buckets
immediately after are used so that memory consumption is not
proportional to the size of the response.
PR: 29318
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103810
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 29 May 2004 03:34:17 +0000 (03:34 +0000)]
Fix bug in mod_deflate that unconditionally sent deflate'd output even when
Accept-Encoding is not present.
Reported by Roy Fielding for http://cvs.apache.org/viewcvs/ with Safari.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103803
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 27 May 2004 23:35:41 +0000 (23:35 +0000)]
Pass environment variables through to piped loggers, resolving
a regression since 1.3.
Submitted by: Ken Coar, Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103796
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 27 May 2004 09:20:00 +0000 (09:20 +0000)]
* modules/ssl/ssl_scache.c (ssl_scache_expire): Remove unused function.
* modules/ssl/ssl_scache_dc.c (ssl_scache_dc_expire): Likewise.
* modules/ssl/ssl_scache_shmcb.c (ssl_scache_shmcb_expire): Likewise.
* modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_expire): Make static.
* modules/ssl/ssl_private.h: Remove prototypes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103793
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 26 May 2004 23:33:35 +0000 (23:33 +0000)]
sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103791
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 26 May 2004 23:04:48 +0000 (23:04 +0000)]
sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103788
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 26 May 2004 22:22:37 +0000 (22:22 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103785
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 26 May 2004 22:20:04 +0000 (22:20 +0000)]
add description for --enable-dav-lock
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103784
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 26 May 2004 22:02:24 +0000 (22:02 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103783
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 26 May 2004 21:56:28 +0000 (21:56 +0000)]
add initial documentation for mod_dav_lock.
Mostly taken from the initial cvs commit message and
mod_dav_fs docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103782
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 26 May 2004 20:56:49 +0000 (20:56 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103779
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 26 May 2004 11:48:19 +0000 (11:48 +0000)]
Enable the option to support anonymous shared memory in mod_ldap.
This makes the cache work on Linux again.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103772
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 20:16:19 +0000 (20:16 +0000)]
parse content-length correctly using apr_strtoff function
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103769
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 20:01:23 +0000 (20:01 +0000)]
save some cycles
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103768
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 19:39:50 +0000 (19:39 +0000)]
this should save one or two cycles
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103767
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 19:09:45 +0000 (19:09 +0000)]
parse byteranges correctly using the new apr_strtoff function
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103765
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 18:22:58 +0000 (18:22 +0000)]
parse apr_off_t correctly using new apr_strtoff function
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103764
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 25 May 2004 18:01:02 +0000 (18:01 +0000)]
parse content-length correctly using new apr_strtoff function
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103763
13f79535 -47bb-0310-9956-
ffa450edef68