Commit Graph

163 Commits (888e302f6e87f27d0c8a0c6facfd6c3a6c8033c5)

Author SHA1 Message Date
John Murret dcad90639f
NET-10685 - Remove dns v2 code (#21598)
3 months ago
R.B. Boyer 1535844c62
gossip: refactor some gossip related libraries into a central place (#21036)
7 months ago
Dan Stough 6026ada0c9
[CE] feat(v2dns): enable v2 dns as default (#20715)
8 months ago
John Murret a15a957a36
NET-8056 - v2 DNS Testing Improvements (#20710)
9 months ago
John Murret 26eed12f04
NET-7813 - DNS : SERVFAIL when resolving PTR records (#20679)
9 months ago
Dan Stough 14efb28086
fix(v2dns): add node ttl to workloads, comment cleanup, and changelog (#20643)
9 months ago
John Murret 7e8f2e5f08
NET-7644/NET-7634 - Implement query lookup for tagged addresses on nodes and services including WAN translation. (#20583)
10 months ago
John Murret 7cac918811
NET-7637 / NET-7659/NET-7636/NET-7647/NET-7648/NET-7646/NET-7649/NET-7645 - Multiple DNS v2 fixes (#20556)
10 months ago
John Murret 8ac54707d6
DNS v2 Multiple fixes. (#20525)
10 months ago
John Murret 7d4deda640
NET-7630 - Fix TXT record creation on node queries (#20483)
10 months ago
John Murret 0d434dafac
Do not parallelize DNS tests because they consume too many ports (#20482)
10 months ago
Dan Stough 0ca7313b07
feat(v2dns): add PTR query support (#20362)
10 months ago
Dan Stough 6828780131
feat(v2dns): add partial support for SOA records (#20320)
10 months ago
Dan Stough 0edfa74d15
feat(v2dns): recursor support (#20249)
10 months ago
John Murret 938d2315e0
DNS v2 - add virtual ip questions (#20245)
10 months ago
John Murret bc4da5f5d6
check error in TestDNSCycleRecursorCheckAllFail before asserting response to stop panic in CI. (#20231)
10 months ago
Dan Stough cb384ac068
feat(v2dns): addr. query support (#20224)
10 months ago
Dan Stough d52e80b619
[OSS] feat: add experiments flag for v2 dns and skeleton interfaces (#20115)
11 months ago
John Murret 21e2bb2a67
Make DNS test run across a matrix of dns and catalog versions. (#20114)
11 months ago
John Murret c12245be3c
Break up DNS tests into 3 files to help with GH UI and IDE issues. (#20103)
11 months ago
John Landa 9eaa8eb026
dns token (#17936)
1 year ago
hashicorp-copywrite[bot] 5fb9df1640
[COMPLIANCE] License changes (#18443)
1 year ago
Alex Simenduev 33a2d90852
Fix a bug that wrongly trims domains when there is an overlap with DC name (#17160)
1 year ago
R.B. Boyer 820cdf53da
fix some testing.T retry.R mixups (#17600)
1 year ago
Ronald 94ec4eb2f4
copyright headers for agent folder (#16704)
2 years ago
Chris S. Kim 321439f5a7
Speed up test by registering services concurrently (#16509)
2 years ago
Semir Patel bafa5c7156
Pass remote addr of incoming HTTP requests through to RPC(..) calls (#15700)
2 years ago
R.B. Boyer 4a32070210
test: remove variable shadowing in TestDNS_ServiceLookup_ARecordLimits (#15740)
2 years ago
Jared Kirschner 3e7e8ae9c5
Support RFC 2782 for prepared query DNS lookups (#14465)
2 years ago
Chris Chapman 81e267171b
Bind a dns mux handler to gRPC proxy
2 years ago
alex a45bb1f06b
block PeerName register requests (#13887)
2 years ago
Eric Haberkorn 501089292e
Add Cluster Peering Failover Support to Prepared Queries (#13835)
2 years ago
Freddy 3542138e4d
Parse peer name for virtual IP DNS queries (#13602)
2 years ago
Dan Upton 205ce9a69d
Remove references to "master" ACL tokens in tests (#11751)
3 years ago
Kyle Havlovitz 0546bbe08a dns: add endpoint for querying service virtual IPs
3 years ago
Jared Kirschner 0854e1d684
Merge pull request #11348 from kbabuadze/fix-answers-alt-domain
3 years ago
R.B. Boyer ef559dfdd4
agent: refactor the agent delegate interface to be partition friendly (#11429)
3 years ago
Konstantine ce85d2eada fix altDomain responses for services where address is IP, added tests
3 years ago
Konstantine a7e8c51f80 fix encodeIPAsFqdn to return alt-domain when requested, added test case
3 years ago
Konstantine ffb00f01b5 fixed altDomain response for NS type queries, and added test
3 years ago
Konstantine a828c45a62 edited TestDNS_AltDomains_Service to test responses for altDomains, and added TXT additional section check
3 years ago
Joshua Montgomery 8eb5915f7d
Fixing SOA record to use alt domain when alt domain in use (#10431)
3 years ago
Blake Covarrubias a0cd3dd88e
Add DNS recursor strategy option (#10611)
3 years ago
Dhia Ayachi f0cd1441a9 fix truncate when NS is set
3 years ago
Daniel Nephin 204bf2b345 dns: correct rcode for qtype not supported
3 years ago
Dhia Ayachi ad2065f2aa Check response len do not exceed max Buffer size
3 years ago
Dhia Ayachi f8f2756967 add missing test for truncate
3 years ago
Daniel Nephin 42f7963252 dns: trim response immediately before the write
3 years ago
Daniel Nephin 436a02af31 dns: handle errors from dispatch
3 years ago
Dhia Ayachi a64c9a3e62
return an empty record when asked for an addr dns with type other then A, AAAA and ANY (#10401)
3 years ago