1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Commit Graph

87 Commits

Author SHA1 Message Date
James Kasten
f00a668e38 modify client hashcash parameter to be reasonable 2012-11-16 16:45:29 -05:00
James Kasten
bc024d02c5 minor payment challenge protocol fixes 2012-11-16 16:34:34 -05:00
James Kasten
a5791f0f8d Modified client conform to new payment challenge protocol 2012-11-16 15:41:33 -05:00
James Kasten
ea994a4052 Added interactive challenge client-side code 2012-11-14 17:52:08 -05:00
James Kasten
dc1f0bef16 offerings formatted to fit on screen 2012-11-07 22:30:37 -05:00
James Kasten
85c0d141f7 now client reads CA offerings from dot file 2012-11-07 22:13:14 -05:00
James Kasten
e1c737e9d9 Payment challenge redo was merged into perform based on execution count 2012-11-07 17:00:32 -05:00
James Kasten
f420b07b9a Merge branch 'master' of github.com:research/chocolate 2012-11-07 14:36:43 -05:00
James Kasten
1692776be9 begin to handle clientside payment, documentation added for configurator 2012-11-07 14:35:51 -05:00
Seth Schoen
12d8d34672 Merge branch 'nonpolling' 2012-11-05 12:36:35 -08:00
James Kasten
8ef69f0c6b rough skeleton of the client payment challenge class 2012-11-01 02:20:05 -04:00
Seth Schoen
8f9f2b1374 Merge branch 'master' into nonpolling 2012-10-24 23:39:38 -07:00
Seth Schoen
ef7489d080 warning: we apparently need to replace urllib2 2012-10-24 23:38:00 -07:00
Seth Schoen
83de53725c Merge branch 'master' of ssh://github.com/research/chocolate 2012-10-24 23:34:09 -07:00
Seth Schoen
581c362d97 warning: we apparently need to replace urllib2 2012-10-24 23:33:45 -07:00
James Kasten
9d346ee246 Changed apache reload to more consistent apache restart 2012-10-24 18:55:39 -04:00
James Kasten
08ed76da82 Changed apache reload to more consistent apache restart 2012-10-24 18:54:19 -04:00
Seth Schoen
6fc950f28c TODO on telling server when challenges couldn't be met 2012-10-18 17:29:15 -07:00
Seth Schoen
90944557bf update client to send hashcash per-name 2012-10-10 17:19:00 -07:00
Seth Schoen
9cebf1e268 make the client actually send completedchallenge 2012-10-05 14:44:02 -07:00
James Kasten
76ebb1a414 Added display_checkpoints 2012-10-05 14:07:24 -04:00
James Kasten
20e41fab14 Only create a checkpoint if changes are made to files 2012-10-04 16:20:48 -04:00
James Kasten
592f5f80d0 Added checkpointing and rollback feature for configuration 2012-10-04 15:34:38 -04:00
James Kasten
2830a65f69 Fixed and tested object oriented challenge setup 2012-09-04 23:36:10 -04:00
James Kasten
3a2fca1961 Added base challenge class, converted sni_challenge to class, client uses challenge factory and generic perform, cleanup functions 2012-09-04 23:14:36 -04:00
James Kasten
d4cd1c22e6 Fixed function variables... 2012-09-04 15:30:10 -04:00
James Kasten
a303265885 Breaking client into logical functions 2012-09-04 15:03:12 -04:00
James Kasten
a9f273ce0b cleaned up create_redirect_host() 2012-08-31 17:00:17 -04:00
James Kasten
f218b3d909 Added import logger into configurator 2012-08-31 15:19:02 -04:00
James Kasten
03f53791cd Changed configurator over to logger 2012-08-31 15:09:32 -04:00
James Kasten
489dd7f923 logger cleanup 2012-08-30 18:48:25 -04:00
James Kasten
aee1573b17 Changed client from output() to logger() 2012-08-30 18:41:04 -04:00
James Kasten
00eeda32b2 Merge branch 'master' of github.com:research/chocolate 2012-08-30 00:41:13 -04:00
James Kasten
34bf5d3229 Added fix to specific 0.10.0 libaugeas0 .load() bug where excl "*..." -> "/*..." 2012-08-30 00:40:53 -04:00
Eric
cd33eda072 logger supports a simple Ncurses logger now (python dependency python-dialog) 2012-08-29 20:26:26 -04:00
Eric
b9bc0af411 Merge branch 'master' of github.com:research/chocolate 2012-08-29 19:34:42 -04:00
Eric
f673425fa3 added simple logging library and example usage at the end (is this really different from python logging?) 2012-08-29 19:34:36 -04:00
James Kasten
d545501189 Fixed augeas exclusion globs 2012-08-29 19:20:34 -04:00
James Kasten
e0d6b830c3 Commented line 2012-08-29 01:06:04 -04:00
James Kasten
67dbb34236 removed debug printing 2012-08-29 01:00:21 -04:00
James Kasten
641dc61694 Fixing Augeas defined add_tranform bug 2012-08-29 00:46:50 -04:00
James Kasten
e801a5e82c Changed redirect_ssl return values 2012-08-28 23:19:26 -04:00
James Kasten
5ce632b03d Fixed several TODOs, added more support for renewals 2012-08-28 21:34:21 -04:00
James Kasten
f514abe664 Fixed restart function 2012-08-23 17:14:19 -04:00
James Kasten
d72ffcd992 Added a few functions useful for renewal, added some error support for apache restart 2012-08-23 17:10:35 -04:00
James Kasten
71bc54a411 Added check for mod_rewrite before redirection in client 2012-08-20 22:05:46 -04:00
James Kasten
321479ff59 Try to redirect on *:80/*:* if redirect is requested for _default_:443 host 2012-08-20 21:56:05 -04:00
James Kasten
a48bf52265 Fixed a few redirect errors from ec2 client/ca testing 2012-08-20 21:29:01 -04:00
James Kasten
813bf783f2 First attempt at incorporating vhost redirect into client 2012-08-20 20:58:39 -04:00
James Kasten
a361cae9e3 Changed to redirect_all to use mod_rewrite 2012-08-17 17:19:21 -04:00