summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acme-client/parse.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* somehow yacc pieces got missed from the "domain name" commit; add them.sthen2020-05-161-2/+3
* Allow to have multiple domain ... {} sextions with the same domainbenno2020-05-101-6/+23
* make -n stop after parsing the config.benno2019-12-271-3/+7
* Implement elliptic curve account keys.florian2019-06-171-3/+5
* Print domain key type in config test mode (-n).florian2019-06-151-2/+17
* Track key type (RSA or ECDSA) in an enum and clean up a bit while here.florian2019-06-141-9/+7
* use acme-client to sign certificated with ecdsa keysgilles2019-06-121-3/+16
* Remove A and D flag, they are superfluous.florian2019-06-081-7/+7
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* add an extra check for existing "api ..." line in the config.benno2019-01-291-2/+11
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* return is not a function and if (x) -> if (x != NULL)benno2018-08-031-61/+61
* fix error messages from earlier syntax changebenno2018-08-031-3/+3
* correct an error message, from Ross L Richardsonbenno2018-08-031-2/+2
* remove extra space in output; from Ross L Richardsonderaadt2018-07-291-3/+3
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-8/+8
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-5/+5
* Be consistent in warn() and log_warn() usage whenkrw2018-07-081-2/+2
* Fix an off-by-one line count when using include statements.denis2018-06-171-47/+78
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* We warned long enough, also sysmerge(8) should have handled theflorian2018-04-081-8/+3
* Deprecate agreement url config option and get the information from theflorian2017-11-271-11/+3
* fix a use after free and a memory leak in error pathsjsg2017-10-191-2/+3
* It is perfectly valid to have a cert / key not owned by root; removeflorian2017-03-231-5/+1
* Complete jsing's coccinelle cleanup... by handderaadt2017-01-241-4/+4
* whitespacederaadt2017-01-231-3/+3
* find the first authority works better this way, now that we use a tailqbenno2017-01-211-8/+2
* move config data structures mostly to TAILQs, because that way webenno2017-01-211-19/+19
* dont print config if its brokenbenno2017-01-211-4/+4
* it's chain certificate not certificate chainflorian2017-01-211-3/+3
* Enforce minimum config in the parser.florian2017-01-211-2/+13
* add option 'domain full chain certificate "path"',benno2017-01-211-2/+21
* Implement domain chain certificate.florian2017-01-211-4/+22
* acme-client use configuration file [5 of 5]benno2017-01-211-2/+49
* acme-client use configuration file [2 of 5]benno2017-01-211-2/+13
* acme-client use configuration file [1 of 5]benno2017-01-211-9/+13
* Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with morekrw2017-01-051-3/+2
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-051-5/+7
* reoorder includes,benno2016-09-201-4/+4
* add a config file parser to acme-client (unused at the moment, so thatbenno2016-09-181-0/+941