]>
granicus.if.org Git - apache/log
Bradley Nicholes [Mon, 7 Feb 2005 19:08:58 +0000 (19:08 +0000)]
Document the new optional parameter for AuthLDAPUrl
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151743
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 7 Feb 2005 15:41:28 +0000 (15:41 +0000)]
Better handle the case where ProxyBadHeader StartBody is
in effect and we think we've started reading in the
response body. Take advantage of the fact that the
line read is still in buffer (and document that)
to allow us to add to the bb.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151722
13f79535 -47bb-0310-9956-
ffa450edef68
David Reid [Sat, 5 Feb 2005 14:20:26 +0000 (14:20 +0000)]
Change where we set r->user if we're setting it from a
client certificate.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151493
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 5 Feb 2005 01:41:52 +0000 (01:41 +0000)]
Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid hiccups
from additional path information passed in non-utf-8 format.
Submitted by: Richard Donkin <rd9 donkin.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151464
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 4 Feb 2005 20:49:18 +0000 (20:49 +0000)]
update revision references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151414
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 4 Feb 2005 20:28:49 +0000 (20:28 +0000)]
Update copyright year to 2005 and standardize on current copyright owner line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 4 Feb 2005 20:27:11 +0000 (20:27 +0000)]
Sync with httpd-2.0 changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151406
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 4 Feb 2005 07:57:10 +0000 (07:57 +0000)]
* modules/proxy/config.m4: Fix mod_proxy build after filename changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151329
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 4 Feb 2005 00:30:33 +0000 (00:30 +0000)]
Sync CHANGES with 2.0.x.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151273
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 4 Feb 2005 00:15:46 +0000 (00:15 +0000)]
Sync CHANGES with 2.0.x.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151267
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 3 Feb 2005 23:39:21 +0000 (23:39 +0000)]
Fix --with-apr=/usr and/or --with-apr-util=/usr.
PR: 29740
Submitted by: Max Bowsher <maxb ukf.net>
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151255
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 3 Feb 2005 23:18:48 +0000 (23:18 +0000)]
mod_proxy: Fix ProxyRemoteMatch directive.
PR: 33170
Submitted by: Rici Lake <rici ricilake.net>
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151248
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Thu, 3 Feb 2005 23:04:04 +0000 (23:04 +0000)]
Also translate Destination headers when ProxyPassReverse'd
* modules\proxy\mod_proxy_http.c
(process_proxy_header): reverse map Destination header.
NOTE: This is some darn nasty looking code...
* modules\proxy\ajp_header.c
(ajp_unmarshal_response): reverse map Destination header.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151246
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Thu, 3 Feb 2005 22:05:06 +0000 (22:05 +0000)]
Clean up some crumbs... The sandwich is next.
* modules\proxy\mod_proxy.c
(alias_match): Removed unused variables.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151241
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Thu, 3 Feb 2005 21:56:30 +0000 (21:56 +0000)]
Rename proxy modules.
* modules\proxy\mod_proxy_ajp.c
* modules\proxy\mod_proxy_balancer.c
* modules\proxy\mod_proxy_connect.c
* modules\proxy\mod_proxy_ftp.c
* modules\proxy\mod_proxy_http.c
Renamed from proxy_{ajp,balancer,connect,ftp,http}.c
* modules\proxy\mod_proxy_ajp.dsp
* modules\proxy\mod_proxy_balancer.dsp
* modules\proxy\mod_proxy_connect.dsp
* modules\proxy\mod_proxy_ftp.dsp
* modules\proxy\mod_proxy_http.dsp
Update references to renamed files.
* modules\proxy\NWGNUproxyajp
* modules\proxy\NWGNUproxybalancer
* modules\proxy\NWGNUproxycon
* modules\proxy\NWGNUproxyftp
* modules\proxy\NWGNUproxyhtp
Update references to renamed files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151238
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Thu, 3 Feb 2005 21:15:36 +0000 (21:15 +0000)]
Error out on configurations where the cache provider starts with a '/'.
Saves certain people a bit of time figuring out why their caching
doesn't work...
* modules/cache/mod_cache.c
(add_cache_enable): Throw an error when a provider starting with
a '/' is encountered. The user probably switched arguments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151232
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 3 Feb 2005 19:25:38 +0000 (19:25 +0000)]
Remove old FIX_15207 snippets
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151212
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 3 Feb 2005 16:04:25 +0000 (16:04 +0000)]
--showstoppers;
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151170
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 3 Feb 2005 16:03:42 +0000 (16:03 +0000)]
proxy HTTP: Rework the handling of request bodies to handle
chunked input and input filters which modify content length, and
avoid spooling arbitrary-sized request bodies in memory.
This is a merge of the proxy-reqbody branch into the trunk.
Justin had the protocol issues resolved in 2.1-dev, but not the
memory issue. The new implementation makes an effort to
stream the request body whenever possible.
Thanks to Allan Edwards for a critical bug fix, Greg Ames
for some style corrections, Justin for a needed commentary
addition, Jan Kratochvil for testing the analogous 2.0.x patch
with the SonyEricsson P900 phone, and reviews by all these
folks + JimJag.
PR: 15859
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151168
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 3 Feb 2005 13:38:24 +0000 (13:38 +0000)]
Close PR 32459, 15207. API change for PROXY_DECLARE ap_proxy_canonenc()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151153
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 3 Feb 2005 00:03:37 +0000 (00:03 +0000)]
Allow AuthLDAPURL to override the default connection type with an option second parameter of NONE, SSL or TLS | STARTTLS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151083
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 2 Feb 2005 20:09:26 +0000 (20:09 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151033
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 2 Feb 2005 19:54:53 +0000 (19:54 +0000)]
svn:eol-style = native
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149559
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 2 Feb 2005 19:32:18 +0000 (19:32 +0000)]
Keep track of time taken to process requests again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149550
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Wed, 2 Feb 2005 13:57:18 +0000 (13:57 +0000)]
Update Japanese translation.
English Revision: 149276
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149513
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 2 Feb 2005 07:10:20 +0000 (07:10 +0000)]
Add CacheStorePrivate, CacheStoreNoStore, and clarify CacheIgnoreCacheControl.
* docs/manual/mod/mod_cache.xml: Update documentation for
CacheIgnoreCacheControl and add documentation for two new directives.
* modules/cache/mod_cache.c
(cache_url_handler): Honor 'Cache-Control: no-cache' request header.
(cache_save_filter): Only honor no-store or private when their respective
directives are Off (which is the default).
rest of file: add in standard configuration syntax stuff...
* modules/cache/mod_cache.h: Minor formatting tweak and add new fields.
Suggested by: Pier Fumagalli
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149492
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 1 Feb 2005 17:27:04 +0000 (17:27 +0000)]
Fix a typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149421
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Tue, 1 Feb 2005 17:17:40 +0000 (17:17 +0000)]
Fix #32367 support for ProxyPass /foo !
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149420
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 1 Feb 2005 17:09:56 +0000 (17:09 +0000)]
Set the connection timeout for LDAP SDK's that support the option. For SDK's that don't, log a warning message.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149419
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 31 Jan 2005 23:23:00 +0000 (23:23 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149321
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 31 Jan 2005 23:18:34 +0000 (23:18 +0000)]
it's a new translation...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149320
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 31 Jan 2005 18:47:15 +0000 (18:47 +0000)]
hmm, I forgot, that *.xml.ja is iso-2022-jp, not euc-jp
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149283
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Mon, 31 Jan 2005 17:59:13 +0000 (17:59 +0000)]
Make the doc agree with the implementation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149276
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Mon, 31 Jan 2005 16:32:18 +0000 (16:32 +0000)]
Remove upper limit on the LimitRequestFieldSize directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149269
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Mon, 31 Jan 2005 14:33:39 +0000 (14:33 +0000)]
Update Japanese translation.
English Revision: 126304
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149264
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Mon, 31 Jan 2005 13:59:53 +0000 (13:59 +0000)]
New Japanese translation.
Submitted by: yoshiki
Reviewed by: kawai
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149259
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 30 Jan 2005 19:24:58 +0000 (19:24 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149144
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 30 Jan 2005 19:12:38 +0000 (19:12 +0000)]
add charsets that should be recognized by the svnmailer
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149143
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 30 Jan 2005 01:59:44 +0000 (01:59 +0000)]
As per bug 33290, we probably don't want a <Limit> here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149092
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 29 Jan 2005 01:58:15 +0000 (01:58 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@148974
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 29 Jan 2005 01:54:20 +0000 (01:54 +0000)]
update Brazilian Portuguese translation:
* manual/index.xml.pt-br, manual/new_features_2_2.xml.pt-br,
manual/style/lang/pt-br.xml: Minor changes
* upgrading.xml.pt-br: New translation
Submitted by: Eduardo Tompson Pereira <duaspila ig.com.br>
Reviewed by: Luiz Rocha <lsdrocha gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@148972
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 28 Jan 2005 17:41:29 +0000 (17:41 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@148907
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 27 Jan 2005 14:33:06 +0000 (14:33 +0000)]
* include/ap_mmn.h: Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126611
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 27 Jan 2005 01:13:15 +0000 (01:13 +0000)]
Added a new LDAPConnectionTimeout directive to util_ldap so that the socket connection timeout value is configurable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126565
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Wed, 26 Jan 2005 18:39:29 +0000 (18:39 +0000)]
Change the 'lib' prefix to 'libmod_' to be really consistent with
r103164 of acinclude.m4.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126524
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 25 Jan 2005 10:17:51 +0000 (10:17 +0000)]
* configure.in: Add --enable-pie flag; define PICFLAGS and PILDFLAGS.
* build/rules.mk.in: Factor out BASE_CC and BASE_CXX from COMPILE.
Substitute PICFLAGS into COMPILE and CXX_COMPILE, but not into
{SH,LT}{,_CXX}_COMPILE. Substitute PILDFLAGS into LINK but not
{SH,MOD}_LINK.
Reviewed by: jerenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126362
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 24 Jan 2005 18:28:16 +0000 (18:28 +0000)]
Add in a weighted byte count of all traffic (in and out) as
an alternative balancing method. We do not "adjust" the
byte count wrt scheme or method, simply by factoring
in the lbfactor value.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126304
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 24 Jan 2005 15:57:00 +0000 (15:57 +0000)]
Clarify meaning of %[bB] and note difference from 1.3.
Reviewed by: nd, slive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126297
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 24 Jan 2005 14:51:45 +0000 (14:51 +0000)]
* .gdbinit (dump_table): Handle NULL value pointers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126286
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 23 Jan 2005 18:37:28 +0000 (18:37 +0000)]
Word Up. ap_discard_request has used buckets for a couple years.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126239
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 23 Jan 2005 18:34:41 +0000 (18:34 +0000)]
2.1 will always have >=APR-1.0. No need to worry about this then.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126238
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 23 Jan 2005 18:30:40 +0000 (18:30 +0000)]
Update the Worker MPM+FreeBSD note. It all works under FreeBSD 5.3/5-STABLE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126237
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 23 Jan 2005 18:25:41 +0000 (18:25 +0000)]
mod_filter in 2.1 allows better ordering of the filter chain.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126235
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 23 Jan 2005 18:24:27 +0000 (18:24 +0000)]
Remove this note about a test suite failure from 2 years ago. The test suite passes for me.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126234
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 23 Jan 2005 18:20:40 +0000 (18:20 +0000)]
PR 9457 is marked as fixed. (this is also about APR, not httpd...)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126233
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 23 Jan 2005 18:14:30 +0000 (18:14 +0000)]
I beleive this works fine on Glibc 2.2+, and I don't care about supporting glibc 2.1.2 anymore.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126232
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 23 Jan 2005 18:11:14 +0000 (18:11 +0000)]
Remove the entire suspended forever section. All of these are extremely old GNATs PRs.
If any of them are still valid, I welcome a new section with the proper Bugzilla PR numbers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126231
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 23 Jan 2005 18:01:10 +0000 (18:01 +0000)]
Remove old statements about mod_proxy. It now supports both load balancing and persistent connections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126230
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 23 Jan 2005 17:53:39 +0000 (17:53 +0000)]
Solaris 10+Event MPM doesnt work. Note it as a non-showstopper.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126228
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sun, 23 Jan 2005 17:36:32 +0000 (17:36 +0000)]
* support/check_forensic: Fix script on platforms that do not have either
mktemp or tempfile (such as Solaris).
Also tested on Darwin & FreeBSD.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126224
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 23 Jan 2005 14:10:33 +0000 (14:10 +0000)]
Clarify some of the SSL/TLS details as used by the mod_ldap module.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126210
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Sun, 23 Jan 2005 00:58:30 +0000 (00:58 +0000)]
More hardcoded schemes in mod_rewrite... :/
Cooked up in a debugging session with Justin Erenkrantz.
* modules/mappers/mod_rewrite.c
(splitout_queryargs): Don't mess with the query args when dealing
with ajp or balancer.
(hook_uri2file): Account for r->filename being NULL.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126171
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 22 Jan 2005 17:59:48 +0000 (17:59 +0000)]
* modules/cache/mod_disk_cache.c: Cache r->err_headers_out headers. This
allows CGI scripts to be properly cached.
This issue was pointed out by Sander Striker.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126042
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 21 Jan 2005 15:42:53 +0000 (15:42 +0000)]
Remove the workaround that got client certificates to work with non
Novell LDAP SDKs, as it is no longer needed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125936
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 20 Jan 2005 23:34:35 +0000 (23:34 +0000)]
Clarify the mod_ldap documentation to better explain handling of certificates
between different LDAP toolkits.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125860
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 20 Jan 2005 20:22:31 +0000 (20:22 +0000)]
Recognize the new certificate formats
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125810
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 20 Jan 2005 15:38:05 +0000 (15:38 +0000)]
* support/suexec.c (safe_env_lst): Declare array as static const.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125784
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 20 Jan 2005 10:56:15 +0000 (10:56 +0000)]
Synch with 2.0 branch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125752
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 20 Jan 2005 08:15:46 +0000 (08:15 +0000)]
Fix a problem where SSL was started twice when no client certificates were
specified.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125733
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 19 Jan 2005 22:39:19 +0000 (22:39 +0000)]
Fix some inline C++ style declarations that other compilers can't handle
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125676
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 19 Jan 2005 21:09:24 +0000 (21:09 +0000)]
uh, oh. This spanish translation was just for 2.0...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125661
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 19 Jan 2005 20:51:10 +0000 (20:51 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125658
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 19 Jan 2005 20:36:02 +0000 (20:36 +0000)]
* manual/mod/mod_ldap.xml: Fix semantic error. There is no context "All"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125656
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 19 Jan 2005 20:26:05 +0000 (20:26 +0000)]
Update Spanish translation.
* manual/style/lang/es.xml: Bring text snippets up to date
* manual/bind.xml.es, manual/custom-error.xml.es: New translations
Submitted by: Jesus Blanco <blanco bitrock.com>
Reviewed by: Daniel Lopez
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125652
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 19 Jan 2005 20:21:56 +0000 (20:21 +0000)]
fix XML validation errors
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125651
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 19 Jan 2005 20:11:41 +0000 (20:11 +0000)]
adjust revision references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125649
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 19 Jan 2005 19:52:08 +0000 (19:52 +0000)]
mod_ldap: Updated to use the new apr-util v1.1 apr_ldap_*_option()
API for the setting of server and client SSL certificates. Replaced
LDAPTrustedCA directive with LDAPTrustedGlobalCert and
LDAPTrustedClientCert directives to correctly support global certs
(CA certs / Netware client certs) and per connection client certs
as supported by Netware, OpenLDAP and Netscape/Mozilla.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125645
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 19 Jan 2005 11:05:57 +0000 (11:05 +0000)]
* modules/proxy/proxy_http.c (ap_proxy_http_process_response): Handle
aborted connections correctly: abort if c->aborted is set.
* modules/proxy/proxy_ftp.c (proxy_ftp_handler): Likewise.
PR: 32443
Submitted by: Janne Hietamäki, Joe Orton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125612
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 19 Jan 2005 00:19:58 +0000 (00:19 +0000)]
mod_cache: Remove unimplemented CacheForceCompletion directive.
* modules/cache/mod_cache.h: Remove DEFAULT_CACHE_COMPLETION #define and
complete-related vars.
* modules/cache/mod_cache.c: Ditto.
* modules/cache/mod_disk_cache.c: Clarify error message; remove unused
complete var (unrelated to CacheForceCompletion removal).
* docs/manual/mod/mod_cache.xml.ja, docs/manual/mod/mod_cache.xml.ko,
docs/manual/mod/mod_cache.xml: Remove references to CacheForceCompletion.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125573
13f79535 -47bb-0310-9956-
ffa450edef68
Thom May [Tue, 18 Jan 2005 12:27:12 +0000 (12:27 +0000)]
support/check_forensic: Fix temp file usage
Submitted By: Javier Fernandez-Sanguino Pen~a
Reviewed By: Thom May
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125495
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 15 Jan 2005 17:29:59 +0000 (17:29 +0000)]
adjust revision references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125282
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 15 Jan 2005 17:28:31 +0000 (17:28 +0000)]
adjust revision references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125281
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 15 Jan 2005 17:26:34 +0000 (17:26 +0000)]
adjust revision references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125280
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 15 Jan 2005 17:10:21 +0000 (17:10 +0000)]
fix copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125278
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 15 Jan 2005 17:01:17 +0000 (17:01 +0000)]
fix copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125277
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 15 Jan 2005 16:46:00 +0000 (16:46 +0000)]
fix copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125275
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 15 Jan 2005 16:43:53 +0000 (16:43 +0000)]
fix copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125274
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 15 Jan 2005 16:40:26 +0000 (16:40 +0000)]
fix copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125273
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 15 Jan 2005 16:37:43 +0000 (16:37 +0000)]
fix copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125272
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 15 Jan 2005 16:35:45 +0000 (16:35 +0000)]
oops, readd the empty line
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125271
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 15 Jan 2005 16:25:24 +0000 (16:25 +0000)]
fix copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125270
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 15 Jan 2005 16:23:48 +0000 (16:23 +0000)]
fix copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125269
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 15 Jan 2005 16:21:26 +0000 (16:21 +0000)]
fix copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125268
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 15 Jan 2005 16:19:16 +0000 (16:19 +0000)]
fix copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125267
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Fri, 14 Jan 2005 20:21:45 +0000 (20:21 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125203
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Fri, 14 Jan 2005 20:15:15 +0000 (20:15 +0000)]
German umlauts correction
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125202
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Fri, 14 Jan 2005 20:08:02 +0000 (20:08 +0000)]
German translation of configuring.xml
Reviewed by: nd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125201
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 14 Jan 2005 14:16:58 +0000 (14:16 +0000)]
* modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Fail if the
connection was reset.
PR: 32699
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125166
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 14 Jan 2005 13:54:31 +0000 (13:54 +0000)]
* modules/ssl/mod_ssl.c: Declare new config directives
SSLCADNRequestFile and SSLCADNRequestPath.
* modules/ssl/ssl_private.h (modssl_pk_server_t): Add ca_name_path,
ca_name_file fields.
* modules/ssl/ssl_engine_init.c (ssl_init_ctx_verify): If either of
SSLCADNRequestFile or SSLCADNRequestPath are configured, load the CA
DN list sent in the CertificateRequest from those certificates.
* modules/ssl/ssl_engine_config.c (modssl_ctx_init_server): Use
pcalloc to zero-initialize the entire modssl_pk_server_t structure.
(ssl_config_server_new): Merge the ca_name_* fields.
(ssl_cmd_SSLCADNRequestPath, ssl_cmd_SSLCADNRequestFile): New
functions.
PR: 32848
Submitted by: Tim Taylor <tim.taylor dfas.mil>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125165
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 13 Jan 2005 18:36:23 +0000 (18:36 +0000)]
Fix VPATH errors introduced in r124104.
* configure.in: Use correct source path to get-version.sh and include/ dir.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125087
13f79535 -47bb-0310-9956-
ffa450edef68