certbot/certbot-apache/certbot_apache
sydneyli b70f9c4744 [Apache v2] Initial ApacheParser skeleton (#7559)
* Fix metadata & primary references in Augeas tests.

When performing actions only on one of the trees in DualNodeParser, the two
trees get out-of-sync. Similarly, we can't expect that the metadata between
the two trees will remain the same.

Did a pass over the tests to re-wire metadata and primary usage.

* Add ApacheParser skeleton.

Fix plumbing in configurator & dualparser to initialize ApacheParser
alongside AugeasParser.

* Silence coverage reports for now
2019-11-15 12:22:18 +02:00
..
augeas_lens Update Augeas lens to fix some Apache configuration parsing issues (#6438) 2018-10-31 09:34:14 -07:00
tests [Apache v2] Initial ApacheParser skeleton (#7559) 2019-11-15 12:22:18 +02:00
__init__.py s/Let's Encrypt/Certbot certbot-apache 2016-04-13 16:36:53 -07:00
apache_util.py Revert disabling TLS session tickets in Apache (#7315) 2019-08-08 16:23:37 -07:00
apacheparser.py [Apache v2] Initial ApacheParser skeleton (#7559) 2019-11-15 12:22:18 +02:00
assertions.py [Apache v2] DualParserNode implementation 3/3 (#7376) 2019-09-23 16:27:48 -04:00
augeasparser.py [Apache v2] Implement delete_child() (#7521) 2019-11-12 14:19:35 -08:00
centos-options-ssl-apache.conf Revert disabling TLS session tickets in Apache (#7315) 2019-08-08 16:23:37 -07:00
configurator.py [Apache v2] Initial ApacheParser skeleton (#7559) 2019-11-15 12:22:18 +02:00
constants.py Disable TLS session tickets for Apache 2.4.11+ (#7191) 2019-07-29 22:54:51 +03:00
display_ops.py [Windows] Security model for files permissions - STEP 2 (#6895) 2019-04-12 13:32:51 -07:00
dualparser.py [Apache v2] Initial ApacheParser skeleton (#7559) 2019-11-15 12:22:18 +02:00
entrypoint.py Fix to run with Apache on RHEL 6 (#7401) 2019-09-26 13:25:48 -07:00
http_01.py [Windows] Security model for files permissions - STEP 3d (#6968) 2019-07-03 16:20:43 -07:00
interfaces.py [Apache v2] AugeasBlockNode find_comments() implementation (#7457) 2019-10-30 11:03:23 -07:00
obj.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
options-ssl-apache.conf Revert disabling TLS session tickets in Apache (#7315) 2019-08-08 16:23:37 -07:00
override_arch.py Revert disabling TLS session tickets in Apache (#7315) 2019-08-08 16:23:37 -07:00
override_centos.py Revert disabling TLS session tickets in Apache (#7315) 2019-08-08 16:23:37 -07:00
override_darwin.py Revert disabling TLS session tickets in Apache (#7315) 2019-08-08 16:23:37 -07:00
override_debian.py Revert disabling TLS session tickets in Apache (#7315) 2019-08-08 16:23:37 -07:00
override_fedora.py Revert disabling TLS session tickets in Apache (#7315) 2019-08-08 16:23:37 -07:00
override_gentoo.py Revert disabling TLS session tickets in Apache (#7315) 2019-08-08 16:23:37 -07:00
override_suse.py Revert disabling TLS session tickets in Apache (#7315) 2019-08-08 16:23:37 -07:00
parser.py [Apache v2] Implement set_parameters() (#7461) 2019-11-06 10:33:24 -08:00
parsernode_util.py [Apache v2] Allow initialization of ParserNode instances using metadata dictionary instead of required arguments (#7366) 2019-09-09 12:09:09 -07:00