Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow parsing of CAA Resource Record (Closes #292) #360

Merged
merged 9 commits into from Sep 26, 2020

Commits on Sep 12, 2020

  1. Allow parsing of CAA Resource Record (Closes c-ares#292)

    CAA (Certification Authority Authorization) was introduced in RFC 6844.
    This has been obsoleted by RFC 8659. This commit added the possibility
    to query CAA resource records with adig and adds a parser for CAA
    records, that can be used in conjunction with ares_query(3).
    lxdicted committed Sep 12, 2020
    Copy the full SHA
    64da216 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Copy the full SHA
    fb0c731 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6940f21 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    37d99d3 View commit details
    Browse the repository at this point in the history
  4. Fixed result name

    lxdicted committed Sep 15, 2020
    Copy the full SHA
    da1c0cf View commit details
    Browse the repository at this point in the history
  5. Don't try this at home ...

    lxdicted committed Sep 15, 2020
    Copy the full SHA
    af33442 View commit details
    Browse the repository at this point in the history
  6. Prefer STREQ for strings

    lxdicted committed Sep 15, 2020
    Copy the full SHA
    c3b1fe2 View commit details
    Browse the repository at this point in the history
  7. Cast the errors away

    lxdicted committed Sep 15, 2020
    Copy the full SHA
    d13d493 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Added manpage

    lxdicted committed Sep 16, 2020
    Copy the full SHA
    840a0f7 View commit details
    Browse the repository at this point in the history