Yu Watanabe
5703301ada
resolvectl: introduce --no-ask-password option
2024-08-19 11:36:22 +09:00
Arthur Zamarin
4a06acda25
shell-completion: add missing args to bash resolvectl
...
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-05-01 19:17:59 +03:00
Jan Macku
f8457290c4
fix(SC2148): add ShellCheck directive to bash completion scripts
2024-02-27 15:41:28 +01:00
Luca Boccassi
09c857a02a
shell-completion: add show-cache to bash
2023-07-07 13:41:15 +01:00
Kiran Vemula
5ed91481ab
resolved: added serve stale feature implementation of RFC 8767
...
serve stale feature to keep the DNS resource records beyond TTL to return them as stale records in case of upstream server is not reachable or returns negative response.
SD_RESOLVED_NO_STALE flag has been added to disable serving stale records via dbus.
added serve stale test cases to TEST-75-RESOLVED
Fixes : #21815
2023-06-16 10:20:15 +01:00
Michael Biebl
85fce6f42c
Use https for gnu.org
2022-06-28 16:07:35 +02:00
Yu Watanabe
4e5f4733c5
bash-completion: resolvectl: add missing options and verb
2022-05-08 14:14:28 +02:00
Lia Lenckowski
66e10d45d9
bash-completion: circumvent aliases for 'ls'
2021-09-18 15:19:40 +09:00
Luca Boccassi
36ec026830
completion: fix 'unbound variables' errors
...
Fixes https://github.com/systemd/systemd/issues/19987
2021-06-22 14:56:47 +01:00
Yu Watanabe
db9ecf0501
license: LGPL-2.1+ -> LGPL-2.1-or-later
2020-11-09 13:23:58 +09:00
Yu Watanabe
3605aae161
bash-completion: resolvectl: support 'log-level' command
2020-09-04 17:03:28 +09:00
Iwan Timmer
4310bfc20b
resolved: add strict mode for DNS-over-TLS
...
Add strict mode for DNS-over-TLS, which will require TLS support from the server. Closes #10755
2019-06-19 13:10:44 +02:00
Zbigniew Jędrzejewski-Szmek
843cfcb15c
shell-completion: use 4 space indentation too
...
The same as in other places, indentation levels were all over the place.
2019-04-12 08:34:44 +02:00
Yu Watanabe
d5acf7da91
bash-completion: fix __get_interfaces()
2018-12-17 11:13:15 +09:00
Zbigniew Jędrzejewski-Szmek
d9b02e1697
tree-wide: drop copyright headers from frequent contributors
...
Fixes #9320 .
for p in Shapovalov Chevalier Rozhkov Sievers Mack Herrmann Schmidt Rudenberg Sahani Landden Andersen Watanabe; do
git grep -e 'Copyright.*'$p -l|xargs perl -i -0pe 's|/([*][*])?[*]\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\s*[*]([*][*])?/\n*|\n|gms; s|\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\n*|\n|gms'
done
2018-06-20 11:58:53 +02:00
Lennart Poettering
96b2fb93c5
tree-wide: beautify remaining copyright statements
...
Let's unify an beautify our remaining copyright statements, with a
unicode ©. This means our copyright statements are now always formatted
the same way. Yay.
2018-06-14 10:20:21 +02:00
Iwan Timmer
c9299be2f5
resolve: rename PrivateDNS to DNSOverTLS
...
PrivateDNS is not considered a good name for this option, so rename it to DNSOverTLS
2018-06-14 09:57:56 +02:00
Yu Watanabe
1a363edad1
bash-completion/resolvectl: support privatedns command
2018-06-13 11:16:26 +09:00
Yu Watanabe
bd188ff0ee
bash-completion: add completion for resolvectl
2018-04-19 03:26:54 +09:00