summaryrefslogtreecommitdiff
path: root/usr.sbin/acme-client/main.c
AgeCommit message (Expand)Author
2017-11-27Deprecate agreement url config option and get the information from theFlorian Obser
2017-05-27Use basename(3) instead of hand rolling it.Florian Obser
2017-03-23pull root check up, the parser will bomb out anywayFlorian Obser
2017-01-24Make returns consistent and remove parentheses per style(9).Joel Sing
2017-01-24Complete jsing's coccinelle cleanup... by handTheo de Raadt
2017-01-24errx() does not need extra newlineTheo de Raadt
2017-01-24Replace comparisons between a constant or enum and an expression, withJoel Sing
2017-01-21tweak previous;Jason McIntyre
2017-01-21move config data structures mostly to TAILQs, because that way weSebastian Benoit
2017-01-21it is ok to only specify a full chain certificateFlorian Obser
2017-01-21add option 'domain full chain certificate "path"',Sebastian Benoit
2017-01-21Implement domain chain certificate.Florian Obser
2017-01-21Split certificate file from config file into certdir and certfile.Florian Obser
2017-01-21Remove backup option. This is not acme-client's business; also it getsFlorian Obser
2017-01-21We are only dealing with one domain on the command lineFlorian Obser
2017-01-21typo; ok bennoFlorian Obser
2017-01-21typo; ok bennoFlorian Obser
2017-01-21acme-client use configuration file [5 of 5]Sebastian Benoit
2017-01-21acme-client use configuration file [4 of 5]Sebastian Benoit
2017-01-21acme-client use configuration file [3 of 5]Sebastian Benoit
2017-01-21acme-client use configuration file [2 of 5]Sebastian Benoit
2017-01-21acme-client use configuration file [1 of 5]Sebastian Benoit
2016-09-18add a config file parser to acme-client (unused at the moment, so thatSebastian Benoit
2016-09-13A small amount more KNF to make this easier on our eyes. Not going furtherTheo de Raadt
2016-09-13hoist local variable initialization directly into the definitions,Theo de Raadt
2016-09-13Inconsistant use of case (value): idiom drives me nuts, I have no ideaTheo de Raadt
2016-09-01update usage(); pointed out by jmc@Florian Obser
2016-09-01Implement table driven selection to which ACME authorities we canFlorian Obser
2016-09-01we don't have config.hFlorian Obser
2016-09-01line wrap usageTheo de Raadt
2016-09-01Collapse krazy abstractions for other sandbox models, using chroot andTheo de Raadt
2016-09-01knfSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31revoke -> revocate, to avoid aliasTheo de Raadt
2016-08-31store files in directories called acmeFlorian Obser
2016-08-31Import Kristaps' letskencrypt and call it acme-client in tree.Florian Obser