index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
acme-client
/
json.c
Age
Commit message (
Expand
)
Author
2020-09-14
We need to be able to provide contact information to use the
Florian Obser
2020-09-14
Report what's wrong when account creation fails instead of a generic
Florian Obser
2020-06-07
whitespace
Florian Obser
2020-06-07
Swap arguments of calloc(3).
Florian Obser
2020-05-10
In case the order fails print the human readable reason from the
Florian Obser
2020-01-22
use the correct length to allocate the right amount, broken by previous.
Ted Unangst
2020-01-22
set array length after allocation succeeds so free path doesn't deref null.
Ted Unangst
2019-06-18
When the parser detects that it needs more tokens it returns
Florian Obser
2019-06-17
Implement elliptic curve account keys.
Florian Obser
2019-06-07
Implement RFC 8555 "Automatic Certificate Management Environment
Florian Obser
2019-01-31
make struct chng.status a enum for readability.
Sebastian Benoit
2017-11-27
Deprecate agreement url config option and get the information from the
Florian Obser
2017-01-24
Make returns consistent and remove parentheses per style(9).
Joel Sing
2017-01-24
Complete jsing's coccinelle cleanup... by hand
Theo de Raadt
2017-01-24
Replace comparisons between a constant or enum and an expression, with
Joel Sing
2016-09-13
convert some ifs to switches. ok millert tb
Ted Unangst
2016-09-13
A small amount more KNF to make this easier on our eyes. Not going further
Theo de Raadt
2016-09-13
Inconsistant use of case (value): idiom drives me nuts, I have no idea
Theo de Raadt
2016-09-01
we don't have config.h
Florian Obser
2016-08-31
whitespace
Sebastian Benoit
2016-08-31
Import Kristaps' letskencrypt and call it acme-client in tree.
Florian Obser