Commit Graph
6264 Commits
Author SHA1 Message Date
Noah Swartz 55755d818a update secret pypi? 2016-05-18 15:42:55 -07:00
Noah Swartz 01ebab26bf update pypi for auto 2016-05-18 14:21:57 -07:00
Noah Swartz 03f77c1b79 Merge pull request #3014 from sagi/rewrite_engine_detection
Detect RewriteEngine  directives that originates in a VirtualHost directive
2016-05-18 13:15:02 -07:00
Peter Eckersley 4e46e325d1 Merge pull request #3021 from mgedmin/relax-hook-validation
Hook validation: skip leading spaces/newlines
2016-05-18 12:07:25 -07:00
Peter Eckersley 1549678ca0 Merge pull request #3019 from mgedmin/patch-3
Renewal hooks mean this note is outdated
2016-05-18 12:04:53 -07:00
Marius Gedminas 321a806b91 Hook validation: skip leading spaces/newlines
Improves the situation with #3020 a bit.

Does nothing about other valid shell commands that the current
validation would reject:

  - shell builtins like --post-hook 'if [ -x /my/script ]; then /my/script; fi'
  - variable assignments like --post-hook 'ENV_VAR=value command'
  - comments
  - redirections like --post-hook '<infile command'
  - I'm sure I'm missing many other exciting possibilities
2016-05-18 11:57:50 +03:00
Marius Gedminas 279cb35256 Oops, ReST syntax is weird 2016-05-18 11:05:23 +03:00
Marius Gedminas f55ef8e286 Renewal hooks mean this note is outdated 2016-05-18 11:03:18 +03:00
Peter Eckersley 248dc0962e Merge pull request #2895 from dietsche/joyent
Joyent SmartOS Zone Bootstrap Support [revised]
2016-05-17 14:54:08 -07:00
Peter Eckersley 4118da2c53 Merge pull request #3010 from certbot/autopts
Fix *-auto command line parsing
2016-05-17 14:33:25 -07:00
sagi 886776d741 Make lint happy 2016-05-17 18:29:39 +00:00
sagi 3cf3e5b685 Detect RewriteEngine directives that originate in VirtualHosts 2016-05-17 18:07:52 +00:00
Noah Swartz 4b1d9e0af2 Merge pull request #2986 from certbot/doc-cleanup
Doc cleanup
2016-05-16 20:14:02 -07:00
Brad Warren d39dee20ad fix auto arg parsing 2016-05-16 15:06:51 -07:00
Jacob Hoffman-Andrews 8f696b3ad7 Reuse HTTP connections. (#2855)
Fixes #2778
2016-05-15 13:48:51 -07:00
Peter Eckersley 3ddd972356 Update the renewal-related message we print after obtaining a cert 2016-05-13 18:19:57 -07:00
Peter Eckersley c3607fbd1f Merge pull request #2988 from leerspace/patch-1
Updating broken link to Google Python Style guide
2016-05-13 17:27:42 -07:00
John Reed 1aff941ad0 Updating broken link to Google Python Style guide
Old link: https://google-styleguide.googlecode.com/svn/trunk/pyguide.html
New link: https://google.github.io/styleguide/pyguide.html
2016-05-13 18:37:43 -05:00
bmw 130875e1b9 Merge pull request #2981 from certbot/plugin-docs
Import plugin docs from wiki & neaten [suggested revision]
2016-05-13 13:46:00 -07:00
Peter Eckersley 01a528c3ee Merge pull request #2667 from certbot/must-staple
Add --must-staple flag
2016-05-13 13:23:42 -07:00
Peter Eckersley e85b387e42 Move 3rd party plugins back below others 2016-05-13 13:21:49 -07:00
Peter Eckersley d2df6880e5 Merge remote-tracking branch 'origin/master' into must-staple 2016-05-13 13:10:23 -07:00
Peter Eckersley f16104e3cb Lots of doc cleanups 2016-05-13 12:22:55 -07:00
Peter Eckersley c55d8e4741 Build the text for the man page at release 2016-05-13 12:22:35 -07:00
Peter Eckersley 3c279c4fad Create a man page for ourselves! 2016-05-13 12:22:19 -07:00
Peter Eckersley a12405ace0 Merge remote-tracking branch 'origin/master' into plugin-docs 2016-05-12 19:20:23 -07:00
Peter Eckersley ff2d8da20d Merge remote-tracking branch 'origin/master' into plugin-docs 2016-05-12 19:18:51 -07:00
Peter Eckersley 2dc983db49 STLSE is a prototype Postfix plugin
- it partially uses IInstaller
 - it will also support Exim in the future
2016-05-12 19:17:19 -07:00
Peter Eckersley b905cb4481 Missing link 2016-05-12 19:09:59 -07:00
Peter Eckersley 5b058fd18f Import third party plugin list from the wiki
And clean up the confusing section about third party plugins
2016-05-12 19:06:09 -07:00
Peter Eckersley d68322f48d Merge pull request #2979 from certbot/nginx-plugin-map
Nginx plugin map (brings in #2781)
2016-05-12 18:42:18 -07:00
Peter Eckersley b6f14c2ef1 Merge pull request #2943 from MichalMMac/master
Ensure /usr/local/lib/ exists in mac.sh bootstraper
2016-05-12 17:54:33 -07:00
Peter Eckersley 83703fd8b1 Merge remote-tracking branch 'origin/master' into nginx-plugin-map 2016-05-12 17:51:50 -07:00
bmw 6399d53d2e Merge pull request #2865 from certbot/rename
Rename of docs
2016-05-12 15:19:40 -07:00
Brad Warren ab94551477 Merge branch 'master' into rename 2016-05-12 14:44:23 -07:00
Peter Eckersley a4d0c19cfa Merge pull request #2975 from certbot/candidate-0.6.0
Candidate 0.6.0
2016-05-12 14:41:36 -07:00
Brad Warren 577e5c852e Merge branch 'master' into candidate-0.6.0 2016-05-12 13:55:41 -07:00
Peter Eckersley 7a51590290 Merge pull request #2974 from certbot/manual-auto
add certbot-auto and PGP sig
2016-05-12 10:26:48 -07:00
Brad Warren 0d5c1638e7 add certbot-auto and PGP sig 2016-05-12 10:06:11 -07:00
Noah Swartz f53f4dd491 fix docs copyright 2016-05-12 09:30:45 -07:00
Brad Warren c8cf0b4600 Bump version to 0.7.0 2016-05-11 18:04:27 -07:00
Brad Warren 8e742fa3c6 Release 0.6.0 v0.6.0 2016-05-11 18:04:15 -07:00
Brad Warren 5637c5857e Merge remote-tracking branch 'origin/new-dl' into candidate-0.6.0 2016-05-11 17:24:32 -07:00
Brad Warren 0fba79806a Merge remote-tracking branch 'origin/rename' into candidate-0.6.0 2016-05-11 17:22:27 -07:00
bmw 41f347d625 Merge pull request #2875 from certbot/deprecation-warning
Deprecation warning for non-updating letsencrypt-auto
2016-05-11 16:51:15 -07:00
Peter Eckersley 5214c56f06 Use certbot-auto.asc 2016-05-11 16:09:30 -07:00
Peter Eckersley 54220a1336 Merge remote-tracking branch 'origin/master' into new-dl 2016-05-11 16:03:01 -07:00
Peter Eckersley ba7688ba99 Avoid certbot-auto.asc.1 2016-05-11 15:57:38 -07:00
Peter Eckersley 407ebad36e Support openssl and gpg signatures in parallel 2016-05-11 15:56:10 -07:00
bmw 255e205c1a Merge pull request #2963 from certbot/ok-directory
Allow unrecognized fields in Directory object
2016-05-11 13:38:09 -07:00