summaryrefslogtreecommitdiffstats
path: root/src/resolve (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-1/+1
* resolvconf: disable default route when -p is specifiedYu Watanabe2024-08-263-8/+26
* resolvconf: clear domains if nothing specifiedYu Watanabe2024-08-261-1/+8
* resolvectl: make enum name consistent with the option nameYu Watanabe2024-08-261-3/+3
* resolved: clear the AD bit for bypass packetsRonan Pigott2024-08-262-2/+9
* Merge pull request #34051 from rpigott/resolved-demote-fallbackYu Watanabe2024-08-226-8/+27
|\
| * resolved: demote the fallback dns serversRonan Pigott2024-08-211-0/+4
| * resolved: use the fallback servers when no default dns is configuredRonan Pigott2024-08-213-4/+3
| * resolved: introduce link_set_default_routeRonan Pigott2024-08-212-0/+15
| * resolved: introduce dns_server_is_fallbackRonan Pigott2024-08-212-3/+5
| * Revert "resolved: demote the global unicast scope"Ronan Pigott2024-08-211-2/+1
* | polkit: add missing period in messagesYu Watanabe2024-08-221-2/+2
|/
* Merge pull request #34009 from yuwata/network-resolve-polkitLuca Boccassi2024-08-203-151/+347
|\
| * resolve: inherit server userdataYu Watanabe2024-08-191-24/+8
| * resolve: support polkit authentication for io.systemd.Resolve.MonitorYu Watanabe2024-08-193-17/+131
| * resolvectl: acquire DBus connection only when necessaryYu Watanabe2024-08-191-51/+130
| * resolvectl: several coding style cleanupsYu Watanabe2024-08-191-68/+57
| * resolvectl: introduce --no-ask-password optionYu Watanabe2024-08-191-0/+7
| * resolvectl: enable interactive authentication for dbus method callYu Watanabe2024-08-191-0/+23
* | resolved: demote the global unicast scopeRonan Pigott2024-08-201-1/+2
|/
* test: replace ASSERT_TRUE() for dns_cache_lookup() with ASSERT_OK_POSITIVE()Yu Watanabe2024-08-141-7/+7
* resolve: refuse invalid service without type fieldYu Watanabe2024-08-052-0/+10
* resolve: voidify unused result of function callYu Watanabe2024-08-051-5/+5
* resolved: don't treat conn reset as packet lossRonan Pigott2024-08-022-1/+7
* test: resolve "Unchecked return value" coverity warningYu Watanabe2024-08-011-1/+1
* test: resolve "Unchecked return value" coverity warningYu Watanabe2024-08-011-1/+1
* resolved: Don't retry queries that indicate net errorRonan Pigott2024-07-261-1/+1
* resolved: report svc params as a json objectRonan Pigott2024-07-241-15/+10
* Merge pull request #33535 from neighbourhoodie/tests/dns-cacheLuca Boccassi2024-07-232-0/+1264
|\
| * resolved: tests for dns_cache_lookup() clamping the TTLJames Coglan2024-07-231-0/+37
| * resolved: tests for dns_cache_put() for NXDOMAIN with no SOAJames Coglan2024-07-231-0/+12
| * resolved: test that pseudo classes and types are not cachedJames Coglan2024-07-231-0/+88
| * resolves: tests for dns_cache_prune()James Coglan2024-07-231-0/+38
| * resolved: tests for dns_cache_check_conflicts()James Coglan2024-07-231-0/+55
| * resolved: tests for dns_cache_export_shared_to_packet()James Coglan2024-07-231-0/+136
| * resolved: tests for dns_cache_lookup(); mDNS and multiple matching entriesJames Coglan2024-07-231-0/+204
| * resolved: tests for dns_cache_lookup() returning the most recent inputJames Coglan2024-07-231-0/+95
| * resolved: tests for dns_cache_dump()James Coglan2024-07-231-0/+90
| * resolved: test cache missesJames Coglan2024-07-231-0/+53
| * resolved: tests for dns_cache_lookup() for NXDOMAINJames Coglan2024-07-231-3/+51
| * resolved: first test for dns_cache_lookup()James Coglan2024-07-231-0/+41
| * resolved: tests for dns_cache_dump_to_json()James Coglan2024-07-231-0/+60
| * resolved: check that adding an expired response removes cache entryJames Coglan2024-07-231-0/+21
| * resolved: tests for dns_cache_put(); CNAME success and name errorJames Coglan2024-07-231-0/+45
| * resolved: tests for dns_cache_put() with non-matching class, type, nameJames Coglan2024-07-231-0/+51
| * resolved: refactor DNS answer construction for cache testsJames Coglan2024-07-231-47/+18
| * resolved: test for dns_cache_put() with empty answerJames Coglan2024-07-231-0/+14
| * resolved: tests for dns_cache_put() with different RCODEsJames Coglan2024-07-231-0/+44
| * resolved: tests for dns_cache_put(); successful A queryJames Coglan2024-07-232-0/+161
* | Merge pull request #33534 from neighbourhoodie/tests/dns-queryLuca Boccassi2024-07-232-0/+894
|\ \