Commit Graph
14 Commits
Author SHA1 Message Date
Jannik PetersandGitHub 79baa04389 Remove NSEC3 algorithm option for dnst (#104)
The NSEC3 algorithm option only had one possible value (SHA-1) and is
therefore unnecessary.
2025-08-07 10:20:25 +02:00
Ximon EighteenandGitHub 1b90fc14ef Various man page updates and consistency tweaks. (#84) 2025-06-04 10:55:59 +02:00
Ximon EighteenandGitHub 4f12ded4e0 Package dnst as DEB & RPM packages, and Docker images. (#22)
Note:
- Man pages have to be generated via `make man` and committed to Git to be included in the generated packages.
- Docker images are built but not yet published to Docker Hub as the required automation credentials have not yet been provisioned.
2025-06-04 10:34:56 +02:00
Alex Band ccbb5d0313 Clean up --git explanation 2025-06-03 20:34:10 +02:00
Alex Band 2e5a044491 Attempt to fix tabs css 2025-06-03 20:27:57 +02:00
Alex Band 8a1957716f crates.io is not yet available 2025-06-03 20:16:59 +02:00
Alex Band f82d5b3014 installation instructions 2025-06-03 19:53:38 +02:00
Ximon EighteenandGitHub 7ec5de2bc6 Add signzone command. (#8)
Note: Lacks Bubble Babble and OpenSSL Engine support compared to the original `ldns-signzone`.
2025-06-02 14:32:55 +02:00
Ximon EighteenandGitHub 0dcd6ee03c Add support for -I to notify. (#85)
Duplicates `UdpConnect` from `domain` and extends it to support setting the source address.
2025-05-30 13:53:40 +02:00
d28f507df5 nsec3-hash: set default number of iterations to 0 (#64)
* nsec3-hash: set default number of iterations to 0

This reverts commit 645fd13e62.

* Update the ldns-nsec3-hash man page to reflect the changed default number of iterations.

---------

Co-authored-by: Ximon Eighteen <3304436+ximon18@users.noreply.github.com>
2025-04-23 09:32:18 +02:00
Koen van HoveandGitHub e2975c3d87 Fix hamburger menu in documentation (#50) 2025-04-14 21:51:54 +02:00
9744d9e1ca Add nsec3-hash command. (#6)
Co-authored-by: Jannik <jannik@nlnetlabs.nl>
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
2024-11-22 13:48:10 +01:00
bfbf492e32 Add manual pages (#26)
* Fix sphinx default language

* Add ldns-nsec3-hash man page based on the original, and adjust the dnst-nsec3-hash page to match the current help output of the command.

* Update dnst-nsec3-hash.rst

* Add key2ds manual

* Add dnst-keygen manual

* Change dnst-keygen algorithms to list from table

* Change dnst-keygen algorithms back to table

* Add ldns-keygen manual

* Add notify manuals

* Add signzone manuals

* Add subcommands to dnst manual and table of contents

* Update dnst-nsec3-hash manual

* Add update manual

* Apply feedback

* Apply further feedback

* Move signzone date description into own section

* Update signzone hash iterations manual text

* Add Arguments sections

* Add basic intro text for dnst

* Fix ldns-signzone default nsec3 hash iterations

* Update nse3-hash defaults and wording

* Update dnst-key2ds ignore-sep and force

* Update nse3-hash default to what it is currently in main

---------

Co-authored-by: Ximon Eighteen <3304436+ximon18@users.noreply.github.com>
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
2024-11-19 14:26:24 +01:00
Martin HoffmannandGitHub fd099cedc4 Add scaffolding for docs plus man pages for dnst and dnst nsec3-hash. (#11) 2024-11-11 15:31:16 +01:00