summaryrefslogtreecommitdiffstats
path: root/BuildBin.dsp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-05Add changes, docs for DefaultStateDir and DavLockDB default change.Joe Orton3-0/+48
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842938 13f79535-47bb-0310-9956-ffa450edef68
2018-10-05* modules/dav/fs/mod_dav_fs.c (dav_fs_create_server_config): UseJoe Orton1-6/+6
statedir-relative default lock database path. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842931 13f79535-47bb-0310-9956-ffa450edef68
2018-10-05Define "state directory" for storing persistent child-writable state,Joe Orton8-6/+75
with default from config.layout, configurable via DefaultStateDir. * server/core.c (set_state_dir, ap_state_dir_relative): New functions. * config.layout, acinclude.m4, Makefile.in, configure.in: Define statedir variables, drop davlockdb. * include/ap_config_layout.h.in: Define DEFAULT_REL_STATEDIR, DEFAULT_EXP_STATEDIR in place of _DAVLOCKDB. * include/ap_mmn.h: Bump MMN minor. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842929 13f79535-47bb-0310-9956-ffa450edef68
2018-10-05* modules/cache/mod_cache_disk.c (write_headers): HandleJoe Orton1-4/+5
mkdir_structure error case. Fixes Coverity warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842926 13f79535-47bb-0310-9956-ffa450edef68
2018-10-05* server/protocol.c (ap_rvputs): Call va_end before returning in theJoe Orton1-0/+1
error case, as required by C89/POSIX stdarg.h - Coverity warns for this. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842919 13f79535-47bb-0310-9956-ffa450edef68
2018-10-05* modules/ldap/util_ldap_cache_mgr.c (util_ald_create_caches): DestroyJoe Orton1-5/+9
rather than leak caches if all three cannot be allocated (Coverity warning). Remove unnecessary pointer. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842898 13f79535-47bb-0310-9956-ffa450edef68
2018-10-05* modules/filters/mod_deflate.cJoe Orton1-3/+1
(deflate_out_filter): Fix typo setting output note. (Coverity warning) (deflate_in_filter): Fix redundant assignment. (clang warning) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842888 13f79535-47bb-0310-9956-ffa450edef68
2018-10-05* modules/mappers/mod_negotiation.c (set_language_quality): RemoveJoe Orton1-3/+0
redundant branch (warning from Coverity). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842884 13f79535-47bb-0310-9956-ffa450edef68
2018-10-05* modules/ssl/ssl_engine_pphrase.c (ssl_load_encrypted_pkey): RemoveJoe Orton1-1/+0
redundant assignment (clang warning). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842883 13f79535-47bb-0310-9956-ffa450edef68
2018-10-05* modules/slotmem/mod_slotmem_shm.c (restore_slotmem): RemoveJoe Orton1-1/+0
redundant assignment (clang warning), the apr_file_eof(fp)=>APR_EOF case assigns rv to APR_EOF and then to APR_SUCCESS after already. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842882 13f79535-47bb-0310-9956-ffa450edef68
2018-10-05* modules/proxy/ajp_header.c (sc_for_req_header): Zero-initializeJoe Orton1-0/+1
buffer to avoid potential (harmless) memcmp comparison against garbage stack data later. (clang warning). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842881 13f79535-47bb-0310-9956-ffa450edef68
2018-10-02XForms.Rainer Jung1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842640 13f79535-47bb-0310-9956-ffa450edef68
2018-10-02Remove garbage.Rainer Jung1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842639 13f79535-47bb-0310-9956-ffa450edef68
2018-10-02build bootstrapAndré Malo1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842598 13f79535-47bb-0310-9956-ffa450edef68
2018-10-01Spanish html doc files : UTF-8 encoding in order to get rid of HTML entities.Luis Gil1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842568 13f79535-47bb-0310-9956-ffa450edef68
2018-10-01Spanish html doc files : UTF-8 encoding in order to get rid of HTML entities.Luis Gil1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842567 13f79535-47bb-0310-9956-ffa450edef68
2018-10-01Spanish html doc files : UTF-8 encoding in order to get rid of HTML entities.Luis Gil1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842566 13f79535-47bb-0310-9956-ffa450edef68
2018-10-01* Pickup the proxy related configuration for verify mode and verify depth andRuediger Pluem2-8/+23
not the configuration settings for frontend connections in case of connections by the proxy to the backend. PR: 62769 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842540 13f79535-47bb-0310-9956-ffa450edef68
2018-09-30Rebuild after XML typo correction.Lucien Gentis1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842394 13f79535-47bb-0310-9956-ffa450edef68
2018-09-30XML typo.Lucien Gentis1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842389 13f79535-47bb-0310-9956-ffa450edef68
2018-09-30Rebuild after fr doc update.Lucien Gentis2-3/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842388 13f79535-47bb-0310-9956-ffa450edef68
2018-09-30XML update.Lucien Gentis1-1/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842387 13f79535-47bb-0310-9956-ffa450edef68
2018-09-30French html doc files : UTF-8 encoding in order to get rid of HTML entities.Lucien Gentis491-34587/+34581
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842386 13f79535-47bb-0310-9956-ffa450edef68
2018-09-27The XSLT Saxon engine warns about some "Ambiguous rule matches".Christophe Jaillet1-2/+2
Use priority to remove the ambiguity. The only rational for choosing "3" and "4" for these priorities, is that "4" is related to <h4> tags, and 3=4-1 for the previous level. Tested with the actual Xalan XSL engine: ./build.sh all with and without the change. Outputs are exactly the same. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842165 13f79535-47bb-0310-9956-ffa450edef68
2018-09-27Revert r1842160Christophe Jaillet1-34/+2
Some rules to help me detect un-needed links to directives, or missing ones were sent by error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842164 13f79535-47bb-0310-9956-ffa450edef68
2018-09-27The XSLT Saxon engine warns about some "Ambiguous rule matches".Christophe Jaillet1-2/+34
Use priority to remove the ambiguity. The only rational for choosing "3" and "4" for these priorities, is that "4" is related to <h4> tags, and 3=4-1 for the previous level. Tested with the actual Xalan XSL engine: ./build.sh all with and without the change. Outputs are exactly the same. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842160 13f79535-47bb-0310-9956-ffa450edef68
2018-09-27The XSLT Saxon engine warns that match="@*" will return only attribute ↵Christophe Jaillet1-5/+1
nodes, which can't have any attributes or child. So simplify the xsl rules accordingly. Tested with the actual Xalan XSL engine: ./build.sh all with and without the change. Outputs are exactly the same. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842146 13f79535-47bb-0310-9956-ffa450edef68
2018-09-27Revert borked transforms.Joe Orton16-1899/+1899
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842104 13f79535-47bb-0310-9956-ffa450edef68
2018-09-27updated bind.xml.es and uploading meta file for buildLuis Gil2-4/+42
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842058 13f79535-47bb-0310-9956-ffa450edef68
2018-09-26* dav_stream_response processes data that has been allocated from the propdbRuediger Pluem1-2/+2
pool. Hence close the propdb *after* dav_stream_response which clears thei probdb pool. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842010 13f79535-47bb-0310-9956-ffa450edef68
2018-09-26* include/httpd.h: Define HTTP_TOO_EARLY (425) per RFC 8470.Joe Orton2-1/+5
* modules/http/http_protocol.c (status_lines, get_canned_error_string): Add 425 response. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842007 13f79535-47bb-0310-9956-ffa450edef68
2018-09-23Apply transformations.Graham Leggett267-2923/+2941
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841786 13f79535-47bb-0310-9956-ffa450edef68
2018-09-23ab: Add client certificate support.Graham Leggett3-1/+35
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841784 13f79535-47bb-0310-9956-ffa450edef68
2018-09-22XML file update.Lucien Gentis1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841680 13f79535-47bb-0310-9956-ffa450edef68
2018-09-22mod_ssl doc rebuildLuca Toscano1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841640 13f79535-47bb-0310-9956-ffa450edef68
2018-09-22mod_ssl.xml: fix TLS 1.3 RFC linkLuca Toscano1-1/+1
Suggested by the IRC Freenode user 'a-ja' on #httpd-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841639 13f79535-47bb-0310-9956-ffa450edef68
2018-09-20On the trunk:Stefan Eissing1-1/+1
mod_ssl: changing from APLOG_WARN to DEBUG to INFO after review. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841455 13f79535-47bb-0310-9956-ffa450edef68
2018-09-20On the trunk:Stefan Eissing1-1/+1
downgrade mod_ssl log level for requests not carrying SNI when SSLStrictSNIVHostCheck is on. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841446 13f79535-47bb-0310-9956-ffa450edef68
2018-09-18* Doing a PROPFIND on a large collection e.g. 50.000 elements can easilyRuediger Pluem1-7/+23
consume 1 GB of memory as the subrequests and propdb pools are not destroyed and cleared after each element was handled. Do this now. There is one case in dav_get_props where elem->priv lives longer then the propdb pool. In this case allocate from r->pool. Furthermore also recycle propdb's which allows to clear the propdb's pools instead of destroying them and creating them again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841225 13f79535-47bb-0310-9956-ffa450edef68
2018-09-18* modules/ssl/ssl_engine_kernel.c (ssl_check_post_client_verify):Joe Orton1-95/+103
Retrieve and set sslconn->client_cert here for both "modern" and classic access control. (ssl_hook_Access_classic, ssl_hook_Access_modern, ssl_hook_Access): Restore SSLRequire and FakeBasicAuth checks to ssl_hook_Access so tests are still applied for TLSv1.3. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841218 13f79535-47bb-0310-9956-ffa450edef68
2018-09-18Fix properties, add missing html fileAndré Malo2-1/+169
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841203 13f79535-47bb-0310-9956-ffa450edef68
2018-09-18update transformationAndré Malo339-34590/+34867
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841200 13f79535-47bb-0310-9956-ffa450edef68
2018-09-15Rebuild fr doc.Lucien Gentis3-3/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1840972 13f79535-47bb-0310-9956-ffa450edef68
2018-09-15XML update.Lucien Gentis1-15/+15
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1840971 13f79535-47bb-0310-9956-ffa450edef68
2018-09-15Add some compatibility informationChristophe Jaillet1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1840964 13f79535-47bb-0310-9956-ffa450edef68
2018-09-13follow-up to r1656549.Christophe Jaillet1-2/+2
Instead of logging a password (which is not a good practice), clarify the associated message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1840776 13f79535-47bb-0310-9956-ffa450edef68
2018-09-12* modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol):Joe Orton1-0/+14
Disable AUTO_RETRY mode for OpenSSL 1.1.1, which fixes post-handshake authentication. (ssl_init_proxy_certs): Fix proxy client cert support with TLSv1.3, which is now crippled by default. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1840710 13f79535-47bb-0310-9956-ffa450edef68
2018-09-12move the assignment to the end of the loop.Eric Covener1-1/+2
This is more readable and isn't miscompiled w/ -O3 on a certain unnamed EBCDIC platforms compiler. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1840678 13f79535-47bb-0310-9956-ffa450edef68
2018-09-11Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}().Yann Ylavic5-32/+29
Move ap_filter_adopt_brigade()'s declaration to "server/core.h" (private). For ap_filter_recycle(), make it static/internal to util_filter (renamed to recycle_dead_filters() which better fits what it does). It's now also called unconditionally from ap_filter_input_pending() which itself is always called after the request processing and from MPM event (as input_pending hook). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1840611 13f79535-47bb-0310-9956-ffa450edef68
2018-09-11* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access_modern): Fail withJoe Orton2-2/+10
403 if SSL_verify_client_post_handshake() fails, e.g. when the TLS/1.3 client didn't send the Post-Handshake Authentication extension. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1840585 13f79535-47bb-0310-9956-ffa450edef68