| Commit message (Expand) | Author | Files | Lines |
2022-10-28 | Providing individual root and intermediate certificate files in dehydrated ex... | Daniel Baumann | 1 | -3/+18 |
2022-10-04 | Updating dehydrated TODO file. | Daniel Baumann | 1 | -2/+1 |
2022-09-06 | Updating dig alternative handling similar to nsupdate for consistency. | Daniel Baumann | 1 | -2/+12 |
2022-09-06 | Temporarily passing tsig string to bind in dehydrated-nsupdate to unbreak bin... | Daniel Baumann | 1 | -3/+21 |
2022-09-06 | Improving wording of TSIG lookup hierarchy in dehydrated-nsupdate.1. | Daniel Baumann | 1 | -1/+1 |
2022-07-07 | Reworking fix-permission dehydrated hook. | Daniel Baumann | 1 | -6/+4 |
2022-07-07 | Reworking service-reload dehydrated hook. | Daniel Baumann | 1 | -27/+73 |
2022-07-07 | Adding postfix to service-reload dehydrated hook. | Daniel Baumann | 1 | -0/+9 |
2022-07-07 | Reworking chrony workaround (#1013882) now that we know it's going to be perm... | Daniel Baumann | 2 | -12/+5 |
2022-07-07 | Merging the different extra certificate files into one dehydrated hook handli... | Daniel Baumann | 4 | -61/+25 |
2022-07-04 | Adding privkey-fullchain hooks as used by postfix for dehydrated. | Daniel Baumann | 2 | -0/+55 |
2022-06-26 | Adding dehydrated hook to workaround certificate handling in chrony (#1013882). | Daniel Baumann | 1 | -0/+42 |
2022-06-25 | Updating dehydrated-tools TODO file. | Daniel Baumann | 1 | -0/+1 |
2022-06-14 | Updating dehydrated-tools TODO file. | Daniel Baumann | 1 | -3/+1 |
2022-06-14 | Completing existing dehydrated-tools manpages. | Daniel Baumann | 3 | -79/+133 |
2022-06-14 | Handling comments in TSIG keyfiles in dehydrated-nsupdate to support disablin... | Daniel Baumann | 1 | -1/+4 |
2022-06-14 | Adding support for individual TSIG files per record, zone, and nameserver rat... | Daniel Baumann | 1 | -5/+30 |
2022-06-14 | Adding quotes arround some variables in dehydrated-tools to prevent globbing ... | Daniel Baumann | 2 | -6/+6 |
2022-06-11 | Only restarting kresd in dehydrated exit_hook.service-reload if tls is config... | Daniel Baumann | 1 | -1/+1 |
2022-06-05 | Handling ipv4-only/ipv6-only nameservers on ipv4-only/ipv6-only systems. | Daniel Baumann | 2 | -3/+35 |
2022-05-07 | Updating dehydrated todo file. | Daniel Baumann | 1 | -0/+1 |
2022-04-30 | Restarting kresd threads only if at least one exists to support building chro... | Daniel Baumann | 1 | -10/+13 |
2022-04-30 | Avoid failing if /var/lib/dehydrated/certs doesn't exist in dehydrated fix-pe... | Daniel Baumann | 1 | -0/+5 |
2022-04-14 | Using a variable to keep the list of services to restart in dehydrated hook f... | Daniel Baumann | 1 | -1/+3 |
2022-04-14 | Adding knot-resolver handling in dehydrated service-reload hook. | Daniel Baumann | 1 | -0/+15 |
2022-04-14 | Adding knot to list of services to restart in dehydrated hook. | Daniel Baumann | 1 | -1/+1 |
2022-01-05 | Temporarily reverting json support in dehydrated-nsupdate, not ready just yet. | Daniel Baumann | 2 | -43/+4 |
2022-01-05 | Updating copyright notices for 2022. | Daniel Baumann | 13 | -13/+13 |
2021-12-31 | Adding reference to dehydrated.log in dehydrated-cron manpage. | Daniel Baumann | 1 | -0/+3 |
2021-12-31 | Harmonizing dehydrated manpage Makefile. | Daniel Baumann | 1 | -3/+3 |
2021-12-31 | Completing clean targets in dehydrated Makefile. | Daniel Baumann | 1 | -1/+2 |
2021-12-31 | Updating dehydrated TODO file. | Daniel Baumann | 1 | -0/+3 |
2021-12-31 | Adding support for kdigs out-of-tree json output to dehydrated-nsupdate. | Daniel Baumann | 2 | -4/+43 |
2021-12-31 | Running dehydrated with keep-going to ensure as much certificates are fetched... | Daniel Baumann | 1 | -1/+1 |
2021-12-31 | Using long-options for dehydrated in its cronjob. | Daniel Baumann | 1 | -2/+2 |
2021-09-28 | Actually run dehydrated in dehydrated-cron. | Daniel Baumann | 1 | -0/+3 |
2021-09-07 | Handling IDN domains in dehydrated-nsupdate by not expanding the punycode. | Daniel Baumann | 2 | -2/+5 |
2021-09-07 | Updating dehydrated todo file. | Daniel Baumann | 1 | -1/+2 |
2021-09-07 | Adding initial dehydrated-cron manpage. | Daniel Baumann | 3 | -0/+86 |
2021-09-07 | Adding initial dehydrated-nsupdate manpage. | Daniel Baumann | 2 | -1/+118 |
2021-09-07 | Adding initial dehydrated-hook manpage. | Daniel Baumann | 1 | -0/+109 |
2021-09-07 | Adding manpage tooling for dehydrated-tools. | Daniel Baumann | 3 | -1/+98 |
2021-09-06 | Making dehydrated-nsupdate more robust and cope with local but not-cached aut... | Daniel Baumann | 1 | -4/+3 |
2021-09-05 | Adding tsig keyfile support to dehydrated-nsupdate. | Daniel Baumann | 2 | -2/+7 |
2021-09-05 | Updating dehydrated todo file. | Daniel Baumann | 1 | -0/+1 |
2021-09-05 | Renaming dehydrated-hook.d to dehydrated-hook for consistency. | Daniel Baumann | 1 | -0/+0 |
2021-09-04 | Harmonizing copyright headers. | Daniel Baumann | 7 | -0/+133 |
2021-09-04 | Improving message when update txt records in dehydrated-nsupdate. | Daniel Baumann | 1 | -1/+1 |
2021-09-04 | Using less confusing variable name for the txt record to update in dehydrated... | Daniel Baumann | 1 | -5/+5 |
2021-09-04 | Reading configuration files in dehydrated-nsupdate for future tsig support. | Daniel Baumann | 2 | -1/+10 |