Commit graph

10174 commits

Author SHA1 Message Date
James Kasten
7a238bd0de Forgot to finish merge with augeas.py 2015-01-22 02:53:20 -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
16e9d887ab Merge pull request #170 from letsencrypt/fix_168
Fix 168
2015-01-20 22:16:49 -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
8a3eb4f2ba Update interface.py documentation...
Correctly list namedtuple challenge types in challenge_util.py
2015-01-19 16:01:44 -08:00
James Kasten
1dc7bfccc4 Address startup issues, attempt to identify misconfiguration issues with proper errors 2015-01-19 03:15:31 -08:00
Martijn Bastiaan
d0125f05f3 Added openssl and responses as dependencies, added tests for Validator.{https,redirect} 2015-01-18 17:45:42 +01:00
Martijn Bastiaan
93be5486a8 Extended IValidator, renamed arguments 2015-01-18 16:51:55 +01:00
Martijn Bastiaan
cdf59a8b7f Fixed pylint warnings, added test skeleton, implemented regular expression for SPDY test 2015-01-18 16:50:59 +01:00
James Kasten
66884e05cf Merge pull request #167 from letsencrypt/requests_verify
Make requests certificate verification explicit
2015-01-18 00:25:42 -08:00
James Kasten
f28bc32129 Make requests certificate verification explicit 2015-01-18 00:14:29 -08:00
James Kasten
488859d03a Merge pull request #165 from letsencrypt/installer_api
Installer API update
2015-01-18 00:07:49 -08:00
James Kasten
1b8edd7448 Removed commented functions before push to master 2015-01-18 00:00:52 -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
b23499de12 update interface documentation 2015-01-16 15:22:01 -08:00
James Kasten
5a31176ea6 add html to sphinx-build instructions 2015-01-16 04:18:30 -08:00
James Kasten
91e8b0cf81 Should use venv sphinx-build 2015-01-16 04:16:57 -08:00
James Kasten
d15e0f9e43 Add documentation instructions/fix documentation of an ivar 2015-01-16 04:10:23 -08:00
James Kasten
3cf59a2876 Merge pull request #129 from letsencrypt/pylintrc
Pylintrc
2015-01-16 03:28:06 -08:00
James Kasten
dfae3f6d9e remove deprecated options 2015-01-16 03:25:20 -08:00
James Kasten
a0969b1f29 updated pylintrc file to 1.3.1 version. 2015-01-16 03:14:24 -08:00
James Kasten
35aeef417e Merge pull request #163 from letsencrypt/temp_ssl_options_copy
replaced options-ssl.conf move to avoid unnecesary problems, also placed...
2015-01-15 03:36:53 -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
55694f82b1 Merge pull request #162 from letsencrypt/dvsni_cleanup
Authenticator Cleanup
2015-01-15 01:25:05 -08:00
James Kasten
d22ce3128c Return acme_auth for better api 2015-01-13 17:34:19 -08:00
James Kasten
2114f61164 better authorization logging 2015-01-13 17:31:11 -08:00
James Kasten
32f628d3d2 use path param 2015-01-13 17:10:39 -08:00
James Kasten
ce13ead0cd pep8 compliance 2015-01-13 16:48:18 -08:00
Martijn Bastiaan
9e123d9639 Added spdy to Validator 2015-01-13 16:03:27 +01:00
Martijn Bastiaan
b4ef173245 Moved ValidationException, changed https() signature in interface, restructured imports to comply with project guidelines 2015-01-13 14:41:17 +01:00
James Kasten
d0c9e4fc07 Remove assertIs - not supported in 2.6 2015-01-13 01:41:56 -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
James Kasten
0dddcd1ffa cleanup branch 2015-01-13 01:03:21 -08:00
James Kasten
ed94479775 Merge pull request #161 from ThomasWaldmann/fixes
some more little issues
2015-01-12 17:36:10 -08:00
Thomas Waldmann
97a4f27af6 remove redundant parentheses 2015-01-13 02:26:39 +01:00
Thomas Waldmann
0e2a4984b1 remove superfluous assignment 2015-01-13 02:22:24 +01:00
James Kasten
c091b9ac63 Merge pull request #160 from ThomasWaldmann/fixes
fix typos
2015-01-12 17:07:59 -08:00
Thomas Waldmann
541e006ad0 fix typos 2015-01-13 01:51:03 +01:00
Martijn Bastiaan
ba1ad6036c Cleaned Validator, implemented ocsp checking 2015-01-13 00:39:56 +01:00
Martijn Bastiaan
29a72cbd72 Added zope inheritance to interface 2015-01-13 00:39:17 +01:00
Martijn Bastiaan
afc40443f6 Forgot negation in if-statement checking for https 2015-01-12 21:18:14 +01:00
Martijn Bastiaan
c506480b64 Added basic validator 2015-01-12 19:03:03 +01:00