Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make returns consistent and remove parentheses per style(9). | 2017-01-24 | 1 | -2/+2 | |
| | | | | | | Transformed with coccinelle. Requested by and ok tb@ | ||||
* | nuke extra brackets. discussed with jsing | 2017-01-24 | 1 | -3/+3 | |
| | |||||
* | Replace comparisons between a constant or enum and an expression, with | 2017-01-24 | 1 | -2/+2 | |
| | | | | | | | | | a comparison between the expression and the constant or enum. This significantly improves readability. Transformed with coccinelle. Requested by deraadt@ | ||||
* | convert some ifs to switches. ok millert tb | 2016-09-13 | 1 | -4/+9 | |
| | |||||
* | Use b64_ntop instead of adding yet another base implementation of base64 | 2016-09-01 | 1 | -70/+4 | |
| | | | | | | encoding to base. Tweaked version of a diff by florian. ok florian | ||||
* | we don't have config.h | 2016-09-01 | 1 | -4/+1 | |
| | |||||
* | whitespace | 2016-08-31 | 1 | -5/+5 | |
| | |||||
* | whitespace cleanup | 2016-08-31 | 1 | -8/+9 | |
| | |||||
* | Import Kristaps' letskencrypt and call it acme-client in tree. | 2016-08-31 | 1 | -0/+130 | |
OK to get it in deraadt@ (and probably beck@) At least deraadt@, beck@ and otto@ are fine with the name and the disagreements stopped. |