]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
15 years agoRemove link to the deprecated search.apache.org, change the embedded search form...
Sander Temme [Fri, 30 Apr 2010 02:16:58 +0000 (02:16 +0000)] 
Remove link to the deprecated search.apache.org, change the embedded search form to point to Google (copied from the 2.2 documentation).  Unfortunately my editor can't copy UTF-8 バージョン into a iso-2022-jp document, so I changed the resulting garbage to 'Apache' which I hope will do the trick.  If not, I am open to suggestions.

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

15 years agoBump the dev version - no longer 42; so long, and
Colm MacCarthaigh [Fri, 8 Jan 2010 12:06:18 +0000 (12:06 +0000)] 
Bump the dev version - no longer 42; so long, and
thanks for all the fish.

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

15 years agoBump versions to 1.3.42
Colm MacCarthaigh [Fri, 8 Jan 2010 11:42:57 +0000 (11:42 +0000)] 
Bump versions to 1.3.42

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

15 years agoCommit fix for CVE-2010-0010, an integer overflow on platforms where
Colm MacCarthaigh [Thu, 7 Jan 2010 10:28:00 +0000 (10:28 +0000)] 
Commit fix for CVE-2010-0010, an integer overflow on platforms where
sizeof(int) < sizeof(long) due to inappapriate casting;

    * Change "MIN( (int) a, (int) b)" to "(int) MIN(a, b)". As 'a' is the buffer
      size, it will be smaller than any long which overflows an int.

    * More generally - change ap_bread and ap_bwrite to defend against a negative
      length argument in general. Return -1 if one is passed.

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

15 years agoDetypoing
Noirin Plunkett [Wed, 6 Jan 2010 22:48:25 +0000 (22:48 +0000)] 
Detypoing

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

15 years agoEnglishification
Noirin Plunkett [Wed, 6 Jan 2010 22:46:06 +0000 (22:46 +0000)] 
Englishification

We'll get the upgrade docs for 1.3->2.2 done over the weekend. If we EOL 1.3 and
point people to 2.0, I'll just cry :-(

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

15 years agoadvise dash users to try changing the shell 'configure' invokes.
Colm MacCarthaigh [Wed, 6 Jan 2010 16:49:45 +0000 (16:49 +0000)] 
advise dash users to try changing the shell 'configure' invokes.

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

15 years agoAdd a CHANGES entry for Jim's change in r702162. Thanks to Rainer for spotting it!
Colm MacCarthaigh [Wed, 6 Jan 2010 13:34:56 +0000 (13:34 +0000)] 
Add a CHANGES entry for Jim's change in r702162. Thanks to Rainer for spotting it!

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

15 years agoAdvise users that apache 1.3.x is now "end of life".
Colm MacCarthaigh [Wed, 6 Jan 2010 11:13:11 +0000 (11:13 +0000)] 
Advise users that apache 1.3.x is now "end of life".

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@896392 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:57:25 +0000 (23:57 +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/1.3.x@896282 13f79535-47bb-0310-9956-ffa450edef68

15 years agoAbusing ages-old CTR policy for 1.3 non-code changes to sync the names for the
Colm MacCarthaigh [Mon, 4 Jan 2010 15:56:23 +0000 (15:56 +0000)] 
Abusing ages-old CTR policy for 1.3 non-code changes to sync the names for the
current Apache httpd group with what's on http://httpd.apache.org/contributors/
. Names in the former list have been merged (e.g. Greg Ames).

Downside is that as we lack affiliations for the new list, I've deleted
them - however based on the folk I know , the affiliations were mostly
stale.

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

15 years ago2009 -> 2010 in our two copyright notices.
Colm MacCarthaigh [Mon, 4 Jan 2010 15:44:45 +0000 (15:44 +0000)] 
2009 -> 2010 in our two copyright notices.

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

15 years agoAdd a URL for the proposed patch, much easier than finding a years old
Colm MacCarthaigh [Mon, 4 Jan 2010 15:35:33 +0000 (15:35 +0000)] 
Add a URL for the proposed patch, much easier than finding a years old
e-mail in archives and extracting the attachment.

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

15 years agodust the cobwebs, fix a backport proposal and cast some votes;
Colm MacCarthaigh [Mon, 4 Jan 2010 14:12:49 +0000 (14:12 +0000)] 
dust the cobwebs, fix a backport proposal and cast some votes;

    * +1 on the Win32 RewriteLog problem

    * Translate nd's 2.x mod_log_config patch to 1.3, propose it,
      and clear all of the old votes.

    * +1 to the mod_whatkilledus patch

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

16 years agobackport r800196
Roy T. Fielding [Tue, 4 Aug 2009 00:01:04 +0000 (00:01 +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/1.3.x@800633 13f79535-47bb-0310-9956-ffa450edef68

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

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

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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@731772 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 06:09:05 +0000 (06:09 +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/1.3.x@721977 13f79535-47bb-0310-9956-ffa450edef68

16 years agoprotect from mismanaged DNS which return blank/null
Jim Jagielski [Mon, 6 Oct 2008 14:29:12 +0000 (14:29 +0000)] 
protect from mismanaged DNS which return blank/null
hostnames.

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

17 years agonote PR fixed ages ago
Roy T. Fielding [Sat, 2 Aug 2008 02:24:41 +0000 (02:24 +0000)] 
note PR fixed ages ago

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

17 years agonote release date
Roy T. Fielding [Sat, 17 May 2008 00:26:19 +0000 (00:26 +0000)] 
note release date

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

17 years agoMerge r652832 from trunk:
Jim Jagielski [Fri, 2 May 2008 17:31:15 +0000 (17:31 +0000)] 
Merge r652832 from trunk:

Document cvt from V7, not GNU libc, and copyright
Caldera International Inc.

Reviewed by: jim

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

17 years ago1.3.42-dev
Jim Jagielski [Mon, 28 Jan 2008 16:20:11 +0000 (16:20 +0000)] 
1.3.42-dev

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

17 years agoupdate year.
Guenter Knauf [Mon, 14 Jan 2008 22:32:40 +0000 (22:32 +0000)] 
update year.

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

17 years agobackport the new year ...
Guenter Knauf [Mon, 14 Jan 2008 20:33:00 +0000 (20:33 +0000)] 
backport the new year ...

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

17 years agobump up - we are now 1.3.42-dev
Jim Jagielski [Thu, 10 Jan 2008 16:22:19 +0000 (16:22 +0000)] 
bump up - we are now 1.3.42-dev

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

17 years agoPrepare to tag 1.3.41
Jim Jagielski [Thu, 10 Jan 2008 16:19:31 +0000 (16:19 +0000)] 
Prepare to tag 1.3.41

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

17 years agoNote 1.3.40 was not released
Jim Jagielski [Wed, 9 Jan 2008 14:33:07 +0000 (14:33 +0000)] 
Note 1.3.40 was not released

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

17 years agoNote that 1.3.40 was tagged but not released.
Jim Jagielski [Tue, 8 Jan 2008 13:45:12 +0000 (13:45 +0000)] 
Note that 1.3.40 was tagged but not released.

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

17 years agoBackport mod_status refresh parameter saniziting patch.
Sander Temme [Mon, 7 Jan 2008 02:31:11 +0000 (02:31 +0000)] 
Backport mod_status refresh parameter saniziting patch.

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

17 years agoCast a vote.
Guenter Knauf [Sun, 6 Jan 2008 22:52:23 +0000 (22:52 +0000)] 
Cast a vote.

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

17 years ago* Vote
Ruediger Pluem [Sun, 6 Jan 2008 22:23:49 +0000 (22:23 +0000)] 
* Vote

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

17 years agoPropose backport of refresh parameter input sanitizing patch.
Sander Temme [Sun, 6 Jan 2008 21:33:01 +0000 (21:33 +0000)] 
Propose backport of refresh parameter input sanitizing patch.

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

17 years agoAre we are now 1.3.41-dev
Jim Jagielski [Fri, 4 Jan 2008 14:40:05 +0000 (14:40 +0000)] 
Are we are now 1.3.41-dev

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

17 years agoPrepare to tag 1.3.40
Jim Jagielski [Fri, 4 Jan 2008 14:36:08 +0000 (14:36 +0000)] 
Prepare to tag 1.3.40

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

17 years agoUpdate mime.types with IANA registry
Roy T. Fielding [Wed, 2 Jan 2008 22:12:12 +0000 (22:12 +0000)] 
Update mime.types with IANA registry

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

17 years agorevert move to image/vnd.microsoft.icon because everyone uses image/x-icon
Roy T. Fielding [Wed, 2 Jan 2008 20:42:27 +0000 (20:42 +0000)] 
revert move to image/vnd.microsoft.icon because everyone uses image/x-icon

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

17 years agoFix off-by-one-space underflow.
Joe Orton [Wed, 12 Dec 2007 12:40:42 +0000 (12:40 +0000)] 
Fix off-by-one-space underflow.

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

17 years agoFix CVE-2007-5000:
Joe Orton [Wed, 12 Dec 2007 12:36:54 +0000 (12:36 +0000)] 
Fix CVE-2007-5000:

* src/modules/standard/mod_imap.c (menu_header): Fix cross-site
  scripting issue by escaping the URI, and ensure that a charset
  parameter is sent in the content-type to prevent autodetection by
  broken browsers.

Reported by: JPCERT

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

17 years agoApply Jeff's patch...
Jim Jagielski [Thu, 15 Nov 2007 21:31:15 +0000 (21:31 +0000)] 
Apply Jeff's patch...

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

17 years agoSECURITY: CVE-2007-3847 (cve.mitre.org)
Jeff Trawick [Tue, 30 Oct 2007 19:17:03 +0000 (19:17 +0000)] 
SECURITY: CVE-2007-3847 (cve.mitre.org)
mod_proxy: Prevent reading past the end of a buffer when parsing
date-related headers.  PR 41144.

Reviewed by: Eric, JimJag

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

17 years agomore verbal description of the fix
Jim Jagielski [Mon, 29 Oct 2007 14:53:24 +0000 (14:53 +0000)] 
more verbal description of the fix

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

17 years agoWhen setting status to SERVER_DEAD, reset pid as well.
Jim Jagielski [Mon, 29 Oct 2007 12:42:13 +0000 (12:42 +0000)] 
When setting status to SERVER_DEAD, reset pid as well.

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

17 years agoMove to a more efficient pid-table impl. Note that the
Jim Jagielski [Thu, 25 Oct 2007 12:25:27 +0000 (12:25 +0000)] 
Move to a more efficient pid-table impl. Note that the
change in common_init() will mean that mod_ssl won't cleanly
patch, so before we release, we'll need to make sure they
are aware.

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

17 years agoCurrent STATUS of 1.3.39 binaries: only Netware, mips-siemens-reliantunix5.4 and...
Martin Kraemer [Wed, 19 Sep 2007 15:31:42 +0000 (15:31 +0000)] 
Current STATUS of 1.3.39 binaries: only Netware, mips-siemens-reliantunix5.4 and i386-sinix are built

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

17 years agoDone n gone
William A. Rowe Jr [Fri, 14 Sep 2007 16:32:16 +0000 (16:32 +0000)] 
Done n gone

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

17 years agoBump for 1.3.40
Jim Jagielski [Tue, 4 Sep 2007 12:48:14 +0000 (12:48 +0000)] 
Bump for 1.3.40

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

17 years agoget ready to tag 1.3.39
Jim Jagielski [Tue, 4 Sep 2007 12:26:52 +0000 (12:26 +0000)] 
get ready to tag 1.3.39

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

17 years agoNote plan for TR
Jim Jagielski [Sun, 2 Sep 2007 03:05:12 +0000 (03:05 +0000)] 
Note plan for TR

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

17 years agoSync with mime.types rev 571614
Roy T. Fielding [Fri, 31 Aug 2007 22:03:39 +0000 (22:03 +0000)] 
Sync with mime.types rev 571614

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

17 years agoFix typo in Japanese docs reference.
Roy T. Fielding [Thu, 30 Aug 2007 18:38:55 +0000 (18:38 +0000)] 
Fix typo in Japanese docs reference.
PR: 43233
Submitted by: IIDA Yosiaki <y-iida@secom.co.jp>

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

17 years agoReprocess .png's as transparent (w/ GraphicsMagic since my local
William A. Rowe Jr [Tue, 28 Aug 2007 10:59:32 +0000 (10:59 +0000)] 
Reprocess .png's as transparent (w/ GraphicsMagic since my local
copy of ImageMagic creates garbage transparent .png's).

PR: 30190
Backport: r570373

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

17 years agoUpdate for the docs-project, and illustrate the icons on both white
William A. Rowe Jr [Tue, 28 Aug 2007 10:48:49 +0000 (10:48 +0000)] 
Update for the docs-project, and illustrate the icons on both white
and black backgrounds (to point out PR 30190).

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

17 years agoDocumented in the parent directory
William A. Rowe Jr [Tue, 28 Aug 2007 10:43:40 +0000 (10:43 +0000)] 
Documented in the parent directory

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

17 years agonote mime.types update
Roy T. Fielding [Mon, 27 Aug 2007 18:59:38 +0000 (18:59 +0000)] 
note mime.types update

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

17 years agobackport from trunk (r570206)
Roy T. Fielding [Mon, 27 Aug 2007 18:35:55 +0000 (18:35 +0000)] 
backport from trunk (r570206)

Sync with IANA registry.

Update common x-types that have been registered or will never
be registered for compatibility reasons.  Yeah, those x-Idiots.

The extensions recently assigned to application/vnd.apple.installer+xml
(dist distz pkg mpkg) are too numerous and too generic.  We should
always assume that vendors are too lazy to check for conflicts
(we choose .mpkg only, since that is the common one).

The extension recently assigned to ecmascript (.es)
interferes with languages (espanol), so replace with .ecma.
PR: 35550

Assign the .chm extension to the newly registered type based on
the theory that Microsoft will use it eventually.
PR: 37798

Add application/xspf+xml xspf since they are trying to do it right.
PR: 39317

Add svgz to list of image/svg+xml extensions as per W3C.
PR: 31483

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

18 years agoAre we are now working on 1.3.39-dev
Jim Jagielski [Fri, 10 Aug 2007 15:45:50 +0000 (15:45 +0000)] 
Are we are now working on 1.3.39-dev

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

18 years agoWe are tagging 1.3.38
Jim Jagielski [Fri, 10 Aug 2007 15:41:35 +0000 (15:41 +0000)] 
We are tagging 1.3.38

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

18 years agoNote proposed schedule.
Jim Jagielski [Sat, 4 Aug 2007 15:02:50 +0000 (15:02 +0000)] 
Note proposed schedule.

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

18 years agoFreeBSD 6
Jim Jagielski [Thu, 2 Aug 2007 19:49:19 +0000 (19:49 +0000)] 
FreeBSD 6

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

18 years agoFix section match.
Joshua Slive [Tue, 31 Jul 2007 19:08:21 +0000 (19:08 +0000)] 
Fix section match.

PR: 33466

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

18 years agoSECURITY: CVE-2006-5752 (cve.mitre.org)
Jeff Trawick [Tue, 24 Jul 2007 18:03:56 +0000 (18:03 +0000)] 
SECURITY: CVE-2006-5752 (cve.mitre.org)
mod_status: Fix a possible XSS attack against a site with a public
server-status page and ExtendedStatus enabled, for browsers which
perform charset "detection".  Reported by Stefan Esser.  [Joe Orton]

Joe's patch was tweaked ever so slightly by me, then reviewed
by Joe and Sander T.

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

18 years agoNote pid table changes: SECURITY: CVE-2007-3304 (cve.mitre.org)
Jim Jagielski [Thu, 5 Jul 2007 16:21:14 +0000 (16:21 +0000)] 
Note pid table changes: SECURITY: CVE-2007-3304 (cve.mitre.org)

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

18 years agoAdd '*.a' to svn:ignore to ignore library archives.
Joe Orton [Wed, 4 Jul 2007 15:25:47 +0000 (15:25 +0000)] 
Add '*.a' to svn:ignore to ignore library archives.

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

18 years ago* It does not matter if this pid is still in the scoreboard or not. We need to
Ruediger Pluem [Mon, 4 Jun 2007 19:26:21 +0000 (19:26 +0000)] 
* It does not matter if this pid is still in the scoreboard or not. We need to
  remove it from our pid table in any case.

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

18 years agoOnly remove from pid table when we've reaped a child,
Jim Jagielski [Mon, 4 Jun 2007 13:18:54 +0000 (13:18 +0000)] 
Only remove from pid table when we've reaped a child,
that is, when we know it's gone.

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

18 years agoUse ap_snprintf()
Jim Jagielski [Mon, 4 Jun 2007 13:08:13 +0000 (13:08 +0000)] 
Use ap_snprintf()

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

18 years agoSome comments... Yes, a 64 char array is overkill, but so
Jim Jagielski [Fri, 1 Jun 2007 23:36:11 +0000 (23:36 +0000)] 
Some comments... Yes, a 64 char array is overkill, but so
what :) Also, in this section we later on unset as well,
but also encapsulate the logic here as well.

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

18 years agomore cleanus of pid_table for killed/waited-for kiddies
Jim Jagielski [Fri, 1 Jun 2007 22:02:48 +0000 (22:02 +0000)] 
more cleanus of pid_table for killed/waited-for kiddies

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

18 years agoAdd in parent process PID table, to provide for
Jim Jagielski [Fri, 1 Jun 2007 15:42:57 +0000 (15:42 +0000)] 
Add in parent process PID table, to provide for
a check against the pid values located in the
scoreboard.

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

18 years agoProperly null-terminate the tpf_server_name string (in TPF-only code).
David McCreedy [Thu, 31 May 2007 04:26:54 +0000 (04:26 +0000)] 
Properly null-terminate the tpf_server_name string (in TPF-only code).

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

18 years agoport r532162 to the 1.3.x stable branch
Greg Stein [Tue, 1 May 2007 10:39:16 +0000 (10:39 +0000)] 
port r532162 to the 1.3.x stable branch

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

18 years agomoved XLFLAGS to the .opt file so that external libs can be added;
Guenter Knauf [Tue, 24 Apr 2007 00:08:50 +0000 (00:08 +0000)] 
moved XLFLAGS to the .opt file so that external libs can be added;
added new var XDCDATA and removed xdcdata setting from mis-used XLFLAGS;
moved some copyright from .opt to .def file since -copy option doesnt accept commas.

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

18 years agoBackport Order fix.
Joshua Slive [Tue, 27 Mar 2007 15:16:55 +0000 (15:16 +0000)] 
Backport Order fix.

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

18 years agoAbout time to note this
William A. Rowe Jr [Thu, 11 Jan 2007 07:32:07 +0000 (07:32 +0000)] 
About time to note this

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

18 years ago Tweak Allow/Deny tagging.
Chris Pepper [Tue, 28 Nov 2006 04:53:00 +0000 (04:53 +0000)] 
Tweak Allow/Deny tagging.
Tweak tense.
Update Allow/Deny match table.

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

18 years ago Reword Order section to make 3-pass design clearer.
Chris Pepper [Sun, 26 Nov 2006 06:36:35 +0000 (06:36 +0000)] 
Reword Order section to make 3-pass design clearer.
Add table showing results of match combinations.
Fix some tenses.
Fix case of CENTER & IP Address.

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

18 years agoIncorporated feedback from the TPF Users Group conference.
David McCreedy [Fri, 18 Aug 2006 22:39:36 +0000 (22:39 +0000)] 
Incorporated feedback from the TPF Users Group conference.

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

19 years agoThe Expect header XSS got a CVE name as it was proved you can influence the
Mark J. Cox [Mon, 31 Jul 2006 08:06:17 +0000 (08:06 +0000)] 
The Expect header XSS got a CVE name as it was proved you can influence the
header if a user visits a site holding a malicious flash file.
IMO this is a flash flaw, but mark as security for future reference, although
only for 1.3.  2.0 and 2.2 both need to timeout before any XSS happens
reducing the risk.

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

19 years ago Rebump after retag
William A. Rowe Jr [Thu, 27 Jul 2006 18:21:19 +0000 (18:21 +0000)] 
  Rebump after retag

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

19 years ago Revert, missed one change to APACHE_RELEASE bit
William A. Rowe Jr [Thu, 27 Jul 2006 18:19:46 +0000 (18:19 +0000)] 
  Revert, missed one change to APACHE_RELEASE bit

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

19 years ago Bump after tag
William A. Rowe Jr [Thu, 27 Jul 2006 17:59:20 +0000 (17:59 +0000)] 
  Bump after tag

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

19 years ago Prepare to tag 1.3.37
William A. Rowe Jr [Thu, 27 Jul 2006 17:56:34 +0000 (17:56 +0000)] 
  Prepare to tag 1.3.37

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

19 years ago Wrong project name
William A. Rowe Jr [Thu, 27 Jul 2006 17:44:01 +0000 (17:44 +0000)] 
  Wrong project name

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

19 years agoSECURITY: CVE-2006-3747 (cve.mitre.org)
Mark J. Cox [Thu, 27 Jul 2006 17:09:03 +0000 (17:09 +0000)] 
SECURITY: CVE-2006-3747 (cve.mitre.org)
mod_rewrite: Fix an off-by-one security problem in the ldap scheme
handling.  For some RewriteRules this could lead to a pointer being
written out of bounds.  Reported by Mark Dowd of McAfee.

Reviewed by: trawick, lars, jorton, wrowe, benl

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

19 years ago Official home is http://svn.apache.org/repos/asf/httpd/httpd/dist/
William A. Rowe Jr [Thu, 27 Jul 2006 15:43:46 +0000 (15:43 +0000)] 
  Official home is http://svn.apache.org/repos/asf/httpd/httpd/dist/

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

19 years agoupdate license header text
Roy T. Fielding [Wed, 12 Jul 2006 08:16:05 +0000 (08:16 +0000)] 
update license header text

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

19 years agoupdate according to board resolution
Roy T. Fielding [Wed, 12 Jul 2006 05:14:54 +0000 (05:14 +0000)] 
update according to board resolution

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

19 years agoAnd we are now 1.3.37-dev
Jim Jagielski [Sun, 14 May 2006 13:24:01 +0000 (13:24 +0000)] 
And we are now 1.3.37-dev

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

19 years agoGet ready to tag 1.3.36
Jim Jagielski [Sun, 14 May 2006 13:02:54 +0000 (13:02 +0000)] 
Get ready to tag 1.3.36

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

19 years agoNote intent to T&R 1.3.36 this Friday
Jim Jagielski [Tue, 9 May 2006 13:16:41 +0000 (13:16 +0000)] 
Note intent to T&R 1.3.36 this Friday

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

19 years agoBack out 396294. This keeps HEAD in a non-regression state
Jim Jagielski [Mon, 8 May 2006 19:26:00 +0000 (19:26 +0000)] 
Back out 396294. This keeps HEAD in a non-regression state
and allows us to re-add/fix the functionality "later on"

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

19 years agoAnd we are announced/released
Jim Jagielski [Mon, 1 May 2006 12:49:10 +0000 (12:49 +0000)] 
And we are announced/released

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

19 years agoAnd bump to 1.3.36-dev
Jim Jagielski [Mon, 24 Apr 2006 17:17:00 +0000 (17:17 +0000)] 
And bump to 1.3.36-dev

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

19 years agoStand by for tagging
Jim Jagielski [Mon, 24 Apr 2006 17:04:03 +0000 (17:04 +0000)] 
Stand by for tagging

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

19 years agoFix up some version numbers
Jim Jagielski [Mon, 24 Apr 2006 17:01:44 +0000 (17:01 +0000)] 
Fix up some version numbers

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

19 years agoWork on announcement
Jim Jagielski [Mon, 24 Apr 2006 12:23:24 +0000 (12:23 +0000)] 
Work on announcement

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

19 years ago * Backport the include directive patch for 1.3
Colm MacCarthaigh [Sun, 23 Apr 2006 17:21:58 +0000 (17:21 +0000)] 
  * Backport the include directive patch for 1.3

  * Add a changelog entry for same

  * reorder the changelog to put security first.

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

19 years agoRevert copyright date change patch. Wait until we have
Jim Jagielski [Fri, 21 Apr 2006 18:40:11 +0000 (18:40 +0000)] 
Revert copyright date change patch. Wait until we have
a universal policy and procedure... we cannot willy
nilly change the dates unless significant or
material changes are made.

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

19 years agoRecast a vote...
Jim Jagielski [Fri, 21 Apr 2006 16:19:56 +0000 (16:19 +0000)] 
Recast a vote...

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