summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add ci-build.shpersonal/stbuehler/ci-buildStefan Bühler2020-07-211-0/+84
* [mod_vhostdb_dbi] allow strings and ints in configGlenn Strauss2020-07-161-1/+1
* [mod_authn_mysql,file] use crypt() to save stackGlenn Strauss2020-07-162-42/+21
* [mod_authn_dbi] authn backend employing DBIGlenn Strauss2020-07-166-2/+597
* [core] Nettle assert()s if buffer len > digest szGlenn Strauss2020-07-131-5/+5
* [mod_openssl] fix build warnings on MacOS XGlenn Strauss2020-07-131-1/+5
* [mod_auth] accept "nonce-secret" & "nonce_secret"Glenn Strauss2020-07-131-1/+2
* [mod_authn_ldap,mod_vhostdb_ldap] add timeout opt (#2805)Glenn Strauss2020-07-132-0/+38
* [mod_auth,mod_vhostdb] add caching option (fixes #2805)Glenn Strauss2020-07-134-83/+504
* [meson] add missing libmaxminddb sectionRosen Penev2020-07-111-0/+8
* [meson] fix libmariadb dependencyRosen Penev2020-07-111-1/+1
* [multiple] address coverity warningsGlenn Strauss2020-07-103-3/+7
* [mod_webdav] build fix: ifdef live_propertiesGlenn Strauss2020-07-101-0/+2
* [mod_webdav] update rc for PROPFIND allpropGlenn Strauss2020-07-101-0/+1
* [mod_webdav] fix theoretical NULL dereferenceGlenn Strauss2020-07-101-1/+12
* [multiple] address coverity warningsGlenn Strauss2020-07-108-7/+31
* [core] store fd in srv->stdin_fd during setupGlenn Strauss2020-07-102-4/+10
* [core] remove unused mbedtls_enabled flagGlenn Strauss2020-07-101-3/+2
* [build] fix typo in src/Makefile.am EXTRA_DISTGlenn Strauss2020-07-101-1/+1
* [build] remove tests/mod-userdir.t from buildsGlenn Strauss2020-07-103-3/+0
* [cmake] update deps for src/t/test_*Glenn Strauss2020-07-101-0/+1
* [cmake] update deps for src/t/test_*Glenn Strauss2020-07-101-13/+0
* [core] splaytree_djbhash() in splaytree.h (reuse)Glenn Strauss2020-07-102-22/+27
* [mod_mysql_vhost] deprecated; use mod_vhostdb_mysqlGlenn Strauss2020-07-091-0/+4
* [core] uint32_t is plenty large for path namesGlenn Strauss2020-07-094-24/+24
* quiet clang analyzer scan-build warningsGlenn Strauss2020-07-0813-3/+41
* [mod_openssl] prefer some WolfSSL native APIsGlenn Strauss2020-07-087-19/+856
* [core] error if s->socket_perms chmod() failsGlenn Strauss2020-07-081-0/+1
* [mod_openssl,mbedtls,gnutls,nss] fdevent_load_fileGlenn Strauss2020-07-084-148/+99
* [core] fdevent_load_file() shared codeGlenn Strauss2020-07-082-0/+58
* [mod_nss] NSS option for TLS (fixes #1218)Glenn Strauss2020-07-0812-0/+3744
* [mod_openssl] default to set MinProtocol TLSv1.2Glenn Strauss2020-07-081-0/+9
* [mod_gnutls] detect certs marked OCSP Must-StapleGlenn Strauss2020-07-081-2/+71
* [mod_openssl] detect certs marked OCSP Must-StapleGlenn Strauss2020-07-081-1/+50
* [mod_webdav] webdav.opts "propfind-depth-infinity"Glenn Strauss2020-07-081-3/+9
* [mod_webdav] unsafe-propfind-follow-symlink optionGlenn Strauss2020-07-081-2/+19
* [mod_webdav] limit webdav_propfind_dir() recursionGlenn Strauss2020-07-081-0/+6
* [mod_webdav] store webdav.opts as bitflagsGlenn Strauss2020-07-081-18/+26
* [mod_extforward] config warning for module orderGlenn Strauss2020-07-081-3/+6
* [mod_gnutls] OCSP stapling (#2469)Glenn Strauss2020-07-081-7/+151
* [mod_gnutls] option to override GnuTLS priorityGlenn Strauss2020-07-081-3/+15
* [mod_openssl] compat with BoringSSLGlenn Strauss2020-07-081-0/+28
* [TLS] cert-staple.sh - refresh OCSP responses (#2469)Glenn Strauss2020-07-082-0/+64
* [mod_openssl] OCSP stapling (fixes #2469)Glenn Strauss2020-07-081-6/+427
* [mod_openssl] basic SSL_CONF_cmd for alt TLS libsGlenn Strauss2020-07-081-0/+208
* [mod_openssl] move SSL_CTX curve conf to new funcGlenn Strauss2020-07-081-41/+53
* [mod_openssl] set SSL_OP_PRIORITIZE_CHACHAGlenn Strauss2020-07-081-0/+5
* [mod_openssl] compat with WolfSSLGlenn Strauss2020-07-081-6/+104
* [mod_openssl] compat with LibreSSLGlenn Strauss2020-07-081-9/+18
* [mod_openssl] disable session cache; prefer ticketGlenn Strauss2020-07-081-0/+5