| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
While it doesn't matter for calloc, it's easier on the eyes to always
list the number of elements first and then the size.
From Donovan Watteau ( contrib AT dwatteau.fr), Thanks!
|
| |
|
|
|
|
| |
challenge objects that the server hopefully provides.
input & OK deraadt
OK beck, benno
|
| |
|
|
|
| |
noticed by Matthew Martin
ok deraadt
|
| |
|
|
| |
ok deraadt
|
| |
|
|
|
|
|
|
|
|
|
| |
JSMN_ERROR_NOMEM.
We then need to allocate more tokens and call the parser with its
current state again. It will continue where it left of.
For this to work we also need to pass in the old tokens from the
previous run and not just more space.
Found the hard way by Renaud Allard.
OK millert
|
| |
|
|
|
| |
OK benno
Input & OK tb
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
(ACME)" to be able to talk to the v02 Let's Encrypt API.
With this acme-client(1) will no longer be able to talk to the v01
API. Users must change the api url in /etc/acme-client.conf to
https://acme-v02.api.letsencrypt.org/directory
Existing accounts (and certs of course) stay valid and after the url
change acme-client will be able to renew certs.
Tested by Renaud Allard and benno
Input & OK benno
|
| |
|
|
| |
ok florian@
|
| |
|
|
|
|
|
|
| |
directory call. This way we don't need to update the acme-client.conf
file every time it changes. Still parse the option, ignore and warn about
it for a release. Sysmerge should be able to handle the removal.
"nice" deraadt@
OK benno
|
| |
|
|
|
|
| |
Transformed with coccinelle.
Requested by and ok tb@
|
| |
|
|
| |
ok jsing
|
| |
|
|
|
|
|
|
|
| |
a comparison between the expression and the constant or enum. This
significantly improves readability.
Transformed with coccinelle.
Requested by deraadt@
|
| | |
|
| |
|
|
|
| |
than this.
ok florian
|
| |
|
|
| |
what purpose it was intended to serve.
|
| | |
|
| | |
|
|
|
OK to get it in deraadt@ (and probably beck@)
At least deraadt@, beck@ and otto@ are fine with the name and the
disagreements stopped.
|