424 Commits
Author SHA1 Message Date
sagi 681de292b7 Switch to using defaultdict(list) 2015-12-11 09:29:02 +00:00
sagi c594a258fe Change comment on possibility of redirection loops 2015-12-11 09:26:55 +00:00
sagi b4746e555a typo: an other -> another 2015-12-11 09:18:36 +00:00
Joona Hoikkala 48b1240451 Removed redundant config parsing directive. 2015-12-11 09:18:00 +02:00
Joona Hoikkala 7bf8842ba7 Added missing test for full coverage 2015-12-11 00:03:00 +02:00
Joona Hoikkala 509c192ab8 Add RedHat Enterprise defaults to constants 2015-12-10 18:17:12 +02:00
Joona Hoikkala 54127eef5a Don't call site enable methods when handle-sites is false for the operating system 2015-12-10 18:12:07 +02:00
Dominic Cleal 6b40313311 Merge Augeas lens fix for partially quoted arguments
From https://github.com/hercules-team/augeas/commit/50fb756580477e9195946133ec2f0d1f0f6786c7

Closes: #1724
2015-12-10 14:37:58 +00:00
Noah Swartz d761df90d4 added coverage tests 2015-12-09 18:51:16 -08:00
Noah Swartz 414cfe9f13 Merge remote-tracking branch 'mainline/master' into issue_1208 2015-12-09 17:10:49 -08:00
Noah Swartz 0a1b9c2bf0 fixed failing tests for changes that allow apache22 2015-12-09 17:05:38 -08:00
Remi Rampin 80901a52d8 Fix help string for --apache-dismod 2015-12-09 12:26:23 -05:00
Joona Hoikkala 55cac0dc9f Fixed a2dismod help text 2015-12-09 17:05:31 +02:00
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 https://github.com/hercules-team/augeas/commit/f86a28d03a5c42a6c58293667a95d7794e30a42f

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 https://github.com/hercules-team/augeas/commit/f44a7a55cc7162beced99659234eb078a8d20e1d

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
Peter Eckersley b9b634b602 Merge another augeas lens fix
From: https://github.com/hercules-team/augeas/pull/329
Fixes: https://github.com/letsencrypt/letsencrypt/issues/1294#issuecomment-161805063
2015-12-04 11:43:59 -08:00
Marius Gedminas 869c3741c5 Typo: Apacche -> Apache 2015-12-04 12:03:33 +02:00
sagi 0348f62ffa add more tests 2015-12-04 02:00:24 +00:00
Noah Swartz 1bf9fbcc72 don't enable socache on apache 2.2 2015-12-03 14:25:49 -08:00
sagi a6a61fee34 Merge remote-tracking branch 'upstream/master' into bugfix_redirect 2015-12-03 22:12:49 +00:00
sagi 7c00dba79b fix verification of letsencrypt redirect 2015-12-03 22:11:34 +00:00