Sync to upstream v1.1.66#9
Merged
danielboros merged 32 commits intomasterfrom May 16, 2025
Merged
Conversation
The bytes read from the reader are returned to a pool and must not be changed by the decorated reader.
Mostly trickered by:
~~~
- return &EDNS0_ESU{Code: EDNS0ESU}
+ return new(EDNS0_ESU)
~~~
dont see why this 'case' needs to be different than all the others. Some
various textual changes for the test.
Signed-off-by: Miek Gieben <miek@miek.nl>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.27.0 to 0.28.0. - [Commits](golang/net@v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: input validation for RRSIG.verify() * fix: use labels.go/equal instead of strings.EqualFold for domain comparison
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.31.0. - [Commits](golang/net@v0.28.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.23.0 to 0.27.0. - [Commits](golang/sys@v0.23.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.27.0 to 0.29.0. - [Commits](golang/sys@v0.27.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.31.0 to 0.34.0. - [Commits](golang/net@v0.31.0...v0.34.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Closes miekg#1628 Signed-off-by: Miek Gieben <miek@miek.nl>
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.11.0. - [Commits](golang/sync@v0.7.0...v0.11.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Miek Gieben <miek@miek.nl>
Signed-off-by: Miek Gieben <miek@miek.nl>
Co-authored-by: Stephane Bortzmeyer <stephane+framagit@bortzmeyer.org>
Compact Answers OK flag is a signal that a queryer or server understand and can validate Compact Denial of Existance answers allowing RCODE NXDOMAIN restoration with single NSEC/NSEC3. Flag is allocated by IANA: https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-13 Compact Denial of Existance: https://www.iana.org/go/draft-ietf-dnsop-compact-denial-of-existence-07 Co-authored-by: Christian Elmerot <elmerot@cloudflare.com>
* Add RESINFO rr * Update scan_rr.go --------- Co-authored-by: Miek Gieben <miek@miek.nl>
Put docs on the ANY type, also reference this from the dynamic updates stuff. Signed-off-by: Miek Gieben <miek@miek.nl>
sendmsg with PKTINFO is broken on darwin, so don't use it udp_windows is renamed to udp_no_control since it's no longer exlusive to windows, and is used on darwin too
* Return error for empty target * The @ is more important then this corner case and also happens more often
* Add explaning comment explain how a newline can end up in a domain name while scanning a zonefile Signed-off-by: Miek Gieben <miek@miek.nl> * also use 1.24 in the build matrix Signed-off-by: Miek Gieben <miek@miek.nl> --------- Signed-off-by: Miek Gieben <miek@miek.nl>
Signed-off-by: Miek Gieben <miek@miek.nl>
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
DSO is the acronym from rfc 8490, but use the more wordly Stateful, this allows for a nicer opcode name RcodeStateful and later for a Stateful (StatefulType?) table registering DSO Type Code Registry. Signed-off-by: Miek Gieben <miek@miek.nl>
Signed-off-by: Miek Gieben <miek@miek.nl>
yoshiotu
approved these changes
May 16, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.