Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: miekg/dns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.49
Choose a base ref
...
head repository: miekg/dns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.50
Choose a head ref
  • 5 commits
  • 12 files changed
  • 3 contributors

Commits on May 26, 2022

  1. Disallow names that start with '.' in IsDomainName() (#1376)

    * Disallow names that start with '.' in IsDomainName()
    
    * Also update packDomain()
    shane-ns1 authored May 26, 2022
    Configuration menu
    Copy the full SHA
    7413c83 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Add more detail to NSEC packing errors (#1374)

    Add 'in the type bitmap' to make clear where in the RR the error occurs.
    Also use 'NSEC(3)' - as this code is shared between NSEC and NSEC3, the
    first error used NSECx.
    
    Technically backwards incompatible, but checking strings in errors as
    bad practice (although this lib lacks library types).
    
    See #1373
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg authored May 27, 2022
    Configuration menu
    Copy the full SHA
    eb4745b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    ff611cd View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Make tsigGenerateProvider/TsigVerifyProvider public (#1382)

    Make it public as TsigGenerateWithProvider and update the docs a little.
    And TsigVerifyWithProvider also - tweak those docs also a little.
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    69924a0 View commit details
    Browse the repository at this point in the history
  2. Release 1.1.50

    miekg committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    b3dfea0 View commit details
    Browse the repository at this point in the history
Loading