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
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
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
James Kasten
24a8c3dd40
Merge branch 'crypto_util_test' of git://github.com/kuba/lets-encrypt-preview into kuba-crypto_util_test
2014-12-14 04:24:28 -08:00
James Kasten
89ee6971eb
Fix import grouping
2014-12-14 03:15:19 -08:00
James Kasten
d53889b617
Fixed up remaining pylint errors
2014-12-14 02:51:17 -08:00
James Kasten
52555c2337
Integrate rising test coverage requirement
2014-12-13 22:42:47 -08:00
James Kasten
a74bc582ff
Add unit test for challenge_util
2014-12-12 18:03:18 -08:00
James Kasten
00eedfbfda
Merge pull request #128 from kuba/docs
...
docs: logger -> log
2014-12-12 12:11:14 -08:00
Jakub Warmuz
308ec688b1
docs: logger -> log
2014-12-12 11:24:33 +01:00
Jakub Warmuz
44a050a061
Add tests for make_key
2014-12-12 11:18:44 +01:00
Jakub Warmuz
ccfeef3e8e
Add tests for b64_cert_to_pem
2014-12-12 11:11:02 +01:00
Jakub Warmuz
0b7121341f
Remove csr_matches_names.
...
c.f. #127 and
https://github.com/letsencrypt/lets-encrypt-preview/pull/127#discussion-diff-21613376
2014-12-12 10:37:57 +01:00
Jakub Warmuz
40837e9d56
More tests for crypto_util
2014-12-12 10:37:34 +01:00
Jakub Warmuz
a6da3f2c89
Merge remote-tracking branch 'github/letsencrypt/master' into crypto_util_test
2014-12-11 18:50:30 +01:00
James Kasten
cc73f09745
Refactor dvsni challenge to allow other configurators to reuse code
2014-12-11 03:42:15 -08:00
James Kasten
053c6992ef
Merge pull request #126 from kuba/logging
...
Refactor logging, "pythonic" DialogHandler
2014-12-10 18:30:51 -08:00
Jakub Warmuz
d628afab06
Merge branch 'logging' into crypto_util_test
2014-12-10 23:22:33 +01:00
Jakub Warmuz
b3062f7bc3
Merge remote-tracking branch 'github/letsencrypt/master' into logging
...
Conflicts:
letsencrypt/client/tests/apache_configurator_test.py
2014-12-10 23:15:32 +01:00
James Kasten
6b9c2a5c5e
Merge pull request #125 from kuba/pr/117
...
Clean up after #117 , fixes #123
2014-12-10 13:40:03 -08:00
James Kasten
99e1ba9c89
Merge pull request #124 from kuba/fix-manifest
...
Fix MANIFEST.in recursive-include
2014-12-10 12:54:04 -08:00
Jakub Warmuz
417d398a13
wording
2014-12-10 18:50:54 +01:00
Jakub Warmuz
a0a81bf533
More coverage for crypto_util
2014-12-10 17:07:12 +01:00
Jakub Warmuz
2322266b98
Export RSA key to file
2014-12-10 16:00:51 +01:00
Jakub Warmuz
d102c8be12
Add tests for create_sig
2014-12-10 15:40:11 +01:00
Jakub Warmuz
3f9ddd03d2
Simpler log_test
2014-12-10 15:19:04 +01:00
Jakub Warmuz
7e0cee00b2
Refactor logging, "pythonic" DialogHandler
2014-12-10 15:12:50 +01:00
Jakub Warmuz
3a29e55bf7
Accept names in VH.__init__
2014-12-10 14:31:43 +01:00
Jakub Warmuz
ec71dbcc0f
Remove MyPopen
2014-12-10 14:21:55 +01:00
Jakub Warmuz
e9871fe88b
clean apache_configurator_test, fixes #123
2014-12-10 14:00:23 +01:00
Jakub Warmuz
4c55cdc255
Remove unecessary whitespace in apache_configurator
2014-12-10 13:19:11 +01:00
Jakub Warmuz
37bda00e36
Do not disable pylint no-member in acme.
...
https://github.com/letsencrypt/lets-encrypt-preview/pull/117#discussion_r21537130
2014-12-10 13:18:17 +01:00
Jakub Warmuz
8171b5e9fb
Fix MANIFEST.in recursive-include
...
reading manifest template 'MANIFEST.in'
warning: manifest_maker: MANIFEST.in, line 4: unknown action 'recursive'
2014-12-10 12:34:42 +01:00