summaryrefslogtreecommitdiff
path: root/tools/storagegc.py
Commit message (Collapse)AuthorAgeFilesLines
* Only allow optional reading of optional configuration keysMagnus Ahltorp2017-07-261-1/+1
| | | | | Add storage-sign-quorum-size configuration key. Add default for dbbackend configuration key.
* Verify config file signatureMagnus Ahltorp2017-02-011-3/+4
| | | | | Read log key from config file in more places. Check STH signature in storagegc.py
* Update copyright headers.Linus Nordberg2017-01-121-1/+1
|
* Remove offending use of datetime.now().Linus Nordberg2016-12-051-3/+0
| | | | | | | | | | I don't really understand why this happens but I wonder if it might be because we 'from datetime import datetime' twice through the wildcard inclusion of certtools. Should stop do wildcard include and instead do from certtools import create_ssl_context, get_sth, get_proof_by_hash, verify_inclusion_proof, write_file
* Do import datetime even more.Linus Nordberg2016-11-251-1/+2
|
* Merge remote-tracking branch 'refs/remotes/map/storagegc2'Linus Nordberg2015-08-241-3/+22
|\
| * Use paths/public_cacertfile config variable for public https certstoragegc2Magnus Ahltorp2015-08-241-1/+1
| |
| * storagegc: start from lastverifiednewentry and write file periodicallyMagnus Ahltorp2015-08-231-2/+21
| |
* | Correct copyright year.Linus Nordberg2015-08-211-1/+1
|/
* Added storage gc scriptstoragegcMagnus Ahltorp2015-07-311-0/+66