summaryrefslogtreecommitdiffstats
path: root/src/resolve/resolved-dns-transaction.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* resolved: don't treat conn reset as packet lossRonan Pigott2024-08-021-1/+1
* resolved: Don't retry queries that indicate net errorRonan Pigott2024-07-261-1/+1
* resolved: validate authentic insecure delegation to CNAMERonan Pigott2024-05-011-1/+6
* resolved: probe for dnssec support in allow-downgrade modeRonan Pigott2024-05-011-0/+15
* resolved: always progress DS queriesRonan Pigott2024-04-291-0/+4
* resolved: use NULL to represent an empty answerRonan Pigott2024-04-111-8/+2
* resolve: really always initialize auxRonan Pigott2024-04-091-2/+2
* resolved: always return the validated answers when validatingRonan Pigott2024-03-271-2/+15
* resolved: minor dnssec fixupsRonan Pigott2024-03-271-2/+9
* resolve: fix typoYu Watanabe2024-03-201-1/+1
* resolve: fix typoYu Watanabe2024-03-201-1/+1
* resolved: request DS with DNSKEYRonan Pigott2024-03-181-2/+22
* resolved: don't request the SOA for every dns labelRonan Pigott2024-03-181-86/+71
* resolved: wait to gc transactions if they might still give an answerRonan Pigott2024-03-181-0/+3
* resolved: limit the number of signature validations in a transactionRonan Pigott2024-02-261-3/+16
* resolve: on_transaction_stream_error() may free multiple transactionsYu Watanabe2024-01-151-2/+13
* resolve: also read EDE code and message from cached packetYu Watanabe2024-01-101-1/+5
* resolve: introduce DNSSEC_UPSTREAM_FAILUREYu Watanabe2024-01-101-2/+17
* resolve: several follow-ups for 9ca133e97a0c8795b1f293ccea4965b4ad1accc4.Yu Watanabe2024-01-101-2/+2
* resolve: drop DNS_TRANSACTION_UPSTREAM_DNSSEC_FAILUREYu Watanabe2024-01-101-16/+1
* resolve: several follow-ups for ac6844460ca1c01eaf2cb209ffa21c200d21a8f8Yu Watanabe2024-01-101-21/+19
* resolve: cleanup dns_packet_ede_rcode()Yu Watanabe2024-01-101-7/+1
* Merge pull request #30513 from rpigott/resolved-edeLennart Poettering2024-01-041-79/+148
|\
| * resolved: add transaction result for upstream failuresRonan Pigott2024-01-041-4/+28
| * resolved: support RFC 8914 EDE error codesRonan Pigott2024-01-041-2/+47
| * resolved: delay server feature detectionRonan Pigott2024-01-041-77/+77
* | resolve: DnsTransaction.scope may be NULL when dns_transaction_close_connecti...Yu Watanabe2023-12-301-2/+6
|/
* Merge pull request #30622 from yuwata/spaceMike Yuan2023-12-251-1/+1
|\
| * tree-wide: drop space between variable and an increment/decrementYu Watanabe2023-12-241-1/+1
* | resolve: don't add sockets to the graveyard on shutdownFrantisek Sumsal2023-12-251-0/+4
|/
* resolved: actually check authenticated flag of SOA transactionMichal Sekletar2023-12-211-2/+2
* resolve/mdns: split out mdns_make_dummy_packet()Yu Watanabe2023-11-081-70/+88
* treewide: fix typosJoerg Behrmann2023-09-191-1/+1
* tree-wide: use cocinnelle to apply _NEG_ macrosZbigniew Jędrzejewski-Szmek2023-08-161-1/+1
* resolved: added show-server-state verb and DumpStatistics varlink methodKiran Vemula2023-07-301-0/+20
* resolved: cleanup use of ERRNO_IS_DISCONNECT()Dmitry V. Levin2023-07-281-1/+1
* resolved: fix use of ERRNO_IS_DISCONNECT()Dmitry V. Levin2023-07-161-15/+12
* treewide: fix "an" before consonant U soundsJoerg Behrmann2023-07-061-1/+1
* resolved: added serve stale feature implementation of RFC 8767Kiran Vemula2023-06-161-2/+18
* Revert "resolved: address DVE-2018-0001"Dimitri John Ledkov2023-05-181-46/+1
* resolved: Fall back to TCP if UDP is blockedJoan Bruguera2023-02-151-1/+3
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-3/+3
* resolve: unsupported DNSSEC algorithms are considered INSECURE; not BOGUSJacek Migacz2022-09-301-2/+11
* resolve: do not cache mDNS goodbye packetYu Watanabe2022-09-301-0/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-4/+2
* tree-wide: fix typoYu Watanabe2022-08-011-1/+1
* Merge pull request #23875 from yuwata/resolve-mdns-fix-use-after-freeLuca Boccassi2022-07-271-99/+152
|\
| * resolve: mdns: calculate required packet size to store questions and authoritiesYu Watanabe2022-07-081-51/+107
| * resolve: introduce dns_transaction_setup_timeout()Yu Watanabe2022-07-081-40/+33
| * resolve: fix misuse of accuracy parameter in sd_event_add_time()Yu Watanabe2022-07-081-7/+10