]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge /httpd/httpd/trunk:r1898962,1900039,1900145,1900313-1900314
authorStefan Eissing <icing@apache.org>
Wed, 27 Apr 2022 12:08:18 +0000 (12:08 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 27 Apr 2022 12:08:18 +0000 (12:08 +0000)
commitcc6d2949f6fed15199c09e85ad110a13aa7a7304
tree09a5c1be1b5a63729c833a44eae96b5568c795fc
parent35daed3c7b1741d66db5adf2b503295b56b59d3d
Merge /httpd/httpd/trunk:r1898962,1900039,1900145,1900313-1900314

Backport of all recent changes to experimental mod_md.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1900316 13f79535-47bb-0310-9956-ffa450edef68
28 files changed:
CMakeLists.txt
changes-entries/md_auto_status.txt [new file with mode: 0644]
changes-entries/md_tailscale.txt [new file with mode: 0644]
changes-entries/md_timeperiod_null.txt [new file with mode: 0644]
docs/manual/mod/mod_md.xml
modules/md/config2.m4
modules/md/md_acme_drive.c
modules/md/md_core.c
modules/md/md_crypt.c
modules/md/md_crypt.h
modules/md/md_curl.c
modules/md/md_http.c
modules/md/md_http.h
modules/md/md_json.c
modules/md/md_reg.c
modules/md/md_reg.h
modules/md/md_store_fs.c
modules/md/md_tailscale.c [new file with mode: 0644]
modules/md/md_tailscale.h [new file with mode: 0644]
modules/md/md_util.c
modules/md/md_util.h
modules/md/md_version.h
modules/md/mod_md.dsp
modules/md/mod_md_config.c
modules/md/mod_md_status.c
test/modules/md/md_env.py
test/modules/md/test_780_tailscale.py [new file with mode: 0644]
test/modules/md/test_920_status.py