Commit graph

9359 commits

Author SHA1 Message Date
James Kasten
2f6bbe7593 Merge pull request #145 from kuba/docs
Add API docs for client.network
2014-12-24 22:38:43 -08:00
Thomas Waldmann
3cc15ee909 fix typos, including a severe one
bugfix see configurator.py:233
2014-12-24 16:45:57 +01:00
Jakub Warmuz
3efca70a56 Add API docs for client.network 2014-12-24 06:56:14 +00:00
James Kasten
22e4d2ff34 Merge pull request #144 from ThomasWaldmann/master
bug fix + some small fixes
2014-12-23 19:55:08 -08:00
Thomas Waldmann
992830f2c2 fix typos, including a severe one 2014-12-24 04:42:03 +01:00
Thomas Waldmann
5584bb4e6f fix param names in docstrings to match actual param names 2014-12-24 04:40:16 +01:00
James Kasten
52e8761dea Merge pull request #143 from kuba/docs
Update API docs
2014-12-23 17:20:02 -08:00
James Kasten
05d803ddd3 Turn DVSNI into module, add more appropriate challenges/api 2014-12-23 03:54:30 -08:00
Jakub Warmuz
2893b25db1 Update API docs 2014-12-23 10:59:33 +00:00
James Kasten
c025f25367 Remove nginx_configurator from master 2014-12-22 00:41:54 -08:00
James Kasten
eb99571a98 Use DVSNI_Chall namedtuple 2014-12-22 00:29:33 -08:00
James Kasten
684a9aae9d git push origin masterMerge branch 'kuba-zope.interface-display' 2014-12-21 21:41:45 -08:00
James Kasten
7860db63cf Make necessary fixes to pull request 2014-12-21 21:41:12 -08:00
James Kasten
1b2896aff2 Merge branch 'zope.interface-display' of git://github.com/kuba/lets-encrypt-preview into kuba-zope.interface-display 2014-12-21 21:22:31 -08:00
James Kasten
99d3ba3c16 Merge pull request #133 from kuba/zope.interface
zope.interface
2014-12-21 20:25:39 -08:00
Jakub Warmuz
5958aee5d1 Merge branch 'zope.interface' into zope.interface-display
Conflicts:
	letsencrypt/client/client.py
	letsencrypt/scripts/main.py
2014-12-22 01:26:31 +00:00
Jakub Warmuz
ce9f4b0849 Merge branch 'master' into zope.interface
Conflicts:
	letsencrypt/client/recovery_token_challenge.py
2014-12-22 01:04:48 +00:00
Jakub Warmuz
b12614e5e1 Merge branch 'master' into zope.interface
Conflicts:
	letsencrypt/client/augeas_configurator.py
	letsencrypt/client/interfaces.py
2014-12-22 01:02:39 +00:00
James Kasten
580dd952af Merge pull request #132 from kuba/pep8
pylint fixes
2014-12-21 16:51:10 -08:00
Jakub Warmuz
a4020c76df Merge branch 'master' into pep8
Conflicts:
	letsencrypt/client/apache/configurator.py
	letsencrypt/client/client.py
	letsencrypt/client/tests/apache_configurator_test.py
2014-12-22 00:42:28 +00:00
James Kasten
4de3b6a340 Merge pull request #135 from letsencrypt/configurator_tests
Configurator and Client Refactor
2014-12-21 16:33:17 -08:00
James Kasten
e78a2884e2 Final cleanup 2014-12-21 16:32:01 -08:00
James Kasten
be64ba35cf Merge branch 'master' into configurator_tests
Conflicts:
	letsencrypt/client/apache/configurator.py
	setup.py
2014-12-21 16:13:00 -08:00
James Kasten
fe1b858dff Fix documentation 2014-12-21 04:25:48 -08:00
James Kasten
a3bee91e35 Merge branch 'master' into configurator_tests
Conflicts:
	letsencrypt/client/client.py
	letsencrypt/client/crypto_util.py
2014-12-21 04:17:07 -08:00
James Kasten
bfa04c1942 Refactor for revocation 2014-12-21 03:37:29 -08:00
James Kasten
1d9f208cdd Merge pull request #138 from fmarier/make-script-executable
Fix the sh path and make script executable
2014-12-20 21:27:51 -08:00
Francois Marier
e2957797b5 Fix the sh path and make script executable 2014-12-21 14:23:14 +13:00
James Kasten
d7a3ea443c Formatting fixes 2014-12-20 03:43:39 -08:00
James Kasten
cc999d3654 Refactored/added tests 2014-12-19 15:49:29 -08:00
James Kasten
6d0d439acf Fix #137
find_directive uses the unitialized member location in set_user_config when httpd.conf is present.  I changed set_user_config_file to use the root path as a start.
2014-12-17 19:23:43 -08:00
James Kasten
083024cb86 Major refactor of client and main 2014-12-17 06:27:21 -08:00
Jakub Warmuz
37a015f983 display using ZCA 2014-12-17 12:03:41 +01:00
Jakub Warmuz
7c3abe7ba7 IDisplay 2014-12-17 11:44:34 +01:00
Jakub Warmuz
aabe83c444 Merge branch 'display-refactor' into zope.interface-display 2014-12-17 11:39:51 +01:00
Jakub Warmuz
3a459c95c9 Remove SingletonD 2014-12-17 11:35:45 +01:00
Jakub Warmuz
49914f3307 display: width and height instance variables 2014-12-17 11:35:11 +01:00
Jakub Warmuz
20efe7b533 zope.interface 2014-12-17 10:12:59 +01:00
Jakub Warmuz
1ef2167254 pylint fixes 2014-12-17 09:14:27 +01:00
James Kasten
606584cb14 Merge pull request #131 from kuba/setuptools
Add client.tests to setup packages
2014-12-16 23:21:15 -08:00
Jakub Warmuz
5e05638fef Add client.tests to setup packages 2014-12-17 08:14:35 +01:00
James Kasten
edbe0f451d Add __init__.py to apache dir 2014-12-16 21:12:29 -08:00
James Kasten
323aa350dc Remove Apache parsing from configurator 2014-12-16 21:00:14 -08:00
James Kasten
6cd67e652b Refactor to use Addr objects, and sets 2014-12-16 01:35:46 -08:00
James Kasten
7b6081ac29 Move out Apache specific Objects 2014-12-15 23:52:18 -08:00
James Kasten
d51c01e5ad Merge pull request #122 from kuba/bugs/120
virtualenv python2 (fixes #120)
2014-12-14 18:16:40 -08:00
James Kasten
986387d9a2 Fix priv function nodocs regex 2014-12-14 17:27:13 -08:00
James Kasten
097dd8180c Merge pull request #130 from letsencrypt/challenge_util
Challenge util
2014-12-14 04:34:39 -08:00
James Kasten
31c87cdbe5 git push origin masterMerge branch 'kuba-crypto_util_test' 2014-12-14 04:30:26 -08:00
James Kasten
b8902c272d Remove MakeCSRTest 2014-12-14 04:30:12 -08:00