summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r1918022: MMN minor bump and checks for the new conn_state_e ali...Yann Ylavic2024-05-293-1/+13
* Fix ENGINE use with OpenSSL 3.2, which appears to be broken due to aJoe Orton2024-05-283-10/+28
* mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state.Yann Ylavic2024-05-282-5/+10
* *) mod_http2: sync with module's github.Stefan Eissing2024-05-277-13/+86
* * modules/proxy/config.m4: Stop exporting ajp_* functions from mod_proxy_ajp.soJoe Orton2024-05-221-1/+5
* Explicitly reject CGI output which includes a Transfer-EncodingJoe Orton2024-05-201-1/+6
* Fail if SSLInsecureRenegotiation is used with mod_ssl, CVE-2009-3555Joe Orton2024-05-093-18/+1
* * modules/proxy/mod_proxy_fcgi.c (dispatch): Only allocate a heapJoe Orton2024-05-081-1/+5
* * mod_tls: update version of rustls-ffi to v0.13.0. Stefan Eissing2024-04-224-46/+71
* * modules/generators/mod_cgi.c, mod_cgid.c: SinceJoe Orton2024-04-152-2/+0
* mod_ssl_ct: Fix format warnings.Yann Ylavic2024-04-121-2/+2
* * modules/md: Fill in APLOGNO.Jean-Frederic Clere2024-04-111-1/+1
* * Ensure that we set the default DH parameters for the keyRuediger Pluem2024-04-081-5/+6
* mod_md: update to v2.4.26Stefan Eissing2024-04-087-16/+89
* bail after too many failed readsEric Covener2024-04-033-3/+9
* header validation after content-* are eval'edEric Covener2024-04-031-15/+24
* let httpd handle CL/TE for non-http handlersEric Covener2024-04-037-3/+66
* mod_ssl: Allow for "SSLCompression off" still when OPENSSL_NO_COMP.Yann Ylavic2024-03-261-2/+4
* mod_systemd: if SELinux is available and enabled, log the SELinuxJoe Orton2024-03-152-1/+31
* mod_systemd: Axe APR_OPTIONAL_FN redeclarations to avoid compiler warning.Yann Ylavic2024-03-141-6/+1
* mod_autht_jwt: Use unsigned rather than signed one-bit fields.Yann Ylavic2024-03-141-4/+3
* mod_crypto: Fix warnings about signed bit fields.Yann Ylavic2024-03-141-3/+3
* mod_rewrite: disambiguate select_random_value_part().Yann Ylavic2024-03-141-11/+8
* * modules/ssl/ssl_engine_pphrase.c (modssl_load_engine_keypair):Joe Orton2024-02-291-9/+10
* mod_ssl: Check SSL_CTX_new() return valueJoe Orton2024-02-291-0/+5
* Don't reset the balancer when we create a new childJean-Frederic Clere2024-02-262-4/+0
* mod_ssl: Follow up to r1913815: szCryptoDevice to NULL when !MODSSL_HAVE_ENGI...Yann Ylavic2024-02-201-3/+1
* * modules/proxy/mod_proxy_scgi.c: Mark global variables as static andJoe Orton2024-02-191-4/+4
* * modules/filters/mod_xml2enc.c (xml2enc_ffunc): Accept any XML mediaJoe Orton2024-02-071-8/+12
* Use ap_os_is_path_absolute() to make it portable.Jean-Frederic Clere2024-01-251-2/+2
* *) mod_http2: v2.0.26 with the following fixes:Stefan Eissing2024-01-174-4/+14
* mod_headers: Avoid infinite recursion with the edit* action and empty matches.Yann Ylavic2024-01-161-31/+117
* * modules/http/chunk_filter.c (ap_http_chunk_filter): For a brigadeJoe Orton2023-12-201-6/+18
* mod_deflate: remove filter after seeing EOSJoe Orton2023-12-201-0/+4
* * modules/ssl/ssl_engine_pphrase.c (modssl_load_engine_keypair): FixJoe Orton2023-12-131-1/+6
* * modules/dav/fs/mod_dav_fs.c (dav_fs_post_config): Make safe forJoe Orton2023-12-081-0/+4
* * modules/dav/main/util.c (dav_validate_resource_state): Fix errorJoe Orton2023-12-071-1/+1
* mod_dav_fs: Add global mutex around use of lockdb use, sinceJoe Orton2023-12-073-32/+98
* mod_auth_bearer: Fix warning about signed bitfields. BZ 68294Yann Ylavic2023-12-051-2/+2
* mod_ssl: Add support for loading keys from OpenSSL 3.x providers viaJoe Orton2023-12-054-12/+140
* mod_ssl: Follow up to r1908537: Fix typo s/MODSSL_USE_ENGINE_API/MODSSL_HAVE_...Yann Ylavic2023-12-041-1/+1
* Be consistently const across all members of authn_ldap_request_t. RemoveGraham Leggett2023-12-021-11/+11
* mod_authnz_ldap: Follow up to r1914067: Deduplicate APLOGNO(01699).Yann Ylavic2023-11-281-1/+1
* Make sure attributes from ldapsearch are passed into the environment. Make sureGraham Leggett2023-11-241-3/+2
* Remove unnecessary references to r->user within ldap-search.Graham Leggett2023-11-241-18/+1
* Optimise handling LDAP authorization where LDAP was not usedGraham Leggett2023-11-231-81/+81
* mod_ldap: Add a hint to install the apr_ldap module on init failure.Graham Leggett2023-11-221-1/+1
* mod_xml2enc: remove dependency on xmlstring headerEric Covener2023-11-211-3/+3
* mod_authnz_ldap: Follow up to r1913962: r->user not used in ldapsearch_check_...Yann Ylavic2023-11-201-6/+0
* Restore log message tag 02636, assign unique tags.Graham Leggett2023-11-201-3/+3