summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-mdns.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-19tree-wide: use typesafe_qsort()Yu Watanabe1-24/+16
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-13Rename ratelimit_test to ratelimit_belowZbigniew Jędrzejewski-Szmek1-1/+1
2018-04-27tree-wide: be more careful with the type of array sizesLennart Poettering1-4/+3
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-2/+1
2017-12-08resolved: detect and handle mDNS race condition upon probingDmitry Rozhkov1-0/+163
2017-12-08resolved: answer all mDNS questions found in packetDmitry Rozhkov1-8/+15
2017-12-06resolved: downgrade log messages about incoming LLMNR/mDNS packets on unexpec...Lennart Poettering1-1/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-10-05resolved: take benefit of log_xyz_errno() returning the negative error codeLennart Poettering1-12/+6
2017-03-21resolved: detect and warn other running mDNS stackYu Watanabe1-31/+71
2017-02-14resolved: restore ANY reply behaviour for mDNSLennart Poettering1-0/+13
2017-02-13resolved: let's propagate errors from dns_scope_announce() and elsewhereLennart Poettering1-5/+3
2017-01-19resolved: process mDNS queriesDmitry Rozhkov1-1/+51
2017-01-19resolved: adhere to RFC when handling mDNS goodbye packetsDmitry Rozhkov1-0/+6
2017-01-19resolved: ignore mDNS multicast packets originated from our hostDmitry Rozhkov1-0/+3
2016-02-16Replace DNS_RESOURCE_KEY_NAME with a version which always returns "." for rootZbigniew Jędrzejewski-Szmek1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-05resolved,networkd: unify ResolveSupport enumLennart Poettering1-2/+2
2016-01-05resolved: when caching negative responses, honour NSEC/NSEC3 TTLsLennart Poettering1-1/+1
2015-12-18resolved: add support NSEC3 proofs, as well as proofs for domains that are OK...Lennart Poettering1-2/+1
2015-12-10resolved: discard any reply packet that contains a bogus nameDaniel Mack1-4/+8
2015-12-09resolved: llmnr, mdns: simplify error handlingDaniel Mack1-3/+1
2015-12-08resolved: add mDNS packet dispatcherDaniel Mack1-1/+58
2015-12-08resolved: add infrastructure for mDNS related socketsDaniel Mack1-0/+231