summaryrefslogtreecommitdiffstats
path: root/modules/md (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-02* modules/generators/mod_cgid.c (sock_readhdr): Only set up controlJoe Orton1-7/+15
message block when required; add some additional error handling. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867878 13f79535-47bb-0310-9956-ffa450edef68
2019-09-30Merge r1866760 from ^/httpd/apreq/trunk:Joe Orton1-0/+4
parser_multipart: fix NULL pointer dereference in nested multipart create_multipart_context() can return NULL if the given Content-Type was not recognized (if there is no "boundary" attribute). This crashes libapreq2. This bug was introduced by SVN commit 227276. Prior to this commit, there was a NULL check, but the commit removed it: http://svn.apache.org/viewvc/httpd/apreq/trunk/library/parser_multipart.c?r1=227276&r2=227275&pathrev=227276 Submitted by: max git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867761 13f79535-47bb-0310-9956-ffa450edef68
2019-09-28fr doc rebuild.Lucien Gentis1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867670 13f79535-47bb-0310-9956-ffa450edef68
2019-09-28fr doc XML file update.Lucien Gentis1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867669 13f79535-47bb-0310-9956-ffa450edef68
2019-09-28Refresh prettify.js to update some missing syntax highlightChristophe Jaillet2-2/+2
(mostly related to mod_md) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867664 13f79535-47bb-0310-9956-ffa450edef68
2019-09-26* modules/ssl/ssl_engine_log.c (ssl_log_cert_error): Use stringJoe Orton1-4/+2
length returned by apr_vsnprintf. No functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867569 13f79535-47bb-0310-9956-ffa450edef68
2019-09-20Fix a typoChristophe Jaillet1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867257 13f79535-47bb-0310-9956-ffa450edef68
2019-09-20Fix a typoChristophe Jaillet1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867256 13f79535-47bb-0310-9956-ffa450edef68
2019-09-20Fix a typoChristophe Jaillet1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867255 13f79535-47bb-0310-9956-ffa450edef68
2019-09-20Fix a typoChristophe Jaillet1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867254 13f79535-47bb-0310-9956-ffa450edef68
2019-09-20Fix a typoChristophe Jaillet1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867253 13f79535-47bb-0310-9956-ffa450edef68
2019-09-19Reverse the order of the test... if clang, then use clang, because some ↵Jim Jagielski2-14/+14
clangs also represent as GNUC. This fixes breaking the macOS builds due to r1864435 under maint-mode git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867183 13f79535-47bb-0310-9956-ffa450edef68
2019-09-16fr doc rebuild.Lucien Gentis3-33/+77
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867015 13f79535-47bb-0310-9956-ffa450edef68
2019-09-16fr doc XML files updates.Lucien Gentis2-34/+82
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867014 13f79535-47bb-0310-9956-ffa450edef68
2019-09-16Missing </p> tag.Lucien Gentis1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867013 13f79535-47bb-0310-9956-ffa450edef68
2019-09-16ap_http_header_filter: avoid double encoding of output headers in traces.Yann Ylavic1-2/+1
When output headers are logged (TRACE4) in send_all_header_fields(), we don't need to explicitely ap_escape_logitem() them since ap_log_rerror() takes care of log files escaping already. Otherwise, characters like '"' are unncesseralily encoded, and '\\' is doubly encoded (including for controls). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866998 13f79535-47bb-0310-9956-ffa450edef68
2019-09-13* modules/mappers/mod_rewrite.c: Enhance trace-level logging to logJoe Orton1-166/+205
line numbers accurately for C99 compilers, and remove odd/awkward double-parentheses using the rewritelog() macro. For non-C99 compilers do_rewritelog() will now be defined - but as a noop - if REWRITELOG_DISABLED is defined at compile time. No functional change at runtime apart from the line numbers being fixed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866894 13f79535-47bb-0310-9956-ffa450edef68
2019-09-12 * mod_md: manual updates and challenge descriptionStefan Eissing1-29/+53
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866852 13f79535-47bb-0310-9956-ffa450edef68
2019-09-04Fix an issue on Windows where <IfFile> looks for a file on a non-existent ↵Christophe Jaillet2-1/+12
drive (on a USB key that is not plugged for example) Issue repported by Heather Lotz <knot22 hotmail.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866418 13f79535-47bb-0310-9956-ffa450edef68
2019-09-01PR63715: s/can/came and add a caution about REDIRECT_-prefixed envvarsEric Covener1-3/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866243 13f79535-47bb-0310-9956-ffa450edef68
2019-09-01Fix PR 63713 reported by WJCarpenter:Christophe Jaillet1-26/+59
Add a small word about '\' which is used in the examples below. Add some missing links (<module>, <directive>) Improve some xml layout to have it readable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866233 13f79535-47bb-0310-9956-ffa450edef68
2019-08-31fr doc rebuild.Lucien Gentis5-7/+17
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866210 13f79535-47bb-0310-9956-ffa450edef68
2019-08-31fr doc XML update.Lucien Gentis1-3/+13
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866209 13f79535-47bb-0310-9956-ffa450edef68
2019-08-30restore use of global mutex under !APR_HAS_THREADSEric Covener3-9/+1
followup to r1852442 which appears to have been too agressive in wrapping blocks with #if APR_HAS_THREADS. With !APR_HAS_THREADS a global mutex is a proc mutex. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866145 13f79535-47bb-0310-9956-ffa450edef68
2019-08-30Complete mod_md CMake config by adding a _requires iterator, using the officialWilliam A. Rowe Jr1-25/+20
curl FIND_PACKAGE logic and completing the jansson detection logic. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866131 13f79535-47bb-0310-9956-ffa450edef68
2019-08-30Improvement to mod_md cmake support. thanks to bill.Stefan Eissing1-1/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866119 13f79535-47bb-0310-9956-ffa450edef68
2019-08-29* Make it obsolete to supply a starting poolRuediger Pluem1-2/+6
Improve dump_all_pools by making it obsolete to supply a starting pool. If the parameter is not supplied ap_pglobal which is a global symbol is used as starting pool. The pool parameter is still accepted and considered for backwards compatibility or if ap_pglobal cannot be resolved. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866078 13f79535-47bb-0310-9956-ffa450edef68
2019-08-29* Lock the worker, not the balancer. We even do not know if we have a balancerRuediger Pluem1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866067 13f79535-47bb-0310-9956-ffa450edef68
2019-08-29More about RegexDefaultOptions.Yann Ylavic1-2/+11
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866066 13f79535-47bb-0310-9956-ffa450edef68
2019-08-26bumpEric Covener1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865945 13f79535-47bb-0310-9956-ffa450edef68
2019-08-26lognosEric Covener1-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865944 13f79535-47bb-0310-9956-ffa450edef68
2019-08-26PR63503: fix pool concurrency problems in mod_proxyEric Covener1-5/+29
reslist and resolver related calls could concurrently access the same pool. Submitted By: Don Poitras <Don.Poitras sas.com> Committed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865938 13f79535-47bb-0310-9956-ffa450edef68
2019-08-26remove APR_HAS_THREADS check Eric Covener1-4/+0
no need to wrap these after r1865936 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865937 13f79535-47bb-0310-9956-ffa450edef68
2019-08-26no-op PROXY_THREAD_LOCK if !APR_HAS_THREADSEric Covener1-0/+5
... instead of wrapping them in #if themselves in the C code. r1852442 is a trunk-only change to make mod_proxy compile with !APR_HAS_THREADS. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865936 13f79535-47bb-0310-9956-ffa450edef68
2019-08-25leave a hint about session expiration at TRACE2Eric Covener1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865871 13f79535-47bb-0310-9956-ffa450edef68
2019-08-24fr doc rebuild.Lucien Gentis5-50/+45
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865848 13f79535-47bb-0310-9956-ffa450edef68
2019-08-24fr doc XML updates.Lucien Gentis2-44/+44
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865847 13f79535-47bb-0310-9956-ffa450edef68
2019-08-23PR63688 balancer csrf problemsEric Covener2-1/+4
fix case-sensitive referer check Submitted By: Armin Abfalterer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865749 13f79535-47bb-0310-9956-ffa450edef68
2019-08-23mod_ssl: OCSP does not apply to proxy mode, fix verify context.Yann Ylavic1-2/+2
Since ssl_callback_SSLVerify() is called for both server and proxy modes, use myCtxConfig()->ocsp_mask to check the right mode/configuration (i.e. none for proxy in any case). PR 63679. Submitted by: Lubos Uhliarik <luhliari redhat.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865740 13f79535-47bb-0310-9956-ffa450edef68
2019-08-19xformsJim Jagielski28-85/+100
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865473 13f79535-47bb-0310-9956-ffa450edef68
2019-08-18Increase the maximum length of strings that can be cached by the module from ↵Christophe Jaillet2-1/+4
100 to 256. PR 62149 [<thorsten.meinl knime.com>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865405 13f79535-47bb-0310-9956-ffa450edef68
2019-08-18s/cacheing/caching/Christophe Jaillet1-19/+20
Improve layout. Add some missing <module> tags. Add some missing <directive> tags. Add some missing <directive module=...> links Add the name of the directive in <default>, so that 'quickreference.html' is generated correctly. In the AuthnCacheContext directive, fix the way 'directory' and 'server' are displayed. They are key-words and should not be in italic. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865402 13f79535-47bb-0310-9956-ffa450edef68
2019-08-17Fix a broken link.Christophe Jaillet1-3/+3
Add a missing <module></module> Synch with 2.4.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865363 13f79535-47bb-0310-9956-ffa450edef68
2019-08-17fr doc rebuild.Lucien Gentis11-37/+44
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865356 13f79535-47bb-0310-9956-ffa450edef68
2019-08-17XML update.Lucien Gentis3-33/+39
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865355 13f79535-47bb-0310-9956-ffa450edef68
2019-08-13fr doc rebuild.Lucien Gentis6-29/+1175
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1865031 13f79535-47bb-0310-9956-ffa450edef68