summaryrefslogtreecommitdiffstats
path: root/modules/md (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add error checks in md_json_readbGiovanni Bechis2020-06-041-4/+7
* mod_md: update duplicated APLOGNOs.Yann Ylavic2020-05-121-2/+2
* Add missing pool tags to help debugging.Yann Ylavic2020-04-163-1/+4
* mod_{ssl,md}: init_stapling_status hooks should return an int.Yann Ylavic2020-04-152-3/+3
* mod_md: re-applying the parts of r1873985 that got overwritten by the latest ...Stefan Eissing2020-02-2110-23/+23
* mod_md: fixed version string by removing -git, thanks for spotting @steffenal.Stefan Eissing2020-02-191-1/+1
* *) mod_md:Stefan Eissing2020-02-1717-87/+150
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-1310-23/+23
* * modules/loggers/config.m4, modules/md/config2.m4, acinclude.m4:Joe Orton2020-01-141-0/+2
* *) mod_md: v2.2.4 from github, Fixes a compile time issue with OpenSSL 1.0....Stefan Eissing2019-11-193-6/+24
* *) mod_md v2.2.3: Stefan Eissing2019-11-056-20/+15
* Fix an incorrect NULL checked.Christophe Jaillet2019-10-261-1/+1
* mod_md: fixes compiler warning about initialization, version bumb.Stefan Eissing2019-10-252-4/+4
* mod_md: resolve duplicate tag.Yann Ylavic2019-10-201-1/+1
* *) mod_md: Adding the several new features.Stefan Eissing2019-10-1647-1637/+4736
* Include for mod_status.h Steffen Land2019-08-111-2/+2
* * mod_md: fix compiler warningsStefan Eissing2019-08-058-28/+23
* don't mess with AP_ENABLE_EXCEPTION_HOOK on trunkEric Covener2019-08-012-11/+0
* Wrap get_ct_scts_nid() in preproc in order to avoid error: unused function 'g...Jim Jagielski2019-07-231-0/+2
* * using mod_ssl_openssl.h to see hooks in new placeStefan Eissing2019-07-091-3/+3
* mod_md: adding log tag numbersStefan Eissing2019-07-092-8/+8
* mod_md: silencing unsed warnings when no mod_ssl hooks are not availableStefan Eissing2019-06-261-0/+3
* *) mod_ssl/mod_md: reversing dependency by letting mod_ssl offer hooks forStefan Eissing2019-06-252-36/+90
* mod_md: copy recent fixes, adding new sources to mod_md.dspStefan Eissing2019-06-254-32/+55
* *) mod_md: bringing over v2.0.6 from github.Stefan Eissing2019-06-2448-3397/+7518
* Fix use of StateDir directive after r1852982:Joe Orton2019-04-181-5/+6
* *) mod_md: Store permissions are enforced on file creation, enforcing restr...Stefan Eissing2019-03-262-11/+16
* *) mod_md: Explicitly setting file permissions to break out of umasks. We w...Stefan Eissing2019-03-181-0/+7
* * modules/md/mod_md_config.c (md_mod_conf_get): Use state-dir-relativeJoe Orton2019-02-151-1/+14
* * modules/md/md_acme_drive.c (acme_driver_init):Joe Orton2019-01-091-3/+0
* *) mod_md: incorrect behaviour when synchronizing ongoing ACME challengesStefan Eissing2018-12-184-6/+14
* * modules/md/md_acme_authz.c (md_acme_authz_update): Fix typo in logJoe Orton2018-10-191-1/+1
* md_acme_drive.c: remove unused variableLuca Toscano2018-10-131-3/+0
* On the trunk:Stefan Eissing2018-10-116-11/+19
* don't use workaround on trunkEric Covener2018-08-142-0/+6
* On the trunk:Stefan Eissing2018-08-033-29/+39
* * using the, hopefully correct, ever elusive libressl version numbering chec...Stefan Eissing2018-07-171-1/+1
* On the trunk:Stefan Eissing2018-07-051-1/+1
* mod_md: more robust handling of http-01 challenges and hands-off when moduleStefan Eissing2018-06-293-46/+53
* mod_ssl: build with LibreSSL.Yann Ylavic2018-06-151-1/+2
* * integrating latest changes from microgritStefan Eissing2018-06-053-10/+15
* * modules/md/config2.m4: Only export "md_module" symbolJoe Orton2018-05-021-1/+4
* Move APACHE_CHECK_JANSSON m4 macro to general includes so additional modules ...Paul Querna2018-04-231-108/+0
* On the trunk:Stefan Eissing2018-04-031-1/+1
* Ignore jansson.h's -Wunused-function for GCC too.Yann Ylavic2018-03-201-0/+1
* #pragma GCC diagnostic push/pop exist in gcc >= 4.6 only.Yann Ylavic2018-03-201-3/+5
* mod_md: fixes error in renew window calculation that may lead to mod_md runningStefan Eissing2018-03-191-3/+3
* mod_md: /.well-known/acme-challenge requests that cannot be answered for host...Stefan Eissing2018-03-192-37/+50
* mod_md: Fix compilation with OpenSSL before version 1.0.2.Rainer Jung2018-03-161-1/+1
* Instrument 'md_log_perror' and fix corresponding errors reported by gcc.Christophe Jaillet2018-03-144-10/+10