]> granicus.if.org Git - apache/log
apache
10 years agopropose
Jeff Trawick [Tue, 21 Jan 2014 22:22:15 +0000 (22:22 +0000)]
propose

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

10 years ago+1!
Jeff Trawick [Tue, 21 Jan 2014 20:25:15 +0000 (20:25 +0000)]
+1!

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

10 years agoUpdated patch
Jim Jagielski [Tue, 21 Jan 2014 20:01:56 +0000 (20:01 +0000)]
Updated patch

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

10 years agoxforms
Jim Jagielski [Tue, 21 Jan 2014 16:59:44 +0000 (16:59 +0000)]
xforms

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

10 years agoMerge r1518269 from trunk:
Jim Jagielski [Tue, 21 Jan 2014 16:55:04 +0000 (16:55 +0000)]
Merge r1518269 from trunk:

Expires in a 304 is not a contradiction in terms of r1487118:

     - Expires, Cache-Control, and/or Vary, if the field-value might
        differ from that sent in any previous response for the same
        variant

Submitted by: covener
Reviewed/backported by: jim

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

10 years agoipromote2
Daniel Gruno [Tue, 21 Jan 2014 16:50:14 +0000 (16:50 +0000)]
ipromote2

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

10 years agocomment
Jim Jagielski [Tue, 21 Jan 2014 16:46:02 +0000 (16:46 +0000)]
comment

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

10 years agoMerge r1534890 from trunk:
Jim Jagielski [Tue, 21 Jan 2014 16:45:27 +0000 (16:45 +0000)]
Merge r1534890 from trunk:

axe attempt to close a previously-closed apr socket
(clang scan-build says "uninitialized", but it doesn't know
how apr_sockaddr_info_get() reports errors)

Submitted by: trawick
Reviewed/backported by: jim

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

10 years agoMerge r1558483 from trunk:
Jim Jagielski [Tue, 21 Jan 2014 16:45:04 +0000 (16:45 +0000)]
Merge r1558483 from trunk:

follow-up to r1554161, r1554168, r1554170, r1554175, r1554188, and r1554195:

axe unnecessary initialization/pool allocation

Submitted by: trawick
Reviewed/backported by: jim

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

10 years agoMerge r1544774, r1544812 from trunk:
Jim Jagielski [Tue, 21 Jan 2014 16:44:48 +0000 (16:44 +0000)]
Merge r1544774, r1544812 from trunk:

Address a todo listed in
https://mail-archives.apache.org/mod_mbox/httpd-dev/200205.mbox/%3CPine.LNX.4.33.0205292300380.27841-100000%40mako.covalent.net%3E
"init functions should return status code rather than ssl_die()"

For diagnostic purposes, ssl_die() is still there, but instead
of abruptly exit(1)ing, it will return APR_EGENERAL to the
ssl_init_* callers in ssl_engine_init.c, and these will propagate
the status back to ssl_init_Module.

Followup to r1544774: do not ignore failures from ssl_server_import_{cert,key}
in ssl_init_server_certs

Submitted by: kbrand
Reviewed/backported by: jim

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

10 years agoMerge r1451633, r1451905, r1451921, r1452259, r1453981, r1501913, r1513508, r1531340...
Jim Jagielski [Tue, 21 Jan 2014 16:44:04 +0000 (16:44 +0000)]
Merge r1451633, r1451905, r1451921, r1452259, r1453981, r1501913, r1513508, r1531340, r1531370, r1531962, r1533065, r1540052 from trunk:

Add in rough uds support (Bugx 54101) from Blaise Tarr <blaise.tarr@gmail.com>

Make AF_UNIX aware... fix Windows/Netware??

Follow-up to r1451905 to fix NetWare/Windows compilation.

apr trunk-able

message tag for dom sock

Note about new UDS support

UDS subsequent request on a connection fix

Reformat the UDS support inline with a new naming structure.
Use a flag for speed for testing.

syntax sugar... if the worker is associated w/ a UDS,
then make sure the log reporting has a visual clue.

Ensure that userland format of UDS is the same as how it is
configured, no matter how we store and use it internally.

Eclipse code analysis warning

UDS urls need to be desockified when configuring...
Submitted by: jim, fuankg, jim, jim, druggeri, druggeri, jim, jim, jim, jim, jim
Reviewed/backported by: jim

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

10 years agoipromote
Jim Jagielski [Tue, 21 Jan 2014 16:39:31 +0000 (16:39 +0000)]
ipromote

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

10 years agoivote
Jim Jagielski [Tue, 21 Jan 2014 16:38:51 +0000 (16:38 +0000)]
ivote

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

10 years agoVote + Promote
Daniel Gruno [Tue, 21 Jan 2014 16:03:01 +0000 (16:03 +0000)]
Vote + Promote

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

10 years agovote, propose
Jeff Trawick [Mon, 20 Jan 2014 21:05:16 +0000 (21:05 +0000)]
vote, propose

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

10 years agoupdate transformation
André Malo [Mon, 20 Jan 2014 09:02:57 +0000 (09:02 +0000)]
update transformation

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

10 years agoMerge r1517406 from trunk:
Eric Covener [Mon, 20 Jan 2014 00:31:19 +0000 (00:31 +0000)]
Merge r1517406 from trunk:

PR55352: mention in the <Proxy> manual that the matching is a prefix only, not
the same context-root / segment-aware matching done by <Location>.

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

10 years agotry to grok mod_speling
Eric Covener [Sat, 18 Jan 2014 20:40:17 +0000 (20:40 +0000)]
try to grok mod_speling

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

10 years agoexplain the change, not the bug
Eric Covener [Sat, 18 Jan 2014 20:24:48 +0000 (20:24 +0000)]
explain the change, not the bug

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

10 years agopropose a fix for the mod_dir vs mod_rewrite issues
Eric Covener [Sat, 18 Jan 2014 19:46:05 +0000 (19:46 +0000)]
propose a fix for the mod_dir vs mod_rewrite issues

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

10 years agocherrypick some easy votes
Eric Covener [Sat, 18 Jan 2014 19:07:33 +0000 (19:07 +0000)]
cherrypick some easy votes

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

10 years agoUpdates.
Lucien Gentis [Sat, 18 Jan 2014 15:32:27 +0000 (15:32 +0000)]
Updates.

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

10 years agoaxe my comment on the prefork fix (note just added to the old
Jeff Trawick [Wed, 15 Jan 2014 19:35:07 +0000 (19:35 +0000)]
axe my comment on the prefork fix (note just added to the old
"2.4.4 graceful restart taking long time [PATCH]" thread

fix some missing +1s on proposals from me

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

10 years agovote, propose
Jeff Trawick [Wed, 15 Jan 2014 18:41:04 +0000 (18:41 +0000)]
vote, propose

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

10 years agopropose ssl_die improvement for config (re)init
Kaspar Brand [Wed, 15 Jan 2014 16:46:02 +0000 (16:46 +0000)]
propose ssl_die improvement for config (re)init

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

10 years agoMerge r1557617:
Stefan Fritsch [Sun, 12 Jan 2014 22:08:00 +0000 (22:08 +0000)]
Merge r1557617:

make reference to <If > a link

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

10 years ago2 proposals against mod_speling
Christophe Jaillet [Sun, 12 Jan 2014 18:45:54 +0000 (18:45 +0000)]
2 proposals against mod_speling

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

10 years agoUpdates.
Lucien Gentis [Sun, 12 Jan 2014 13:55:52 +0000 (13:55 +0000)]
Updates.

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

10 years agoMerge r1554995 from trunk:
Jim Jagielski [Thu, 9 Jan 2014 14:32:47 +0000 (14:32 +0000)]
Merge r1554995 from trunk:

Providers defined in <AuthnProviderAlias have not been usable under
in virtual hosts since migrating from mod_authn_alias to mod_authn_core.
PR 55622.

Submitted by: covener
Reviewed/backported by: jim

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

10 years agoMerge r1556428 from trunk:
Jim Jagielski [Thu, 9 Jan 2014 14:29:47 +0000 (14:29 +0000)]
Merge r1556428 from trunk:

SECURITY: CVE-2013-6438 (cve.mitre.org)
mod_dav: Keep track of length of cdata properly when removing leading spaces.

* modules/dav/main/util.c
  (dav_xml_get_cdata): reduce len variable when increasing cdata pointer.

Submitted by: Amin Tora <Amin.Tora neustar.biz>

Reviewed/backported by: jim

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

10 years agoMerge r1524368, r1524388 from trunk:
Jim Jagielski [Thu, 9 Jan 2014 14:28:39 +0000 (14:28 +0000)]
Merge r1524368, r1524388 from trunk:

Use apr_socket_timeout_get instead of hard-coded 30 seconds timeout.

Use apr_socket_timeout_get instead of hard-coded 30 seconds timeout.

Document r1524368 in CHANGES.

Submitted by: jkaluza
Reviewed/backported by: jim

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

10 years agocomment
Jim Jagielski [Thu, 9 Jan 2014 14:25:50 +0000 (14:25 +0000)]
comment

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

10 years agoconfused?
Jeff Trawick [Wed, 8 Jan 2014 19:24:59 +0000 (19:24 +0000)]
confused?

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

10 years agovote/promote
Eric Covener [Wed, 8 Jan 2014 17:51:31 +0000 (17:51 +0000)]
vote/promote

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

10 years agovote/note/promote/etc.
Jeff Trawick [Wed, 8 Jan 2014 13:09:47 +0000 (13:09 +0000)]
vote/note/promote/etc.

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

10 years ago* STATUS: Nominate r1556428 for backport to 2.4.x
Ben Reser [Wed, 8 Jan 2014 03:03:23 +0000 (03:03 +0000)]
* STATUS: Nominate r1556428 for backport to 2.4.x

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

10 years agoBackport r1544784 from trunk:
Kaspar Brand [Tue, 7 Jan 2014 17:52:34 +0000 (17:52 +0000)]
Backport r1544784 from trunk:

Remove SSLPKCS7CertificateFile support:

- was never documented, so very unlikely that it was ever used

- adds complexity without apparent benefit; PKCS#7 files can
  be trivially converted to a file for use with SSLCertificateChainFile
  (concatenated X509 CERTIFICATE chunks, openssl pkcs7 -print_certs...)

- only supports PKCS7 files with PEM encoding, i.e. relies on a
  non-standardized PEM header (cf. RFC 2315 and draft-josefsson-pkix-textual)

- issues pointed out in http://mail-archives.apache.org/mod_mbox/httpd-dev/200607.mbox/%3C20060723093125.GA19423@redhat.com%3E
  were never fully addressed (cf. r424707 and r424735)

- has never worked in vhost context due to a cfgMergeString
  call missing from modssl_ctx_cfg_merge

Proposed by: kbrand
Reviewed by: covener, druggeri

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

10 years agoMerge r1556102 from trunk:
Eric Covener [Tue, 7 Jan 2014 01:56:52 +0000 (01:56 +0000)]
Merge r1556102 from trunk:

add some information about setenvif vs. subrequests for PR55957

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

10 years agoFix a few typo in doc that have only been corrected on trunk
Christophe Jaillet [Mon, 6 Jan 2014 19:52:28 +0000 (19:52 +0000)]
Fix a few typo in doc  that have only been corrected on trunk

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

10 years agoeasy votes
Daniel Ruggeri [Mon, 6 Jan 2014 18:17:15 +0000 (18:17 +0000)]
easy votes

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

10 years agoevent fdq fix proposal.
Jim Jagielski [Mon, 6 Jan 2014 17:04:32 +0000 (17:04 +0000)]
event fdq fix proposal.

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

10 years agoMerge r1555908 from trunk:
Eric Covener [Mon, 6 Jan 2014 16:45:29 +0000 (16:45 +0000)]
Merge r1555908 from trunk:

use authz_core instead of access_compat in example

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

10 years agomerge r1555423 from trunk:
Jeff Trawick [Mon, 6 Jan 2014 16:09:42 +0000 (16:09 +0000)]
merge r1555423 from trunk:

fix typo in error message

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

10 years agoxforms
Jeff Trawick [Mon, 6 Jan 2014 16:05:52 +0000 (16:05 +0000)]
xforms

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

10 years agomerge r1555424 from trunk:
Jeff Trawick [Mon, 6 Jan 2014 16:02:57 +0000 (16:02 +0000)]
merge r1555424 from trunk:

document on/off parameter in the usual manner and show defaults for
SSLHonorCipherOrder, SSLOCSPEnable, SSLOCSPOverrideResponder, and
SSLInsecureRenegotiation

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

10 years agoMerge r1542615 from trunk:
Eric Covener [Mon, 6 Jan 2014 14:12:41 +0000 (14:12 +0000)]
Merge r1542615 from trunk:

Explicitly list in which directories to look for config*.m4 files.

If some distributor patches a config*.m4 file with quilt, that will
place a copy of the original file in .pc/ . Doing a naive "find ."
will then cause both the original and the patched m4 file to be included,
causing havoc later on.

PR: 55787

Submitted by: sf
Reviewed by: trawick, covener

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

10 years agoMerge r1546805 from trunk:
Eric Covener [Mon, 6 Jan 2014 14:09:18 +0000 (14:09 +0000)]
Merge r1546805 from trunk:

SGC became dead in January 2000, effectively
(http://www.gpo.gov/fdsys/pkg/FR-2000-01-14/pdf/00-983.pdf)
Almost 14 years later, there's certainly no longer any need
to spit out some fancy log message.

Submitted by: kbrand
Reviewed by: covener, trawick

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

10 years agovote/promote
Eric Covener [Mon, 6 Jan 2014 14:07:02 +0000 (14:07 +0000)]
vote/promote

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

10 years agomerge r1551802 from trunk:
Jeff Trawick [Mon, 6 Jan 2014 12:04:25 +0000 (12:04 +0000)]
merge r1551802 from trunk:

mod_ldap: restrict a recent WIN32 change to only apply when the MS SDK is used.

Submitted by: covener:
Reviewed by: jim, trawick

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

10 years agoMerge from trunk r1547845:
Jeff Trawick [Mon, 6 Jan 2014 12:02:38 +0000 (12:02 +0000)]
Merge from trunk r1547845:

mod_cache_disk: Fix potential hangs on Windows when using mod_cache_disk.

PR: 55833
Submitted by: covener
Reviewed by: jim, trawick

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

10 years agoupdate transformations for SSLOpenSSLConfCmd
Kaspar Brand [Mon, 6 Jan 2014 06:26:26 +0000 (06:26 +0000)]
update transformations for SSLOpenSSLConfCmd

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

10 years agoBackport r1421323, r1534754, r1546693, r1555464 from trunk:
Kaspar Brand [Mon, 6 Jan 2014 06:02:42 +0000 (06:02 +0000)]
Backport r1421323, r1534754, r1546693, r1555464 from trunk:

Add support for OpenSSL configuration commands by introducing
the SSLOpenSSLConfCmd directive.

Proposed by: kbrand
Reviewed by: drh, trawick

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

10 years agovote, promote
Jeff Trawick [Sun, 5 Jan 2014 22:27:02 +0000 (22:27 +0000)]
vote, promote

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

10 years agoslightly more consistent formatting
Jeff Trawick [Sun, 5 Jan 2014 22:17:53 +0000 (22:17 +0000)]
slightly more consistent formatting

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

10 years agor1544381 was merged a while back (and I still had this change in a checkout)
Jeff Trawick [Sun, 5 Jan 2014 21:39:14 +0000 (21:39 +0000)]
r1544381 was merged a while back (and I still had this change in a checkout)

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

10 years agoSync a few doc with trunk (fr)
Christophe Jaillet [Sun, 5 Jan 2014 18:34:10 +0000 (18:34 +0000)]
Sync a few doc with trunk (fr)

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

10 years agoSync a few doc with trunk
Christophe Jaillet [Sun, 5 Jan 2014 18:33:42 +0000 (18:33 +0000)]
Sync a few doc with trunk

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

10 years agovote
Stephen Henson [Sun, 5 Jan 2014 16:45:58 +0000 (16:45 +0000)]
vote

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

10 years agoMerge r1555569:
Stefan Fritsch [Sun, 5 Jan 2014 16:30:49 +0000 (16:30 +0000)]
Merge r1555569:

    adjust compat info for named capturing groups

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

10 years ago2 ez proposals
Jim Jagielski [Sun, 5 Jan 2014 16:30:16 +0000 (16:30 +0000)]
2 ez proposals

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

10 years agoxforms
Stefan Fritsch [Sun, 5 Jan 2014 16:25:33 +0000 (16:25 +0000)]
xforms

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

10 years agoAdjust and sync with what was in trunk
Jim Jagielski [Sun, 5 Jan 2014 16:20:29 +0000 (16:20 +0000)]
Adjust and sync with what was in trunk

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

10 years agoCleanup CHANGES a bit...
Jim Jagielski [Sun, 5 Jan 2014 16:18:52 +0000 (16:18 +0000)]
Cleanup CHANGES a bit...

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

10 years agoMerge r1555555 from trunk:
Stefan Fritsch [Sun, 5 Jan 2014 16:18:46 +0000 (16:18 +0000)]
Merge r1555555 from trunk:
   axe one more case of digest auth being described as secure

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

10 years agoMerge r1551714 from trunk:
Jim Jagielski [Sun, 5 Jan 2014 16:15:38 +0000 (16:15 +0000)]
Merge r1551714 from trunk:

Avoid sending back uninitialized memory, use 'ftpmessage' in order to have something meaningful instead.

Save 8k of stack by the same time.
Submitted by: jailletc36
Reviewed/backported by: jim

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

10 years agoMerge r1552227 from trunk:
Jim Jagielski [Sun, 5 Jan 2014 16:15:08 +0000 (16:15 +0000)]
Merge r1552227 from trunk:

Remove <Proxy ~ wildcard-url> syntax which:
   - is equivalent to <ProxyMatch wildcard-url>
   - has never been documented
   - incorrectly checks parameters (!cmd->path should be !cmd->path[0])
   - is buggy (! is missing in front of strncasecmp)
Submitted by: jailletc36
Reviewed/backported by: jim

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

10 years agoMerge r1554300, r1554301, r1554994, r1555266 from trunk:
Jim Jagielski [Sun, 5 Jan 2014 16:14:26 +0000 (16:14 +0000)]
Merge r1554300, r1554301, r1554994, r1555266 from trunk:

core: Support named groups and backreferences within the LocationMatch,
DirectoryMatch, FilesMatch and ProxyMatch directives.

Documentation for the support of named groups and backreferences.

c89 fix

Add a "MATCH_" prefix to variables set within
LocationMatch/DirectoryMatch/FilesMatch.

Submitted by: minfrin, covener, minfrin
Reviewed/backported by: jim

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

10 years agoMerge r1554195 from trunk:
Jim Jagielski [Sun, 5 Jan 2014 16:13:20 +0000 (16:13 +0000)]
Merge r1554195 from trunk:

mod_authz_user: Support the expression parser within the require directives.

Submitted by: minfrin
Reviewed/backported by: jim

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

10 years agoMerge r1554188 from trunk:
Jim Jagielski [Sun, 5 Jan 2014 16:12:20 +0000 (16:12 +0000)]
Merge r1554188 from trunk:

mod_authnz_host: Support the expression parser within the require directives.

Submitted by: minfrin
Reviewed/backported by: jim

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

10 years agoMerge r1554175, r1554184 from trunk:
Jim Jagielski [Sun, 5 Jan 2014 16:11:44 +0000 (16:11 +0000)]
Merge r1554175, r1554184 from trunk:

mod_authnz_groupfile: Support the expression parser within the require directives.

Pass the correct pointer that made it past the test suite.

Submitted by: minfrin
Reviewed/backported by: jim

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

10 years agoxforms
Stefan Fritsch [Sun, 5 Jan 2014 16:11:29 +0000 (16:11 +0000)]
xforms

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

10 years agoMerge r1554170, r1554181 from trunk:
Jim Jagielski [Sun, 5 Jan 2014 16:10:54 +0000 (16:10 +0000)]
Merge r1554170, r1554181 from trunk:

mod_authnz_dbm: Support the expression parser within the require directives.

Pass the correct pointer that made it past the test suite.

Submitted by: minfrin
Reviewed/backported by: jim

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

10 years agoMerge r1554168, r1554176 from trunk:
Jim Jagielski [Sun, 5 Jan 2014 16:10:09 +0000 (16:10 +0000)]
Merge r1554168, r1554176 from trunk:

mod_authnz_dbd: Support the expression parser within the require directives.

Pass the correct pointer that made it past the test suite.

Submitted by: minfrin
Reviewed/backported by: jim

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

10 years agoMerge r1554161 from trunk:
Jim Jagielski [Sun, 5 Jan 2014 16:09:07 +0000 (16:09 +0000)]
Merge r1554161 from trunk:

mod_authnz_ldap: Support the expression parser within the require
directives.

Submitted by: minfrin
Reviewed/backported by: jim

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

10 years agoMerge r1554276, r1554281 from trunk:
Stefan Fritsch [Sun, 5 Jan 2014 16:06:53 +0000 (16:06 +0000)]
Merge r1554276, r1554281 from trunk:

    digest auth is only marginally more secure than basic auth.
    Adjust the docs to today's reality.

    mention insecure password storage as pointed out by Graham

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

10 years agoipromote!
Jim Jagielski [Sun, 5 Jan 2014 16:05:08 +0000 (16:05 +0000)]
ipromote!

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

10 years agoivote!
Jim Jagielski [Sun, 5 Jan 2014 16:04:19 +0000 (16:04 +0000)]
ivote!

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

10 years agopropose
Stefan Fritsch [Sun, 5 Jan 2014 16:02:48 +0000 (16:02 +0000)]
propose

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

10 years agopropose a couple of mod_ssl backports
Kaspar Brand [Sun, 5 Jan 2014 08:46:55 +0000 (08:46 +0000)]
propose a couple of mod_ssl backports

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

10 years agoComplement to r1542327 (Streamline and improve ephemeral key handling):
Kaspar Brand [Sun, 5 Jan 2014 08:37:21 +0000 (08:37 +0000)]
Complement to r1542327 (Streamline and improve ephemeral key handling):
the change to acinclude.m4 (part of r1527294) was left out from the
backport proposal by mistake.

Originally proposed by: kbrand. Reviewed by: jim, jorton (cf. r1542297).

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

10 years agoexercise my rights as a 'merican
Eric Covener [Sat, 4 Jan 2014 17:41:08 +0000 (17:41 +0000)]
exercise my rights as a 'merican

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

10 years agoUpdates.
Lucien Gentis [Sat, 4 Jan 2014 16:36:55 +0000 (16:36 +0000)]
Updates.

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

10 years agoAdd "MATCH_" prefix to the proposal, add covener's fix, reset the vote.
Graham Leggett [Fri, 3 Jan 2014 22:28:58 +0000 (22:28 +0000)]
Add "MATCH_" prefix to the proposal, add covener's fix, reset the vote.

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

10 years ago2 proposals
Christophe Jaillet [Fri, 3 Jan 2014 20:45:28 +0000 (20:45 +0000)]
2 proposals

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

10 years agoMerge r1555116 from trunk:
Eric Covener [Fri, 3 Jan 2014 15:03:47 +0000 (15:03 +0000)]
Merge r1555116 from trunk:

emphasize that this is mostly just AAA checks and not the status
code of the handler. PR21828 and various dups.

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

10 years agoivote!
Jim Jagielski [Fri, 3 Jan 2014 14:48:11 +0000 (14:48 +0000)]
ivote!

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

10 years agomod_lua: Detect "All" or "None" before putting together a potentially blank (or stati...
Daniel Gruno [Fri, 3 Jan 2014 12:20:13 +0000 (12:20 +0000)]
mod_lua: Detect "All" or "None" before putting together a potentially blank (or static) string.

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

10 years agoadd tweak
Eric Covener [Fri, 3 Jan 2014 02:31:21 +0000 (02:31 +0000)]
add tweak

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

10 years agopropose fix for AuthnProviderAlias providers in VH context
Eric Covener [Fri, 3 Jan 2014 02:29:39 +0000 (02:29 +0000)]
propose fix for AuthnProviderAlias providers in VH context

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

10 years agoOops, missed one. s/2013/2014/
Rich Bowen [Thu, 2 Jan 2014 18:04:43 +0000 (18:04 +0000)]
Oops, missed one. s/2013/2014/

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

10 years agos/2013/2014/
Rich Bowen [Thu, 2 Jan 2014 18:02:15 +0000 (18:02 +0000)]
s/2013/2014/

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

10 years agos/2013/2014/
Rich Bowen [Thu, 2 Jan 2014 17:58:33 +0000 (17:58 +0000)]
s/2013/2014/

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

10 years agoAdd BitNami to binaries list
Rich Bowen [Thu, 2 Jan 2014 17:53:59 +0000 (17:53 +0000)]
Add BitNami to binaries list

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

10 years agoivote!
Jim Jagielski [Thu, 2 Jan 2014 13:34:35 +0000 (13:34 +0000)]
ivote!

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

10 years agoupdate transformation
André Malo [Tue, 31 Dec 2013 13:11:44 +0000 (13:11 +0000)]
update transformation

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

10 years agovalidate.
André Malo [Tue, 31 Dec 2013 13:07:20 +0000 (13:07 +0000)]
validate.

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

10 years agovalidate. properties.
André Malo [Tue, 31 Dec 2013 13:06:15 +0000 (13:06 +0000)]
validate. properties.

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

10 years agoPropose.
Graham Leggett [Mon, 30 Dec 2013 20:11:15 +0000 (20:11 +0000)]
Propose.

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

10 years agoMerge r1488492, r1542533, r1543020 from trunk:
Jim Jagielski [Mon, 30 Dec 2013 13:29:45 +0000 (13:29 +0000)]
Merge r1488492, r1542533, r1543020 from trunk:

Check if malloc succeeded
PR54344 [Bill Parker, wp02855 gmail com]

Check all memory allocations and abort on failure

follow-up to r1542533:

fix format string (unsigned vs. size_t)

Submitted by: jailletc36, sf, trawick
Reviewed/backported by: jim

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

10 years agovote (by inspection)
Jim Jagielski [Mon, 30 Dec 2013 13:28:34 +0000 (13:28 +0000)]
vote (by inspection)

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