229 Commits
Author SHA1 Message Date
Peter EckersleyandGitHub c051826ea2 Merge pull request #3261 from certbot/apache-path-fallback
Apache plugin PATH fallback
2016-07-08 16:59:28 -07:00
Noah SwartzandGitHub 1fc84c83e2 Merge pull request #3234 from sagi/rewrite
Comment out corresponding RewriteConds for filtered RewriteRule
2016-07-08 16:06:26 -07:00
Noah Swartz 1bbfde1771 don't code while distracted 2016-07-08 15:35:29 -07:00
Noah Swartz d8c2dd1a5c add self 2016-07-08 15:28:12 -07:00
Noah Swartz 1113e28046 fix typo 2016-07-08 15:22:56 -07:00
Noah Swartz d4a8820bdc wrap with escapes 2016-07-08 15:04:44 -07:00
Peter Eckersley 0bedeb449a Refactor path_surgery into plugins.util so that nginx can call it 2016-07-08 14:03:21 -07:00
Peter Eckersley 757a8ddae7 Fixes & tests 2016-07-08 13:21:37 -07:00
Peter Eckersley cecac803a0 Do this more cleanly 2016-07-08 13:21:37 -07:00
Peter Eckersley a322f44f2b Implement PATH fallback for apachectl search 2016-07-08 13:21:37 -07:00
Peter Eckersley 754b7956b3 Make the error even more informative 2016-07-08 13:21:37 -07:00
Peter Eckersley c3244df951 more doc improvements 2016-07-08 10:12:57 -07:00
Peter Eckersley fd35a1c724 Explain why Apache [appears] not to be installed
Would help debug #3244
2016-07-06 12:43:48 -07:00
sagi 0e9622322a typo 2016-07-01 22:17:41 +00:00
sagi 7459360780 Add more test cases 2016-07-01 22:08:37 +00:00
sagi 15ba12ed46 Parsing State Machine + some tests 2016-07-01 21:06:16 +00:00
sagi a9abc7b39e typo 2016-07-01 15:17:37 +00:00
Peter Eckersley 7b50960ac0 Address review comments 2016-06-29 13:57:58 -07:00
Noah Swartz b64da855a2 lint 2016-06-29 11:55:22 -07:00
Noah Swartz 395843f3f4 fix coverage 2016-06-29 11:06:18 -07:00
Noah Swartz a9679e2c25 create regression test 2016-06-28 18:08:38 -07:00
Noah Swartz 2884a7fcb7 Merge branch 'master' into issue_2983 2016-06-28 17:57:10 -07:00
Noah Swartz 78b30539fa augeas tests 2016-06-28 17:56:31 -07:00
Peter Eckersley e93ace79cc Test coverage & fix 2016-06-25 12:06:43 -07:00
Peter Eckersley e0691ede2c Provide clear log messages when Apache tries a default vhost 2016-06-25 10:59:41 -07:00
Peter Eckersley f6069c2297 Explain what is happening when the user cancels vhost selection 2016-06-25 10:59:41 -07:00
Noah Swartz d67bc67681 add self 2016-06-24 16:17:09 -07:00
Noah Swartz 07fb5dd9cc escape and unescape augeas 2016-06-24 15:55:51 -07:00
Peter EckersleyandGitHub 85769844f2 Merge pull request #3191 from joohoi/centos_listen
Don't add wildcard listen if user has more specific configuration
2016-06-23 11:26:05 -07:00
Dominic Cleal 1caf3e9935 Merge Augeas fix for comment line continuations
From https://github.com/hercules-team/augeas/commit/64189250e2c49442a0875fa46dfb1d76a4371bde

Fixes #2050
2016-06-22 10:00:31 +01:00
Joona Hoikkala 418a5d501f Refactored adding of listen statements 2016-06-20 08:58:22 +03:00
Joona Hoikkala 5a872b829d Added tests 2016-06-20 08:57:51 +03:00
Joona Hoikkala 556582bb3b Merge remote-tracking branch 'upstream/master' into centos_listen 2016-06-18 23:50:58 +03:00
Joona Hoikkala 3c9f4d5fc7 If port is set for any IP, do not attempt to autoconfigure 2016-06-18 23:50:30 +03:00
Noah Swartz 50d900718b add invalid file for cover 2016-06-16 16:22:42 -07:00
Noah Swartz 68dd7e9192 don't add empty vhosts 2016-06-16 12:32:34 -07:00
Noah Swartz 48b03d91cf return if error 2016-06-16 12:30:48 -07:00
Noah Swartz 5a126a9277 ignore bad files in initial sweep 2016-06-16 12:00:43 -07:00
Noah SwartzandGitHub aec91b84a0 Merge pull request #3128 from joohoi/1173_import
Initialize Augeas in a different method to be able to react to ImportError
2016-06-09 17:44:10 -07:00
Peter Eckersley 311a2db6ba Merge pull request #3110 from certbot/candidate-0.8.0
Update files in response to 0.8.0 release
2016-06-08 12:01:09 -07:00
Joona Hoikkala 1f6e999153 Move recovery_routine() to augeas init 2016-06-06 13:10:34 +03:00
Joona Hoikkala e263132283 Refactor and lint fixes 2016-06-06 12:44:49 +03:00
Joona Hoikkala 7239361342 Test coverage for NoInstallationError 2016-06-06 12:36:54 +03:00
Joona Hoikkala 08ccc64cd1 Initialize augeas in a new method 2016-06-06 12:04:44 +03:00
Brad Warren 36e63a7372 Bump version to 0.9.0 2016-06-02 13:50:37 -07:00
Brad Warren dcadcf8d42 Release 0.8.0 2016-06-02 13:50:30 -07:00
LeCoyote 8d6502a756 Update constants.py
Add strings for Gentoo: one matches platform.linux_distribution(), the other matches contents of /etc/os-release
2016-06-02 18:17:21 +04:00
LeCoyote 2a9e190cf2 Changed Gentoo os_info string
See bug #3091
2016-05-29 15:54:01 +04:00
Peter Eckersley 883510338c Merge branch 'master' into sysd_os 2016-05-27 14:48:03 -07:00
Peter Eckersley 61e0e3cc83 Merge pull request #3073 from cowlicks/rename-le-util
Rename certbot.le_util to certbot.util
2016-05-27 14:37:36 -07:00