summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-cache.h
Commit message (Expand)AuthorAgeFilesLines
* resolve: do not cache mDNS goodbye packetYu Watanabe2022-09-301-0/+1
* resolve: mdns: calculate required packet size to store questions and authoritiesYu Watanabe2022-07-091-1/+1
* resolved: replace "answer_authenticated" bool by uint64_t query_flags fieldLennart Poettering2021-02-161-2/+2
* resolved: drop timestamp parameter to dns_cache_put() we don't ever passLennart Poettering2021-02-091-1/+0
* resolved: add support for answering DNSSEC questions on the stubLennart Poettering2021-02-091-2/+24
* Revert "resolvectl: Add show-multicast verb to show discovered LLMNR/mDNS hosts"Lennart Poettering2021-02-051-2/+1
* resolve: Add GetMulticastHosts() D-Bus methodDaan De Meyer2021-01-301-1/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* resolved: switch cache option to a tri-state option (systemd#5552).Jorge Niedbalski2019-07-171-1/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+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
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* resolved: when using the ResolveRecord() bus call, adjust TTL for caching timeLennart Poettering2016-06-211-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* resolved: when caching negative responses, honour NSEC/NSEC3 TTLsLennart Poettering2016-01-051-1/+1
* resolved: gather statistics about resolved namesLennart Poettering2015-12-261-0/+4
* resolved: add support NSEC3 proofs, as well as proofs for domains that are OK...Lennart Poettering2015-12-181-1/+1
* resolved: add dns_cache_export_to_packet()Daniel Mack2015-12-081-0/+3
* resolved: add a concept of "authenticated" responsesLennart Poettering2015-12-031-2/+2
* resolved: add basic DNSSEC supportLennart Poettering2015-12-021-1/+0
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-181-3/+3
* resolved: cache - only allow putting a single question key at a timeTom Gundersen2015-09-161-1/+1
* resolved: dump cache and zone contents to syslog on SIGUSR1Lennart Poettering2015-08-261-0/+3
* resolved: only maintain one question RR key per transactionLennart Poettering2015-08-211-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* resolved: implement full LLMNR conflict detection logicLennart Poettering2014-08-111-1/+3
* resolved: only cache answer RRs, never additional or authoritative RRs of res...Lennart Poettering2014-07-301-1/+1
* resolve: add llmnr responder side for UDP and TCPLennart Poettering2014-07-291-17/+0
* resolved: implement negative cachingLennart Poettering2014-07-231-11/+15
* resolved: rework logic so that we can share transactions between queries of d...Lennart Poettering2014-07-231-4/+4
* resolved: add DNS cacheLennart Poettering2014-07-171-0/+57