index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resolve
/
resolved-dns-transaction.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
resolved: unify code for trying a different DNS server
Lennart Poettering
2021-02-16
1
-14
/
+32
|
*
resolved: improve log message when retrying a transaction with a different se...
Lennart Poettering
2021-02-16
1
-1
/
+6
*
|
Merge pull request #18616 from keszybz/argv-fuzzer-quick-fix
Lennart Poettering
2021-02-16
1
-7
/
+7
|
\
\
|
*
|
resolved: make dns_transaction_gc return a pointer
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-7
/
+7
*
|
|
resolved: when we can't parse a packet, downgrade feature level
Lennart Poettering
2021-02-16
1
-0
/
+10
|
|
/
|
/
|
*
|
resolved: paranoia — ensure DNS reply came over stream we sent it to
Lennart Poettering
2021-02-16
1
-1
/
+2
*
|
resolved: add "confidential" flag for replies passed to clients
Lennart Poettering
2021-02-16
1
-11
/
+18
*
|
resolved: replace "answer_authenticated" bool by uint64_t query_flags field
Lennart Poettering
2021-02-16
1
-34
/
+29
*
|
resolved: close UDP socket when we received a network error on it
Lennart Poettering
2021-02-15
1
-0
/
+2
*
|
resolved: instead of closing DNS UDP transaction fds right-away, add them to ...
Lennart Poettering
2021-02-15
1
-10
/
+34
|
/
*
resolved: don't redundantly switch DNS servers because of transaction failures
Lennart Poettering
2021-02-15
1
-3
/
+3
*
resolved: refuse sending packets to our own stub listeners
Lennart Poettering
2021-02-14
1
-0
/
+23
*
resolved: rename manager_our_packet() → manager_packet_from_local_address()
Lennart Poettering
2021-02-14
1
-1
/
+2
*
resolved: randomize RR order in answers each time we get something from the c...
Lennart Poettering
2021-02-14
1
-0
/
+26
*
resolved: drop timestamp parameter to dns_cache_put() we don't ever pass
Lennart Poettering
2021-02-09
1
-1
/
+0
*
resolved: add support for answering DNSSEC questions on the stub
Lennart Poettering
2021-02-09
1
-85
/
+190
*
resolved: if dns_packet_append_answer() fails count how many RRs were success...
Lennart Poettering
2021-02-09
1
-3
/
+1
*
resolved: add RRSIG field to DnsAnswerItem
Lennart Poettering
2021-02-09
1
-17
/
+34
*
resolved: introduce dns_transaction_key() helper for getting RR key for trans...
Lennart Poettering
2021-02-09
1
-79
/
+79
*
resolved: fix use-after-free with queries hitting the cache
Zbigniew Jędrzejewski-Szmek
2021-01-18
1
-6
/
+10
*
resolved: always take a timestamp when first seeing a packet
Lennart Poettering
2020-12-16
1
-4
/
+1
*
resolved: improve log message when we use TCP a bit
Lennart Poettering
2020-12-03
1
-1
/
+1
*
resolved: properly check per-link NTA list
Lennart Poettering
2020-12-02
1
-1
/
+1
*
resolved: allow cache responses from local DNS servers
Pavel Sapezhko
2020-11-27
1
-5
/
+3
*
tree-wide: fix "a the" or "the a"
Yu Watanabe
2020-11-13
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
resolved: remove redundant conditionalization
Lennart Poettering
2020-10-28
1
-46
/
+40
*
resolved: use structured initialization everywhere
Lennart Poettering
2020-10-28
1
-10
/
+11
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-24
/
+12
*
resolved: remove superfluous ;;
Lennart Poettering
2020-08-28
1
-1
/
+1
*
tree-wide: no need to negate argument to ERROR_IS_XYZ()
Lennart Poettering
2020-08-28
1
-2
/
+2
*
resolved: make sure we initialize t->answer_errno before completing the trans...
Lennart Poettering
2020-08-28
1
-14
/
+15
*
resolve: read/save port number and SNI from/into link state file
Yu Watanabe
2020-07-21
1
-2
/
+2
*
resolve: support port specifier in DNS= setting
Yu Watanabe
2020-07-21
1
-4
/
+6
*
tree-wide: use set_ensure_put()
Zbigniew Jędrzejewski-Szmek
2020-06-22
1
-21
/
+5
*
resolved: introduce dns_transaction_gcp()
Zbigniew Jędrzejewski-Szmek
2020-06-22
1
-11
/
+7
*
resolved: return org.freedesktop.resolve1.DnsError.NXDOMAIN on LLMNR resoluti...
Zbigniew Jędrzejewski-Szmek
2020-04-20
1
-1
/
+10
*
resolved: fix abort when recv() returns 0
Zbigniew Jędrzejewski-Szmek
2019-09-13
1
-2
/
+5
*
resolved: switch cache option to a tri-state option (systemd#5552).
Jorge Niedbalski
2019-07-17
1
-1
/
+2
*
resolved: don't require check when importing resolved-dnstls.h
Iwan Timmer
2019-06-19
1
-3
/
+1
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-4
/
+4
*
resolve: rename Link.name -> Link.ifname
Yu Watanabe
2019-04-13
1
-3
/
+3
*
util: move ERRNO_IS_xyz macros to errno-util.h
Lennart Poettering
2019-03-19
1
-0
/
+1
*
resolve: fix null pointer dereferences
Yu Watanabe
2019-02-21
1
-1
/
+1
*
transaction: simplify handling if we get an unexpected DNS packet via TCP
Lennart Poettering
2019-02-15
1
-7
/
+3
*
stream: track type of DnsStream object
Lennart Poettering
2019-02-15
1
-2
/
+5
*
resolved: mention which RRs we query when requesting them to authenticate som...
Lennart Poettering
2018-12-18
1
-6
/
+6
*
resolved: only attempt non-answer SOA RRs if they are parents of our query
Lennart Poettering
2018-12-18
1
-0
/
+8
*
resolved: implicitly disconnect a stream from its server when a stream is closed
Lennart Poettering
2018-12-07
1
-5
/
+1
*
resolved: take particular care when detaching DnsServer from its default stream
Lennart Poettering
2018-12-07
1
-1
/
+1
[prev]
[next]