History log of /freebsd-current/contrib/unbound/daemon/unbound.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 335c7cda 10-May-2024 Cy Schubert <cy@FreeBSD.org>

unbound: Vendor import 1.20.0

Release notes at
https://www.nlnetlabs.nl/news/2024/May/08/unbound-1.20.0-released/

Security: The DNSBomb vulnerability CVE-2024-33655

Merge commit 'c2a80056864d6eda0398fd127dc0ae515b39752b' into main


# 24e36522 02-Dec-2021 Cy Schubert <cy@FreeBSD.org>

unbount: Vendor import 1.14.0rc1

This vendor import was requested by glebius@ as it should fix unbound
crashes.

Reported by: glebius
MFC after: 1 week


# 5469a995 17-Aug-2021 Cy Schubert <cy@FreeBSD.org>

unbound: Vendor import 1.13.2

Merge commit '625f1c1312fb7defbd148c8ba121a0cf058707ef'

MFC after: 1 month


# 369c6923 08-Dec-2020 Cy Schubert <cy@FreeBSD.org>

MFV r368464:

Update unbound from 1.12.0 to 1.13.0

MFC after: 1 week
Security: CVE-2020-28935


# c0caa2e2 27-Oct-2020 Cy Schubert <cy@FreeBSD.org>

MFV r367082:

Update unbound 1.11.0 --> 1.12.0.

MFC after: 1 month.


# 25039b37 24-Aug-2020 Cy Schubert <cy@FreeBSD.org>

MFV 364468:

Update unbound 1.10.1 --> 1.11.0.

MFH: 1 month


# 091e9e46 21-May-2020 Cy Schubert <cy@FreeBSD.org>

MFV r361322:

Update unbound 1.9.6 --> 1.10.1.

Bug Fixes:
- CVE-2020-12662 Unbound can be tricked into amplifying an incoming
query into a large number of queries directed to a target.
- CVE-2020-12663 Malformed answers from upstream name servers can be
used to make Unbound unresponsive.

Reported by: emaste
MFC after: 3 days
Relnotes: yes
Security: CVE-2020-12662, CVE-2020-12663


# 0eefd307 31-Dec-2019 Cy Schubert <cy@FreeBSD.org>

MFV r356143:

Update unbound 1.9.2 --> 1.9.6.

MFC after: 3 days
Security: CVE-2019-18934 (fixed by 1.9.5)


# e86b9096 04-Jul-2019 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.9.2.


# a755b6f6 10-Oct-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to 1.8.1.

Approved by: re (kib)


# 4c75e3aa 10-Oct-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.8.0. More to follow.

Approved by: re (kib)


# 3bd4df0a 10-Sep-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.7.2. More to follow.

Approved by: re (kib@)


# b70d78d6 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Rename all Unbound binaries and man pages from unbound* to local-unbound*.

PR: 222902

# 57bddd21 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.7.0. More to follow.


# 8a384985 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.6.7. More to follow.


# 971980c3 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.6.6. More to follow.


# 3005e0a3 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.6.1. More to follow.


# bc892140 11-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.6.0. More to follow.


# b5663de9 29-Sep-2016 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to Unbound 1.5.10.


# e2d15004 03-Sep-2016 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to Unbound 1.5.9.


# f61ef7f6 05-Mar-2016 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to Unbound 1.5.8.


# 05ab2901 14-Dec-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to Unbound 1.5.7.


# 6480faa8 26-Apr-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.5.3.


# 748bd829 12-Jan-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

MFV (r277045): merge upstream version of the local socket patch.


# 31099b50 05-Jan-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

mfv (r276698): support for remote control over local sockets.


# ff825849 02-Jan-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to Unbound 1.5.1. Almost all our local changes to date have been
adopted upstream, greatly reducing the diff.


# 17d15b25 14-May-2014 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to latest ldns (1.6.17) and unbound (1.4.22).

MFC after: 3 weeks


# 68ab5d8f 24-Sep-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Don't include the build date or command-line arguments in the binary.

Approved by: re (blanket)

# 04b59eac 14-Sep-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Numerous fixes to make Unbound compile cleanly:

- cast through void * to silence alignment warnings (presumably false
positives resulting from poor API design)

- constify a few function arguments

- move prototypes for callbacks into a common header

- now that the prototypes are in scope, fix instances of function
definitions that don't match the prototype or what the caller
actually passes

- hide a conditionally unused global variable behind the same #ifdef
that controls its use

Approved by: re (blanket)

# 8ed2b524 05-Apr-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to 1.4.20.


# b7579f77 05-Apr-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Minimal subset of the unbound sources.


# 24e36522 02-Dec-2021 Cy Schubert <cy@FreeBSD.org>

unbount: Vendor import 1.14.0rc1

This vendor import was requested by glebius@ as it should fix unbound
crashes.

Reported by: glebius
MFC after: 1 week


# 5469a995 17-Aug-2021 Cy Schubert <cy@FreeBSD.org>

unbound: Vendor import 1.13.2

Merge commit '625f1c1312fb7defbd148c8ba121a0cf058707ef'

MFC after: 1 month


# 369c6923 08-Dec-2020 Cy Schubert <cy@FreeBSD.org>

MFV r368464:

Update unbound from 1.12.0 to 1.13.0

MFC after: 1 week
Security: CVE-2020-28935


# c0caa2e2 27-Oct-2020 Cy Schubert <cy@FreeBSD.org>

MFV r367082:

Update unbound 1.11.0 --> 1.12.0.

MFC after: 1 month.


# 25039b37 24-Aug-2020 Cy Schubert <cy@FreeBSD.org>

MFV 364468:

Update unbound 1.10.1 --> 1.11.0.

MFH: 1 month


# 091e9e46 21-May-2020 Cy Schubert <cy@FreeBSD.org>

MFV r361322:

Update unbound 1.9.6 --> 1.10.1.

Bug Fixes:
- CVE-2020-12662 Unbound can be tricked into amplifying an incoming
query into a large number of queries directed to a target.
- CVE-2020-12663 Malformed answers from upstream name servers can be
used to make Unbound unresponsive.

Reported by: emaste
MFC after: 3 days
Relnotes: yes
Security: CVE-2020-12662, CVE-2020-12663


# 0eefd307 31-Dec-2019 Cy Schubert <cy@FreeBSD.org>

MFV r356143:

Update unbound 1.9.2 --> 1.9.6.

MFC after: 3 days
Security: CVE-2019-18934 (fixed by 1.9.5)


# e86b9096 04-Jul-2019 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.9.2.


# a755b6f6 10-Oct-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to 1.8.1.

Approved by: re (kib)


# 4c75e3aa 10-Oct-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.8.0. More to follow.

Approved by: re (kib)


# 3bd4df0a 10-Sep-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.7.2. More to follow.

Approved by: re (kib@)


# b70d78d6 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Rename all Unbound binaries and man pages from unbound* to local-unbound*.

PR: 222902

# 57bddd21 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.7.0. More to follow.


# 8a384985 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.6.7. More to follow.


# 971980c3 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.6.6. More to follow.


# 3005e0a3 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.6.1. More to follow.


# bc892140 11-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.6.0. More to follow.


# b5663de9 29-Sep-2016 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to Unbound 1.5.10.


# e2d15004 03-Sep-2016 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to Unbound 1.5.9.


# f61ef7f6 05-Mar-2016 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to Unbound 1.5.8.


# 05ab2901 14-Dec-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to Unbound 1.5.7.


# 6480faa8 26-Apr-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.5.3.


# 748bd829 12-Jan-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

MFV (r277045): merge upstream version of the local socket patch.


# 31099b50 05-Jan-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

mfv (r276698): support for remote control over local sockets.


# ff825849 02-Jan-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to Unbound 1.5.1. Almost all our local changes to date have been
adopted upstream, greatly reducing the diff.


# 17d15b25 14-May-2014 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to latest ldns (1.6.17) and unbound (1.4.22).

MFC after: 3 weeks


# 68ab5d8f 24-Sep-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Don't include the build date or command-line arguments in the binary.

Approved by: re (blanket)

# 04b59eac 14-Sep-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Numerous fixes to make Unbound compile cleanly:

- cast through void * to silence alignment warnings (presumably false
positives resulting from poor API design)

- constify a few function arguments

- move prototypes for callbacks into a common header

- now that the prototypes are in scope, fix instances of function
definitions that don't match the prototype or what the caller
actually passes

- hide a conditionally unused global variable behind the same #ifdef
that controls its use

Approved by: re (blanket)

# 8ed2b524 05-Apr-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to 1.4.20.


# b7579f77 05-Apr-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Minimal subset of the unbound sources.


# 5469a995 17-Aug-2021 Cy Schubert <cy@FreeBSD.org>

unbound: Vendor import 1.13.2

Merge commit '625f1c1312fb7defbd148c8ba121a0cf058707ef'

MFC after: 1 month


# 369c6923 08-Dec-2020 Cy Schubert <cy@FreeBSD.org>

MFV r368464:

Update unbound from 1.12.0 to 1.13.0

MFC after: 1 week
Security: CVE-2020-28935


# c0caa2e2 27-Oct-2020 Cy Schubert <cy@FreeBSD.org>

MFV r367082:

Update unbound 1.11.0 --> 1.12.0.

MFC after: 1 month.


# 25039b37 24-Aug-2020 Cy Schubert <cy@FreeBSD.org>

MFV 364468:

Update unbound 1.10.1 --> 1.11.0.

MFH: 1 month


# 091e9e46 21-May-2020 Cy Schubert <cy@FreeBSD.org>

MFV r361322:

Update unbound 1.9.6 --> 1.10.1.

Bug Fixes:
- CVE-2020-12662 Unbound can be tricked into amplifying an incoming
query into a large number of queries directed to a target.
- CVE-2020-12663 Malformed answers from upstream name servers can be
used to make Unbound unresponsive.

Reported by: emaste
MFC after: 3 days
Relnotes: yes
Security: CVE-2020-12662, CVE-2020-12663


# 0eefd307 31-Dec-2019 Cy Schubert <cy@FreeBSD.org>

MFV r356143:

Update unbound 1.9.2 --> 1.9.6.

MFC after: 3 days
Security: CVE-2019-18934 (fixed by 1.9.5)


# e86b9096 04-Jul-2019 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.9.2.


# a755b6f6 10-Oct-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to 1.8.1.

Approved by: re (kib)


# 4c75e3aa 10-Oct-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.8.0. More to follow.

Approved by: re (kib)


# 3bd4df0a 10-Sep-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.7.2. More to follow.

Approved by: re (kib@)


# b70d78d6 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Rename all Unbound binaries and man pages from unbound* to local-unbound*.

PR: 222902

# 57bddd21 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.7.0. More to follow.


# 8a384985 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.6.7. More to follow.


# 971980c3 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.6.6. More to follow.


# 3005e0a3 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.6.1. More to follow.


# bc892140 11-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.6.0. More to follow.


# b5663de9 29-Sep-2016 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to Unbound 1.5.10.


# e2d15004 03-Sep-2016 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to Unbound 1.5.9.


# f61ef7f6 05-Mar-2016 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to Unbound 1.5.8.


# 05ab2901 14-Dec-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to Unbound 1.5.7.


# 6480faa8 26-Apr-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade Unbound to 1.5.3.


# 748bd829 12-Jan-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

MFV (r277045): merge upstream version of the local socket patch.


# 31099b50 05-Jan-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

mfv (r276698): support for remote control over local sockets.


# ff825849 02-Jan-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to Unbound 1.5.1. Almost all our local changes to date have been
adopted upstream, greatly reducing the diff.


# 17d15b25 14-May-2014 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to latest ldns (1.6.17) and unbound (1.4.22).

MFC after: 3 weeks


# 68ab5d8f 24-Sep-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Don't include the build date or command-line arguments in the binary.

Approved by: re (blanket)

# 04b59eac 14-Sep-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Numerous fixes to make Unbound compile cleanly:

- cast through void * to silence alignment warnings (presumably false
positives resulting from poor API design)

- constify a few function arguments

- move prototypes for callbacks into a common header

- now that the prototypes are in scope, fix instances of function
definitions that don't match the prototype or what the caller
actually passes

- hide a conditionally unused global variable behind the same #ifdef
that controls its use

Approved by: re (blanket)

# 8ed2b524 05-Apr-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade to 1.4.20.


# b7579f77 05-Apr-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Minimal subset of the unbound sources.


# b70d78d6 12-May-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Rename all Unbound binaries and man pages from unbound* to local-unbound*.

PR: 222902


# 68ab5d8f 24-Sep-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Don't include the build date or command-line arguments in the binary.

Approved by: re (blanket)


# 04b59eac 14-Sep-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Numerous fixes to make Unbound compile cleanly:

- cast through void * to silence alignment warnings (presumably false
positives resulting from poor API design)

- constify a few function arguments

- move prototypes for callbacks into a common header

- now that the prototypes are in scope, fix instances of function
definitions that don't match the prototype or what the caller
actually passes

- hide a conditionally unused global variable behind the same #ifdef
that controls its use

Approved by: re (blanket)