1921 Commits
Author SHA1 Message Date
Brad Warren 4590adf545 Add *args and **kwargs to ErrorHandler 2015-11-12 13:23:01 -08:00
Nav f972cf19d3 Adding storage logging 2015-11-12 21:11:16 +02:00
Joona Hoikkala 0ccbbdb120 Style fix 2015-11-12 17:46:44 +02:00
Joona Hoikkala 37e94e631d Added tests 2015-11-12 17:25:38 +02:00
Joona Hoikkala 56f21e1d35 Refactor --domain flag back to -- domains 2015-11-12 16:53:40 +02:00
Joona Hoikkala 3b8d6ec58b Modified -d help text to reflect the change 2015-11-12 16:42:58 +02:00
Joona Hoikkala 14e03f9af0 Parse possible multiple domain definitions to a list 2015-11-12 16:34:15 +02:00
Joona Hoikkala a0129f7818 Fix test broken by #1454 if nginx installation not present in system 2015-11-12 15:02:30 +02:00
Peter Eckersley ca05b35a24 Merge pull request #1412 from kuba/pep8
pep8 love
2015-11-12 00:29:15 -08:00
sagi b76ef3a293 make lint happy 2015-11-12 05:25:44 +00:00
sagi 796eef802d add apply_enhancement comment 2015-11-12 05:20:10 +00:00
sagi 8185ea931c make hsts and uri cli args actually work 2015-11-12 05:08:30 +00:00
sagi b1e3c89048 add a general apply_enhancement to replace redirect_to_ssl 2015-11-12 04:49:31 +00:00
sagi 68d956f659 make redirect work again 2015-11-12 03:04:23 +00:00
sagi e787147eea dissect namespace config in enhance_config 2015-11-12 02:24:57 +00:00
sagi 17ef874c04 change args to config in enhance_config 2015-11-12 02:15:42 +00:00
sagi 9ad38e9b37 Pass args to enhance_config instead of just a redirect flag 2015-11-11 19:04:07 +00:00
Peter Eckersley 0a72ebb379 get_os_info review fixes
- handle broken platform.linux_distribution()
 - document return type
2015-11-10 20:13:44 -08:00
Brad Warren 7d4beacce8 Added better error messages on redirect failure 2015-11-10 16:59:22 -08:00
Peter Eckersley 7dcf8a32f4 Only send the major version of OS X 2015-11-10 16:50:58 -08:00
Peter Eckersley 8b9a271900 "Really" finalise User Agent tests
- Add an extra test for the default UA string
 - Fixes: get_os_info() is returning a tuple, not a string
 - Workaround: Argument preprocessing is dangerous for test cases
2015-11-10 16:50:58 -08:00
Peter Eckersley a4885e491a Finish user agent changes:
- revert changes to acme/, instead living with its current baroque API
 - add an extremely mockable test case
2015-11-10 16:50:57 -08:00
Brad Warren 1bb063e870 Corrected crash recovery in client and added tests 2015-11-10 16:03:18 -08:00
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 baaeab5fa1 Fix lints & glitches 2015-11-09 22:44:26 -08:00
sagi 1880689065 Add --hsts and --uir CLI flags 2015-11-10 06:41:59 +00:00
Peter Eckersley 88cc01301a Creation & plumbing for user agent 2015-11-09 22:17:38 -08:00
Peter Eckersley 7b352d3d80 Handle FreeBSD and Windows 2015-11-09 18:21:39 -08:00
rootandPeter Eckersley fb35a11c73 get_os_info : wrangle OS and major version number in a semi-portable way 2015-11-09 17:47:12 -08:00
rootandPeter Eckersley 6bf0aa4d25 --user-agent flag 2015-11-09 17:42:46 -08:00
Peter Eckersley d29ab2a523 Make final tweaks for landing #1421 2015-11-09 16:18:51 -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
Jakub Warmuz 5ee17f698e Fix more pep8 2015-11-07 19:37:00 +00:00
Jakub Warmuz 3ac4df4f48 Kill dvsni in core 2015-11-07 18:35:41 +00:00
Jakub Warmuz 937e3edfc1 tls-sni-01 in apache and nginx plugins 2015-11-07 18:35:41 +00:00