]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
20 years agoport complete
Bill Stoddard [Fri, 24 Sep 2004 14:29:26 +0000 (14:29 +0000)] 
port complete

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

20 years agoIn order for mod_expires to work with mod_cache, mod_expires has to go first.
Bill Stoddard [Fri, 24 Sep 2004 14:27:08 +0000 (14:27 +0000)] 
In order for mod_expires to work with mod_cache, mod_expires has to go first.
  Otherwise, mod_cache has no clue that the response has a limited lifetime.

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

20 years agoCleanup a style nit. No functional changes
Bill Stoddard [Fri, 24 Sep 2004 13:17:11 +0000 (13:17 +0000)] 
Cleanup a style nit.  No functional changes

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

20 years agoFix up some comments in CACHE_SAVE filter and fix a minor style nit.
Bill Stoddard [Fri, 24 Sep 2004 13:15:24 +0000 (13:15 +0000)] 
Fix up some comments in CACHE_SAVE filter and fix a minor style nit.
  No functional changes.

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

20 years agovote, port, update STATUS
Bill Stoddard [Fri, 24 Sep 2004 13:11:35 +0000 (13:11 +0000)] 
vote, port, update STATUS

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

20 years agoFix Expires (freshness) handling in mod_cache.
Bill Stoddard [Fri, 24 Sep 2004 13:07:27 +0000 (13:07 +0000)] 
Fix Expires (freshness) handling in mod_cache.

Previously, if the cached copy was stale, the response would go into an
indeterminate state.  Therefore, the freshness check must be done before we
'accept' the response and, if it fails (i.e.  stale), we can't allow any side
effects.

This caused a number of changes to how mod_disk_cache reads its headers as
ap_scan_script_header_err() purposely has side-effects and that's
unacceptable.  So, factor out only what we need.

Also, remove the broken conditional filter code as you can't reliably alter the
 filter list once the response is started.  (Regardless, cache_select_url()
has the freshness checks now.)

Assist to Sascha Schumann for reporting mod_cache was busted.

This commit also includes the following fix to cache_storage:
Tell mod_mem_cache that we will no longer be serving this object if it is
stale

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

20 years agoregressions--
Joe Orton [Thu, 23 Sep 2004 18:19:28 +0000 (18:19 +0000)] 
regressions--

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

20 years agoBackport from HEAD:
Joe Orton [Thu, 23 Sep 2004 18:18:36 +0000 (18:18 +0000)] 
Backport from HEAD:

* server/protocol.c (ap_rgetline_core): Never NUL terminate at
(*s)[-1] for caller-supplied *s.

Submitted by: Rici Lake <ricilake speedy.com.pe>
Reviewed by: jorton, jerenkrantz, trawick

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

20 years ago Onto 2.0.53 (or sneaking back into 2.0.52? time will tell.)
William A. Rowe Jr [Thu, 23 Sep 2004 18:02:04 +0000 (18:02 +0000)] 
  Onto 2.0.53 (or sneaking back into 2.0.52?  time will tell.)

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

20 years ago Bump for tentative 2.0.52 release - tag is APACHE_2_0_52_WROWE_RC1
William A. Rowe Jr [Thu, 23 Sep 2004 17:57:55 +0000 (17:57 +0000)] 
  Bump for tentative 2.0.52 release - tag is APACHE_2_0_52_WROWE_RC1

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

20 years agoAdd vote
Jean-Jacques Clar [Thu, 23 Sep 2004 17:33:39 +0000 (17:33 +0000)] 
Add vote

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

20 years agoBackport: Use HTML 2.0 <hr> for error pages. PR 30732
Graham Leggett [Thu, 23 Sep 2004 17:27:21 +0000 (17:27 +0000)] 
Backport: Use HTML 2.0 <hr> for error pages. PR 30732
PR:
Obtained from:
Submitted by: nd
Reviewed by: nd, jorton, trawick, jerenkrantz

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

20 years agoBackport: Fix the global mutex crash when the global mutex is never allocated
Graham Leggett [Thu, 23 Sep 2004 17:08:27 +0000 (17:08 +0000)] 
Backport: Fix the global mutex crash when the global mutex is never allocated
due to disabled/empty caches.
PR:
Obtained from:
Submitted by: Jess Holle
Reviewed by: minfrin, bnicholes, trawick

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

20 years agoAdd in mod_cache.c r1.91 to the backport of the mod_cache Expires fix.
Justin Erenkrantz [Thu, 23 Sep 2004 16:58:17 +0000 (16:58 +0000)] 
Add in mod_cache.c r1.91 to the backport of the mod_cache Expires fix.
 (Technically, it invalidates FirstBill's vote; but I'll let it slide...)

Also propose the mod_disk_cache race condition fix.

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

20 years agoFix a segfault in the LDAP cache when it is configured switched off.
Graham Leggett [Thu, 23 Sep 2004 16:55:37 +0000 (16:55 +0000)] 
Fix a segfault in the LDAP cache when it is configured switched off.
PR:
Obtained from:
Submitted by: Jess Holle
Reviewed by: minfrin, bnicholes, trawick

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

20 years agovotes
Bill Stoddard [Thu, 23 Sep 2004 16:44:16 +0000 (16:44 +0000)] 
votes

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

20 years agoa few votes
Jeff Trawick [Thu, 23 Sep 2004 15:22:56 +0000 (15:22 +0000)] 
a few votes

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

20 years agoI think the fact that mod_cache now works reasonably better and has generated
Justin Erenkrantz [Wed, 22 Sep 2004 18:19:35 +0000 (18:19 +0000)] 
I think the fact that mod_cache now works reasonably better and has generated
a flood of trouble reports in my inbox should count as a regression!  I win!

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

20 years agorevote
Bradley Nicholes [Wed, 22 Sep 2004 17:17:56 +0000 (17:17 +0000)] 
revote

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

20 years agoMake a note about the removed duplication.
Graham Leggett [Wed, 22 Sep 2004 16:52:33 +0000 (16:52 +0000)] 
Make a note about the removed duplication.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

20 years agoUpdate a note on an LDAP fix
Graham Leggett [Wed, 22 Sep 2004 16:01:10 +0000 (16:01 +0000)] 
Update a note on an LDAP fix
PR:
Obtained from:
Submitted by:
Reviewed by:

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

20 years agovote, note
Jeff Trawick [Wed, 22 Sep 2004 10:48:15 +0000 (10:48 +0000)] 
vote, note

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

20 years agoa few new translations and up-to-date patches
Jeon Jeongho [Wed, 22 Sep 2004 09:30:46 +0000 (09:30 +0000)] 
a few new translations and up-to-date patches

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

20 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Wed, 22 Sep 2004 09:30:46 +0000 (09:30 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

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

20 years agoFind a third 2.0.51 regression THIS WEEK and win a FREE subscription
Joe Orton [Wed, 22 Sep 2004 08:57:30 +0000 (08:57 +0000)] 
Find a third 2.0.51 regression THIS WEEK and win a FREE subscription
to httpd-2.0-cvs@.  OFFER ENDS SOON.

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

20 years agoupdate transformation
André Malo [Tue, 21 Sep 2004 21:45:42 +0000 (21:45 +0000)] 
update transformation

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

20 years agoSECURITY: CAN-2004-0811 (cve.mitre.org)
Geoffrey Young [Tue, 21 Sep 2004 13:21:16 +0000 (13:21 +0000)] 
SECURITY: CAN-2004-0811 (cve.mitre.org)
Fix merging of the Satisfy directive, which was applied to
the surrounding context and could allow access despite configured
authentication.
PR: 31315
Submitted by: Rici Lake <rici ricilake.net>
Reviewed by: jorton, nd, pquerna, geoff

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

20 years agovotes
Bradley Nicholes [Tue, 21 Sep 2004 01:36:46 +0000 (01:36 +0000)] 
votes

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

20 years agofix typo
Bradley Nicholes [Tue, 21 Sep 2004 01:35:56 +0000 (01:35 +0000)] 
fix typo

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

20 years agovote
Geoffrey Young [Tue, 21 Sep 2004 00:33:16 +0000 (00:33 +0000)] 
vote

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

20 years agopropose
Jeff Trawick [Mon, 20 Sep 2004 22:17:35 +0000 (22:17 +0000)] 
propose

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

20 years agovote.
Paul Querna [Mon, 20 Sep 2004 20:57:13 +0000 (20:57 +0000)] 
vote.

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

20 years agovote
André Malo [Mon, 20 Sep 2004 20:40:31 +0000 (20:40 +0000)] 
vote

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

20 years agoSatisfy merging fix.
Joe Orton [Mon, 20 Sep 2004 20:31:27 +0000 (20:31 +0000)] 
Satisfy merging fix.

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

20 years agoBackport from HEAD:
Joe Orton [Mon, 20 Sep 2004 13:25:47 +0000 (13:25 +0000)] 
Backport from HEAD:

* buildconf: Ensure that make never regenerates the mod_ssl expression
parser files from the lex/yacc sources.

* buildconf: Clean autoconf cache after running autoconf too.

* build/config.guess, build/config.sub: Remove since buildconf copies
these files from APR.

Reviewed by: trawick, jerenkrantz

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

20 years agoFix the global mutex crash when the global mutex is never allocated
Graham Leggett [Sun, 19 Sep 2004 23:16:32 +0000 (23:16 +0000)] 
Fix the global mutex crash when the global mutex is never allocated
due to disabled/empty caches.
PR:
Obtained from:
Submitted by: Jess Holle <jessh ptc.com>
Reviewed by:

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

20 years agoSegfault begone.
Graham Leggett [Sun, 19 Sep 2004 23:03:57 +0000 (23:03 +0000)] 
Segfault begone.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

20 years ago- Vote for a segfault fix
Graham Leggett [Sun, 19 Sep 2004 15:06:38 +0000 (15:06 +0000)] 
- Vote for a segfault fix
PR:
Obtained from:
Submitted by:
Reviewed by:

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

20 years agoMiss Cleo told me how to vote.
Justin Erenkrantz [Sat, 18 Sep 2004 17:19:13 +0000 (17:19 +0000)] 
Miss Cleo told me how to vote.

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

20 years agoFix the handling of URIs containing %2F when AllowEncodedSlashes
Jeff Trawick [Sat, 18 Sep 2004 00:44:00 +0000 (00:44 +0000)] 
Fix the handling of URIs containing %2F when AllowEncodedSlashes
is enabled.  Previously, such urls would still be rejected with
404.

(original CHANGES entry tweaked to remove mention of status code;
404 is what you get with AllowEncodedSlashes Off, but with the
broken AllowEncodedSlashes On processing you actually got 400)

Submitted by: trawick, stoddard
Reviewed by: clar

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

20 years agooops
Bill Stoddard [Fri, 17 Sep 2004 15:38:09 +0000 (15:38 +0000)] 
oops

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

20 years agoGroup effort. Thanks all!
Bill Stoddard [Fri, 17 Sep 2004 15:35:21 +0000 (15:35 +0000)] 
Group effort. Thanks all!

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

20 years agoRemoved entry for mod_mem_cache, a fix was committed by BStoddard.
Jean-Jacques Clar [Fri, 17 Sep 2004 15:28:07 +0000 (15:28 +0000)] 
Removed entry for mod_mem_cache, a fix was committed by BStoddard.

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

20 years agoeliminate cleanup bit in favor of managing the object exclusively with the refcount...
Bill Stoddard [Fri, 17 Sep 2004 15:03:08 +0000 (15:03 +0000)] 
eliminate cleanup bit in favor of managing the object exclusively with the refcount field

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

20 years agoa few votes
Jeff Trawick [Fri, 17 Sep 2004 10:15:09 +0000 (10:15 +0000)] 
a few votes

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

20 years agoBackport from HEAD:
Joe Orton [Fri, 17 Sep 2004 09:04:56 +0000 (09:04 +0000)] 
Backport from HEAD:

* support/Makefile.in (suexec): Don't link against libapr etc; suexec
is self-contained.

Reviewed by: trawick, nd

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

20 years agoBuild tweaks.
Joe Orton [Fri, 17 Sep 2004 09:01:49 +0000 (09:01 +0000)] 
Build tweaks.

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

20 years agosmall backport
André Malo [Wed, 15 Sep 2004 20:27:03 +0000 (20:27 +0000)] 
small backport

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

20 years agobump version
André Malo [Wed, 15 Sep 2004 18:56:33 +0000 (18:56 +0000)] 
bump version

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

20 years ago* STATUS
Sander Striker [Wed, 15 Sep 2004 18:48:31 +0000 (18:48 +0000)] 
* STATUS

  Update status 2.0.51.

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

20 years agoAdded entry for mod_mem_cache fix and one vote.
Jean-Jacques Clar [Wed, 15 Sep 2004 15:23:09 +0000 (15:23 +0000)] 
Added entry for mod_mem_cache fix and one vote.

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

20 years ago* STATUS
Sander Striker [Wed, 15 Sep 2004 13:13:31 +0000 (13:13 +0000)] 
* STATUS

  Update status.

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

20 years ago* include/ap_release.h
Sander Striker [Wed, 15 Sep 2004 13:12:30 +0000 (13:12 +0000)] 
* include/ap_release.h

  Bump version.

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

20 years ago* CHANGES
Sander Striker [Wed, 15 Sep 2004 13:11:58 +0000 (13:11 +0000)] 
* CHANGES

  Add record of changes that will go into 2.0.52

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

20 years ago* CHANGES
Sander Striker [Wed, 15 Sep 2004 12:56:32 +0000 (12:56 +0000)] 
* CHANGES

  Remove items that didn't make it into 2.0.51

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

20 years ago* include/ap_release.h
Sander Striker [Wed, 15 Sep 2004 12:53:04 +0000 (12:53 +0000)] 
* include/ap_release.h

  Bump version for the tag.

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

20 years agoMention the apr-util fix here too.
Joe Orton [Wed, 15 Sep 2004 12:00:17 +0000 (12:00 +0000)] 
Mention the apr-util fix here too.

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

20 years agoBackport from HEAD:
Joe Orton [Wed, 15 Sep 2004 11:50:43 +0000 (11:50 +0000)] 
Backport from HEAD:

* server/util.c (ap_resolve_env): Rewrite to avoid buffer overflows.

Submitted by: Andr�� Malo
Reviewed by: jorton, mjc

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

20 years agoBackport from HEAD:
Joe Orton [Wed, 15 Sep 2004 10:47:56 +0000 (10:47 +0000)] 
Backport from HEAD:

* server/protocol.c (ap_rgetline_core): Fix off-by-one.

Reviewed by: jerenkrantz, trawick

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

20 years agovote, note
Jeff Trawick [Wed, 15 Sep 2004 10:31:16 +0000 (10:31 +0000)] 
vote, note

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

20 years agoBackport from HEAD:
Joe Orton [Wed, 15 Sep 2004 08:26:48 +0000 (08:26 +0000)] 
Backport from HEAD:

  * modules/dav/fs/lock.c (dav_size_indirect): Fix indirect lock record
  handling on 64-bit platforms: use correct size of apr_datum_t.dsize
  field.

  * modules/dav/fs/lock.c (dav_fs_refresh_locks): Fix SEGV on refresh of
  indirect lock.

PR: 31183
Reviewed by: jerenkrantz, striker

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

20 years ago* STATUS
Sander Striker [Wed, 15 Sep 2004 07:58:37 +0000 (07:58 +0000)] 
* STATUS

  Vote for backport.

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

20 years agoThis vote has been bought by two shady characters on the sidewalk. News at 11.
Justin Erenkrantz [Mon, 13 Sep 2004 16:18:09 +0000 (16:18 +0000)] 
This vote has been bought by two shady characters on the sidewalk.  News at 11.

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

20 years agoI wish I could vote absentee. Oh wait. It's electronic voting!
Justin Erenkrantz [Mon, 13 Sep 2004 15:56:19 +0000 (15:56 +0000)] 
I wish I could vote absentee.  Oh wait.  It's electronic voting!

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

20 years agoAdd more Stuff.
Joe Orton [Mon, 13 Sep 2004 15:39:57 +0000 (15:39 +0000)] 
Add more Stuff.

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

20 years agoupdate transformation
Astrid Malo [Sun, 12 Sep 2004 20:47:46 +0000 (20:47 +0000)] 
update transformation

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

20 years agoit should be a link
Astrid Malo [Sun, 12 Sep 2004 20:31:26 +0000 (20:31 +0000)] 
it should be a link

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

20 years agoupdate transformation
André Malo [Sun, 12 Sep 2004 17:07:01 +0000 (17:07 +0000)] 
update transformation

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

20 years agoHTTP = Hypertext Transfer Protocol
André Malo [Sun, 12 Sep 2004 17:03:42 +0000 (17:03 +0000)] 
HTTP = Hypertext Transfer Protocol

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

20 years agoupdate translation
Astrid Malo [Sat, 11 Sep 2004 21:46:01 +0000 (21:46 +0000)] 
update translation

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

20 years agoupdate transformation
André Malo [Thu, 9 Sep 2004 19:49:57 +0000 (19:49 +0000)] 
update transformation

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

20 years agoFix typo.
Yoshiki Hayashi [Thu, 9 Sep 2004 06:16:22 +0000 (06:16 +0000)] 
Fix typo.

Submitted by: Nobuyuki Morita  <marika plum.freemail.ne.jp>

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

20 years agodocument a problem with AIX native compiler and Apache 2+,
Jeff Trawick [Wed, 8 Sep 2004 14:55:50 +0000 (14:55 +0000)] 
document a problem with AIX native compiler and Apache 2+,
and describe how to avoid it

PR:   30487

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

20 years agoadd missing transformed file
André Malo [Tue, 7 Sep 2004 06:16:25 +0000 (06:16 +0000)] 
add missing transformed file

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

20 years agoupdate transformation
André Malo [Tue, 7 Sep 2004 06:05:34 +0000 (06:05 +0000)] 
update transformation

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

20 years agoUpdate transformation.
Yoshiki Hayashi [Tue, 7 Sep 2004 03:05:00 +0000 (03:05 +0000)] 
Update transformation.

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

20 years agoUpdate Japanese translation.
Yoshiki Hayashi [Tue, 7 Sep 2004 03:03:08 +0000 (03:03 +0000)] 
Update Japanese translation.

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

20 years agoUpdate Japaneese translation.
Yoshiki Hayashi [Tue, 7 Sep 2004 03:00:22 +0000 (03:00 +0000)] 
Update Japaneese translation.

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

20 years agoBackport Japanese translation from 2.1.
Yoshiki Hayashi [Tue, 7 Sep 2004 02:42:05 +0000 (02:42 +0000)] 
Backport Japanese translation from 2.1.

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

20 years agoNew Japanese translation. Mainly backported from 2.1.
Yoshiki Hayashi [Tue, 7 Sep 2004 02:37:40 +0000 (02:37 +0000)] 
New Japanese translation.  Mainly backported from 2.1.

Submitted by: yoshiki, kawai

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

20 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Tue, 7 Sep 2004 02:37:40 +0000 (02:37 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

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

20 years agoup-to-date patches on korean translations
Jeon Jeongho [Mon, 6 Sep 2004 07:30:08 +0000 (07:30 +0000)] 
up-to-date patches on korean translations

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

20 years agouse language designated url as base for maf
André Malo [Sun, 5 Sep 2004 17:10:09 +0000 (17:10 +0000)] 
use language designated url as base for maf

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

20 years agoclean up
André Malo [Sun, 5 Sep 2004 16:04:33 +0000 (16:04 +0000)] 
clean up

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

20 years agobuild bootstrap
André Malo [Sun, 5 Sep 2004 16:01:32 +0000 (16:01 +0000)] 
build bootstrap

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

20 years agofaster build of more than one offline package
André Malo [Sun, 5 Sep 2004 16:00:24 +0000 (16:00 +0000)] 
faster build of more than one offline package

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

20 years agobuild bootstrap
André Malo [Sun, 5 Sep 2004 15:10:17 +0000 (15:10 +0000)] 
build bootstrap

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

20 years agodrop separate maf targets
André Malo [Sun, 5 Sep 2004 15:07:26 +0000 (15:07 +0000)] 
drop separate maf targets

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

20 years agoupdate transformation
André Malo [Sun, 5 Sep 2004 03:51:05 +0000 (03:51 +0000)] 
update transformation

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

20 years agobetter google search selector
André Malo [Sun, 5 Sep 2004 03:39:48 +0000 (03:39 +0000)] 
better google search selector

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

20 years agoBackport relevant changes from 2.1.
Yoshiki Hayashi [Sun, 5 Sep 2004 03:30:51 +0000 (03:30 +0000)] 
Backport relevant changes from 2.1.

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

20 years agofix base URL
André Malo [Sun, 5 Sep 2004 02:47:45 +0000 (02:47 +0000)] 
fix base URL

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

20 years agobuild bootstrap
André Malo [Sun, 5 Sep 2004 02:45:00 +0000 (02:45 +0000)] 
build bootstrap

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

20 years agoadd style support for war and maf archive files
André Malo [Sun, 5 Sep 2004 02:37:39 +0000 (02:37 +0000)] 
add style support for war and maf archive files

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

20 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Sun, 5 Sep 2004 02:37:39 +0000 (02:37 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

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

20 years agoBackport changes from 2.1.
Yoshiki Hayashi [Sun, 5 Sep 2004 02:30:44 +0000 (02:30 +0000)] 
Backport changes from 2.1.
Absolute path comment and other whitespace changes.

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

20 years agoupdate transformation
Astrid Malo [Sat, 4 Sep 2004 23:54:29 +0000 (23:54 +0000)] 
update transformation

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

20 years agothese translations are still up-to-date
Astrid Malo [Sat, 4 Sep 2004 23:49:38 +0000 (23:49 +0000)] 
these translations are still up-to-date

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

20 years agoadd a missing space
Astrid Malo [Sat, 4 Sep 2004 23:20:27 +0000 (23:20 +0000)] 
add a missing space

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

20 years agoFix reference to IdentityCheck directive.
Yoshiki Hayashi [Sat, 4 Sep 2004 23:07:38 +0000 (23:07 +0000)] 
Fix reference to IdentityCheck directive.

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