Commit graph

10174 commits

Author SHA1 Message Date
Jakub Warmuz
d2ef9ea552 virtualenv --no-site-packages
Now, that all packages are installable using setuptools,
`--system-site-packages` is no longer necessary, and it's better to use
saner `--no-site-packages`.
2014-11-22 02:53:48 +01:00
Jakub Warmuz
731727cb38 Install Augeas using setuptools 2014-11-22 02:52:03 +01:00
James Kasten
c7ac555a43 Fixed merge error 2014-11-21 17:15:03 -08:00
James Kasten
4c771ae32f Merged README to have both virtualenv and libssl-dev 2014-11-21 17:08:56 -08:00
James Kasten
032eb5ec1d fix dependency - Merge branch 'kuba-bugs/37' 2014-11-21 17:01:24 -08:00
James Kasten
45ef583a3c Merge pull request #51 from marcoscaceres/patch-1
Fixed typo
2014-11-21 16:21:37 -08:00
Jakub Warmuz
6fa555788e Clean augeas_configurator module. 2014-11-22 00:22:10 +01:00
Jakub Warmuz
3dbfa9b4cd More display module cleanups. 2014-11-22 00:22:10 +01:00
Jakub Warmuz
bc294cbe2c cert_info_{frame,string} method -> function (no-self-use) 2014-11-22 00:22:10 +01:00
Jakub Warmuz
233804aec2 gen_https method -> function (no-self-use) 2014-11-22 00:22:10 +01:00
Jakub Warmuz
6032eb6393 setDisplay -> set_display 2014-11-22 00:22:09 +01:00
Jakub Warmuz
9ff88c1c98 Clean display module. 2014-11-22 00:22:09 +01:00
Jakub Warmuz
6b7d0eaa9e Clean nginx_configurator module. 2014-11-22 00:22:09 +01:00
Jakub Warmuz
a449a8917e Clean crypto_util module. 2014-11-22 00:22:09 +01:00
Jakub Warmuz
e70c6cc65c Configurator restart quiet 2014-11-22 00:22:09 +01:00
Jakub Warmuz
bc6f0b4b6b Clean configurator module. 2014-11-22 00:22:09 +01:00
Jakub Warmuz
30c6c16fa8 Clean CONFIG module, use os.path. 2014-11-22 00:22:09 +01:00
Jakub Warmuz
b5462f8f88 Clean acme module. 2014-11-22 00:22:09 +01:00
Jakub Warmuz
0fcb2a056f Clean recovery_token_challenge module. 2014-11-22 00:22:09 +01:00
Jakub Warmuz
de555cec87 Clean challenge module. 2014-11-22 00:22:09 +01:00
Jakub Warmuz
123e64ff03 Clean validator module. 2014-11-22 00:22:09 +01:00
Jakub Warmuz
9cdb7dbae2 Fix pylint errors or comment unused invalid code.
augeas_configurator.py: E:220,12: Too many positional arguments for
function call (too-many-function-args)

client.py: E:628,18: Instance of 'Client' has no 'get_cas' member
(no-member)

interactive_challenge.py: E: 35,29: Instance of 'Interactive_Challenge'
has no 'reason' member (no-member)
2014-11-22 00:22:09 +01:00
Jakub Warmuz
a62c02a9cf Fix no-self-argument 2014-11-22 00:22:09 +01:00
Jakub Warmuz
d88eb92fbe Fix undefined-variable 2014-11-22 00:22:09 +01:00
Jakub Warmuz
de53f8e940 Clean up imports 2014-11-22 00:22:09 +01:00
Jakub Warmuz
aafcaa4ef8 Remove unnecessary executable bits 2014-11-22 00:21:17 +01:00
Jakub Warmuz
e4102e985b Get rid of abc 2014-11-22 00:21:17 +01:00
Marcos Caceres
2c818c6597 Fixed typo 2014-11-21 14:27:00 -08:00
James Kasten
cc693fbc20 Merge pull request #48 from kuba/virtualenv-setup
Virtualenv setup. Fixes #41.
2014-11-21 13:31:21 -08:00
James Kasten
d5b9ea2ce2 Merge pull request #46 from kuba/remove-gitmodules
Remove unnecessary gitmodules
2014-11-21 13:30:28 -08:00
James Kasten
14a01ad168 Merge pull request #50 from kuba/remove-sni_challenge-import
Remove sni_challenge import.
2014-11-21 10:40:22 -08:00
Jakub Warmuz
124af9c22b Remove sni_challenge import. 2014-11-21 18:39:14 +01:00
Jakub Warmuz
2a5364b3ce libssl-dev dep. Fixes #37. 2014-11-21 18:07:55 +01:00
Jakub Warmuz
3ce1679717 Virtualenv setup. Fixes $41. 2014-11-21 17:45:13 +01:00
Jakub Warmuz
3cfb34af16 Remove unnecessary gitmodules 2014-11-21 15:00:38 +01:00
James Kasten
ecff61a193 It is way too late... syntax fix... I am going to bed 2014-11-21 03:24:21 -08:00
James Kasten
971441fe2f Better fix for options-ssl.conf requirement 2014-11-21 03:18:37 -08:00
James Kasten
ad2078df37 Forgot to make options-ssl.conf part of the required setup... added code to check and copy it down to the appropriate place to aid developers working on the project, this will eventually go in the setup files 2014-11-21 01:36:42 -08:00
James Kasten
3853fa28c7 Added reference to Wiki documentation in README 2014-11-21 00:16:56 -08:00
James Kasten
5026e92142 Remove reference to old file in CONFIG 2014-11-21 00:10:53 -08:00
James Kasten
c1c6d24c32 Remove more legacy files, code references 2014-11-21 00:10:21 -08:00
James Kasten
c1f3a55d04 Add development mailing list to README 2014-11-20 18:56:19 -08:00
James Kasten
36027477b1 Push error message for send() function. This seems to be giving many people trouble 2014-11-20 16:48:39 -08:00
James Kasten
b779bb0461 specified ApacheConfigurator to enable rollback, --view-checkpoints 2014-11-20 16:02:57 -08:00
James Kasten
f64570c5db Merge branch 'configurator_refactor', Enable modular configuration
editing to support development for other webservers.
2014-11-20 15:43:31 -08:00
James Kasten
95fbf69206 Caught bug in display... referencing 0 instead of OK variable 2014-11-20 15:42:13 -08:00
James Kasten
e79b379e67 Enabled authentication under new system 2014-11-20 15:29:40 -08:00
James Kasten
bf393f78ab Changed client to use new form of challenges 2014-11-20 12:23:44 -08:00
James Kasten
d57dd9faee Move SNIChallenge into apache_configurator.py as the dvsni challenge should be a feature for the configurator 2014-11-20 03:47:35 -08:00
James Kasten
3b26f6c526 Add stub of nginx_configurator.py for another developer to work on if they desire 2014-11-20 02:39:11 -08:00