Commit graph

63 commits

Author SHA1 Message Date
Jakub Warmuz
97bf10120c
Use acme.challenges in client 2015-02-25 13:56:47 +00:00
James Kasten
a358feb82e restore names 2015-02-24 18:09:50 -08:00
James Kasten
17741a0fbf remove excess whitespace 2015-02-23 23:19:28 -08:00
James Kasten
f5c30b383a second round revisions 2015-02-23 23:18:07 -08:00
James Kasten
fa0c3d2b9f revisions 2015-02-23 04:26:43 -08:00
James Kasten
6c8eb8be17 Revisions through running/testing 2015-02-19 04:13:39 -08:00
James Kasten
04ecf813bd Merge branch 'master' into revoker
Conflicts:
	letsencrypt/client/auth_handler.py
	letsencrypt/client/client.py
	letsencrypt/client/crypto_util.py
	letsencrypt/client/interfaces.py
	letsencrypt/client/le_util.py
	letsencrypt/client/revoker.py
	letsencrypt/client/standalone_authenticator.py
	letsencrypt/client/tests/apache/dvsni_test.py
	letsencrypt/client/tests/apache/obj_test.py
	letsencrypt/client/tests/recovery_token_test.py
	letsencrypt/client/tests/standalone_authenticator_test.py
	letsencrypt/scripts/main.py
2015-02-18 03:36:53 -08:00
Jakub Warmuz
75b4add949 More quotes fixes 2015-02-11 12:51:23 -08:00
Jakub Warmuz
a09e4c11e6 x -> value 2015-02-11 12:51:22 -08:00
Jakub Warmuz
a773c264c0 range -> xrange et al 2015-02-11 12:51:15 -08:00
James Kasten
4d7a673887 refactor client.namedtuples to le_util
Conflicts:
	letsencrypt/client/client.py
	letsencrypt/client/le_util.py
	letsencrypt/client/tests/apache/dvsni_test.py
	letsencrypt/client/tests/challenge_util_test.py
2015-02-10 17:06:25 -08:00
James Kasten
a31500eb96 finish merge from hell 2015-02-10 00:55:40 -08:00
James Kasten
c09cf0fa07 Merge branch 'master' into revoker
Conflicts:
	letsencrypt/client/apache/configurator.py
	letsencrypt/client/client.py
	letsencrypt/client/crypto_util.py
	letsencrypt/client/interfaces.py
	letsencrypt/client/reverter.py
	letsencrypt/client/revoker.py
	letsencrypt/client/tests/apache/dvsni_test.py
	letsencrypt/client/tests/apache/parser_test.py
	letsencrypt/client/tests/challenge_util_test.py
	letsencrypt/scripts/main.py
2015-02-10 00:12:23 -08:00
James Kasten
0cf4329936 full display integration 2015-02-09 00:12:43 -08:00
James Kasten
168a70c273 refactor and enhance display, update revoker 2015-02-08 00:46:16 -08:00
James Kasten
e000cfd7c6 Merge branch 'master' into revoker
Conflicts:
	letsencrypt/client/challenge_util.py
	letsencrypt/client/display.py
	letsencrypt/client/tests/challenge_util_test.py
	letsencrypt/client/tests/client_test.py
	letsencrypt/scripts/main.py
2015-02-02 19:02:38 -08:00
James Kasten
5698bc3e20 refactor client.namedtuples to le_util 2015-02-02 18:11:48 -08:00
Jakub Warmuz
1d45b466a3
IConfig.apache_server_root without trailing slash 2015-02-02 21:42:30 +00:00
Jakub Warmuz
7828853e8c
Remove "direc" magic, use IConfig instead. f(config.x, config) -> f(config) 2015-02-02 17:41:44 +00:00
Jakub Warmuz
b6de602b5b
Move CONFIG to CLI arguments 2015-01-31 11:31:29 +00:00
Jakub Warmuz
687541505b
IConfig, constants 2015-01-31 11:31:29 +00:00
Jakub Warmuz
79bb3cc80d
pylint: upstream fixed #248 in 1.4.0 2015-01-28 13:02:14 +00:00
James Kasten
03a5750d90 modify gen_dvsni_cert api 2015-01-26 22:25:08 -08:00
James Kasten
ffbccd1ff1 attempt to remove final pylint errors 2015-01-25 04:49:21 -08:00
James Kasten
4ad01f07f7 Merge branch 'master' into reverter
Conflicts:
	letsencrypt/client/augeas_configurator.py
2015-01-25 04:28:09 -08:00
Jakub Warmuz
3734710f1c
Fix locally disable pylint messages 2015-01-25 10:23:21 +00:00
James Kasten
8c6cfaded0 Merge branch 'master' into reverter
Conflicts:
	letsencrypt/client/apache/configurator.py
	letsencrypt/client/crypto_util.py
	letsencrypt/client/display.py
	letsencrypt/client/revoker.py
	letsencrypt/client/tests/apache/configurator_test.py
	letsencrypt/client/tests/apache/dvsni_test.py
	letsencrypt/scripts/main.py
2015-01-24 21:42:26 -08:00
Jakub Warmuz
48f1497af6
Fix docs warnings 2015-01-24 13:13:13 +00:00
Jakub Warmuz
23cab4e694
pylint: 10/10 with missing-docstring 2015-01-24 13:12:45 +00:00
James Kasten
f67db5ef43 Prepare for "None" and misconfigured Installers 2015-01-24 02:15:23 -08:00
James Kasten
417183165e 100% unittests for reverter, code cleanup 2015-01-22 21:51:25 -08:00
James Kasten
cd347990c5 Merge branch 'master' into reverter
Conflicts:
	letsencrypt/client/apache/parser.py
	letsencrypt/client/augeas_configurator.py
2015-01-22 02:48:54 -08:00
James Kasten
bedbd2e315 Initial implementation of reverter, showing main.py capabilities 2015-01-22 02:36:36 -08:00
James Kasten
9729450d2c Change names to meet the API 2015-01-20 21:59:10 -08:00
James Kasten
6927c1b910 Add manual httpd_transform 2015-01-20 21:13:56 -08:00
James Kasten
55e13a906d Change incl to list to conform with augeas.add_transform func 2015-01-20 19:29:00 -08:00
James Kasten
a29984f049 Remove TODO item/fix formatting. 2015-01-20 14:03:05 -08:00
James Kasten
269d49b759 Remove load of unused modules from Augeas 2015-01-20 13:51:52 -08:00
James Kasten
1dc7bfccc4 Address startup issues, attempt to identify misconfiguration issues with proper errors 2015-01-19 03:15:31 -08:00
James Kasten
c9a3d8b0c2 Cleanup Installer API change 2015-01-17 02:29:29 -08:00
James Kasten
7f6837a105 merge with master 2015-01-16 16:43:59 -08:00
James Kasten
d15e0f9e43 Add documentation instructions/fix documentation of an ivar 2015-01-16 04:10:23 -08:00
James Kasten
31cfe7cfe6 replaced options-ssl.conf move to avoid unnecesary problems, also placed the copy more appropriately within configurator 2015-01-15 03:25:39 -08:00
James Kasten
4b44befefa Initial attempt at API modification and associated changes 2015-01-15 01:43:54 -08:00
James Kasten
ce13ead0cd pep8 compliance 2015-01-13 16:48:18 -08:00
James Kasten
f547d761f4 Merge branch 'dvsni_cleanup' 2015-01-13 01:24:55 -08:00
James Kasten
ddbe8e7b29 Add more index specific documentation 2015-01-13 01:22:24 -08:00
Thomas Waldmann
541e006ad0 fix typos 2015-01-13 01:51:03 +01:00
James Kasten
ca7628caae Small changes/renaming 2015-01-09 22:25:36 -08:00
James Kasten
0bef6769ba cleanup challenge infrastructure 2015-01-09 05:30:15 -08:00