index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
resolve
/
resolved-dns-transaction.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
resolved: don't treat conn reset as packet loss
Ronan Pigott
2024-08-02
1
-1
/
+1
*
resolved: Don't retry queries that indicate net error
Ronan Pigott
2024-07-26
1
-1
/
+1
*
resolved: validate authentic insecure delegation to CNAME
Ronan Pigott
2024-05-01
1
-1
/
+6
*
resolved: probe for dnssec support in allow-downgrade mode
Ronan Pigott
2024-05-01
1
-0
/
+15
*
resolved: always progress DS queries
Ronan Pigott
2024-04-29
1
-0
/
+4
*
resolved: use NULL to represent an empty answer
Ronan Pigott
2024-04-11
1
-8
/
+2
*
resolve: really always initialize aux
Ronan Pigott
2024-04-09
1
-2
/
+2
*
resolved: always return the validated answers when validating
Ronan Pigott
2024-03-27
1
-2
/
+15
*
resolved: minor dnssec fixups
Ronan Pigott
2024-03-27
1
-2
/
+9
*
resolve: fix typo
Yu Watanabe
2024-03-20
1
-1
/
+1
*
resolve: fix typo
Yu Watanabe
2024-03-20
1
-1
/
+1
*
resolved: request DS with DNSKEY
Ronan Pigott
2024-03-18
1
-2
/
+22
*
resolved: don't request the SOA for every dns label
Ronan Pigott
2024-03-18
1
-86
/
+71
*
resolved: wait to gc transactions if they might still give an answer
Ronan Pigott
2024-03-18
1
-0
/
+3
*
resolved: limit the number of signature validations in a transaction
Ronan Pigott
2024-02-26
1
-3
/
+16
*
resolve: on_transaction_stream_error() may free multiple transactions
Yu Watanabe
2024-01-15
1
-2
/
+13
*
resolve: also read EDE code and message from cached packet
Yu Watanabe
2024-01-10
1
-1
/
+5
*
resolve: introduce DNSSEC_UPSTREAM_FAILURE
Yu Watanabe
2024-01-10
1
-2
/
+17
*
resolve: several follow-ups for 9ca133e97a0c8795b1f293ccea4965b4ad1accc4.
Yu Watanabe
2024-01-10
1
-2
/
+2
*
resolve: drop DNS_TRANSACTION_UPSTREAM_DNSSEC_FAILURE
Yu Watanabe
2024-01-10
1
-16
/
+1
*
resolve: several follow-ups for ac6844460ca1c01eaf2cb209ffa21c200d21a8f8
Yu Watanabe
2024-01-10
1
-21
/
+19
*
resolve: cleanup dns_packet_ede_rcode()
Yu Watanabe
2024-01-10
1
-7
/
+1
*
Merge pull request #30513 from rpigott/resolved-ede
Lennart Poettering
2024-01-04
1
-79
/
+148
|
\
|
*
resolved: add transaction result for upstream failures
Ronan Pigott
2024-01-04
1
-4
/
+28
|
*
resolved: support RFC 8914 EDE error codes
Ronan Pigott
2024-01-04
1
-2
/
+47
|
*
resolved: delay server feature detection
Ronan Pigott
2024-01-04
1
-77
/
+77
*
|
resolve: DnsTransaction.scope may be NULL when dns_transaction_close_connecti...
Yu Watanabe
2023-12-30
1
-2
/
+6
|
/
*
Merge pull request #30622 from yuwata/space
Mike Yuan
2023-12-25
1
-1
/
+1
|
\
|
*
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
1
-1
/
+1
*
|
resolve: don't add sockets to the graveyard on shutdown
Frantisek Sumsal
2023-12-25
1
-0
/
+4
|
/
*
resolved: actually check authenticated flag of SOA transaction
Michal Sekletar
2023-12-21
1
-2
/
+2
*
resolve/mdns: split out mdns_make_dummy_packet()
Yu Watanabe
2023-11-08
1
-70
/
+88
*
treewide: fix typos
Joerg Behrmann
2023-09-19
1
-1
/
+1
*
tree-wide: use cocinnelle to apply _NEG_ macros
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-1
/
+1
*
resolved: added show-server-state verb and DumpStatistics varlink method
Kiran Vemula
2023-07-30
1
-0
/
+20
*
resolved: cleanup use of ERRNO_IS_DISCONNECT()
Dmitry V. Levin
2023-07-28
1
-1
/
+1
*
resolved: fix use of ERRNO_IS_DISCONNECT()
Dmitry V. Levin
2023-07-16
1
-15
/
+12
*
treewide: fix "an" before consonant U sounds
Joerg Behrmann
2023-07-06
1
-1
/
+1
*
resolved: added serve stale feature implementation of RFC 8767
Kiran Vemula
2023-06-16
1
-2
/
+18
*
Revert "resolved: address DVE-2018-0001"
Dimitri John Ledkov
2023-05-18
1
-46
/
+1
*
resolved: Fall back to TCP if UDP is blocked
Joan Bruguera
2023-02-15
1
-1
/
+3
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-3
/
+3
*
resolve: unsupported DNSSEC algorithms are considered INSECURE; not BOGUS
Jacek Migacz
2022-09-30
1
-2
/
+11
*
resolve: do not cache mDNS goodbye packet
Yu Watanabe
2022-09-30
1
-0
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-4
/
+2
*
tree-wide: fix typo
Yu Watanabe
2022-08-01
1
-1
/
+1
*
Merge pull request #23875 from yuwata/resolve-mdns-fix-use-after-free
Luca Boccassi
2022-07-27
1
-99
/
+152
|
\
|
*
resolve: mdns: calculate required packet size to store questions and authorities
Yu Watanabe
2022-07-08
1
-51
/
+107
|
*
resolve: introduce dns_transaction_setup_timeout()
Yu Watanabe
2022-07-08
1
-40
/
+33
|
*
resolve: fix misuse of accuracy parameter in sd_event_add_time()
Yu Watanabe
2022-07-08
1
-7
/
+10
[next]