Commit Graph
3843 Commits
Author SHA1 Message Date
Brad Warren 08d7c06a54 Python2.6: It's called a set 2015-11-12 15:19:50 -08:00
Brad Warren 1d09a00d05 Merge branch 'master' into apache_rollback 2015-11-12 14:21:15 -08:00
Brad Warren fcbff2118f Merge branch 'master' into apache_rollback 2015-11-12 14:17:56 -08:00
Brad Warren 13a4987f69 Incorporated pde's and joohi's feedback 2015-11-12 13:58:55 -08:00
Brad Warren 2d827464f4 Updated error_handler tests 2015-11-12 13:35:30 -08:00
Brad Warren 4590adf545 Add *args and **kwargs to ErrorHandler 2015-11-12 13:23:01 -08:00
Peter Eckersley d7d4de851b Merge pull request #1386 from mimi1vx/suse
Add bootstrap for openSUSE based OS...
2015-11-12 10:46:54 -08:00
Peter Eckersley ca05b35a24 Merge pull request #1412 from kuba/pep8
pep8 love
2015-11-12 00:29:15 -08:00
Peter Eckersley 29bb057ae1 Merge pull request #1470 from ArchimedesPi/try-travis-containers
Reenable containerised Travis infrastructure
2015-11-11 23:51:50 -08:00
Liam Marshall d2dacef313 Try reenabling container-based infrastructure
Try explicitly pulling from backports

Try travis's whitelisted Augeas PPA (not ours or backports)
2015-11-11 18:34:52 -06:00
Peter Eckersley 93faa29666 Merge pull request #1454 from pritambaral/fix/1281
Check for nginx binary before running letsencrypt-nginx
2015-11-11 12:18:57 -08:00
Peter Eckersley 64dff06f30 Merge pull request #1463 from sieben/correct_jwasignature
Redeclared names without usage
2015-11-11 12:08:14 -08:00
Peter Eckersley 33c52c106a Merge pull request #1464 from sieben/variable_already_existing
Variable key already existing in previous context
2015-11-11 12:06:12 -08:00
Rémy Léone f02dcbbc4c Variable key already existing 2015-11-11 13:29:15 +01:00
Rémy Léone e64149cae8 Redeclared names without usage 2015-11-11 13:27:09 +01:00
Chhatoi Pritam Baral 9d30a85b29 Add test for nginx not being installed 2015-11-11 17:54:26 +05:30
Peter Eckersley df8cd3e751 Merge pull request #1282 from devnsec-com/pr8
[needs revision] Use su if sudo is not available
2015-11-10 19:04:50 -08:00
bmw 95be981742 Merge pull request #1443 from joohoi/domains_help
Help text for -d flag, and refactoring the long name from plural to singular form
2015-11-10 18:00:05 -08:00
bmw 26e13c9fa7 Merge pull request #1375 from johnl/1374-docker-symlink-bug-workaround
docker: Use full filename when copying symlink
2015-11-10 17:54:36 -08:00
Brad Warren 7d4beacce8 Added better error messages on redirect failure 2015-11-10 16:59:22 -08:00
Brad Warren 553592b2c8 Revert "Revert all changes in cleanup, temporary or otherwise"
This reverts commit 0c197c955e.
2015-11-10 16:32:05 -08:00
Brad Warren 3c00afd55c Revert "Removed revert_challenge_config"
This reverts commit 0143d77362.
2015-11-10 16:31:52 -08:00
Chhatoi Pritam Baral 0bbe69b36a Mock existence of nginx binary 2015-11-11 05:49:34 +05:30
Brad Warren 1bb063e870 Corrected crash recovery in client and added tests 2015-11-10 16:03:18 -08:00
Chhatoi Pritam Baral 414321fca6 Fix #1281: Check if nginx binary exists 2015-11-11 04:50:16 +05:30
Brad Warren 60147eb529 Define state of checkpoints when save fails 2015-11-10 14:52:18 -08:00
Joona Hoikkala 3074ef996a Refactored the argument and the code to use --domain instead of --domains, which was semantically incorrect 2015-11-10 12:29:08 +02:00
Joona Hoikkala 096c689fba Added help text for -d flag 2015-11-10 12:03:15 +02:00
Peter Eckersley 6fbcebd4ab Merge pull request #1385 from joohoi/modmacro
Ignore mod_macro vhosts, and display notification
2015-11-09 19:03:11 -08:00
Brad Warren 0143d77362 Removed revert_challenge_config 2015-11-09 18:47:38 -08:00
Brad Warren 0c197c955e Revert all changes in cleanup, temporary or otherwise 2015-11-09 18:44:30 -08:00
Peter Eckersley 6c3ea0d2a1 Merge branch 'config_sanity' 2015-11-09 16:19:21 -08:00
Peter Eckersley d29ab2a523 Make final tweaks for landing #1421 2015-11-09 16:18:51 -08:00
bmw 4dc3ee7446 Merge pull request #1390 from letsencrypt/1274
Remove nonsensical Apache config directives
2015-11-09 15:41:27 -08:00
bmw af0229d38a Merge pull request #1401 from letsencrypt/ssl-options
Downgrade a very excitable security comment to an XXX
2015-11-09 15:38:04 -08:00
Peter Eckersley 1711197b7f Merge pull request #1415 from letsencrypt/1408
Fix ExperimentalBootstrap on Mac
2015-11-09 11:39:40 -08:00
Joona Hoikkala 0d01cbfc92 Refactored the port check from NamespaceConfig init to the validation function 2015-11-08 23:05:33 +02:00
Joona Hoikkala 0c4456bd7e Fixed the comment to be accurate 2015-11-08 22:57:58 +02:00
Joona Hoikkala a4b7d0d5c1 Making linter happy by removing the unused import 2015-11-08 22:44:32 +02:00
Joona Hoikkala 59b544be3b Moved the validation to configurator 2015-11-08 22:26:01 +02:00
Joona Hoikkala 3128bab7bd Added domain to renewer test mock 2015-11-08 22:21:11 +02:00
Joona Hoikkala 9077dfdbac Fixed the messages 2015-11-08 21:46:57 +02:00
Joona Hoikkala ee38585eb4 Refactored domain flag checks into their own helper function to clear space for future checks 2015-11-08 21:43:48 +02:00
Joona Hoikkala c80e4c0f2f Added comment to clarify FQDN regex 2015-11-08 21:14:12 +02:00
Joona Hoikkala e63aaf7faf Changed the checks to be more readable and better semantically 2015-11-08 21:08:50 +02:00
Joona Hoikkala ae080349c5 Changed the errors import 2015-11-08 21:04:48 +02:00
Joona Hoikkala d6a3286a67 Fixed the wildcard domain string match 2015-11-08 20:50:39 +02:00
Joona Hoikkala b35ebafe16 Fixed last half-assed commit to tests 2015-11-08 20:49:44 +02:00
Joona Hoikkala 57726e6384 Use python2.6 compatible test assertions 2015-11-08 20:42:24 +02:00
Joona Hoikkala 2ac7a2a9ea Check configuration sanity for domain flag 2015-11-08 20:23:01 +02:00