Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `--maxcerts' argument to submitcert.py.HEADmaster | Linus Nordberg | 2017-10-26 | 1 | -0/+4 |
| | | | | Patch by Magnus Ahltorp from map/submission-fix. | ||||
* | Retry submission when server replies with 429 Too Many Requests. | Linus Nordberg | 2017-10-26 | 1 | -18/+26 |
| | | | | Patch by Magnus Ahltorp from map/submission-fix. | ||||
* | Submit certificates on the same http session. | Linus Nordberg | 2017-10-26 | 1 | -4/+12 |
| | | | | Patch by Magnus Ahltorp from map/submission-fix. | ||||
* | Add descriptions to log node configuration man page | Magnus Ahltorp | 2017-09-19 | 1 | -32/+49 |
| | |||||
* | Add install target. | Linus Nordberg | 2017-09-06 | 3 | -8/+14 |
| | | | | | Make default PREFIX absolute, for being useful in subdirectories too. Stop rm -rf $(INSTDIR), for being less dangerous. | ||||
* | Use full INSTDIR; Add kernel name (system) to filename | Linus Nordberg | 2017-09-06 | 1 | -4/+4 |
| | | | | | Also, use '_' for separating catlfish version and target OS+arch instead of '.'. | ||||
* | Add missing hsm/*. | Linus Nordberg | 2017-09-05 | 1 | -1/+5 |
| | |||||
* | Add 'dist' target. | Linus Nordberg | 2017-09-05 | 2 | -0/+16 |
| | |||||
* | Add descriptions to log configuration man page | Magnus Ahltorp | 2017-07-26 | 1 | -26/+47 |
| | |||||
* | Output optional and defaults to configuration man page | Magnus Ahltorp | 2017-07-26 | 5 | -24/+33 |
| | |||||
* | Allow optional reading only for optional configuration keys | Magnus Ahltorp | 2017-07-26 | 7 | -15/+35 |
| | | | | | Add storage-sign-quorum-size configuration key. Add default for dbbackend configuration key. | ||||
* | Remove erroneous 'filedb' db name from python merge | Magnus Ahltorp | 2017-07-26 | 5 | -5/+5 |
| | |||||
* | Use centralized config parsing in initlog.py | Magnus Ahltorp | 2017-07-26 | 2 | -28/+22 |
| | |||||
* | Change paths/mergedb to paths/db in local config | Magnus Ahltorp | 2017-07-25 | 16 | -27/+17 |
| | | | | Remove unused config variable paths/publickeys | ||||
* | Allow unknown configuration keys, but warn | Magnus Ahltorp | 2017-07-20 | 1 | -20/+23 |
| | | | | check_config_schema: collect errors and warnings, and only exit if there are any errors | ||||
* | Added formalized config defaults | Magnus Ahltorp | 2017-07-18 | 3 | -77/+97 |
| | | | | | Refactor reading of config Move config schemas to separate file | ||||
* | Automatic generation of config man page skeleton | Magnus Ahltorp | 2017-07-06 | 6 | -3/+457 |
| | |||||
* | Verify config files against schema | Magnus Ahltorp | 2017-07-06 | 2 | -7/+133 |
| | |||||
* | Replace 'localnodes' config with 'nodename' | Magnus Ahltorp | 2017-07-06 | 10 | -59/+39 |
| | | | | Also some cleanup | ||||
* | Add manpage documentation skeleton. | Linus Nordberg | 2017-07-06 | 4 | -0/+86 |
| | |||||
* | Added benchmark reporting. | Magnus Ahltorp | 2017-07-06 | 3 | -5/+58 |
| | | | | Change timing_point to time.time interface. | ||||
* | Return raw content of reply when Content-Type is application/octet-stream. | Linus Nordberg | 2017-06-21 | 1 | -1/+4 |
| | | | | Keep returning decoded text for any other Content-Type. | ||||
* | Verify raw content of auth header instead of decoded text. | Linus Nordberg | 2017-06-21 | 1 | -1/+1 |
| | | | | | | | The decoded text representation is an educated guess by the Requests package. Patch by Magnus Ahltorp. | ||||
* | Add point releases to NEWS file. | Linus Nordberg | 2017-04-27 | 1 | -0/+16 |
| | |||||
* | Add a news entry for CATLFISH-102. | Linus Nordberg | 2017-03-17 | 1 | -0/+4 |
| | |||||
* | Only use more than 4 fsync processes when using fsdb | Magnus Ahltorp | 2017-03-16 | 1 | -0/+4 |
| | |||||
* | Add NEWS entry for statusserver. | Linus Nordberg | 2017-03-15 | 1 | -0/+2 |
| | |||||
* | Fix errors in perftest | Magnus Ahltorp | 2017-03-15 | 1 | -4/+4 |
| | |||||
* | Added heartbeat service. Add source. | Magnus Ahltorp | 2017-03-15 | 2 | -5/+10 |
| | |||||
* | Rename to statusserver | Magnus Ahltorp | 2017-03-15 | 9 | -44/+73 |
| | |||||
* | Statusserver | Magnus Ahltorp | 2017-03-15 | 7 | -12/+111 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/map/refactor-tests' | Linus Nordberg | 2017-03-09 | 25 | -141/+340 |
|\ | |||||
| * | Correct paths and change test cert | Magnus Ahltorp | 2017-03-02 | 1 | -3/+3 |
| | | |||||
| * | Handle unreachable storage nodes | Magnus Ahltorp | 2017-03-02 | 1 | -8/+15 |
| | | |||||
| * | Refactor tests | Magnus Ahltorp | 2017-03-02 | 24 | -133/+325 |
| | | |||||
* | | Merge branch 'CATLFISH-98' | Linus Nordberg | 2017-03-08 | 2 | -2/+12 |
|\ \ | |||||
| * | | Allow 10MB of POST body.CATLFISH-98 | Linus Nordberg | 2017-03-08 | 2 | -2/+8 |
| | | | |||||
| * | | Return HTTP code 413 when body in POST is too large. | Linus Nordberg | 2017-03-03 | 1 | -0/+4 |
| |/ | |||||
* | | Add 'spt_data' to storage node config. | Linus Nordberg | 2017-03-03 | 1 | -0/+2 |
|/ | | | | Unbreak support for running frontend and storage in separate nodes. | ||||
* | Merge branch 'map-storage-signature' | Linus Nordberg | 2017-03-01 | 4 | -31/+106 |
|\ | | | | | | | | | Conflicts: NEWS.md | ||||
| * | Add a NEWS entry. | Linus Nordberg | 2017-03-01 | 1 | -0/+11 |
| | | |||||
| * | Add an embryo for system documentation. | Linus Nordberg | 2017-02-28 | 1 | -0/+41 |
| | | | | | | | | Trying ot document the add-chain process. | ||||
| * | Rename a couple functions and variables; add two comments. | Linus Nordberg | 2017-02-28 | 1 | -10/+15 |
| | | |||||
| * | Support requirement that storage servers sign stored entries | Magnus Ahltorp | 2017-02-17 | 2 | -30/+50 |
| | | | | | | | | | | | | | | | | Make SCT cache mandatory. The signature server now requires signatures from the storage nodes, so if SCT is not present in the cache, always send entries to storage servers to collect signatures. Also send SCT when committing entry to storage servers. | ||||
* | | Look for root last in list, not anywhere in list. | Linus Nordberg | 2017-02-27 | 1 | -36/+36 |
| | | | | | | | | | | | | | | | | Even if verify_chain() should not return a root cert that is not last in the chain, the code is now less confusing to read. Also, rename normalise_chain/3 to verify_chain to reflect what it actually does. | ||||
* | | Update NEWS. | Linus Nordberg | 2017-02-25 | 1 | -0/+10 |
| | | |||||
* | | Don't store root cert twice when included in submission. | Linus Nordberg | 2017-02-25 | 1 | -9/+12 |
| | | | | | | | | Closes CATLFISH-96. | ||||
* | | Do test public interface for normalise_chain/2. | Linus Nordberg | 2017-02-25 | 1 | -12/+12 |
| | | | | | | | | Catches CATLFISH-96. | ||||
* | | Bump version number. | Linus Nordberg | 2017-02-21 | 3 | -5/+5 |
|/ | |||||
* | Replace use of nc(1) in getconfig.sh with new plopcontrol.py. | Linus Nordberg | 2017-02-16 | 2 | -3/+38 |
| |