summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New french translation.Lucien Gentis2018-07-1230-0/+8910
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835738 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild.Lucien Gentis2018-07-123-90/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835734 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild (with 8 bits characters replaced by their HTML entities because ↵Lucien Gentis2018-07-12215-30606/+30579
| | | | | | -Xbootclasspath/p option disabled in build.sh script because it is no more supported in openjdk 10) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835732 13f79535-47bb-0310-9956-ffa450edef68
* XML update.Lucien Gentis2018-07-121-9/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835724 13f79535-47bb-0310-9956-ffa450edef68
* util_filter: keep filters with aside buckets in order.Yann Ylavic2018-07-115-48/+90
| | | | | | | | | | | | | | Read or write of filter's pending data must happen in the same order as the filter chain, thus we can't use an apr_hash_t to maintain the pending filters since it provides no garantee on this matter. Instead use an APR_RING maintained in c->pending_filters, and since both the name (was c->filters) and the type changed, MAJOR is bumped (trunk only code anyway so far). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835640 13f79535-47bb-0310-9956-ffa450edef68
* * modules/ssl/ssl_engine_pphrase.c (modssl_load_engine_keypair): LoadJoe Orton2018-07-111-6/+21
| | | | | | | | | | | | the engine associated with the private key (&cert) explicitly rather than requiring the engine to be set as the default method for all operations (with "SSLCryptoDevice <engine>"). (Thanks to Anderson Sasaki <ansasaki redhat.com> for suggested improvement and guidance) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835615 13f79535-47bb-0310-9956-ffa450edef68
* Update docs and bump logno for PKCS#11 support change in r1835615.Joe Orton2018-07-112-10/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835614 13f79535-47bb-0310-9956-ffa450edef68
* * acinclude.m4 (APACHE_GEN_MAKEFILES): Respect configure --quiet by Joe Orton2018-07-101-1/+1
| | | | | | | sending fastgen output to the appropriate fd. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835572 13f79535-47bb-0310-9956-ffa450edef68
* XML update.Lucien Gentis2018-07-071-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835313 13f79535-47bb-0310-9956-ffa450edef68
* Review by popcorner with further edits by both CodeingBoy and popcorner,William A. Rowe Jr2018-07-0619-97/+111
| | | | | | | | | | their discussion at https://github.com/popcorner/chect/pull/1 Added CONTENT_LANGUAGE variable for both translations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835287 13f79535-47bb-0310-9956-ffa450edef68
* * modules/ssl/ssl_engine_pphrase.c: Add logno tags.Joe Orton2018-07-062-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835242 13f79535-47bb-0310-9956-ffa450edef68
* Hook up PKCS#11 PIN entry through configured passphrase entry method.Joe Orton2018-07-063-9/+232
| | | | | | | | | | | | | | * modules/ssl/ssl_engine_pphrase.c: Add wrappers for OpenSSL UI * API around passphrase entry. (modssl_load_engine_keypair): Take vhost ID and use above rather than default OpenSSL UI. * modules/ssl/ssl_engine_init.c (ssl_init_server_certs): Pass vhost ID. Submitted by: Anderson Sasaki<ansaski redhat.com>, jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835240 13f79535-47bb-0310-9956-ffa450edef68
* XML update.Lucien Gentis2018-07-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835151 13f79535-47bb-0310-9956-ffa450edef68
* XML updates.Lucien Gentis2018-07-054-521/+514
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835143 13f79535-47bb-0310-9956-ffa450edef68
* On the trunk:Stefan Eissing2018-07-057-51/+58
| | | | | | | | | | | * silencing gcc uninitialized warning * refrainning from apr_table_addn() use since pool debug assumptions are in conflict * adding more assertions * copy-porting changes to base64 encoding code from mod_md git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835118 13f79535-47bb-0310-9956-ffa450edef68
* On the trunk:Stefan Eissing2018-07-051-1/+1
| | | | | | | | Silencing a gcc uninitialized warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835117 13f79535-47bb-0310-9956-ffa450edef68
* global ap_server_conf must be reset when process->pconf is clearedEric Covener2018-07-051-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835094 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild.Lucien Gentis2018-07-0312-29/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834937 13f79535-47bb-0310-9956-ffa450edef68
* XML updates.Lucien Gentis2018-07-033-23/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834936 13f79535-47bb-0310-9956-ffa450edef68
* backportedEric Covener2018-07-021-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834897 13f79535-47bb-0310-9956-ffa450edef68
* Synch with 2.4.xChristophe Jaillet2018-06-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834693 13f79535-47bb-0310-9956-ffa450edef68
* Be more consistent on how we display the paramters of a directiveChristophe Jaillet2018-06-291-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834692 13f79535-47bb-0310-9956-ffa450edef68
* mod_md: more robust handling of http-01 challenges and hands-off when moduleStefan Eissing2018-06-294-46/+56
| | | | | | | should not be involved, e.g. challenge setup by another ACME client. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834667 13f79535-47bb-0310-9956-ffa450edef68
* Regenerate.Joe Orton2018-06-2916-410/+410
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834666 13f79535-47bb-0310-9956-ffa450edef68
* Follow up to r1833368: apr_crypto_prng_after_fork() changed its args.Yann Ylavic2018-06-271-1/+1
| | | | | | | Once again :p git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834553 13f79535-47bb-0310-9956-ffa450edef68
* documentation rebuildLuca Toscano2018-06-272-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834523 13f79535-47bb-0310-9956-ffa450edef68
* mod_proxy.xml: add vhost/server contextes for ProxySetLuca Toscano2018-06-271-1/+2
| | | | | | | | | | | While reading PR 62422 I noticed that ProxySet's available contextes list only 'directory', that looks odd: AP_INIT_RAW_ARGS("ProxySet", set_proxy_param, NULL, RSRC_CONF|ACCESS_CONF git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834522 13f79535-47bb-0310-9956-ffa450edef68
* Allow openssl.pc to be in lib64 (like other components).Jean-Frederic Clere2018-06-271-6/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834497 13f79535-47bb-0310-9956-ffa450edef68
* Render <code> in bold in man pages, matching commonly used style inJoe Orton2018-06-271-2/+2
| | | | | | | both help2man and the standard DocBook XSL stylesheets for man output. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834470 13f79535-47bb-0310-9956-ffa450edef68
* documentation rebuildLuca Toscano2018-06-277-13/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834467 13f79535-47bb-0310-9956-ffa450edef68
* output-filters.xml: add a use case studyLuca Toscano2018-06-271-0/+72
| | | | | | | | | | | | | While working on http://svn.apache.org/r1833875 I learned a ton of non trivial things about the output filter chain and how to design a filter, and I thought to report them as a separate section of the output filters doc page. Feedback is welcome for inaccuracies or wrong understanding :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834466 13f79535-47bb-0310-9956-ffa450edef68
* Re-allow '_' (underscore) in hostnames.Eric Covener2018-06-252-1/+5
| | | | | | | | | '_' was not permitted in hostnames since 2.4.25's "HTTP Strict" changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834318 13f79535-47bb-0310-9956-ffa450edef68
* Synch with 2.4.x.Christophe Jaillet2018-06-241-7/+0
| | | | | | mod_http2 is no more marked as experimental. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834268 13f79535-47bb-0310-9956-ffa450edef68
* This is not part of 2.4.x yet.Christophe Jaillet2018-06-241-2/+2
| | | | | | Add a reference to 2.5 for regex within AuthName and update the misleading 2.4.x reference in AuthType git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834267 13f79535-47bb-0310-9956-ffa450edef68
* xformsChristophe Jaillet2018-06-243-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834264 13f79535-47bb-0310-9956-ffa450edef68
* Fix typoChristophe Jaillet2018-06-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834263 13f79535-47bb-0310-9956-ffa450edef68
* xformsChristophe Jaillet2018-06-243-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834262 13f79535-47bb-0310-9956-ffa450edef68
* Synch with 2.4.x.Christophe Jaillet2018-06-241-2/+2
| | | | | | mod_http2 is nor more experimental. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834261 13f79535-47bb-0310-9956-ffa450edef68
* xformsChristophe Jaillet2018-06-244-23/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834260 13f79535-47bb-0310-9956-ffa450edef68
* More s/code/module/Christophe Jaillet2018-06-241-14/+24
| | | | | | | | Prefer <module> to hard coded <a href=...> Add some direct links to directives Split long lines git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834259 13f79535-47bb-0310-9956-ffa450edef68
* Fix a typo and use <module> instead of <code> in order to have links and a ↵Christophe Jaillet2018-06-241-6/+6
| | | | | | better syntax highlight git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834258 13f79535-47bb-0310-9956-ffa450edef68
* Add a CHANGES entryChristophe Jaillet2018-06-241-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834254 13f79535-47bb-0310-9956-ffa450edef68
* Synch with 2.4.x.Christophe Jaillet2018-06-241-1/+1
| | | | | | Change position of #loadModule mod_proxy_http2 to keep alphabetical order. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834252 13f79535-47bb-0310-9956-ffa450edef68
* documentation rebuildLuca Toscano2018-06-2411-16/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834243 13f79535-47bb-0310-9956-ffa450edef68
* mod_proxy.xml: follow up r1834203Luca Toscano2018-06-241-7/+14
| | | | | | | | | | | Add more precise info and warn notes about variable interpolation. PR: 62477 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834242 13f79535-47bb-0310-9956-ffa450edef68
* Function used as 'apr_reslist_destructor' when calling ↵Christophe Jaillet2018-06-231-2/+3
| | | | | | | | 'apr_reslist_create()' should have the following prototype: apr_status_t (*apr_reslist_destructor)(void *resource, void *params, apr_pool_t *pool); git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834226 13f79535-47bb-0310-9956-ffa450edef68
* Fix some style issue to improve readability:Christophe Jaillet2018-06-231-8/+14
| | | | | | | | - break long lines - remove un-needed 'return' statement - fix the position of the first { in function git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834224 13f79535-47bb-0310-9956-ffa450edef68
* Follow-up to r1754161Christophe Jaillet2018-06-231-1/+1
| | | | | | Fix a missed s/backconn/backend connection/ in an un-likely error path. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834222 13f79535-47bb-0310-9956-ffa450edef68
* Remove a compatibility note that is not relevant any more.Christophe Jaillet2018-06-231-1/+0
| | | | | | | The corresponding code was added in r1807709 but reverted in r1827760. The compatibility note was added as part of r1807869 but was not removed when the code has been axed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834220 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild.Lucien Gentis2018-06-239-25/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834214 13f79535-47bb-0310-9956-ffa450edef68