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

10392 Commits

Author SHA1 Message Date
Seth Schoen
ed9a02af65 only schedule sessions for testing if they aren't already scheduled for testing 2012-10-05 17:47:54 -07:00
Seth Schoen
9cebf1e268 make the client actually send completedchallenge 2012-10-05 14:44:02 -07:00
Seth Schoen
f404be638c Merge branch 'master' into nonpolling 2012-10-05 14:26:08 -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
Seth Schoen
b4eaf10a49 poll_interval variable to control frequency of client requests 2012-10-03 12:33:55 -07:00
Seth Schoen
0fa26c1cf3 push notification implementation with one-shot lock 2012-10-03 12:29:14 -07: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
ecf4da94d6 Merge branch 'master' of github.com:research/chocolate 2012-09-04 15:03:45 -04:00
James Kasten
a303265885 Breaking client into logical functions 2012-09-04 15:03:12 -04:00
Seth Schoen
7c486c7c63 Pythonic, not LISPy, naming 2012-08-31 15:45:04 -07:00
Seth Schoen
da59639b8b organize exit nodes by country 2012-08-31 15:43:43 -07: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
137af17c09 Merge branch 'master' of github.com:research/chocolate 2012-08-31 15:12:53 -04:00
James Kasten
03f53791cd Changed configurator over to logger 2012-08-31 15:09:32 -04:00
Seth Schoen
d6d55e159b and my cached-consensus exit geography parser 2012-08-31 11:42:29 -07:00
Seth Schoen
2731f85032 (old) partial upstream pygeoip (LGPLv3) 2012-08-31 11:41:53 -07: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
7aacf0a5f2 Merge branch 'master' of github.com:research/chocolate 2012-08-20 20:59:31 -04:00
James Kasten
813bf783f2 First attempt at incorporating vhost redirect into client 2012-08-20 20:58:39 -04:00
Seth Schoen
985652be87 script to hash factorable moduli and store them in the blacklist 2012-08-20 15:40:54 -07:00
James Kasten
a361cae9e3 Changed to redirect_all to use mod_rewrite 2012-08-17 17:19:21 -04:00
James Kasten
5f39b7b437 Made redirect_all_ssl able to create a port 80 host if necessary 2012-08-17 17:08:54 -04:00
James Kasten
322622f55e Made chain and cert files go into the appropriate directories 2012-08-16 17:23:28 -04:00
James Kasten
6bf01a75d6 corrected config revert 2012-08-16 17:11:41 -04:00
James Kasten
29ec7859f4 Added recovery code for configurator in case of error or incomplete program execution 2012-08-16 16:25:26 -04:00
James Kasten
d581138b57 Made chmod transactional with creation of files/folders 2012-08-15 19:38:36 -04:00
James Kasten
7548e7e363 Changed to secure unique_file function 2012-08-15 19:15:28 -04:00
James Kasten
b82653ebf8 Changed all if curses: shower.add else print... to new function, output(string) 2012-08-15 16:36:56 -04:00