summaryrefslogtreecommitdiffhomepage
path: root/net/dns/manager_linux_test.go
AgeCommit message (Expand)AuthorFilesLines
2024-06-26net/dns: ensure /etc/resolv.conf is world-readable even with a umaskAndrew Dunham1-2/+3
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick1-1/+1
2023-10-15net/dns: use direct when NetworkManager has no systemd-resolvedDenton Gentry1-0/+12
2023-07-20net/dns: detect when libnss_resolve is usedAnton Tolchanov1-15/+51
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-10-19net/dns: print systemd-resolved ResolvConfModeAndrew Dunham1-15/+52
2022-07-27net/dns: remove systemd-resolved pingnyghtowl1-11/+11
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-1/+1
2022-02-11net/dns: fix systemd-resolved detection race at bootBrad Fitzpatrick1-14/+47
2022-02-10net/dns: add NetworkManager regression testDenton Gentry1-0/+11
2022-01-24net/dns: log why resolved does not look like it's on use [Linux]Brad Fitzpatrick1-6/+8
2021-11-15net/dns: correctly handle NetworkManager-managed DNS that points to resolved.David Anderson1-1/+47
2021-10-26net/dns: detect when resolvconf points to systemd-resolved.Denton Gentry1-0/+30
2021-10-26net/dns: fall back to copy+delete/truncate if moving to/from /etc/resolv.conf...David Anderson1-2/+14
2021-09-07all: update tests to use tstest.MemLoggerBrad Fitzpatrick1-8/+3
2021-09-04net/dns: exhaustively test DNS selection paths for linux.David Anderson1-15/+204
2021-08-30net/dns: add start of Linux newOSConfigurator testsBrad Fitzpatrick1-0/+84