]> granicus.if.org Git - apache/log
apache
10 years agoAdd missing break.
Christophe Jaillet [Thu, 9 Jan 2014 18:45:34 +0000 (18:45 +0000)]
Add missing break.

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

10 years agoAs in 'dav_generic_do_refresh', add missing break in 'dav_fs_do_refresh' to avoid...
Christophe Jaillet [Thu, 9 Jan 2014 18:44:50 +0000 (18:44 +0000)]
As in 'dav_generic_do_refresh', add missing break in 'dav_fs_do_refresh' to avoid useless computation.

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

10 years ago* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLCompression): Fail if
Joe Orton [Wed, 8 Jan 2014 09:39:44 +0000 (09:39 +0000)]
* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLCompression): Fail if
  enabled *and* if OpenSSL does not make any compression methods
  available.  Tweak wording for failure without SSL_OP_NO_COMPRESSION.

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

10 years agoSECURITY: CVE-2013-6438 (cve.mitre.org)
Ben Reser [Wed, 8 Jan 2014 02:40:38 +0000 (02:40 +0000)]
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>

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

10 years agoavoid a tight busy loop with memory allocations when the [N] flag
Eric Covener [Tue, 7 Jan 2014 13:07:51 +0000 (13:07 +0000)]
avoid a tight busy loop with memory allocations when the [N] flag
isn't making progress.

If backported, probably increase the hard-coded limit to 32k from 10k.

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

10 years agoadd some information about setenvif vs. subrequests for PR55957
Eric Covener [Tue, 7 Jan 2014 01:55:33 +0000 (01:55 +0000)]
add some information about setenvif vs. subrequests for PR55957

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

10 years agoFix a few typo in doc that have only been corrected on 2.4.x
Christophe Jaillet [Mon, 6 Jan 2014 19:54:20 +0000 (19:54 +0000)]
Fix a few typo in doc  that have only been corrected on 2.4.x

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

10 years agouse authz_core instead of access_compat in example
Eric Covener [Mon, 6 Jan 2014 16:45:04 +0000 (16:45 +0000)]
use authz_core instead of access_compat in example

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

10 years agoPR 55833 fix is in 2.4.x now
Jeff Trawick [Mon, 6 Jan 2014 12:06:59 +0000 (12:06 +0000)]
PR 55833 fix is in 2.4.x now

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555723 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/trunk@1555683 13f79535-47bb-0310-9956-ffa450edef68

10 years agono more "Covnener"
Jeff Trawick [Sun, 5 Jan 2014 21:20:48 +0000 (21:20 +0000)]
no more "Covnener"

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

10 years agoFix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.
Jeff Trawick [Sun, 5 Jan 2014 21:18:28 +0000 (21:18 +0000)]
Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.

Reviewed by: rpluem

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

10 years agoSync a few doc with 2.4.x branch (!)
Christophe Jaillet [Sun, 5 Jan 2014 18:31:39 +0000 (18:31 +0000)]
Sync a few doc with 2.4.x branch (!)

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

10 years agoadjust compat info for named capturing groups
Stefan Fritsch [Sun, 5 Jan 2014 16:28:54 +0000 (16:28 +0000)]
adjust compat info for named capturing groups

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

10 years agoin 2.4
Jim Jagielski [Sun, 5 Jan 2014 16:20:16 +0000 (16:20 +0000)]
in 2.4

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

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

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

10 years agoaxe one more case of digest auth being described as secure
Stefan Fritsch [Sun, 5 Jan 2014 16:16:19 +0000 (16:16 +0000)]
axe one more case of digest auth being described as secure

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

10 years agomake the ppcb_arg initialization a bit more uniform and easier to read
Kaspar Brand [Sun, 5 Jan 2014 07:58:54 +0000 (07:58 +0000)]
make the ppcb_arg initialization a bit more uniform and easier to read

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

10 years agoupdate transformations for SSLOpenSSLConfCmd
Kaspar Brand [Sun, 5 Jan 2014 07:54:16 +0000 (07:54 +0000)]
update transformations for SSLOpenSSLConfCmd

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

10 years agoMore finishing touches for SSLOpenSSLConfCmd:
Kaspar Brand [Sun, 5 Jan 2014 07:38:28 +0000 (07:38 +0000)]
More finishing touches for SSLOpenSSLConfCmd:
- add documentation
- clear the error queue before executing the next SSL_CONF_cmd
- if needed, configure OCSP stapling after a "Certificate" command
- ifdef ssl_cmd_SSLOpenSSLConfCmd in ssl_private.h

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

10 years agoRemove per-certificate chain handling code (obsoleted by
Kaspar Brand [Sun, 5 Jan 2014 07:15:59 +0000 (07:15 +0000)]
Remove per-certificate chain handling code (obsoleted by
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=b9fa413a08d436d6b522749b5e808fcd931fd943)

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

10 years agoSome wordsmithing and hopefully this will close our outstanding github issues. Closes...
Daniel Gruno [Sat, 4 Jan 2014 22:07:46 +0000 (22:07 +0000)]
Some wordsmithing and hopefully this will close our outstanding github issues. Closes #2 and also resolves #3

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

10 years agomake docs transformations
Jeff Trawick [Sat, 4 Jan 2014 21:56:28 +0000 (21:56 +0000)]
make docs transformations

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

10 years agodocument on/off parameter in the usual manner and show defaults for SSLHonorCipherOrd...
Jeff Trawick [Sat, 4 Jan 2014 21:46:39 +0000 (21:46 +0000)]
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/trunk@1555424 13f79535-47bb-0310-9956-ffa450edef68

10 years agofix typo in error message
Jeff Trawick [Sat, 4 Jan 2014 21:44:34 +0000 (21:44 +0000)]
fix typo in error message

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

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

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

10 years agoUpdate transformation.
Graham Leggett [Fri, 3 Jan 2014 22:30:04 +0000 (22:30 +0000)]
Update transformation.

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

10 years agoAdd a "MATCH_" prefix to variables set within
Graham Leggett [Fri, 3 Jan 2014 22:26:55 +0000 (22:26 +0000)]
Add a "MATCH_" prefix to variables set within
LocationMatch/DirectoryMatch/FilesMatch.

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

10 years agoAllocate correct size for the array to avoid useless memory allocation and copy
Christophe Jaillet [Fri, 3 Jan 2014 21:42:40 +0000 (21:42 +0000)]
Allocate correct size for the array to avoid useless memory allocation and copy

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

10 years ago* Update comment. No functional change.
Ruediger Pluem [Fri, 3 Jan 2014 20:07:54 +0000 (20:07 +0000)]
* Update comment. No functional change.

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

10 years agoemphasize that this is mostly just AAA checks and not the status
Eric Covener [Fri, 3 Jan 2014 15:03:01 +0000 (15:03 +0000)]
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/trunk@1555116 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:09:04 +0000 (12:09 +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/trunk@1555063 13f79535-47bb-0310-9956-ffa450edef68

10 years agoProviders defined in <AuthnProviderAlias have not been usable under
Eric Covener [Fri, 3 Jan 2014 01:59:12 +0000 (01:59 +0000)]
Providers defined in <AuthnProviderAlias have not been usable under
in virtual hosts since migrating from mod_authn_alias to mod_authn_core.
PR 55622.

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

10 years agoc89 fix
Eric Covener [Fri, 3 Jan 2014 01:54:28 +0000 (01:54 +0000)]
c89 fix

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

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

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

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

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

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

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

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

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

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

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

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

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

10 years ago[trunk][doc] Introducing .fr translation for a couple of module docs
Vincent Deffontaines [Tue, 31 Dec 2013 17:42:34 +0000 (17:42 +0000)]
[trunk][doc] Introducing .fr translation for a couple of module docs

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

10 years agonew logno
Jim Jagielski [Tue, 31 Dec 2013 14:35:41 +0000 (14:35 +0000)]
new logno

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

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

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

10 years agoproperties.
André Malo [Tue, 31 Dec 2013 12:45:06 +0000 (12:45 +0000)]
properties.

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

10 years ago[trunk][doc] Introducing .fr translation for mod/mod_dialup.xml
Vincent Deffontaines [Tue, 31 Dec 2013 09:29:22 +0000 (09:29 +0000)]
[trunk][doc] Introducing .fr translation for mod/mod_dialup.xml

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

10 years ago[trunk][doc] Introducing .fr translation for mod/mod_dbd.xml
Vincent Deffontaines [Tue, 31 Dec 2013 08:40:45 +0000 (08:40 +0000)]
[trunk][doc] Introducing .fr translation for mod/mod_dbd.xml

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

10 years ago* CHANGES: Consolidate for humans who have to read this file.
Justin Erenkrantz [Mon, 30 Dec 2013 20:08:32 +0000 (20:08 +0000)]
* CHANGES: Consolidate for humans who have to read this file.

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

10 years agoAdd directives to control two protocol options:
Justin Erenkrantz [Mon, 30 Dec 2013 20:01:14 +0000 (20:01 +0000)]
Add directives to control two protocol options:

 HttpContentLengthHeadZero - allow Content-Length of 0 to be returned on HEAD
 HttpExpectStrict - allow admin to control whether we must see "100-continue"

This is helpful when using Ceph's radosgw and httpd.

Inspired by: Yehuda Sadeh <yehuda@inktank.com>
See https://github.com/ceph/apache2/commits/precise

* include/http_core.h
  (core_server_config): Add http_cl_head_zero and http_expect_strict fields.
* modules/http/http_filters.c
  (ap_http_header_filter): Only clear out the C-L if http_cl_head_zero is not
  explictly set.
* server/core.c
  (merge_core_server_configs): Add new fields.
  (set_cl_head_zero, set_expect_strict): New config helpers.
  (HttpContentLengthHeadZero, HttpExpectStrict): Declare new directives.
* server/protocol.c
  (ap_read_request): Allow http_expect_strict to control if we return 417.
* include/ap_mmn.h
  (MODULE_MAGIC_NUMBER_MAJOR, MODULE_MAGIC_NUMBER_MINOR): Bump.
* CHANGES: Add a brief description.

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

10 years agoUpdate transformation.
Graham Leggett [Mon, 30 Dec 2013 19:54:34 +0000 (19:54 +0000)]
Update transformation.

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

10 years agoDocumentation for the support of named groups and backreferences.
Graham Leggett [Mon, 30 Dec 2013 19:52:42 +0000 (19:52 +0000)]
Documentation for the support of named groups and backreferences.

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

10 years agocore: Support named groups and backreferences within the LocationMatch,
Graham Leggett [Mon, 30 Dec 2013 19:50:52 +0000 (19:50 +0000)]
core: Support named groups and backreferences within the LocationMatch,
DirectoryMatch, FilesMatch and ProxyMatch directives.

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

10 years agoxforms
Stefan Fritsch [Mon, 30 Dec 2013 17:37:19 +0000 (17:37 +0000)]
xforms

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

10 years agomention insecure password storage as pointed out by Graham
Stefan Fritsch [Mon, 30 Dec 2013 17:35:54 +0000 (17:35 +0000)]
mention insecure password storage as pointed out by Graham

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

10 years agoxforms
Stefan Fritsch [Mon, 30 Dec 2013 16:52:45 +0000 (16:52 +0000)]
xforms

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

10 years agodigest auth is only marginally more secure than basic auth.
Stefan Fritsch [Mon, 30 Dec 2013 16:49:31 +0000 (16:49 +0000)]
digest auth is only marginally more secure than basic auth.
Adjust the docs to today's reality.

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

10 years agofixes for validate-xml, fix properties
Stefan Fritsch [Mon, 30 Dec 2013 16:42:22 +0000 (16:42 +0000)]
fixes for validate-xml, fix properties

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

10 years ago[trunk][doc] Introducing .fr translation for mod_dav_lock.xml & mod_dav.xml
Vincent Deffontaines [Mon, 30 Dec 2013 16:14:27 +0000 (16:14 +0000)]
[trunk][doc] Introducing .fr translation for mod_dav_lock.xml & mod_dav.xml

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

10 years ago[trunk][doc] Introduction .fr translation for mod/mod_dav_fs.xml
Vincent Deffontaines [Mon, 30 Dec 2013 15:00:19 +0000 (15:00 +0000)]
[trunk][doc] Introduction .fr translation for mod/mod_dav_fs.xml

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

10 years ago[trunk][doc] Introducing .fr translation for mod/mod_data.xml
Vincent Deffontaines [Mon, 30 Dec 2013 14:06:11 +0000 (14:06 +0000)]
[trunk][doc] Introducing .fr translation for mod/mod_data.xml

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

10 years ago[trunk][doc] .fr translation for r1554199
Vincent Deffontaines [Mon, 30 Dec 2013 12:56:43 +0000 (12:56 +0000)]
[trunk][doc] .fr translation for r1554199

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

10 years ago[trunk][doc] Fix CacheSocache description string
Vincent Deffontaines [Mon, 30 Dec 2013 12:51:22 +0000 (12:51 +0000)]
[trunk][doc] Fix CacheSocache description string

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

10 years agoUpdate transformation.
Graham Leggett [Mon, 30 Dec 2013 12:09:24 +0000 (12:09 +0000)]
Update transformation.

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

10 years agomod_authz_user: Support the expression parser within the require directives.
Graham Leggett [Mon, 30 Dec 2013 11:57:15 +0000 (11:57 +0000)]
mod_authz_user: Support the expression parser within the require directives.

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

10 years agoCodeWarrior compiler doesnt allow vars as struct inits.
Guenter Knauf [Mon, 30 Dec 2013 11:31:37 +0000 (11:31 +0000)]
CodeWarrior compiler doesnt allow vars as struct inits.

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

10 years ago[trunk][doc] Introducing .fr translation for mod/mod_charset_lite.xml
Vincent Deffontaines [Mon, 30 Dec 2013 11:20:34 +0000 (11:20 +0000)]
[trunk][doc] Introducing .fr translation for mod/mod_charset_lite.xml

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

10 years agomod_authnz_host: Support the expression parser within the require directives.
Graham Leggett [Mon, 30 Dec 2013 11:14:19 +0000 (11:14 +0000)]
mod_authnz_host: Support the expression parser within the require directives.

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

10 years agoPass the correct pointer that made it past the test suite.
Graham Leggett [Mon, 30 Dec 2013 10:56:05 +0000 (10:56 +0000)]
Pass the correct pointer that made it past the test suite.

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

10 years agoPass the correct pointer that made it past the test suite.
Graham Leggett [Mon, 30 Dec 2013 10:52:58 +0000 (10:52 +0000)]
Pass the correct pointer that made it past the test suite.

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

10 years agoAdded missing proxy export symbols.
Guenter Knauf [Mon, 30 Dec 2013 10:37:40 +0000 (10:37 +0000)]
Added missing proxy export symbols.

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

10 years agoPass the correct pointer that made it past the test suite.
Graham Leggett [Mon, 30 Dec 2013 10:21:07 +0000 (10:21 +0000)]
Pass the correct pointer that made it past the test suite.

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

10 years agomod_authnz_groupfile: Support the expression parser within the require directives.
Graham Leggett [Mon, 30 Dec 2013 09:59:58 +0000 (09:59 +0000)]
mod_authnz_groupfile: Support the expression parser within the require directives.

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

10 years ago[trunl][doc] Introducing .fr translation for mod/mod_cgi.xml
Vincent Deffontaines [Mon, 30 Dec 2013 09:52:26 +0000 (09:52 +0000)]
[trunl][doc] Introducing .fr translation for mod/mod_cgi.xml

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

10 years agomod_authnz_dbm: Support the expression parser within the require directives.
Graham Leggett [Mon, 30 Dec 2013 09:37:17 +0000 (09:37 +0000)]
mod_authnz_dbm: Support the expression parser within the require directives.

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

10 years agoUpdate transformation.
Graham Leggett [Mon, 30 Dec 2013 08:54:42 +0000 (08:54 +0000)]
Update transformation.

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

10 years agomod_authnz_dbd: Support the expression parser within the require directives.
Graham Leggett [Mon, 30 Dec 2013 08:54:09 +0000 (08:54 +0000)]
mod_authnz_dbd: Support the expression parser within the require directives.

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

10 years agoUpdate transformation.
Graham Leggett [Mon, 30 Dec 2013 07:49:33 +0000 (07:49 +0000)]
Update transformation.

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

10 years agomod_authnz_ldap: Support the expression parser within the require
Graham Leggett [Mon, 30 Dec 2013 07:48:18 +0000 (07:48 +0000)]
mod_authnz_ldap: Support the expression parser within the require
directives.

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

10 years agoupdate transformation
Kaspar Brand [Sat, 28 Dec 2013 13:28:05 +0000 (13:28 +0000)]
update transformation

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

10 years agoRemove the hardcoded algorithm-type dependency for the SSLCertificateFile
Kaspar Brand [Sat, 28 Dec 2013 13:24:17 +0000 (13:24 +0000)]
Remove the hardcoded algorithm-type dependency for the SSLCertificateFile
and SSLCertificateKeyFile directives, and deprecate SSLCertificateChainFile

Splitting the patch into smaller pieces turned out to be infeasible,
unfortunately, due to the heavily intertwined code in ssl_engine_config.c,
ssl_engine_init.c and ssl_engine_pphrase.c, which all depends on the
modssl_pk_server_t data structure. For better comprehensibility,
a detailed listing of the changes follows:

ssl_private.h
- drop the X509 certs and EVP_PKEY keys arrays from modssl_pk_server_t
- use apr_array_header_t for cert_files and key_files
- drop tPublicCert from SSLModConfigRec
- drop the ssl_algo_t struct and the SSL_ALGO_* and SSL_AIDX_* constants

ssl_engine_config.c
- change to apr_array_header_t for SSLCertificate[Key]File
- drop ssl_cmd_check_aidx_max, i.e. allow an arbitrary number of certs
  and keys (in theory; currently OpenSSL does not support more than
  one cert/key per algorithm type)
- add deprecation warning for SSLCertificateChainFile

ssl_engine_init.c
- configure server certs/keys in ssl_init_server_certs (no longer via
  ssl_pphrase_Handle in ssl_init_Module)
- in ssl_init_server_certs, read in certificates and keys with standard
  OpenSSL API functions (SSL_CTX_use_*_file), and only fall back to
  ssl_load_encrypted_pkey when encountering an encrypted private key
- drop ssl_server_import_cert, ssl_server_import_key, ssl_init_server_check,
  and ssl_init_ctx_cleanup_server
- move the "problematic re-initialization" check to ssl_init_server_ctx

ssl_engine_pphrase.c
- use servername:port:index as the key identifier, instead of the
  previously used servername:port:algorithm
- ssl_pphrase_Handle overhaul: remove all cert/public-key handling,
  make it only load a single (encrypted) private key, and rename
  to ssl_load_encrypted_pkey
- in the passphrase prompt message, show the private key file name
  instead of the vhost id and the algorithm name
- do no longer supply the algorithm name as an argument to "exec"-type
  passphrase prompting programs

ssl_util.c
- drop ssl_util_algotypeof, ssl_util_algotypestr, ssl_asn1_keystr,
  and ssl_asn1_table_keyfmt

ssl_util_ssl.{c,h}
- drop SSL_read_X509
- constify the filename arg for SSL_read_PrivateKey

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

10 years ago[trunk][doc] Introducing .fr translation for mod/mod_cgid.xml
Vincent Deffontaines [Fri, 27 Dec 2013 14:30:12 +0000 (14:30 +0000)]
[trunk][doc] Introducing .fr translation for mod/mod_cgid.xml

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

10 years ago[trunk][doc] Introducing .fr translation for mod/mod_cern_meta.xml
Vincent Deffontaines [Fri, 27 Dec 2013 10:14:51 +0000 (10:14 +0000)]
[trunk][doc] Introducing .fr translation for mod/mod_cern_meta.xml

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

10 years ago[trunk][doc] Introducing .fr translation for mod/mod_cache_socache.xml
Vincent Deffontaines [Fri, 27 Dec 2013 10:00:12 +0000 (10:00 +0000)]
[trunk][doc] Introducing .fr translation for mod/mod_cache_socache.xml

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

10 years agorpm spec file: Ensure that apr-util-ldap is installed when mod_authnz_ldap
Graham Leggett [Thu, 26 Dec 2013 17:13:12 +0000 (17:13 +0000)]
rpm spec file: Ensure that apr-util-ldap is installed when mod_authnz_ldap
is installed.

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

10 years ago[trunk][doc] .fr translation for r1553502
Vincent Deffontaines [Thu, 26 Dec 2013 16:07:07 +0000 (16:07 +0000)]
[trunk][doc] .fr translation for r1553502

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

10 years ago[trunk][doc] mod_dir.xml : Added missing details about DirectoryIndexRedirect
Vincent Deffontaines [Thu, 26 Dec 2013 15:54:32 +0000 (15:54 +0000)]
[trunk][doc] mod_dir.xml : Added missing details about DirectoryIndexRedirect

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

10 years agoproperty fixes.
André Malo [Thu, 26 Dec 2013 15:20:45 +0000 (15:20 +0000)]
property fixes.

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

10 years agoupdate transformation
André Malo [Thu, 26 Dec 2013 15:07:38 +0000 (15:07 +0000)]
update transformation

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

10 years ago[trunk][doc] Introducing .fr translation for mod/mod_authz_groupfile.xml
Vincent Deffontaines [Thu, 26 Dec 2013 14:47:44 +0000 (14:47 +0000)]
[trunk][doc] Introducing .fr translation for mod/mod_authz_groupfile.xml

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

10 years ago[trunk][doc] Introducing .fr translation for mod/mod_authz_dbm.xml
Vincent Deffontaines [Thu, 26 Dec 2013 14:37:57 +0000 (14:37 +0000)]
[trunk][doc] Introducing .fr translation for mod/mod_authz_dbm.xml

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

10 years agoemphasize that these directives only apply to authn
Eric Covener [Thu, 26 Dec 2013 14:09:37 +0000 (14:09 +0000)]
emphasize that these directives only apply to authn

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

10 years agoupdate comments for two r->user related directives.
Eric Covener [Thu, 26 Dec 2013 13:57:49 +0000 (13:57 +0000)]
update comments for two r->user related directives.

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

10 years ago[trunk][doc] mod/mod_authz_dbd.xml.fr - uptodate with r1553482
Vincent Deffontaines [Thu, 26 Dec 2013 13:44:50 +0000 (13:44 +0000)]
[trunk][doc] mod/mod_authz_dbd.xml.fr - uptodate with r1553482

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

10 years ago[trunk][doc] mod/mod_authz_dbd.xml - Section title improvment
Vincent Deffontaines [Thu, 26 Dec 2013 13:39:32 +0000 (13:39 +0000)]
[trunk][doc] mod/mod_authz_dbd.xml - Section title improvment

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

10 years ago[trunk][doc] One more <p> for better readability
Vincent Deffontaines [Thu, 26 Dec 2013 13:36:52 +0000 (13:36 +0000)]
[trunk][doc] One more <p> for better readability

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

10 years ago[trunk][doc] Introducing .fr translation for mod/mod_authz_dbd.xml
Vincent Deffontaines [Thu, 26 Dec 2013 13:34:27 +0000 (13:34 +0000)]
[trunk][doc] Introducing .fr translation for mod/mod_authz_dbd.xml

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

10 years ago[trunk][doc] Bringing .fr translation up to match r1553469
Vincent Deffontaines [Thu, 26 Dec 2013 11:41:25 +0000 (11:41 +0000)]
[trunk][doc] Bringing .fr translation up to match r1553469

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

10 years ago[trunk][doc] mod/mod_authz_core : Re-ordering sections so the essential is stated...
Vincent Deffontaines [Thu, 26 Dec 2013 11:36:40 +0000 (11:36 +0000)]
[trunk][doc] mod/mod_authz_core : Re-ordering sections so the essential is stated first

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

10 years ago[trunk][doc] Introducing .fr translation for mod/mod_authz_core.xml
Vincent Deffontaines [Thu, 26 Dec 2013 11:31:46 +0000 (11:31 +0000)]
[trunk][doc] Introducing .fr translation for mod/mod_authz_core.xml

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

10 years ago[trunk][doc] Introducing .fr translation for mod/mod_authn_socache.xml
Vincent Deffontaines [Thu, 26 Dec 2013 09:26:59 +0000 (09:26 +0000)]
[trunk][doc] Introducing .fr translation for mod/mod_authn_socache.xml

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

10 years ago[trunk][doc] Introducing .fr translation for mod/mod_authn_dbm.xml
Vincent Deffontaines [Wed, 25 Dec 2013 18:06:23 +0000 (18:06 +0000)]
[trunk][doc] Introducing .fr translation for mod/mod_authn_dbm.xml

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