]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
16 years ago * mod_ssl: Rewrite of shmcb to avoid memory alignment issues.
Jim Jagielski [Fri, 15 Aug 2008 22:15:28 +0000 (22:15 +0000)] 
 * mod_ssl: Rewrite of shmcb to avoid memory alignment issues.
      PR: 42101 - also now reported with i386/gcc 4.2
      Trunk version of patch:
        http://svn.apache.org/viewcvs.cgi?rev=399291&view=rev
        http://svn.apache.org/viewcvs.cgi?rev=630228&view=rev
      Backport version for 2.2.x of patch:
        http://people.apache.org/~jorton/mod_ssl-shmcb-rewrite.patch
      +1: jorton, mturk, rpluem

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

16 years agoBackported
Jim Jagielski [Fri, 15 Aug 2008 22:13:00 +0000 (22:13 +0000)] 
Backported

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

16 years agoMerge r683626, r685112 from trunk:
Jim Jagielski [Fri, 15 Aug 2008 22:12:47 +0000 (22:12 +0000)] 
Merge r683626, r685112 from trunk:

mod_dav_fs: Retrieve minimal system information about directory
entries when walking a DAV fs, resolving a performance degradation on
Windows.

PR: 45464

* modules/dav/fs/repos.c (DAV_FINFO_MASK): Define macro.
  (dav_fs_walker): Use DAV_FINFO_MASK when stat'ing the
  directory member during the walk.

Reviewed by: jim

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

16 years agoMerge r678761 from trunk:
Jim Jagielski [Fri, 15 Aug 2008 22:09:10 +0000 (22:09 +0000)] 
Merge r678761 from trunk:

* Ensure that the SSL filters are not inserted on FTP data connections even
  if the virtual host that causes the proxy request has SSL enabled.

Submitted by: rpluem
Reviewed by: jim

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

16 years ago * mod_cgid: Pass along empty command line arguments from an ISINDEX
Jim Jagielski [Fri, 15 Aug 2008 22:08:05 +0000 (22:08 +0000)] 
 * mod_cgid: Pass along empty command line arguments from an ISINDEX
    query that has consecutive '+' characters in the QUERY_STRING,
    matching the behavior of mod_cgi.
    Trunk version of patch:
      http://svn.apache.org/viewvc?rev=682389&view=rev
      http://svn.apache.org/viewvc?rev=682475&view=rev
    Backport version for 2.2.x of patch:
      http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/generators/mod_cgid.c?r1=682475&r2=682389

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

16 years agoMerge r682369 from trunk:
Jim Jagielski [Fri, 15 Aug 2008 22:02:52 +0000 (22:02 +0000)] 
Merge r682369 from trunk:

* Remove call to apr_reslist_destroy. With the latest trunk version of
  apr-util this causes a lock during shutdown as at the point of time we would
  execute apr_reslist_destroy the reslist is already destroyed, because we are
  in a cleanup of the same pool where the reslist registered itself as
  precleanup.
  With apr-util 1.3.x calling apr_reslist_destroy is not really useful and
  needed in this case as we are in a cleanup that was registered against the
  same pool that is used by the reslist. As it was registered *after* the
  reslist was created it just runs *before* the reslist cleanup would run. This
  is somewhat pointless here and we could leave the job of destroying the
  reslist to the reslist cleanup.

Submitted by: rpluem
Reviewed by: jim

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

16 years agoPromote patches
Jim Jagielski [Fri, 15 Aug 2008 22:00:50 +0000 (22:00 +0000)] 
Promote patches

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

16 years agoCast votes
Jim Jagielski [Fri, 15 Aug 2008 22:00:11 +0000 (22:00 +0000)] 
Cast votes

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

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

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

16 years ago* Vote and promote
Ruediger Pluem [Tue, 12 Aug 2008 16:00:25 +0000 (16:00 +0000)] 
* Vote and promote

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

16 years agoneed another fix with the dav fs change
Jeff Trawick [Tue, 12 Aug 2008 14:09:29 +0000 (14:09 +0000)] 
need another fix with the dav fs change

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

16 years agoFor the moment, that same rule appears over here in the rewrite
Rich Bowen [Tue, 12 Aug 2008 13:35:45 +0000 (13:35 +0000)] 
For the moment, that same rule appears over here in the rewrite
directory, too. We really need to consolidate the mod_rewrite guides a
little more, so that there's not this duplication.

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

16 years agoThe [uge] in this rule seems to be a reference to other rules elsewhere
Rich Bowen [Tue, 12 Aug 2008 13:33:12 +0000 (13:33 +0000)] 
The [uge] in this rule seems to be a reference to other rules elsewhere
in the guide, but in this context, it's just confusing. I assume that
Ralf just copied rules out of his config files on his own servers, and
they made sense in that context.

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

16 years ago* Add a proposal
Ruediger Pluem [Mon, 11 Aug 2008 20:29:56 +0000 (20:29 +0000)] 
* Add a proposal

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

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

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

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

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

16 years agoUpdated
Nilgun Belma Buguner [Sun, 10 Aug 2008 06:37:48 +0000 (06:37 +0000)] 
Updated

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.2.x@684412 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Update transformation
Ruediger Pluem [Sat, 9 Aug 2008 21:05:25 +0000 (21:05 +0000)] 
* Update transformation

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

16 years ago* Update transformation
Ruediger Pluem [Sat, 9 Aug 2008 21:02:35 +0000 (21:02 +0000)] 
* Update transformation

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

16 years agoMerge r684337, r684338 from trunk:
Ruediger Pluem [Sat, 9 Aug 2008 20:59:42 +0000 (20:59 +0000)] 
Merge r684337, r684338 from trunk:

* Fix bogus explanation of timeout parameter

* Improve timeout documentation even more

Submitted by: rpluem
Reviewed by: rpluem

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

16 years ago* Vote and promote
Ruediger Pluem [Sat, 9 Aug 2008 19:19:45 +0000 (19:19 +0000)] 
* Vote and promote

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

16 years agoAdd example to split-logfile documentation.
Rich Bowen [Sat, 9 Aug 2008 17:27:20 +0000 (17:27 +0000)] 
Add example to split-logfile documentation.

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

16 years agoHopefully Joe can show me where the executable property is needed in this
Jeff Trawick [Sat, 9 Aug 2008 14:09:11 +0000 (14:09 +0000)] 
Hopefully Joe can show me where the executable property is needed in this
particular apr stat call.

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

17 years agoMerge r674000 from trunk:
Ruediger Pluem [Fri, 8 Aug 2008 21:25:04 +0000 (21:25 +0000)] 
Merge r674000 from trunk:

* Prevent Header edit from processing only the first header it should
  edit and deleting the remaining ones by iterating over all headers
  with the same name.

PR: 45333

Submitted by: rpluem
Reviewed by: rpluem, niq, mturk

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

17 years ago* Promote
Ruediger Pluem [Fri, 8 Aug 2008 21:17:09 +0000 (21:17 +0000)] 
* Promote

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

17 years agoCast in some votes
Mladen Turk [Fri, 8 Aug 2008 05:53:03 +0000 (05:53 +0000)] 
Cast in some votes

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

17 years agoMerge r670061 (original fix), r670198 (correction), and r670254 (formatting) from...
Thomas J. Donovan [Fri, 8 Aug 2008 03:14:06 +0000 (03:14 +0000)] 
Merge r670061 (original fix), r670198 (correction), and r670254 (formatting) from trunk:

* mod_rewrite: Preserve the query string when [proxy,noescape]

PR 45247

Submitted by: tdonovan
Reviewed by: rpluem, niq, tdonovan

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

17 years agoMerge r670061 (original fix), r670198 (correction), and r670254 (formatting) from...
Thomas J. Donovan [Fri, 8 Aug 2008 03:09:37 +0000 (03:09 +0000)] 
Merge r670061 (original fix), r670198 (correction), and r670254 (formatting) from trunk:

* mod_rewrite: Preserve the query string when [proxy,noescape]

PR 45247

Submitted by: tdonovan
Reviewed by: rpluem, niq, tdonovan

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

17 years agopromote approved backport
Thomas J. Donovan [Fri, 8 Aug 2008 02:51:54 +0000 (02:51 +0000)] 
promote approved backport

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

17 years agoMerge r683373 from trunk:
Ruediger Pluem [Thu, 7 Aug 2008 19:30:02 +0000 (19:30 +0000)] 
Merge r683373 from trunk:

* Move nonce field inside the html form.

PR: 45578

Submitted by: rpluem
Reviewed by: rpluem, covener, jorton

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

17 years ago* Vote
Ruediger Pluem [Thu, 7 Aug 2008 19:27:28 +0000 (19:27 +0000)] 
* Vote

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

17 years agopropose another backport
Jeff Trawick [Thu, 7 Aug 2008 17:01:40 +0000 (17:01 +0000)] 
propose another backport

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

17 years agopromote approved backport
Jeff Trawick [Thu, 7 Aug 2008 17:00:52 +0000 (17:00 +0000)] 
promote approved backport

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

17 years agovote, propose
Joe Orton [Thu, 7 Aug 2008 07:15:58 +0000 (07:15 +0000)] 
vote, propose

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

17 years agoremove proposal accidentally added twice
Thomas J. Donovan [Thu, 7 Aug 2008 01:30:49 +0000 (01:30 +0000)] 
remove proposal accidentally added twice

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

17 years agovote
Eric Covener [Wed, 6 Aug 2008 19:13:11 +0000 (19:13 +0000)] 
vote

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

17 years ago* Add proposal
Ruediger Pluem [Wed, 6 Aug 2008 19:10:47 +0000 (19:10 +0000)] 
* Add proposal

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

17 years agoUpdated
Nilgun Belma Buguner [Wed, 6 Aug 2008 17:48:44 +0000 (17:48 +0000)] 
Updated

submitted by: Lucien GENTIS <lucien.gentis lorraine.iufm.fr>

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

17 years agoadd proposal
Thomas J. Donovan [Wed, 6 Aug 2008 11:54:17 +0000 (11:54 +0000)] 
add proposal

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

17 years ago* Add a proposal
Ruediger Pluem [Wed, 6 Aug 2008 11:06:26 +0000 (11:06 +0000)] 
* Add a proposal

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

17 years agoMerge r682868 from trunk:
Ruediger Pluem [Tue, 5 Aug 2008 19:01:50 +0000 (19:01 +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.2.x@682870 13f79535-47bb-0310-9956-ffa450edef68

17 years ago* Vote
Ruediger Pluem [Tue, 5 Aug 2008 09:51:45 +0000 (09:51 +0000)] 
* Vote

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

17 years agoAdd mod_cgi-matching src change from jimjag as suggested by rpluem
Eric Covener [Mon, 4 Aug 2008 20:28:30 +0000 (20:28 +0000)] 
Add mod_cgi-matching src change from jimjag as suggested by rpluem

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

17 years agoNew Turkish translations
Nilgun Belma Buguner [Mon, 4 Aug 2008 14:17:36 +0000 (14:17 +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.2.x@682397 13f79535-47bb-0310-9956-ffa450edef68

17 years agopropose r682389 for backport
Eric Covener [Mon, 4 Aug 2008 13:52:26 +0000 (13:52 +0000)] 
propose r682389 for backport

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

17 years agopre-translation improvements
Nilgun Belma Buguner [Mon, 4 Aug 2008 12:33:37 +0000 (12:33 +0000)] 
pre-translation improvements

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

17 years agoUpdated
Nilgun Belma Buguner [Sun, 27 Jul 2008 09:01:29 +0000 (09:01 +0000)] 
Updated

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.2.x@680080 13f79535-47bb-0310-9956-ffa450edef68

17 years agofixed an erroneous link
Nilgun Belma Buguner [Sun, 27 Jul 2008 08:43:45 +0000 (08:43 +0000)] 
fixed an erroneous link

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

17 years agofixed faq and rewrite links
Nilgun Belma Buguner [Sun, 27 Jul 2008 08:04:50 +0000 (08:04 +0000)] 
fixed faq and rewrite links

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

17 years ago* Add a proposal
Ruediger Pluem [Wed, 23 Jul 2008 08:10:24 +0000 (08:10 +0000)] 
* Add a proposal

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

17 years agoremove a backport proposal, alternative/backportable solution on trunk coming
Eric Covener [Tue, 22 Jul 2008 23:34:09 +0000 (23:34 +0000)] 
remove a backport proposal, alternative/backportable solution on trunk coming

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

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

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

17 years agoNew Turkish translations
Nilgun Belma Buguner [Tue, 22 Jul 2008 13:41:24 +0000 (13:41 +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.2.x@678760 13f79535-47bb-0310-9956-ffa450edef68

17 years agoNew Turkish translations
Nilgun Belma Buguner [Tue, 22 Jul 2008 07:42:55 +0000 (07:42 +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.2.x@678665 13f79535-47bb-0310-9956-ffa450edef68

17 years agovote - convinced at last of rpluem's patch
Nick Kew [Sun, 20 Jul 2008 00:11:03 +0000 (00:11 +0000)] 
vote - convinced at last of rpluem's patch

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

17 years agoMerge r661506 from trunk:
Ruediger Pluem [Sat, 19 Jul 2008 18:55:48 +0000 (18:55 +0000)] 
Merge r661506 from trunk:

* According to RFC 2616 8.2.3 we are not allowed to forward an
  Expect: 100-continue to an HTTP/1.0 server. Instead we MUST return
  a HTTP_EXPECTATION_FAILED.

Submitted by: rpluem
Reviewed by: jim, rpluem, niq

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

17 years ago* Add comment
Ruediger Pluem [Sat, 19 Jul 2008 18:49:37 +0000 (18:49 +0000)] 
* Add comment

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

17 years agoReview stuff - vote, comment, promote, veto.
Nick Kew [Sat, 19 Jul 2008 16:03:09 +0000 (16:03 +0000)] 
Review stuff - vote, comment, promote, veto.

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

17 years ago* Add proposal
Ruediger Pluem [Sat, 19 Jul 2008 14:16:18 +0000 (14:16 +0000)] 
* Add proposal

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

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

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

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

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

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

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

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

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

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

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

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

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

17 years agofix invalid xml
André Malo [Sun, 13 Jul 2008 20:07:27 +0000 (20:07 +0000)] 
fix invalid xml

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

17 years agoRemove dead link to Alan Flavell's stuff (noted by Lucien GENTIS
Nick Kew [Sat, 12 Jul 2008 19:08:14 +0000 (19:08 +0000)] 
Remove dead link to Alan Flavell's stuff (noted by Lucien GENTIS
in the french version).

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

17 years agosync.
Hiroaki Kawai [Fri, 11 Jul 2008 10:07:08 +0000 (10:07 +0000)] 
sync.
Submitted by: takashi
Reviewed by: kawai

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

17 years agofix revision reference
Takashi Sato [Thu, 10 Jul 2008 16:13:49 +0000 (16:13 +0000)] 
fix revision reference

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

17 years agonew Turkish translations
Takashi Sato [Thu, 10 Jul 2008 16:11:45 +0000 (16:11 +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.2.x@675632 13f79535-47bb-0310-9956-ffa450edef68

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

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

17 years ago* mod/mod_authz_host.xml:
Takashi Sato [Thu, 10 Jul 2008 13:37:51 +0000 (13:37 +0000)] 
* mod/mod_authz_host.xml:
note negation of env-var (env=!)

* howto/access.xml
add an example of env=! (revert r665707)

PR: 44901

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

17 years ago* Vote
Ruediger Pluem [Tue, 8 Jul 2008 14:04:56 +0000 (14:04 +0000)] 
* Vote

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

17 years agopropose a bit of a jumbo patch
Chris Darroch [Mon, 7 Jul 2008 19:42:42 +0000 (19:42 +0000)] 
propose a bit of a jumbo patch

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

17 years agoFix long-obsolete summary in mod_auth_digest.
Nick Kew [Mon, 7 Jul 2008 18:42:10 +0000 (18:42 +0000)] 
Fix long-obsolete summary in mod_auth_digest.

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

17 years agoadd 673999 to backport proposal
Eric Covener [Mon, 7 Jul 2008 12:45:57 +0000 (12:45 +0000)] 
add 673999 to backport proposal

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

17 years agocorrect the digest password Java example code - doc PR 45340, from trunk r674445
Thomas J. Donovan [Mon, 7 Jul 2008 11:07:28 +0000 (11:07 +0000)] 
correct the digest password Java example code - doc PR 45340, from trunk r674445

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

17 years ago* Add a comment
Ruediger Pluem [Mon, 7 Jul 2008 07:57:03 +0000 (07:57 +0000)] 
* Add a comment

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

17 years agopropose AuthDigestProvider/AuthnProviderAlias init error detection for backport
Eric Covener [Mon, 7 Jul 2008 00:48:37 +0000 (00:48 +0000)] 
propose AuthDigestProvider/AuthnProviderAlias init error detection for backport

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

17 years agoupdate Turkish translations
Takashi Sato [Mon, 23 Jun 2008 18:11:45 +0000 (18:11 +0000)] 
update 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.2.x@670698 13f79535-47bb-0310-9956-ffa450edef68

17 years agoPrevent XML code from creating a broken link
Martin Kraemer [Mon, 23 Jun 2008 08:31:36 +0000 (08:31 +0000)] 
Prevent XML code from creating a broken link

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

17 years agoFix broken link
Martin Kraemer [Mon, 23 Jun 2008 08:28:05 +0000 (08:28 +0000)] 
Fix broken link

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

17 years ago* Vote
Ruediger Pluem [Sat, 21 Jun 2008 20:19:58 +0000 (20:19 +0000)] 
* Vote

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

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

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

17 years agonew Turkish translations.
Takashi Sato [Sat, 21 Jun 2008 17:14:19 +0000 (17:14 +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.2.x@670232 13f79535-47bb-0310-9956-ffa450edef68

17 years agobackport proposal r670061 - indented correctly this time...
Thomas J. Donovan [Fri, 20 Jun 2008 21:27:40 +0000 (21:27 +0000)] 
backport proposal r670061 - indented correctly this time...

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

17 years agopropose backport r670061
Thomas J. Donovan [Fri, 20 Jun 2008 21:25:12 +0000 (21:25 +0000)] 
propose backport r670061

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

17 years agoAdopt conditional handling for the new AC_USE_SYSTEM_EXTENSIONS as of 2.60.
William A. Rowe Jr [Fri, 20 Jun 2008 17:34:13 +0000 (17:34 +0000)] 
Adopt conditional handling for the new AC_USE_SYSTEM_EXTENSIONS as of 2.60.

Submitted by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta gmail.com>
Backports: r670003

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

17 years agoThis macro for SSL detection was altogether wrong. Refactoring
William A. Rowe Jr [Fri, 20 Jun 2008 14:52:28 +0000 (14:52 +0000)] 
This macro for SSL detection was altogether wrong.  Refactoring
to restore the ability to build and link against a specified
--with-ssl[c]=path, including use of pkg-config variables which
were ignored during the autoconf test phase.

Tested on hpux, aix, linux x and ppc, solaris x and sparc.

Backports: r669924

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

17 years agoAC_USE_SYSTEM_EXTENSIONS encompases _MINIX and _AIX and
William A. Rowe Jr [Fri, 20 Jun 2008 14:49:22 +0000 (14:49 +0000)] 
AC_USE_SYSTEM_EXTENSIONS encompases _MINIX and _AIX and
silences autoconf 2.62

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

17 years ago* add <compatibility> to DefaultType
Takashi Sato [Fri, 20 Jun 2008 12:07:19 +0000 (12:07 +0000)] 
* add <compatibility> to DefaultType
* minor fix

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

17 years agoSince we are using AC_CACHE_CHECK, avoid warning
William A. Rowe Jr [Thu, 19 Jun 2008 20:39:41 +0000 (20:39 +0000)] 
Since we are using AC_CACHE_CHECK, avoid warning
about non-cached item by adding the required _cv_

Submitted by: jim
Backports: r664701

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

17 years ago* acinclude.m4 (APACHE_CHECK_SSL_TOOLKIT): Add PKG_CONFIG_PATH for
William A. Rowe Jr [Thu, 19 Jun 2008 20:38:34 +0000 (20:38 +0000)] 
* acinclude.m4 (APACHE_CHECK_SSL_TOOLKIT): Add PKG_CONFIG_PATH for
specified OpenSSL location to avoid picking up system pkg-config
configuration.

PR: 38277
Submitted by: jorton
Backports: 378473

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

17 years agoadjust revision reference
Takashi Sato [Thu, 19 Jun 2008 16:51:59 +0000 (16:51 +0000)] 
adjust revision reference

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

17 years agofix source file names of mod_proxy_*
Takashi Sato [Thu, 19 Jun 2008 12:52:10 +0000 (12:52 +0000)] 
fix source file names of mod_proxy_*

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

17 years agoMerge r668620 and r668628 from trunk:
Takashi Sato [Tue, 17 Jun 2008 16:28:48 +0000 (16:28 +0000)] 
Merge r668620 and r668628 from trunk:

* clean the compatibility note of SeeRequestTail
* use <code>
* Add a example of  SeeRequestTail

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

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

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

17 years agonew Turkish translations.
Takashi Sato [Mon, 16 Jun 2008 08:48:18 +0000 (08:48 +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.2.x@668074 13f79535-47bb-0310-9956-ffa450edef68

17 years agoupdate a Turkish translation.
Takashi Sato [Mon, 16 Jun 2008 08:10:40 +0000 (08:10 +0000)] 
update a Turkish translation.

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.2.x@668070 13f79535-47bb-0310-9956-ffa450edef68

17 years agoupdate a French translation.
Takashi Sato [Mon, 16 Jun 2008 08:07:46 +0000 (08:07 +0000)] 
update a French translation.

Submitted by: Lucien GENTIS <lucien.gentis lorraine.iufm.fr>
Reviewed by: Vincent Deffontaines

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