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
/
main.c
Age
Commit message (
Expand
)
Author
2017-11-27
Deprecate agreement url config option and get the information from the
Florian Obser
2017-05-27
Use basename(3) instead of hand rolling it.
Florian Obser
2017-03-23
pull root check up, the parser will bomb out anyway
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
errx() does not need extra newline
Theo de Raadt
2017-01-24
Replace comparisons between a constant or enum and an expression, with
Joel Sing
2017-01-21
tweak previous;
Jason McIntyre
2017-01-21
move config data structures mostly to TAILQs, because that way we
Sebastian Benoit
2017-01-21
it is ok to only specify a full chain certificate
Florian Obser
2017-01-21
add option 'domain full chain certificate "path"',
Sebastian Benoit
2017-01-21
Implement domain chain certificate.
Florian Obser
2017-01-21
Split certificate file from config file into certdir and certfile.
Florian Obser
2017-01-21
Remove backup option. This is not acme-client's business; also it gets
Florian Obser
2017-01-21
We are only dealing with one domain on the command line
Florian Obser
2017-01-21
typo; ok benno
Florian Obser
2017-01-21
typo; ok benno
Florian Obser
2017-01-21
acme-client use configuration file [5 of 5]
Sebastian Benoit
2017-01-21
acme-client use configuration file [4 of 5]
Sebastian Benoit
2017-01-21
acme-client use configuration file [3 of 5]
Sebastian Benoit
2017-01-21
acme-client use configuration file [2 of 5]
Sebastian Benoit
2017-01-21
acme-client use configuration file [1 of 5]
Sebastian Benoit
2016-09-18
add a config file parser to acme-client (unused at the moment, so that
Sebastian Benoit
2016-09-13
A small amount more KNF to make this easier on our eyes. Not going further
Theo de Raadt
2016-09-13
hoist local variable initialization directly into the definitions,
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
update usage(); pointed out by jmc@
Florian Obser
2016-09-01
Implement table driven selection to which ACME authorities we can
Florian Obser
2016-09-01
we don't have config.h
Florian Obser
2016-09-01
line wrap usage
Theo de Raadt
2016-09-01
Collapse krazy abstractions for other sandbox models, using chroot and
Theo de Raadt
2016-09-01
knf
Sebastian Benoit
2016-08-31
whitespace
Sebastian Benoit
2016-08-31
revoke -> revocate, to avoid alias
Theo de Raadt
2016-08-31
store files in directories called acme
Florian Obser
2016-08-31
Import Kristaps' letskencrypt and call it acme-client in tree.
Florian Obser