aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* import ldns 1.9.2vendor/ldns/1.9.2vendor/ldnsDag-Erling Smørgrav2026-06-194-379/+385
|
* import ldns 1.9.1vendor/ldns/1.9.1Dag-Erling Smørgrav2026-06-1913-442/+705
|
* import ldns 1.9.0vendor/ldns/1.9.0Dag-Erling Smørgrav2026-05-2259-710/+1782
|
* import ldns 1.8.3vendor/ldns/1.8.4Dag-Erling Smørgrav2026-05-22204-2921/+3014
|
* Fix bug in upstream PR 238.Dag-Erling Smørgrav2024-05-152-2/+2
|
* Issue #237 : Resolver uses nameserver commented out in /etc/resolv.confWillem Toorop2024-05-152-48/+42
| | | | | | | | | | This /etc/resolv.conf: # x # nameserver 8.8.8.8 Still configured 8.8.8.8 as nameserver, because the comment detection in `ldns_resolver_new_frm_fp_l()` didn't anticipate empty lines before the comment. This fix removed all comment handling from `ldns_resolver_new_frm_fp_l()`. Instead a new function is introduced `ldns_fget_token_l_resolv_conf()` that skips comments that start with '#' and ';'. The old `ldns_fget_token_l()` (that is used for zonefiles too) still accepts only ';' for comments.
* import ldns 1.8.3vendor/ldns/1.8.3Pierre Pronchery2023-05-05668-30329/+29651
|
* import ldns 1.7.0vendor/ldns/1.7.0Dag-Erling Smørgrav2017-02-03158-16851/+14994
| | | | | Notes: svn path=/vendor/ldns/dist/; revision=313156 svn path=/vendor/ldns/1.7.0/; revision=313157; tag=vendor/ldns/1.7.0
* import ldns 1.6.17vendor/ldns/1.6.17Dag-Erling Smørgrav2014-05-14149-7495/+46206
| | | | | Notes: svn path=/vendor/ldns/dist/; revision=266072 svn path=/vendor/ldns/1.6.17/; revision=266073; tag=vendor/ldns/1.6.17
* Pull in r3828 from upstream (remove dead code, fix prototypes)Dag-Erling Smørgrav2013-04-0919-286/+45
| | | | Notes: svn path=/vendor/ldns/dist/; revision=249306
* import ldns 1.6.16vendor/ldns/1.6.16Dag-Erling Smørgrav2013-02-1596-3199/+13140
| | | | | Notes: svn path=/vendor/ldns/dist/; revision=246828 svn path=/vendor/ldns/1.6.16/; revision=246829; tag=vendor/ldns/1.6.16
* import ldns 1.6.13vendor/ldns/1.6.13Dag-Erling Smørgrav2012-07-04285-0/+134028
Notes: svn path=/vendor/ldns/dist/; revision=238104 svn path=/vendor/ldns/1.6.13/; revision=238105; tag=vendor/ldns/1.6.13