Commit graph

9359 commits

Author SHA1 Message Date
Will Oller
ad5c2d0a4d acme/challenge_request handles only 1 domain name
No other functions inside acme/ handle lists, so
to keep the class consistent, challenge_request()
should only handle a string parameter. Iteration
should be moved to the client, which is handling
the list of domain names anyway.
2014-11-29 00:30:16 -08:00
James Kasten
0c11418caf Fixed almost all pylint errors in apache_configurator 2014-11-29 00:14:37 -08:00
Dave Guarino
aa7ca5f03d Fix typos in comments for ACME authorizationRequest message 2014-11-28 23:58:10 -08:00
James Kasten
90aab1ab7e Merge pull request #98 from kuba/fix-chmods
Fix chmods security error: 644 != 0644
2014-11-28 21:36:44 -08:00
James Kasten
c1988d6b74 Merge pull request #96 from kuba/pr/85
#85 fixup/cleanup (travis)
2014-11-28 20:48:37 -08:00
Jakub Warmuz
3cfeac6f3b PEP 3127, fixes pylint old-octal-literal.
https://www.python.org/dev/peps/pep-3127
2014-11-29 03:33:51 +01:00
Jakub Warmuz
fa94a4f57a Fix chmods security error: 644 != 0644 2014-11-29 03:13:16 +01:00
Jakub Warmuz
86f8dad264 Remove unnecessary "Build status" comment 2014-11-29 02:37:51 +01:00
Jakub Warmuz
1e235e3bde TOXENV instead of TOX_ENV
http://tox.readthedocs.org/en/latest/config.html?highlight=toxenv#confval-envlist=CSV
2014-11-29 02:01:18 +01:00
Jakub Warmuz
0d64f5a358 Fix dev[testing] typo in .travis.yml 2014-11-29 01:50:13 +01:00
Adam Woodbeck
c0c731b3e6 Updated get_key_csr_pem() to use file contents instead of file names. 2014-11-28 17:00:02 -05:00
Adam Woodbeck
87d7ed1750 Clarified --rollback command line option. 2014-11-28 16:47:37 -05:00
Jakub Warmuz
89e86606ea Travis: multiple Python environments. 2014-11-28 22:27:29 +01:00
Jakub Warmuz
016bf5d269 Travis: explicit -e $TOX_ENV not necessary 2014-11-28 21:58:16 +01:00
Jakub Warmuz
6957d1d109 Travis: fix YAML style 2014-11-28 21:57:47 +01:00
Adam Woodbeck
3ecf8659a1 Work with CSR and private key file contents in the client. 2014-11-28 15:48:04 -05:00
Adam Woodbeck
8464ce30d5 More sensible mode defaults when creating a unique file. 2014-11-28 15:47:06 -05:00
Jakub Warmuz
3de9ff387d Use travis_retry.
http://blog.travis-ci.com/2013-05-20-network-timeouts-build-retries
2014-11-28 21:45:10 +01:00
Jakub Warmuz
1d59dd1275 Travis CI: remove python version, use setup.py dev[testing] 2014-11-28 21:42:47 +01:00
Jakub Warmuz
36acd164da Merge remote-tracking branch 'github/letsencrypt/master' into pr/85
Conflicts:
	README.md
2014-11-28 21:35:20 +01:00
Adam Woodbeck
122e6b2ca1 Read in files with universal newline support. 2014-11-28 13:28:16 -05:00
Adam Woodbeck
6254038ea3 Provide more user-friendly errors when opening file handles. 2014-11-28 11:41:03 -05:00
James Kasten
e56ee5fa4e Merge pull request #90 from kuba/pr/81
README: multi-OS support with disclaimer
2014-11-27 19:00:25 -08:00
James Kasten
6e01530684 Merge pull request #89 from kuba/tests-setup
Improve tests setup, incuding coverage.
2014-11-27 18:58:05 -08:00
Jakub Warmuz
5665ea96d4 Remove build badge 2014-11-27 23:48:25 +01:00
Jakub Warmuz
58196f046e Fix email link in README 2014-11-27 23:43:13 +01:00
Jakub Warmuz
f4a8ee56ab Further fixes to README 2014-11-27 23:40:58 +01:00
Jakub Warmuz
89ea288859 Fix dnozay README as per #81 2014-11-27 23:34:15 +01:00
Jakub Warmuz
d40a7acf8a gitignore: .coverage is a file 2014-11-27 22:49:15 +01:00
Jakub Warmuz
f2c1c30ac4 Restrict nosetests to our package 2014-11-27 21:00:07 +01:00
Jakub Warmuz
93291feb58 Ignore .coverage 2014-11-27 20:57:24 +01:00
Jakub Warmuz
dfd7e142c1 Do not use xunit. coverage instead of xcoverage. 2014-11-27 20:56:35 +01:00
Jakub Warmuz
9d5ab7dbcc Test coverage 2014-11-27 20:30:56 +01:00
Jakub Warmuz
f62ab0e351 tox.ini uses setup.py test -q 2014-11-27 20:26:30 +01:00
Jakub Warmuz
c2413ba542 setuptools test_suite 2014-11-27 20:24:50 +01:00
Jakub Warmuz
3f9a708789 tox.ini using setup.py dev 2014-11-27 20:13:21 +01:00
Damien Nozay
d8fcfc9607 add travis-ci badge to readme 2014-11-27 10:06:17 -08:00
Damien Nozay
5631ed0a97 travis-ci: install extras[testing] 2014-11-27 10:06:17 -08:00
Damien Nozay
69fc4aed1d split test matrix to cover py26 and lint separately 2014-11-27 10:06:17 -08:00
Damien Nozay
e36fe2ced5 install swig/augeas et al. 2014-11-27 10:06:17 -08:00
Damien Nozay
d9c9cdd6be let travis-ci test the code :) 2014-11-27 10:06:16 -08:00
Damien Nozay
884ab38334 trivial: update readme 2014-11-27 10:05:59 -08:00
Adam Woodbeck
ddca02cb7b Fixed format string incompatibility with py2.6. 2014-11-27 09:13:01 -05:00
Adam Woodbeck
6d9edda822 Restore 'type=file' on privkey and csr command line arguments. 2014-11-27 08:49:21 -05:00
Adam Woodbeck
bcb788fe0b Cleaned up per Kuba. 2014-11-27 08:39:32 -05:00
Adam Woodbeck
da29a92729 Better error checking on private key and csr. Also, pull in file names instead of pointers. 2014-11-27 08:12:40 -05:00
James Kasten
d548d7427f Merge pull request #87 from letsencrypt/proper_documentation
Proper documentation
2014-11-27 01:32:46 -08:00
James Kasten
9e1e7b235d started fixing pylint errors 2014-11-27 01:29:56 -08:00
James Kasten
ba91c489a6 Removed __functions, minor formatting 2014-11-27 00:53:10 -08:00
James Kasten
76a1012370 Fixed common case in client.py 2014-11-26 21:45:58 -08:00