Commit graph

200 commits

Author SHA1 Message Date
Joona Hoikkala
3c85a88de1 Merge remote-tracking branch 'upstream/master' into multios_apache 2015-12-09 15:29:05 +02:00
Peter Eckersley
ce14851232 Merge pull request #1809 from domcleal/1693-augeas-section-ends
Merge Augeas lens fix for closing multiple sections on one line
2015-12-08 23:43:15 -08:00
Peter Eckersley
d8cf3952b4 Merge pull request #1827 from domcleal/1766-augeas-sslrequire
Merge Augeas lens fix for SSLRequire wordlists
2015-12-08 23:27:36 -08:00
Ingolf Becker
bbd6534744 Fixed some pep8 formatting 2015-12-08 17:56:16 +00:00
Ingolf Becker
62ea74b9e4 Modify apache plugin to work on setups where apache listens to a specific ip 2015-12-08 13:22:52 +00:00
Dominic Cleal
d761646167 Merge Augeas lens fix for SSLRequire wordlists
From f86a28d03a

Closes: #1766
2015-12-08 08:09:45 +00:00
Peter Eckersley
3838ea4ad1 Merge pull request #1692 from letsencrypt/1531
Merge augeas lens fix for backslashes at the start of regexps
2015-12-08 00:01:53 -08:00
Joona Hoikkala
d4337f3936 Give user command line control on using enable site helper script 2015-12-07 17:12:42 +02:00
Joona Hoikkala
0ce4fa4c67 Was using constant name instead of conf name 2015-12-07 17:04:22 +02:00
Joona Hoikkala
f479a9b894 Added fedora layout 2015-12-07 14:22:56 +02:00
Joona Hoikkala
47eb7d76cd PEP8 & linter love 2015-12-07 13:37:58 +02:00
Joona Hoikkala
718a6481f1 Tests for the lone function in constants 2015-12-07 13:16:48 +02:00
Dominic Cleal
312669c64d Merge Augeas lens fix for closing multiple sections on one line
From f44a7a55cc

Closes: #1693
2015-12-07 10:49:40 +00:00
Joona Hoikkala
4347382780 Moved enable_site check to correct place 2015-12-07 12:46:56 +02:00
Joona Hoikkala
b02a881c6e Constant value per OS basis if installer should handle enabling / disabling sites 2015-12-07 12:42:40 +02:00
Joona Hoikkala
9e0bcf9f3c Add cli parameter for handle_mods 2015-12-07 12:38:52 +02:00
Joona Hoikkala
c9f14e0461 Augeas test fix 2015-12-07 12:13:24 +02:00
Joona Hoikkala
3701560a88 Fix existing tests 2015-12-07 12:03:54 +02:00
Joona Hoikkala
3d9f8c9748 Cleanup & pydoc 2015-12-07 12:01:35 +02:00
Joona Hoikkala
6e3da9e043 Configurable directory path for challenge configuration file 2015-12-07 11:07:31 +02:00
Joona Hoikkala
cd0ae93ddc Be more explicit in the configuration file parsing in vhost directory, augeas will silently fail if it encounters something funny 2015-12-07 11:06:32 +02:00
Joona Hoikkala
651c8702cb Commented out TLS SNI apache extra config file logging options, because of distro specific paths 2015-12-07 01:16:07 +02:00
Joona Hoikkala
e58c0a530f Call paper with customizable vhost root parameter 2015-12-07 01:15:29 +02:00
Joona Hoikkala
b11f091023 Cleanup 2015-12-06 23:06:56 +02:00
Joona Hoikkala
103454e4a3 Support CentOS configuration layout in parser 2015-12-06 22:46:28 +02:00
Joona Hoikkala
db9bf90cf9 Change apachectl parameters to work with other distros too 2015-12-06 22:42:51 +02:00
Joona Hoikkala
e9c389f125 New constant for VirtualHost - configuration directory and changing the configurator to use it 2015-12-06 22:40:51 +02:00
Joona Hoikkala
b723de431d Config parameter for configuration location that != server root 2015-12-06 11:33:57 +02:00
Joona Hoikkala
b856fc58af Added correct os_info string for CentOS 2015-12-05 19:10:40 +02:00
Joona Hoikkala
da5b980674 Handle exe checks for distros missing some of the helper scripts 2015-12-05 18:53:13 +02:00
Joona Hoikkala
6c905056d2 Added option to disable apache module handling per OS basis 2015-12-05 18:41:57 +02:00
Marius Gedminas
869c3741c5 Typo: Apacche -> Apache 2015-12-04 12:03:33 +02:00
Peter Eckersley
ad5352e8cc Upstream augeas fix for backslashes at the start of directive args
From: https://github.com/hercules-team/augeas/pull/325
Fixes: #1531
2015-12-03 12:54:32 -08:00
Joona Hoikkala
7d307d1cf4 Per-OS constants 2015-12-03 14:14:02 +02:00
bmw
c760d84ccb Merge pull request #1582 from SwartzCr/vhost
prevent files from being left in apache sites-available issue 808
2015-12-01 18:10:19 -08:00
Noah Swartz
ec28094ae2 added test for new temp elif 2015-12-01 16:28:15 -08:00
Brad Warren
d4d51fe435 Remove stray reference to init-script 2015-12-01 13:17:19 -08:00
Noah Swartz
ab32e2fd26 fix docstring 2015-12-01 10:46:13 -08:00
Noah Swartz
ee7e3d92d9 merge from master 2015-12-01 10:44:01 -08:00
Noah Swartz
e846b157ed removed space 2015-12-01 09:59:45 -08:00
Noah Swartz
739fd6614b moved temp check 2015-12-01 09:50:13 -08:00
Brad Warren
e4cf64c30e Fix Apache tests 2015-11-30 19:13:50 -08:00
Brad Warren
0d6728f9cf Punctuation and deprecation 2015-11-30 18:57:48 -08:00
Brad Warren
224eb1cd1a Stop using init-script 2015-11-30 16:50:26 -08:00
Peter Eckersley
c48ee677df Merge Augeas lens fix for backslashes in regexps
https://github.com/hercules-team/augeas/issues/307
155746c72f
2015-11-26 16:59:06 -08:00
Peter Eckersley
33aff08c36 Merge pull request #1395 from sagi/hsts
apache: add general http-header enhacement [needs revision]
2015-11-26 12:30:23 -08:00
bmw
8cf63c493f Merge pull request #1568 from erikrose/kill-dvsni
Remove remaining "DVSNI" wording, changing it to reference TLS-SNI-01, which it changed into.
2015-11-25 15:30:02 -05:00
Erik Rose
e75dc96559 Stop calling things that don't implement IAuthenticator authenticators. 2015-11-25 12:44:17 -05:00
sagi
090a9a0e46 add PluginEnhancementAlreadyPresent and use it 2015-11-25 01:56:49 +00:00
sagi
7467496984 change enhancement http-header to ensure-http-header 2015-11-24 23:33:21 +00:00