summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-zone.c
Commit message (Expand)AuthorAgeFilesLines
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-22/+8
* resolved: make sure we don't hit an assert when dealing with incomplete DNSSD...Lennart Poettering2021-11-221-1/+3
* resolve: check that bus is ready before emitting signal or property changeYu Watanabe2021-05-081-1/+1
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-4/+3
* resolved: add support for answering DNSSEC questions on the stubLennart Poettering2021-02-091-2/+5
* resolved: add RRSIG field to DnsAnswerItemLennart Poettering2021-02-091-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* resolved: use structured initialization everywhereLennart Poettering2020-10-281-4/+6
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-4/+2
* tree-wide: use set_ensure_put()Zbigniew Jędrzejewski-Szmek2020-06-221-5/+1
* resolved: introduce dns_transaction_gcp()Zbigniew Jędrzejewski-Szmek2020-06-221-12/+7
* resolved: Break include cyclesDaan De Meyer2020-05-071-0/+1
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-6/+3
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* resolved: don't check conflicts for DNS-SD enumeration RRsDmitry Rozhkov2017-12-081-0/+4
* resolved: implement D-Bus API for DNS-SDDmitry Rozhkov2017-12-081-0/+3
* resolved: detect and handle mDNS race condition upon probingDmitry Rozhkov2017-12-081-1/+1
* resolved: set cache-flush bit on mDNS responsesDmitry Rozhkov2017-12-081-2/+20
* resolved: make rfc4795-specific code run for LLMNR onlyDmitry Rozhkov2017-12-081-2/+4
* resolved: announce DNS-SD records in mDNS scopesDmitry Rozhkov2017-12-081-0/+17
* resolved: put DNS-SD records to mDNS-enabled zones.Dmitry Rozhkov2017-12-081-0/+16
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* resolved: implement mDNS probing and announcementDmitry Rozhkov2017-01-191-0/+1
* resolved: make sure we initialize the ifindex of direct zone answers properlyLennart Poettering2016-06-141-5/+8
* resolved: fix notification iteration logic when transactions are completedLennart Poettering2016-02-221-0/+5
* Replace DNS_RESOURCE_KEY_NAME with a version which always returns "." for rootZbigniew Jędrzejewski-Szmek2016-02-161-17/+17
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* resolved: internalize string buffer of dns_resource_record_to_string()Lennart Poettering2015-12-261-15/+6
* resolved: make use of dns_{class|type}_is_{pseudo|valid_rr}() everywhereLennart Poettering2015-12-181-2/+2
* resolved: add support NSEC3 proofs, as well as proofs for domains that are OK...Lennart Poettering2015-12-181-2/+2
* resolved: chase DNSKEY/DS RRs when doing look-ups with DNSSEC enabledLennart Poettering2015-12-101-6/+6
* resolved: optionally, allocate DnsResourceKey objects on the stackLennart Poettering2015-12-031-6/+7
* resolved: fully support DNS search domainsLennart Poettering2015-11-251-2/+2
* resolved: simplify dns zone logic: take a single key when looking up entriesLennart Poettering2015-11-181-126/+119
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+3
* tree-wide: take benefit of the fact that hashmap_free() returns NULLLennart Poettering2015-09-091-5/+2
* resolved: dump cache and zone contents to syslog on SIGUSR1Lennart Poettering2015-08-261-0/+37
* resolved: only maintain one question RR key per transactionLennart Poettering2015-08-211-12/+2
* resolved: rework synthesizing logicLennart Poettering2015-08-211-3/+3
* resolve: move dns routines into sharedNick Owens2015-06-101-1/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-3/+3
* resolved: initialize counterThomas Hindoe Paaboel Andersen2014-08-121-2/+2
* resolved: actually, the peer with the lower IP address wins conflictsLennart Poettering2014-08-111-3/+3