Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-16Allow Nginx to insert include files with comments inside (#4666) (#4668)ohemorange
2017-05-03Add a test for #4557 (#4609)ohemorange
2017-05-03Switch to using include directive for Nginx constants (#4557)ohemorange
2017-05-02Add lockfile (#4449)Brad Warren
2017-04-27fix for issue 4132: increasing server_names_hash_bucket_size if necessary (#4...yomna
2017-04-27Allow empty nginx blocks (#4555)ohemorange
2017-04-14Fix nginx integration tests on Python 3Yen Chi Hsuan
2017-03-31Remove unused default parameter (#4447)Erica Portnoy
2017-03-30Add additional Nginx parsing test case (#4440)Erica Portnoy
2017-03-28Update Nginx ciphersuites to use Mozilla Intermediate (#4426)Erica Portnoy
2017-03-25Fix nginx parser (#4296)Erica Portnoy
2017-03-18Don't save keys/csr on dry run (#4380)Daniel Huang
2017-03-18Merge pull request #4347 from kernelpanek/masterErica Portnoy
2017-03-17Python 3 compatibility for all tests (#4358)Yen Chi Hsuan
2017-03-16If we fail to reload Nginx, write to temporary files instead of piping output...Erica Portnoy
2017-03-15New switch for QuotedStrings allows retainer of quotes but my test failsRichard Panek
2017-03-15Don't unquote the results of the parsekernelpanek
2017-03-15Fixes issue when parsing an Nginx configuration file containing multiline quo...kernelpanek
2017-02-28Fix direct usages of the root logger (#4236)Damien Tournoud
2017-02-28Don't crash on listen unix: (#4259)Erica Portnoy
2017-02-23Show error details for the nginx config parser (#4221)silverwind
2017-02-01Adding checking name validity to the Apache plugin (#3639)Amjad Mashaal
2017-01-27Spelling (#4101)Josh Soref
2017-01-11Break on failure to deploy cert (#4003)Erica Portnoy
2017-01-10pyparsing.restOfLine is not a function, don't call it (#3989)Ondřej Surý
2016-12-14Fix certbox-nginx address equality check (#3886)Clif Houck
2016-12-09make our linter happy (#3881)Brad Warren
2016-12-07Parallalelise nosetests from tox (#3836)Peter Eckersley
2016-12-06Mark Nginx vhosts as ssl when any vhost is on ssl at that address (#3856)Erica Portnoy
2016-12-06Refactor cli_test.py and main_test.py (#3828)Blake Griffith
2016-11-09Remove get_all_certs_keys() from Apache and Nginx (#3768)Nick Fong
2016-11-08Don't re-add redirects if one exists (#3751)Erica Portnoy
2016-11-08Fix writing pem files with Python3 (#3757)kaiyou
2016-10-21Allow certbot to get a cert for default_servers (#3652)Erica Portnoy
2016-10-11Mark parsed Nginx addresses as listening sslishly when an ssl on directive is...Erica Portnoy
2016-09-30Update Nginx redirect enhancement process to modify appropriate blocks (#3546)Erica Portnoy
2016-09-26Restructure how Nginx parser re-finds vhosts, and disable creating new server...Erica Portnoy
2016-09-23Merge pull request #3507 from certbot/only-suggest-valid-namesPeter Eckersley
2016-09-22list 'staple-ocsp' as supported in nginxBrad Warren
2016-09-22tie oscp stapling to enhancements systemBrad Warren
2016-09-17Reject domains with only one labelBrad Warren
2016-09-17filter names returned by get_all_namesBrad Warren
2016-08-28Fixed hash_bucket_size detection for nginxGordin
2016-08-19Merge pull request #3383 from certbot/no-conflicting-declarations3Peter Eckersley
2016-08-18Check for comments more accuratelyPeter Eckersley
2016-08-18Mark the Nginx plugin as alphaBrad Warren
2016-08-18hide the nginx pluginBrad Warren
2016-08-17don't hardcode certbot commentBrad Warren
2016-08-17Catch all pyparsing exceptionsBrad Warren
2016-08-17Revert "Catch all pyparsing exceptions"Brad Warren