]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
15 years agoMerge r833582, r833593, r881222 from trunk:
Rainer Jung [Thu, 13 May 2010 13:27:03 +0000 (13:27 +0000)] 
Merge r833582, r833593, r881222 from trunk:

SECURITY: Partial fix for CVE-2009-3555:

Reject client-initiated renegotiations; this is sufficient to prevent
the attack for any configuration which does not require renegotiation
due to per-directory/per-location access control configuration.

Configuration with per-directory/per-location access control
requirements (such as "SSLVerifyClient require") are still vulnerable
to CVE-2009-3555 with this patch applied (if using OpenSSL != 0.9.8l).

* modules/ssl/ssl_private.h (SSLConnRec): Add reneg_state field.
  (ssl_callback_Info): Renamed from ssl_callback_LogTracingState.

* modules/ssl/ssl_engine_init.c (ssl_init_ctx_callbacks): Install
  the (renamed) info callback unconditionally.

* modules/ssl/ssl_engine_io.c (ssl_filter_ctx_t): Add config pointer
  to SSLConnRec.
  (bio_filter_out_write, bio_filter_in_read): Fail with
  APR_ECONNABORTED if the reneg state is set to RENEG_ABORT.

* modules/ssl/ssl_engine_kernel.c (log_tracing_state): Factored out
  of ssl_callback_LogTracingState.
  (ssl_callback_Info): New function.

Submitted by: jorton, rpluem, rjung
Reviewed by: rjung, rpluem, pgollucci

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@943879 13f79535-47bb-0310-9956-ffa450edef68

15 years agoVote to backport some security fixes.
Daniel Earl Poirier [Thu, 13 May 2010 11:56:37 +0000 (11:56 +0000)] 
Vote to backport some security fixes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@943869 13f79535-47bb-0310-9956-ffa450edef68

15 years agopromote
Philip M. Gollucci [Wed, 12 May 2010 23:31:04 +0000 (23:31 +0000)] 
promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@943750 13f79535-47bb-0310-9956-ffa450edef68

15 years agovote
Philip M. Gollucci [Wed, 12 May 2010 23:28:53 +0000 (23:28 +0000)] 
vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@943749 13f79535-47bb-0310-9956-ffa450edef68

15 years agopropose backporting a few security fixes to the 2.0.x branch
Jeff Trawick [Wed, 12 May 2010 18:08:31 +0000 (18:08 +0000)] 
propose backporting a few security fixes to the 2.0.x branch

I haven't properly reviewed/tested these yet myself, but I'd guess
that some among us may be in a good position to review.  (And I
should get to it eventually.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@943603 13f79535-47bb-0310-9956-ffa450edef68

15 years agoLine breaks to make example useful.
Rich Bowen [Mon, 10 May 2010 22:45:57 +0000 (22:45 +0000)] 
Line breaks to make example useful.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@942939 13f79535-47bb-0310-9956-ffa450edef68

15 years ago- Backports r942209
Philip M. Gollucci [Fri, 7 May 2010 20:43:34 +0000 (20:43 +0000)] 
- Backports r942209

ix the following:
$> grep -e autoindex_ -e cgi_ httpd.conf
LoadModule autoindex_module libexec/apache22/mod_autoindex.so
LoadModule cgi_module libexec/apache22/mod_cgi.so

fire up the following commands

$> apxs -e -a -n autoindex mod_autoindex.so
[activating module `autoindex' in /usr/local/etc/apache22/httpd.conf]
$> apxs -e -a -n cgi mod_cgi.so
[activating module `cgi' in /usr/local/etc/apache22/httpd.conf]

This will result into the following httpd.conf

$> grep -e autoindex_ -e cgi_ httpd.conf
LoadModule autoindex_module libexec/apache22/mod_autoindex.so
LoadModule cgi_module libexec/apache22/mod_cgi.so
LoadModule autoindex_module libexec/apache22/mod_autoindex.so
LoadModule cgi_module libexec/apache22/mod_cgi.so

As you notice the modules are now loaded twice

Now try to deactivate for the loaded ssl module

$> grep ssl_ httpd.conf
LoadModule ssl_module libexec/apache22/mod_ssl.so

$> apxs -e -A -n ssl mod_ssl.so
[preparing module `ssl' in /usr/local/etc/apache22/httpd.conf]

$> grep ssl_ httpd.conf
LoadModule ssl_module libexec/apache22/mod_ssl.so
#LoadModule ssl_module libexec/apache22/mod_ssl.so

As reported in FreeBSD ports PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/133704
Previously discussed with: wrowe@

This b/c '$lmd' expects the amount of space to be a fixed amount.  Use \s+ to make
any valid httpd.conf syntax work (i.e. at least 1 space)

As previously discussed with wrowe, treast this the same way roy treats
mime.types

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@942211 13f79535-47bb-0310-9956-ffa450edef68

15 years agoAdd proposal to backport SSLInsecureRenegotiation
Rainer Jung [Tue, 16 Mar 2010 15:16:41 +0000 (15:16 +0000)] 
Add proposal to backport SSLInsecureRenegotiation
to 2.0.x.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@923801 13f79535-47bb-0310-9956-ffa450edef68

15 years agomerge from trunk and 2.2.x:
Jeff Trawick [Thu, 11 Mar 2010 15:57:26 +0000 (15:57 +0000)] 
merge from trunk and 2.2.x:

SECURITY: CVE-2010-0434 (cve.mitre.org)
Ensure each subrequest has a shallow copy of headers_in so that the
parent request headers are not corrupted.  Elimiates a problematic
optimization in the case of no request body.

PR: 48359
Submitted by: Jake Scott, William Rowe, Ruediger Pluem
Reviewed by: wrowe, trawick, rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@921910 13f79535-47bb-0310-9956-ffa450edef68

15 years agomerge from trunk and 2.2.x, using existing published patch for 2.0.63:
Jeff Trawick [Thu, 11 Mar 2010 15:54:18 +0000 (15:54 +0000)] 
merge from trunk and 2.2.x, using existing published patch for 2.0.63:

  *) SECURITY: CVE-2008-2364 (cve.mitre.org)
     mod_proxy_http: Better handling of excessive interim responses
     from origin server to prevent potential denial of service and high
     memory usage. Reported by Ryujiro Shibuya. [Ruediger Pluem,
     Joe Orton, Jim Jagielski]

Reviewed by: trawick, wrowe, rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@921908 13f79535-47bb-0310-9956-ffa450edef68

15 years ago* Vote
Ruediger Pluem [Thu, 11 Mar 2010 13:24:41 +0000 (13:24 +0000)] 
* Vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@921839 13f79535-47bb-0310-9956-ffa450edef68

15 years ago+1 for apr_table_copy()
Jeff Trawick [Wed, 10 Mar 2010 11:03:57 +0000 (11:03 +0000)] 
+1 for apr_table_copy()

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@921303 13f79535-47bb-0310-9956-ffa450edef68

15 years agoYes, reverting prematurely applied backport
William A. Rowe Jr [Tue, 9 Mar 2010 21:52:20 +0000 (21:52 +0000)] 
Yes, reverting prematurely applied backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@921146 13f79535-47bb-0310-9956-ffa450edef68

15 years agoAdd CVE-2010-0434 fix for consideration
William A. Rowe Jr [Tue, 9 Mar 2010 21:51:10 +0000 (21:51 +0000)] 
Add CVE-2010-0434 fix for consideration

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@921143 13f79535-47bb-0310-9956-ffa450edef68

15 years agoRevert; been so long since I've worked in 2.0 svn, forgot the hazard map
William A. Rowe Jr [Tue, 9 Mar 2010 19:52:51 +0000 (19:52 +0000)] 
Revert; been so long since I've worked in 2.0 svn, forgot the hazard map

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@921086 13f79535-47bb-0310-9956-ffa450edef68

15 years agoVery sensible.
William A. Rowe Jr [Tue, 9 Mar 2010 19:51:11 +0000 (19:51 +0000)] 
Very sensible.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@921081 13f79535-47bb-0310-9956-ffa450edef68

15 years agoI'd prefer that patches in patches/apply_to_2.0.* get committed
Jeff Trawick [Tue, 9 Mar 2010 17:35:05 +0000 (17:35 +0000)] 
I'd prefer that patches in patches/apply_to_2.0.* get committed
to the 2.0.x branch for now.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@921002 13f79535-47bb-0310-9956-ffa450edef68

15 years agofollow up r920961 with the related CHANGES entry
Jeff Trawick [Tue, 9 Mar 2010 17:29:22 +0000 (17:29 +0000)] 
follow up r920961 with the related CHANGES entry

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@920995 13f79535-47bb-0310-9956-ffa450edef68

15 years agoSECURITY: CVE-2010-0425 (cve.mitre.org)
William A. Rowe Jr [Tue, 9 Mar 2010 16:21:12 +0000 (16:21 +0000)] 
SECURITY: CVE-2010-0425 (cve.mitre.org)

mod_isapi: Do not unload an isapi .dll module until the request
processing is completed, avoiding orphaned callback pointers.

Submitted by: Brett Gervasoni <brettg senseofsecurity.com>, trawick
Reviewed by: trawick, wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@920961 13f79535-47bb-0310-9956-ffa450edef68

15 years agoupdate transformation
Nilgun Belma Buguner [Fri, 15 Jan 2010 20:01:50 +0000 (20:01 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@899795 13f79535-47bb-0310-9956-ffa450edef68

15 years agoupdate for sync with English docs.
Nilgun Belma Buguner [Fri, 15 Jan 2010 20:01:19 +0000 (20:01 +0000)] 
update for sync with English docs.

Translated 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/branches/2.0.x@899794 13f79535-47bb-0310-9956-ffa450edef68

15 years agoSorry, wrong URL.
Rainer Jung [Mon, 11 Jan 2010 09:10:52 +0000 (09:10 +0000)] 
Sorry, wrong URL.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@897806 13f79535-47bb-0310-9956-ffa450edef68

15 years agoAdd proposal.
Rainer Jung [Mon, 11 Jan 2010 09:08:35 +0000 (09:08 +0000)] 
Add proposal.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@897805 13f79535-47bb-0310-9956-ffa450edef68

15 years agoMerge from trunk r896223: Update for IANA and comment-out unused types.
Roy T. Fielding [Tue, 5 Jan 2010 23:50:35 +0000 (23:50 +0000)] 
Merge from trunk r896223: Update for IANA and comment-out unused types.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@896280 13f79535-47bb-0310-9956-ffa450edef68

15 years agoFix a mistranslation.
Takashi Sato [Tue, 22 Dec 2009 17:28:06 +0000 (17:28 +0000)] 
Fix a mistranslation.

Submitted by: HANAWA Yoshio <hanawa dino.co.jp>
Reviewed by:  takashi

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@893242 13f79535-47bb-0310-9956-ffa450edef68

15 years agoImprove the wording.
Takashi Sato [Sun, 20 Dec 2009 08:09:44 +0000 (08:09 +0000)] 
Improve the wording.

Submitted by: OZAWA Sakuro <ozawa feedforce.jp>
Reviewed by:  takashi

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@892570 13f79535-47bb-0310-9956-ffa450edef68

15 years agoPatch from Mark Watts. Mention ProxyErrorOverride.
Rich Bowen [Mon, 14 Dec 2009 15:40:50 +0000 (15:40 +0000)] 
Patch from Mark Watts. Mention ProxyErrorOverride.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@890374 13f79535-47bb-0310-9956-ffa450edef68

15 years agoupdate transformation
André Malo [Sat, 12 Dec 2009 20:27:39 +0000 (20:27 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@889972 13f79535-47bb-0310-9956-ffa450edef68

15 years agoDefault sysconfdir is conf, not etc.
Rich Bowen [Thu, 3 Dec 2009 17:24:43 +0000 (17:24 +0000)] 
Default sysconfdir is conf, not etc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@886856 13f79535-47bb-0310-9956-ffa450edef68

15 years ago* Remove comments and vote
Ruediger Pluem [Sat, 21 Nov 2009 09:00:06 +0000 (09:00 +0000)] 
* Remove comments and vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@882861 13f79535-47bb-0310-9956-ffa450edef68

15 years agoUpdate patch proposal, add comment.
Rainer Jung [Fri, 20 Nov 2009 15:43:31 +0000 (15:43 +0000)] 
Update patch proposal, add comment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@882610 13f79535-47bb-0310-9956-ffa450edef68

15 years ago* Comment and vote.
Ruediger Pluem [Fri, 20 Nov 2009 12:09:17 +0000 (12:09 +0000)] 
* Comment and vote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@882528 13f79535-47bb-0310-9956-ffa450edef68

15 years agoAdd backport proposal for CVE-2009-3555
Rainer Jung [Fri, 20 Nov 2009 10:07:22 +0000 (10:07 +0000)] 
Add backport proposal for CVE-2009-3555
(r833622 from 2.2.x).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@882479 13f79535-47bb-0310-9956-ffa450edef68

15 years agoupdate transformation
Nilgun Belma Buguner [Sat, 17 Oct 2009 03:09:10 +0000 (03:09 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@826172 13f79535-47bb-0310-9956-ffa450edef68

15 years agoupdate for sync with English doc.
Nilgun Belma Buguner [Sat, 17 Oct 2009 03:08:38 +0000 (03:08 +0000)] 
update for sync with English doc.

Translated 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/branches/2.0.x@826171 13f79535-47bb-0310-9956-ffa450edef68

15 years agoupdate transformation
André Malo [Sun, 20 Sep 2009 18:58:11 +0000 (18:58 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@817080 13f79535-47bb-0310-9956-ffa450edef68

15 years agoAdds reference to IRC channel.
Rich Bowen [Wed, 2 Sep 2009 12:04:32 +0000 (12:04 +0000)] 
Adds reference to IRC channel.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@810469 13f79535-47bb-0310-9956-ffa450edef68

16 years agobackport r800196
Roy T. Fielding [Mon, 3 Aug 2009 23:59:49 +0000 (23:59 +0000)] 
backport r800196

Remove some duplicate extensions (reported by Jacob Rus)
Add more unregistered Microsoft types for silverlight (idiots)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@800632 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformation
Nilgun Belma Buguner [Fri, 3 Jul 2009 08:07:58 +0000 (08:07 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@790824 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate for sync with English doc.
Nilgun Belma Buguner [Fri, 3 Jul 2009 08:07:18 +0000 (08:07 +0000)] 
update for sync with English doc.

Translated 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/branches/2.0.x@790823 13f79535-47bb-0310-9956-ffa450edef68

16 years agoRemove reference to ResourceConfig, AccessConfig
Rich Bowen [Wed, 10 Jun 2009 19:43:11 +0000 (19:43 +0000)] 
Remove reference to ResourceConfig, AccessConfig

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@783470 13f79535-47bb-0310-9956-ffa450edef68

16 years agonot likely to release except security, but fix broken platform autogunk
William A. Rowe Jr [Fri, 29 May 2009 14:44:26 +0000 (14:44 +0000)] 
not likely to release except security, but fix broken platform autogunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@780001 13f79535-47bb-0310-9956-ffa450edef68

16 years agomerge from trunk r774530
Roy T. Fielding [Wed, 13 May 2009 21:58:10 +0000 (21:58 +0000)] 
merge from trunk r774530

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@774551 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformation
Nilgun Belma Buguner [Tue, 14 Apr 2009 08:10:12 +0000 (08:10 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@764700 13f79535-47bb-0310-9956-ffa450edef68

16 years agoNew Turkish translation
Nilgun Belma Buguner [Tue, 14 Apr 2009 08:08:18 +0000 (08:08 +0000)] 
New Turkish translation

Translated 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/branches/2.0.x@764699 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformation
Nilgun Belma Buguner [Mon, 16 Feb 2009 12:12:51 +0000 (12:12 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@744904 13f79535-47bb-0310-9956-ffa450edef68

16 years agosome modifications to generate the man pages in other languages
Nilgun Belma Buguner [Mon, 16 Feb 2009 12:10:24 +0000 (12:10 +0000)] 
some modifications to generate the man pages in other languages

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@744903 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformation
Nilgun Belma Buguner [Thu, 12 Feb 2009 14:21:18 +0000 (14:21 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@743759 13f79535-47bb-0310-9956-ffa450edef68

16 years agoNew Turkish translation
Nilgun Belma Buguner [Thu, 12 Feb 2009 14:19:55 +0000 (14:19 +0000)] 
New Turkish translation

Translated 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/branches/2.0.x@743758 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformation
Nilgun Belma Buguner [Wed, 4 Feb 2009 01:22:05 +0000 (01:22 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@740562 13f79535-47bb-0310-9956-ffa450edef68

16 years agoNew Turkish translation
Nilgun Belma Buguner [Wed, 4 Feb 2009 00:14:42 +0000 (00:14 +0000)] 
New Turkish translation

Translated 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/branches/2.0.x@740528 13f79535-47bb-0310-9956-ffa450edef68

16 years agobackport r104924:
Eric Covener [Fri, 9 Jan 2009 22:05:00 +0000 (22:05 +0000)] 
backport r104924:

  Fix Bug 18388 (Set-Cookie in 304)

Reviewed By: fielding, wrowe, covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@733168 13f79535-47bb-0310-9956-ffa450edef68

16 years agovote/promote for Set-Cookie on 304
Eric Covener [Fri, 9 Jan 2009 21:58:04 +0000 (21:58 +0000)] 
vote/promote for Set-Cookie on 304

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@733164 13f79535-47bb-0310-9956-ffa450edef68

16 years agotoss up a silly idea that would make rotatelogs as painless as the
William A. Rowe Jr [Fri, 9 Jan 2009 21:28:52 +0000 (21:28 +0000)] 
toss up a silly idea that would make rotatelogs as painless as the
core logging logic, vote a patch and bump a patch up to accepted.

Not that 2.0.64 will be here anytime soon, but w.t.h. - who knows
when we'll have a real reason to just go and toss out a release?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@733156 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Update transformation
Ruediger Pluem [Tue, 6 Jan 2009 21:40:05 +0000 (21:40 +0000)] 
* Update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@732129 13f79535-47bb-0310-9956-ffa450edef68

16 years agopropose backbort sitting in my tree for ages
Roy T. Fielding [Mon, 5 Jan 2009 23:44:23 +0000 (23:44 +0000)] 
propose backbort sitting in my tree for ages

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@731770 13f79535-47bb-0310-9956-ffa450edef68

16 years agohappy new year
Roy T. Fielding [Mon, 5 Jan 2009 23:43:30 +0000 (23:43 +0000)] 
happy new year

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@731769 13f79535-47bb-0310-9956-ffa450edef68

16 years agoPR#13603 - clarify description of DOCUMENT_URI
Nick Kew [Wed, 31 Dec 2008 00:49:08 +0000 (00:49 +0000)] 
PR#13603 - clarify description of DOCUMENT_URI

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@730280 13f79535-47bb-0310-9956-ffa450edef68

16 years agosync with IANA registry as of 2008 Nov 30 14:17 PST
Roy T. Fielding [Mon, 1 Dec 2008 05:56:59 +0000 (05:56 +0000)] 
sync with IANA registry as of 2008 Nov 30 14:17 PST

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@721975 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r720955 from trunk:
Takashi Sato [Sat, 29 Nov 2008 04:05:16 +0000 (04:05 +0000)] 
Merge r720955 from trunk:

Slight clarification to the way rewrite works in per-directory context.
Suggested by Peter Kehl on the users mailing list.

Reviewed by: rbowen, covener, takashi

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@721622 13f79535-47bb-0310-9956-ffa450edef68

16 years agoEnable httxt2dbm, mod_dumpio in the build, which were
William A. Rowe Jr [Thu, 13 Nov 2008 19:11:31 +0000 (19:11 +0000)] 
Enable httxt2dbm, mod_dumpio in the build, which were
long neglected but certainly work under win32.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@713792 13f79535-47bb-0310-9956-ffa450edef68

16 years agocast more votes
Philip M. Gollucci [Tue, 11 Nov 2008 19:57:59 +0000 (19:57 +0000)] 
cast more votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@713140 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformation
Nilgun Belma Buguner [Thu, 23 Oct 2008 16:34:21 +0000 (16:34 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@707409 13f79535-47bb-0310-9956-ffa450edef68

16 years agoNew Turkish translation
Nilgun Belma Buguner [Thu, 23 Oct 2008 13:07:44 +0000 (13:07 +0000)] 
New Turkish translation

Translated 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/branches/2.0.x@707365 13f79535-47bb-0310-9956-ffa450edef68

16 years agorewriteengine off vs. rewritemap prg
Eric Covener [Wed, 22 Oct 2008 13:46:22 +0000 (13:46 +0000)] 
rewriteengine off vs. rewritemap prg

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@707077 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate for sync with English docs.
Nilgun Belma Buguner [Tue, 21 Oct 2008 05:59:47 +0000 (05:59 +0000)] 
update for sync with English docs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@706525 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r703441 from trunk:
Takashi Sato [Mon, 20 Oct 2008 15:07:34 +0000 (15:07 +0000)] 
Merge r703441 from trunk:

fix MaxClients description (r692325, r692460) suggested by wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@706317 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r703997 from trunk:
Takashi Sato [Mon, 20 Oct 2008 15:01:19 +0000 (15:01 +0000)] 
Merge r703997 from trunk:

Note modules such as mod_headers affect %{Foobar}i

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@706315 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformation
Nilgun Belma Buguner [Fri, 10 Oct 2008 06:14:49 +0000 (06:14 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@703331 13f79535-47bb-0310-9956-ffa450edef68

16 years agoNew Turkish translation
Nilgun Belma Buguner [Fri, 10 Oct 2008 06:10:02 +0000 (06:10 +0000)] 
New Turkish translation

Translated 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/branches/2.0.x@703329 13f79535-47bb-0310-9956-ffa450edef68

16 years agopre-translation improvements
Nilgun Belma Buguner [Wed, 24 Sep 2008 09:43:56 +0000 (09:43 +0000)] 
pre-translation improvements

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@698485 13f79535-47bb-0310-9956-ffa450edef68

16 years agopre-translation improvements
Nilgun Belma Buguner [Tue, 23 Sep 2008 23:09:50 +0000 (23:09 +0000)] 
pre-translation improvements

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@698397 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformation
Nilgun Belma Buguner [Fri, 12 Sep 2008 04:36:23 +0000 (04:36 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@694601 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate for sync with English doc.
Nilgun Belma Buguner [Fri, 12 Sep 2008 04:34:13 +0000 (04:34 +0000)] 
update for sync with English doc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@694600 13f79535-47bb-0310-9956-ffa450edef68

16 years agofix mergeinfo (r692460)
Takashi Sato [Fri, 5 Sep 2008 15:49:04 +0000 (15:49 +0000)] 
fix mergeinfo (r692460)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@692467 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMerge r692325 from trunk:
Takashi Sato [Fri, 5 Sep 2008 15:29:46 +0000 (15:29 +0000)] 
Merge r692325 from trunk:

Fix MaxClients description to adapt threading MPM.
(This is still inaccurate for trunk Event MPM.)

Submitted by Dan Poirier <poirier pobox.com>
PR: 45747

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@692460 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformation
Nilgun Belma Buguner [Mon, 18 Aug 2008 13:57:32 +0000 (13:57 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@686758 13f79535-47bb-0310-9956-ffa450edef68

16 years agoNew Turkish translation
Nilgun Belma Buguner [Mon, 18 Aug 2008 13:57:09 +0000 (13:57 +0000)] 
New Turkish translation

Translated 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/branches/2.0.x@686757 13f79535-47bb-0310-9956-ffa450edef68

16 years agopre-translation improvements
Nilgun Belma Buguner [Fri, 15 Aug 2008 16:03:22 +0000 (16:03 +0000)] 
pre-translation improvements

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@686270 13f79535-47bb-0310-9956-ffa450edef68

16 years agoeol-style: native
Nilgun Belma Buguner [Sun, 10 Aug 2008 09:20:46 +0000 (09:20 +0000)] 
eol-style: native

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@684429 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformation
Nilgun Belma Buguner [Sun, 10 Aug 2008 07:07:12 +0000 (07:07 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@684418 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMerge r682868 from trunk:
Ruediger Pluem [Tue, 5 Aug 2008 19:03:38 +0000 (19:03 +0000)] 
Merge r682868 from trunk:

* Prevent XSS attacks when using wildcards in the path of the FTP URL.
  Discovered by Marc Bevand of Rapid7.

CVE: CVE-2008-2939
Submitted by: rpluem
Reviewed by: rpluem, mjc, jim, jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@682871 13f79535-47bb-0310-9956-ffa450edef68

17 years agoNew Turkish translations
Nilgun Belma Buguner [Mon, 4 Aug 2008 14:18:03 +0000 (14:18 +0000)] 
New Turkish translations

Translated 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/branches/2.0.x@682398 13f79535-47bb-0310-9956-ffa450edef68

17 years agoupdate transformation
André Malo [Tue, 22 Jul 2008 14:43:41 +0000 (14:43 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@678772 13f79535-47bb-0310-9956-ffa450edef68

17 years agoNew Turkish translations
Nilgun Belma Buguner [Tue, 22 Jul 2008 13:54:54 +0000 (13:54 +0000)] 
New Turkish translations

Translated 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/branches/2.0.x@678764 13f79535-47bb-0310-9956-ffa450edef68

17 years agoNew Turkish translations
Nilgun Belma Buguner [Tue, 22 Jul 2008 07:43:57 +0000 (07:43 +0000)] 
New Turkish translations

Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
 Reviewed by: Yücel Haluk Bugüner <haluk buguner.name.tr>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@678666 13f79535-47bb-0310-9956-ffa450edef68

17 years agopre-translation improvements
Nilgun Belma Buguner [Sat, 19 Jul 2008 10:33:56 +0000 (10:33 +0000)] 
pre-translation improvements

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@678129 13f79535-47bb-0310-9956-ffa450edef68

17 years agopre-translation improvements
Nilgun Belma Buguner [Sat, 19 Jul 2008 07:58:22 +0000 (07:58 +0000)] 
pre-translation improvements

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@678115 13f79535-47bb-0310-9956-ffa450edef68

17 years agopre-translation improvements
Nilgun Belma Buguner [Sat, 19 Jul 2008 06:50:37 +0000 (06:50 +0000)] 
pre-translation improvements

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@678110 13f79535-47bb-0310-9956-ffa450edef68

17 years agofixed the xml-validation error
Nilgun Belma Buguner [Sat, 19 Jul 2008 05:11:43 +0000 (05:11 +0000)] 
fixed the xml-validation error

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@678102 13f79535-47bb-0310-9956-ffa450edef68

17 years agosome cosmetic improvements
Nilgun Belma Buguner [Sat, 19 Jul 2008 05:09:51 +0000 (05:09 +0000)] 
some cosmetic improvements

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@678101 13f79535-47bb-0310-9956-ffa450edef68

17 years agoupdate transformation
André Malo [Sun, 13 Jul 2008 20:20:34 +0000 (20:20 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@676436 13f79535-47bb-0310-9956-ffa450edef68

17 years agonew Turkish translations
Takashi Sato [Thu, 10 Jul 2008 16:20:29 +0000 (16:20 +0000)] 
new 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/branches/2.0.x@675635 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMerge r675610 from trunk:
Takashi Sato [Thu, 10 Jul 2008 16:14:23 +0000 (16:14 +0000)] 
Merge r675610 from trunk:
remove outdated link

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@675634 13f79535-47bb-0310-9956-ffa450edef68

17 years agoupdate transformations
Takashi Sato [Sat, 21 Jun 2008 18:00:45 +0000 (18:00 +0000)] 
update transformations

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@670244 13f79535-47bb-0310-9956-ffa450edef68

17 years agonew Turkish translations.
Takashi Sato [Sat, 21 Jun 2008 17:24:32 +0000 (17:24 +0000)] 
new 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/branches/2.0.x@670233 13f79535-47bb-0310-9956-ffa450edef68

17 years agoupdate transformations
Takashi Sato [Mon, 16 Jun 2008 09:42:39 +0000 (09:42 +0000)] 
update transformations

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@668096 13f79535-47bb-0310-9956-ffa450edef68

17 years agonew Turkish translations.
Takashi Sato [Mon, 16 Jun 2008 08:49:56 +0000 (08:49 +0000)] 
new 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/branches/2.0.x@668076 13f79535-47bb-0310-9956-ffa450edef68

17 years agopropose recursive errordocument issue for backport
Eric Covener [Fri, 13 Jun 2008 00:43:56 +0000 (00:43 +0000)] 
propose recursive errordocument issue for backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@667306 13f79535-47bb-0310-9956-ffa450edef68

17 years agoadjust another charset info for svnmailer
Takashi Sato [Fri, 6 Jun 2008 08:36:21 +0000 (08:36 +0000)] 
adjust another charset info for svnmailer

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@663858 13f79535-47bb-0310-9956-ffa450edef68