summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Always store and return root certificate (closes CATLFISH-55).Linus Nordberg2015-08-031-8/+7
|
* Add info about 'make check'.Linus Nordberg2015-08-031-0/+4
|
* [tests] Verify that primary and secondary merge nodes have the same data.Linus Nordberg2015-07-311-0/+2
|
* Set verifiedsize after merge backup is verifiedMagnus Ahltorp2015-07-312-1/+19
|
* Preliminary merge secondary support. Change merge db to lowercase.Magnus Ahltorp2015-07-316-45/+240
|
* Update NEWS.Linus Nordberg2015-06-121-0/+4
|
* Improve merge progress reportingMagnus Ahltorp2015-06-121-44/+79
|
* Implement rate limiting of add_chainMagnus Ahltorp2015-06-125-27/+156
|
* Don't answer public requests if STH is too old or nonexistentMagnus Ahltorp2015-06-123-0/+32
|
* Removed python 2.6 SSL workaroundMagnus Ahltorp2015-06-101-19/+5
| | | | | On certain errors from the web server, the workaround was called even though 2.7 was used. The workaround doesn't parse URL:s correctly.
* Don't exit on signing errorMagnus Ahltorp2015-06-101-1/+1
|
* Update NEWS.md.Linus Nordberg2015-06-101-0/+5
|
* [verifycert] Follow version number change in plop.Linus Nordberg2015-06-101-1/+1
|
* Remove unused temporary variable.Linus Nordberg2015-06-101-9/+7
|
* Add verification of whole entry. Implement library call for plop verification.Magnus Ahltorp2015-06-103-11/+49
|
* Add a dependency for running tests.Linus Nordberg2015-06-101-0/+3
|
* Merge remote-tracking branch 'refs/remotes/john/https_get_for_old_python'Linus Nordberg2015-06-011-6/+48
|\
| * Added a https get function for old pythonJohn Van de Meulebrouck Brendgard2015-05-221-6/+48
| |
* | Merge remote-tracking branch 'refs/remotes/map/fsynclogorder'Linus Nordberg2015-05-294-3/+14
|\ \
| * | Fsync logorder in mergefsynclogorderMagnus Ahltorp2015-05-221-0/+6
| | | | | | | | | | | | Closes CATLFISH-46
| * | Don't require --publickey, but print better error message.check-sth3Magnus Ahltorp2015-05-223-3/+8
| |/
* | Moving docker stuff to its own repo (catlfish-dockerfiles).Linus Nordberg2015-05-229-228/+0
|/
* Run check-sth.py in testscheck-sth2Magnus Ahltorp2015-05-221-0/+3
|
* Add --quiet-ok.Linus Nordberg2015-05-211-1/+3
|
* Make publickey a mandatory argument.Linus Nordberg2015-05-211-2/+2
|
* Use parser metavar.Linus Nordberg2015-05-201-2/+3
|
* Add consistency proof and signature checkingcheck-sthMagnus Ahltorp2015-05-201-38/+60
|
* [docker] Generate HiddenServicePort from $BACKEND_PORT.Linus Nordberg2015-05-191-1/+9
|
* [docker] Parameterise HiddenServicePort in torrc generation.Linus Nordberg2015-05-181-1/+3
|
* Print base16 of root hash instead of base64.Linus Nordberg2015-05-151-4/+4
|
* Say "UTC" when printing dates.Linus Nordberg2015-05-151-2/+2
|
* Handle all dates as UTC.Linus Nordberg2015-05-151-5/+13
| | | | | | Because timezones, how do they work? Also, print the actual tree head when reporting an old STH.
* Keep both current and previous STH's in files.Linus Nordberg2015-05-141-20/+58
|
* Add check-sth.py.Linus Nordberg2015-05-121-0/+67
|
* [docker] Handle version numbers containgin dashes correctly in start.sh.Linus Nordberg2015-05-111-1/+1
|
* Bump version and update NEWS.Linus Nordberg2015-05-114-3/+14
|
* Fix CATLFISH-45.Linus Nordberg2015-05-111-6/+4
| | | | https://project.nordu.net/browse/CATLFISH-45
* Remove unused file.Linus Nordberg2015-05-061-36/+0
|
* Rename html/2 to err400/2.Linus Nordberg2015-05-061-17/+17
|
* Dialyzer clean.Linus Nordberg2015-05-064-20/+28
|
* [tools] Require precerttools to be imported successfully.Linus Nordberg2015-04-252-4/+4
| | | | | submitcert.py would fail mysteriously when finding a precert and python-pyasn1 wasn't installed.
* Ready for catlfish-0.7.0.Linus Nordberg2015-04-254-3/+10
|
* [docker] Change order of arguments to start.sh.Linus Nordberg2015-04-251-3/+10
| | | | | | NOTE: This is an incompatible change. Second argument, after role, is now the database path for merge. Erlang base dir is now the third argument
* [merge] Print current time after merge has finished.Linus Nordberg2015-04-251-0/+1
| | | | Sometimes it's interesting to know how long time a merge took.
* Merge branch 'mergesecondary'Linus Nordberg2015-04-236-63/+142
|\
| * Merge branch 'mergesecondary' of https://git.nordu.net/user/map/catlfish ↵Linus Nordberg2015-04-234-13/+26
| |\ | | | | | | | | | into mergesecondary
| | * Don't require logprivatekey if hsm is configured for a signing node.mergesecondaryMagnus Ahltorp2015-04-232-10/+16
| | |
| | * Add remote script for merge secondaryMagnus Ahltorp2015-04-232-3/+10
| | |
| * | Fix copyright notes.Linus Nordberg2015-04-232-2/+2
| |/
| * Add support for merge secondariesMagnus Ahltorp2015-04-233-53/+119
| |