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
/
parse.y
Age
Commit message (
Expand
)
Author
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2020-09-14
We need to be able to provide contact information to use the
Florian Obser
2020-05-16
somehow yacc pieces got missed from the "domain name" commit; add them.
Stuart Henderson
2020-05-10
Allow to have multiple domain ... {} sextions with the same domain
Sebastian Benoit
2019-12-27
make -n stop after parsing the config.
Sebastian Benoit
2019-06-17
Implement elliptic curve account keys.
Florian Obser
2019-06-15
Print domain key type in config test mode (-n).
Florian Obser
2019-06-14
Track key type (RSA or ECDSA) in an enum and clean up a bit while here.
Florian Obser
2019-06-12
use acme-client to sign certificated with ecdsa keys
Gilles Chehade
2019-06-08
Remove A and D flag, they are superfluous.
Florian Obser
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2019-01-29
add an extra check for existing "api ..." line in the config.
Sebastian Benoit
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-08-03
return is not a function and if (x) -> if (x != NULL)
Sebastian Benoit
2018-08-03
fix error messages from earlier syntax change
Sebastian Benoit
2018-08-03
correct an error message, from Ross L Richardson
Sebastian Benoit
2018-07-29
remove extra space in output; from Ross L Richardson
Theo de Raadt
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-07-08
Be consistent in warn() and log_warn() usage when
Kenneth R Westerback
2018-06-17
Fix an off-by-one line count when using include statements.
denis
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2018-04-08
We warned long enough, also sysmerge(8) should have handled the
Florian Obser
2017-11-27
Deprecate agreement url config option and get the information from the
Florian Obser
2017-10-19
fix a use after free and a memory leak in error paths
Jonathan Gray
2017-03-23
It is perfectly valid to have a cert / key not owned by root; remove
Florian Obser
2017-01-24
Complete jsing's coccinelle cleanup... by hand
Theo de Raadt
2017-01-23
whitespace
Theo de Raadt
2017-01-21
find the first authority works better this way, now that we use a tailq
Sebastian Benoit
2017-01-21
move config data structures mostly to TAILQs, because that way we
Sebastian Benoit
2017-01-21
dont print config if its broken
Sebastian Benoit
2017-01-21
it's chain certificate not certificate chain
Florian Obser
2017-01-21
Enforce minimum config in the parser.
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
acme-client use configuration file [5 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
2017-01-05
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
Kenneth R Westerback
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
2016-09-20
reoorder includes,
Sebastian Benoit
2016-09-18
add a config file parser to acme-client (unused at the moment, so that
Sebastian Benoit