You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This set of commits removes DLV support from Unbound. DLV has been decommissioned and we advised to stop using it, now it is removed. The config options for it print a warning.
- Merge PR #284 and Fix#246: Remove DLV entirely from Unbound.
The DLV has been decommisioned and in unbound 1.5.4, in 2015, there
was advise to stop using it. The current code base does not contain
DLV code any more. The use of dlv options displays a warning.
* nlnet/master: (37 commits)
- FixNLnetLabs#296: systemd nss-lookup.target is reached before unbound can successfully answer queries. Changed contrib/unbound.service.in.
- Refactor to use sock_strerr shorthand function.
- Merge PR NLnetLabs#293: Add missing prototype. Also refactor to use the new shorthand function to clean up the code.
Add missing prototype.
- Review fix, doxygen and assign null in case of error free.
Please doxygen, quote the characters to stop it from parsing a doxygen command.
- Similar to NSD PR#113, implement that interface names can be used, eg. something like interface: eth0 is resolved at server start and uses the IP addresses for that named interface.
- Update documentation in python example code.
- Change configure to use EVP_sha256 instead of HMAC_Update for openssl-3.0.0.
- Fix to apply chroot to dnstap-socket-path, if chroot is enabled.
- Fix that dnstap reconnects do not spam the log with the repeated attempts. Attempts on the timer are only logged on high verbosity, if they produce a connection failure error.
- Fix stats double count issue (NLnetLabs#289).
- Create and init edns tags data for libunbound.
Changelog note. - Rerun autoconf
Rerun autoconf and autoheader on configure.ac, with libtool
Add changlog entry for PR NLnetLabs#277.
- Check for existence 'EVP_MAC_CTX_set_params' function (openssl >= 3.0.0-alpha5)
- FixNLnetLabs#287: doc typo: "Additionaly".
Changelog note for NLnetLabs#246 and NLnetLabs#284 - Merge PR NLnetLabs#284 and FixNLnetLabs#246: Remove DLV entirely from Unbound. The DLV has been decommisioned and in unbound 1.5.4, in 2015, there was advise to stop using it. The current code base does not contain DLV code any more. The use of dlv options displays a warning.
dlv removal, remove DLV reference from unused use in test case.
...
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This set of commits removes DLV support from Unbound. DLV has been decommissioned and we advised to stop using it, now it is removed. The config options for it print a warning.