1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00
systemd/src/resolve
Zbigniew Jędrzejewski-Szmek 1c7ed99027 resolved: adjust message about credentials
"credential provided widget" would be better spelled as "credential-provided widget".
But let's adjust the message to name the bad credential explicitly: this
makes it easier to fix for the user.
2023-04-25 18:08:15 +02:00
..
dns_type-to-name.awk tree-wide: add a space after if, switch, for, and while 2022-04-01 22:48:42 +09:00
dns-type.c resolve: fix typo in dns_class_is_pseudo() 2022-04-18 07:01:17 +09:00
dns-type.h tree-wide: use -EINVAL for enum invalid values 2021-02-10 14:46:59 +01:00
fuzz-dns-packet.c fuzzers: ignore size limits when compiled standalone 2022-05-12 14:57:07 +02:00
fuzz-dns-packet.options fuzzers: add input size limits, always configure limits in two ways 2022-05-12 13:31:11 +02:00
fuzz-etc-hosts.c resolve: rename etc_hosts_free() -> etc_hosts_clear() 2022-12-13 20:26:55 +09:00
fuzz-resource-record.c tests: fuzz dns resource records 2022-11-26 09:52:09 +00:00
generate-dns_type-gperf.py Revert "generate-dns_type-gperf: modernize python syntax" 2021-02-22 22:43:14 +01:00
generate-dns_type-list.sed tree-wide: add spdx header on all scripts and helpers 2021-01-28 09:55:35 +01:00
meson.build meson: Introduce userspace dep 2023-03-10 11:40:14 +01:00
org.freedesktop.resolve1.conf Use https for freedesktop.org 2022-06-28 13:10:05 +02:00
org.freedesktop.resolve1.policy Use https for freedesktop.org 2022-06-28 13:10:05 +02:00
org.freedesktop.resolve1.service license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
resolv.conf resolved: turn off that a search domain is derived from the host's fqdn 2020-09-30 10:37:59 +02:00
resolvconf-compat.c Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
resolvconf-compat.h license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
resolvectl.c resolve: adjust message for NXDOMAIN lookup result 2023-02-07 14:49:58 +01:00
resolvectl.h resolvconf-compat: first parse provided interface name as is 2022-10-24 20:34:10 +09:00
resolved-bus.c resolve: adjust message for NXDOMAIN lookup result 2023-02-07 14:49:58 +01:00
resolved-bus.h resolved: log process info of clients requesting resolution via D-Bus 2021-02-16 13:42:49 +01:00
resolved-conf.c resolved: adjust message about credentials 2023-04-25 18:08:15 +02:00
resolved-conf.h Revert "resolved: filter out our own stub resolvers when parsing servers" 2022-02-16 22:20:10 +01:00
resolved-def.h man: describe flags for record resolving 2021-12-20 10:56:14 +01:00
resolved-dns-answer.c resolve: fix memleak 2022-05-14 10:52:29 +01:00
resolved-dns-answer.h resolved: fix parameter reuse in DNS_ANSWER_FOREACH_ITEM() iterator macro 2022-09-28 22:51:36 +02:00
resolved-dns-cache.c resolve: do not cache mDNS goodbye packet 2022-09-30 18:50:56 +09:00
resolved-dns-cache.h resolve: do not cache mDNS goodbye packet 2022-09-30 18:50:56 +09:00
resolved-dns-dnssec.c treewide: fix a few typos in NEWS, docs and comments 2023-02-15 10:41:03 +00:00
resolved-dns-dnssec.h tree-wide: use -EINVAL for enum invalid values 2021-02-10 14:46:59 +01:00
resolved-dns-packet.c string-util: add common implementation of function that converts sized character buffers to NUL terminated C strings 2023-01-21 10:45:25 +01:00
resolved-dns-packet.h resolve: change DNS_PACKET_UNICAST_SIZE_LARGE_MAX to 1232 (#27171) 2023-04-07 09:52:52 +02:00
resolved-dns-query.c resolved: beef up monitor protocol, include full query info 2022-09-30 14:23:30 +02:00
resolved-dns-query.h resolved: beef up monitor protocol, include full query info 2022-09-30 14:23:30 +02:00
resolved-dns-question.c resolved: add dns_question_merge() helper 2022-09-30 14:22:53 +02:00
resolved-dns-question.h resolve: Use only C99 flex arrays (#25335) 2022-11-11 15:22:49 +01:00
resolved-dns-rr.c resolve: add missing assertion 2022-12-10 10:32:29 +09:00
resolved-dns-rr.h fundamental: rework IN_SET() to require at least three arguments 2023-01-02 17:16:50 +01:00
resolved-dns-scope.c resolve: refuse mdns scope for ipv4 broadcast addresses 2023-04-05 13:27:16 +02:00
resolved-dns-scope.h resolve: make dns_scope_good_domain() take DnsQuery* 2022-02-23 07:53:57 +09:00
resolved-dns-search-domain.c basic: Use statement expressions more in list.h 2023-01-08 16:31:15 +01:00
resolved-dns-search-domain.h resolved: optimize change notification handling away if bus calls set the same values as were already set 2021-02-18 16:38:27 +01:00
resolved-dns-server.c basic: Use statement expressions more in list.h 2023-01-08 16:31:15 +01:00
resolved-dns-server.h resolve: dns_server_feature_level_*_string type is DnsServerFeatureLevel 2022-11-12 00:40:16 +00:00
resolved-dns-stream.c tree-wide: port more code over to CMSG_TYPED_DATA() 2023-04-13 10:49:23 +02:00
resolved-dns-stream.h resolved: Make event flags logic robust for DoT 2022-02-01 19:24:40 +01:00
resolved-dns-stub.c resolve: Skip creating stubs if missing CAP_NET_BIND_SERVICE 2023-01-26 22:29:05 +01:00
resolved-dns-stub.h resolved: inline trivial function 2021-02-25 14:07:21 +01:00
resolved-dns-synthesize.c dns-domain: dns_name_is_empty() is redundant 2023-01-05 21:44:26 +01:00
resolved-dns-synthesize.h resolved: in dns stub always report "lo" as interface for "localhost" 2022-11-25 17:37:13 +01:00
resolved-dns-transaction.c resolved: Fall back to TCP if UDP is blocked 2023-02-15 20:01:39 +00:00
resolved-dns-transaction.h tree-wide: drop () around the first argument of a ternary op 2022-10-11 16:59:00 +02:00
resolved-dns-trust-anchor.c nulstr-util: Declare NULSTR_FOREACH() iterator inline 2022-11-11 16:31:32 +01:00
resolved-dns-trust-anchor.h license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
resolved-dns-zone.c list: declare iterator of LIST_FOREACH() in the loop 2022-03-19 08:10:29 +09:00
resolved-dns-zone.h license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
resolved-dnssd-bus.c tree-wide: use ASSERT_PTR more 2022-09-13 08:13:27 +02:00
resolved-dnssd-bus.h license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
resolved-dnssd-gperf.gperf tree-wide: add spdx header on all scripts and helpers 2021-01-28 09:55:35 +01:00
resolved-dnssd.c Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
resolved-dnssd.h resolved: rename field to indicate that it's a list 2022-07-02 12:46:19 +02:00
resolved-dnstls-gnutls.c tree-wide: add a space after if, switch, for, and while 2022-04-01 22:48:42 +09:00
resolved-dnstls-gnutls.h license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
resolved-dnstls-openssl.c resolved: Fix OpenSSL error messages 2022-11-22 16:04:45 +09:00
resolved-dnstls-openssl.h license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
resolved-dnstls.h resolved: Read as much as possible per stream EPOLLIN event 2022-02-01 19:25:32 +01:00
resolved-etc-hosts.c tree-wide: add some asserts 2023-04-14 10:16:01 +02:00
resolved-etc-hosts.h resolve: dedup entries in /etc/hosts 2022-12-13 20:37:48 +09:00
resolved-gperf.gperf resolved: don't make monitoring optional 2022-09-30 14:20:28 +02:00
resolved-link-bus.c resolve: provide effective supporting levels of mDNS and LLMNR 2022-11-10 21:54:56 +09:00
resolved-link-bus.h license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
resolved-link.c resolve: refuse mdns scope for ipv4 broadcast addresses 2023-04-05 13:27:16 +02:00
resolved-link.h resolve: refuse mdns scope for ipv4 broadcast addresses 2023-04-05 13:27:16 +02:00
resolved-llmnr.c tree-wide: use -EBADF more 2022-12-21 01:50:33 +09:00
resolved-llmnr.h license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
resolved-manager.c tree-wide: also use CMSG_TYPED_DATA() on writing message header 2023-04-16 13:26:58 +09:00
resolved-manager.h resolved: flush caches on memory pressure and support SIGRTMIN+18 2023-03-01 09:43:23 +01:00
resolved-mdns.c tree-wide: use -EBADF more 2022-12-21 01:50:33 +09:00
resolved-mdns.h license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
resolved-resolv-conf.c strv: declare iterator of FOREACH_STRING() in the loop 2022-03-23 11:50:18 +01:00
resolved-resolv-conf.h tree-wide: use -EINVAL for enum invalid values 2021-02-10 14:46:59 +01:00
resolved-socket-graveyard.c tree-wide: use ASSERT_PTR more 2022-09-13 08:13:27 +02:00
resolved-socket-graveyard.h tree-wide: fix SPDX short identifier for LGPL-2.1-or-later 2021-10-01 17:27:34 +01:00
resolved-util.c resolved: split out function to determine the local llmnr hostname 2021-03-26 14:18:51 +01:00
resolved-util.h resolved: split out function to determine the local llmnr hostname 2021-03-26 14:18:51 +01:00
resolved-varlink.c resolved: downgrade inability to send varlink reply error message 2023-01-03 23:12:02 +01:00
resolved-varlink.h license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
resolved.c resolved: flush caches on memory pressure and support SIGRTMIN+18 2023-03-01 09:43:23 +01:00
resolved.conf.in resolve: drop remaining references for Monitor= 2022-10-03 08:26:05 +02:00
RFCs
test-dns-packet.c test-dns-packet: fix leak of DnsResourceRecord object 2021-02-23 01:06:08 +01:00
test-dnssec-complex.c resolve: define normal macros for BUS_ERROR_DNS error codes 2023-02-07 14:49:58 +01:00
test-dnssec.c test: Use TEST macros in more places 2022-03-16 14:50:12 +01:00
test-resolve-tables.c license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
test-resolved-etc-hosts.c resolve: dedup entries in /etc/hosts 2022-12-13 20:37:48 +09:00
test-resolved-packet.c test: Use TEST macros in more places 2022-03-16 14:50:12 +01:00
test-resolved-stream.c tree-wide: use FORK_REARRANGE_STDIO and FORK_CLOSE_ALL_FDS 2023-02-21 07:39:18 +09:00