summaryrefslogtreecommitdiffstats
path: root/src/resolve (follow)
Commit message (Expand)AuthorAgeFilesLines
* resolve: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-10/+15
* resolvectl: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-29/+50
* tree-wide: make sigprocmask() changes more automaticLennart Poettering2024-09-133-17/+22
* basic: split ifname related calls from format-util.h into format-ifname.hLennart Poettering2024-09-132-2/+2
* resolvectl: rework StatusMode handling into a switch/case statementLennart Poettering2024-09-111-22/+31
* resolvectl: rename shallow destructors …_done()Lennart Poettering2024-09-111-4/+8
* Merge pull request #34373 from poettering/resolved-dnssd-move-outDaan De Meyer2024-09-115-227/+229
|\
| * resolved: move dnssd parsers to resolved-dnssd.cLennart Poettering2024-09-114-225/+227
| * resolved: move resolved_dnssd_gperf_lookup() prototype definition to resolved...Lennart Poettering2024-09-113-2/+2
* | resolved: simplify dns_scope_get_n_dns_servers(), don't count each timeLennart Poettering2024-09-111-10/+2
* | resolved: use dns_scope_ifindex() at more placesLennart Poettering2024-09-112-3/+13
* | resolved: simplify initialization of DnsScopeLennart Poettering2024-09-111-4/+3
* | resolved: use unlinkat() where appropriateLennart Poettering2024-09-111-8/+2
* | resolvectl: show DefaultRoute state in per-link DNS staus info tooLennart Poettering2024-09-111-0/+6
|/
* missing_network: drop unnecessary definitionYu Watanabe2024-09-091-0/+1
* time-util: rework localtime_or_gmtime() into localtime_or_gmtime_usec()Lennart Poettering2024-09-051-2/+4
* socket-util: make recvmsg_safe() handle MSG_TRUNC tooMike Yuan2024-09-042-4/+0
* resolve: fix typoYu Watanabe2024-09-031-1/+1
* resolved: include Varlink error on inconsistent DNS-SD services in introspect...Lennart Poettering2024-09-032-2/+2
* 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