Commit Graph
4654 Commits
Author SHA1 Message Date
Peter Eckersley 0fa4b4c93f This is a hackish script to run all of these "tests". 2015-12-11 12:21:54 -08:00
Peter Eckersley 6fc65505f7 Add test case for #1724 2015-12-11 12:21:48 -08:00
Peter Eckersley de9e43de0c Update apache conf library 2015-12-11 12:21:43 -08:00
Peter Eckersley bdfca70d55 Another #1531 2015-12-11 12:21:33 -08:00
Peter Eckersley 2321237d1e Embodiement of Apache bug #1755 2015-12-11 12:21:24 -08:00
Peter Eckersley a878e48624 Add another failing case 2015-12-11 12:21:18 -08:00
Peter Eckersley 09f7d87a1a Merge pull request #1854 from domcleal/1724-augeas-arg-dquote
Merge Augeas lens fix for partially quoted arguments
2015-12-11 12:04:58 -08:00
bmw a46b2ba664 Merge pull request #1850 from letsencrypt/staging
Implement --staging
2015-12-11 10:09:32 -08:00
sagi 06643b35a0 Merge remote-tracking branch 'upstream/master' into bugfix_redirect 2015-12-11 12:14:02 +00:00
sagi 2edfc1cd59 simplified augeas get, with parsers get_arg func 2015-12-11 11:59:26 +00:00
Joona Hoikkala 0805b08162 Make python 2.6 happy with the assertRaises 2015-12-11 13:17:21 +02:00
sagi 5f05c5104e make lint happy 2015-12-11 11:13:32 +00:00
Joona Hoikkala 4d31a8cb39 Sane error message in case user tries to use apache-handle-sites functionality in non-supported environment. 2015-12-11 12:41:21 +02:00
sagi ab1e75e426 Change dir_dict to rewrite_args_dict 2015-12-11 10:17:46 +00:00
sagi 23a97b8281 Change iteration on dir_dict 2015-12-11 10:09:16 +00:00
sagi ad5817c7a9 reason about dir_dict 2015-12-11 10:05:09 +00:00
sagi 4748e1dd1e Name the list of two redirect argument lists 2015-12-11 09:57:08 +00:00
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
Peter Eckersley 88956dfba8 Move staging URI into constants.py 2015-12-10 19:38:07 -08:00
Peter Eckersley d3f5df5b02 Hedge on the rate limit slightly, because it may change after a release 2015-12-10 19:12:29 -08:00
Peter Eckersley 859fcea4ec Try to minimise verbiage. 2015-12-10 19:08:08 -08:00
Seth Schoen 95d0113098 Make --renew-by-default apply in exact-duplicate case 2015-12-10 15:49:33 -08:00
Seth Schoen 748a7fe2bc Partially update documentation for _treat_as_renewal 2015-12-10 15:41:27 -08:00
Seth Schoen 2b49cde640 Merge remote-tracking branch 'origin/master' into wip-1546 2015-12-10 15:23:21 -08:00
Seth Schoen ae0f35d48d Taking "newcert" option out of the menu 2015-12-10 15:23:10 -08:00
Joona Hoikkala 2a259ef2ff Merge remote-tracking branch 'upstream/master' into multios_apache
# Conflicts:
#	letsencrypt-apache/letsencrypt_apache/configurator.py
2015-12-11 00:33:30 +02:00
Peter Eckersley 3b5810995d The flag name --test-cert may make sense to most people 2015-12-10 14:24:39 -08:00
Peter Eckersley 8c6e242b13 Merge pull request #1846 from remram44/apache-help-typo
[TYPO] Fix help string for --apache-dismod
2015-12-10 14:08:43 -08: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
Anselm Levskaya a944603f43 readme fix 2015-12-10 06:44:07 -08:00
Anselm Levskaya ba40077119 readme update 2015-12-10 06:40:20 -08: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
Dominic Cleal 5804d03336 Add failing test from ticket #1724
Augeas fails to parse the ErrorDocument argument that starts with a
double quote and ends with an EOL.
2015-12-10 14:36:25 +00:00
Anselm Levskaya 822e2025ac fixed apache2 script, tested on centos7 2015-12-10 06:19:32 -08:00
Peter EckersleyandNoah Swartz 9ea3dc3136 Hackishly add wheezy backports libaugeas0 where required 2015-12-09 18:55:48 -08:00
Noah Swartz d761df90d4 added coverage tests 2015-12-09 18:51:16 -08:00
Peter Eckersley 45d20847e6 Implement --staging
- Fixes #1667
- Should help with rate limit problems
2015-12-09 18:21:27 -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
Anselm Levskaya 37c02927d5 current nonworking progress at scripting install of httpd on centos-like systems 2015-12-09 16:52:02 -08:00
Seth Schoen 79c61a8098 Basic updated logic for #1546 behavior 2015-12-09 16:37:58 -08:00
Alcaro fe6e9be6a2 Update reference to deprecated directives
https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslcertificatechainfile

> SSLCertificateChainFile became obsolete with version 2.4.8, when SSLCertificateFile was extended to also load intermediate CA certificates from the server certificate file.
2015-12-09 22:04:29 +01:00
Seth Schoen d5849c3416 WIP on cli.py 2015-12-09 10:45:28 -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