Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using int64_t together with printf %llu is not portable. Either add a | 2020-05-04 | 1 | -2/+2 | |
| | | | | | | | cast in the printf to unsigned long long or just use unsigned long long from the start. In this case it is better to switch the type. Similar changes had been done before. OK deraadt@ | ||||
* | Add support to output data in JSON. This is still work in progress and | 2020-05-02 | 1 | -0/+224 | |
the output structures may still change but it should be a good starting point for poeple to start playing with it. OK benno@, job@, deraadt@ |