-
Notifications
You must be signed in to change notification settings - Fork 607
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
add a function to parse a srv reply with ttl #393
Closed
Closed
Commits on Jan 25, 2021
-
add a function to parse a srv reply with ttl
This adds a new private srv record struct with a ttl field. It also adds public accessor functions to set all of the fields. Finally, it replicates the ares_parse_srv_reply function to use the new struct and accessors.
Configuration menu - View commit details
-
Copy full SHA for 7a26cb6 - Browse repository at this point
Copy the full SHA 7a26cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c9f2b6 - Browse repository at this point
Copy the full SHA 4c9f2b6View commit details
Commits on Jan 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ab66778 - Browse repository at this point
Copy the full SHA ab66778View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73d8bf5 - Browse repository at this point
Copy the full SHA 73d8bf5View commit details
Commits on Jan 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for eb34dbe - Browse repository at this point
Copy the full SHA eb34dbeView commit details
Commits on Mar 10, 2021
-
add new structs and parse functions to support TTL for these RRs:
CAA MX NAPTR NS PTR SOA TXT
Configuration menu - View commit details
-
Copy full SHA for a86be7e - Browse repository at this point
Copy the full SHA a86be7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce230f7 - Browse repository at this point
Copy the full SHA ce230f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7078113 - Browse repository at this point
Copy the full SHA 7078113View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d06d06 - Browse repository at this point
Copy the full SHA 3d06d06View commit details
Commits on Mar 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a6c585c - Browse repository at this point
Copy the full SHA a6c585cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b55ccb9 - Browse repository at this point
Copy the full SHA b55ccb9View commit details
Commits on Mar 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 08de712 - Browse repository at this point
Copy the full SHA 08de712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eae6d8 - Browse repository at this point
Copy the full SHA 7eae6d8View commit details
Commits on Nov 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a82fed6 - Browse repository at this point
Copy the full SHA a82fed6View commit details -
406 - Validate hostnames in DNS responses
Update the new cares parse ns, ptr, and soa to have the is_hostname parameter passed to ares__expand_name_for_response. This is to make sure the fix for issue c-ares#406 is applied.
Configuration menu - View commit details
-
Copy full SHA for 3179732 - Browse repository at this point
Copy the full SHA 3179732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e03b81 - Browse repository at this point
Copy the full SHA 1e03b81View commit details -
Configuration menu - View commit details
-
Copy full SHA for d36bec7 - Browse repository at this point
Copy the full SHA d36bec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2814894 - Browse repository at this point
Copy the full SHA 2814894View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fcb191 - Browse repository at this point
Copy the full SHA 7fcb191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 487d072 - Browse repository at this point
Copy the full SHA 487d072View commit details
Commits on Nov 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 97143cc - Browse repository at this point
Copy the full SHA 97143ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 699a9cd - Browse repository at this point
Copy the full SHA 699a9cdView commit details
Commits on Dec 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3286a5d - Browse repository at this point
Copy the full SHA 3286a5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aed6a71 - Browse repository at this point
Copy the full SHA aed6a71View commit details
Commits on Dec 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for baf30b8 - Browse repository at this point
Copy the full SHA baf30b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6983bc3 - Browse repository at this point
Copy the full SHA 6983bc3View commit details
Commits on Dec 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 39c8e55 - Browse repository at this point
Copy the full SHA 39c8e55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 385a3fe - Browse repository at this point
Copy the full SHA 385a3feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 697b9fd - Browse repository at this point
Copy the full SHA 697b9fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for de092f3 - Browse repository at this point
Copy the full SHA de092f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9583762 - Browse repository at this point
Copy the full SHA 9583762View commit details
Commits on Jan 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e22efd5 - Browse repository at this point
Copy the full SHA e22efd5View commit details
Commits on Jan 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f349105 - Browse repository at this point
Copy the full SHA f349105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 867e3f7 - Browse repository at this point
Copy the full SHA 867e3f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5ba50 - Browse repository at this point
Copy the full SHA 0f5ba50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9268be0 - Browse repository at this point
Copy the full SHA 9268be0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13aec44 - Browse repository at this point
Copy the full SHA 13aec44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86daca3 - Browse repository at this point
Copy the full SHA 86daca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f7b8b9 - Browse repository at this point
Copy the full SHA 9f7b8b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 487cb0c - Browse repository at this point
Copy the full SHA 487cb0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d87cb - Browse repository at this point
Copy the full SHA 84d87cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f131cf2 - Browse repository at this point
Copy the full SHA f131cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bca0fa - Browse repository at this point
Copy the full SHA 8bca0faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 979f715 - Browse repository at this point
Copy the full SHA 979f715View commit details
Commits on Jan 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 183a999 - Browse repository at this point
Copy the full SHA 183a999View commit details -
Configuration menu - View commit details
-
Copy full SHA for e247b6e - Browse repository at this point
Copy the full SHA e247b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1bb47d - Browse repository at this point
Copy the full SHA e1bb47dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73248f7 - Browse repository at this point
Copy the full SHA 73248f7View commit details
Commits on Jan 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 337db1d - Browse repository at this point
Copy the full SHA 337db1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for be37e6a - Browse repository at this point
Copy the full SHA be37e6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e82ff03 - Browse repository at this point
Copy the full SHA e82ff03View commit details
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.