summaryrefslogtreecommitdiffstats
path: root/src/resolve/resolved-dns-zone.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1947 from phomes/sort-includes2Lennart Poettering2015-11-191-2/+2
|\ | | | | tree-wide: sort includes in *.h
| * tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-181-2/+2
| | | | | | | | | | This is a continuation of the previous include sort patch, which only sorted for .c files.
* | resolved: simplify dns zone logic: take a single key when looking up entriesLennart Poettering2015-11-181-1/+1
|/ | | | | | | | | Instead of taking a DnsQuestion object (i.e. an array of keys) only take a single key. This simplifies things a bit, and as DNS/LLMNR require a single question per query message was unnecessary anyway. This mimics a similar change that was done a while ago for the dns cache logic.
* resolved: dump cache and zone contents to syslog on SIGUSR1Lennart Poettering2015-08-261-0/+3
|
* resolved: make sure we don't mark the wrong zone RRs conflictingLennart Poettering2014-08-111-0/+2
|
* resolved: verify all RRs when we come back from suspendLennart Poettering2014-08-111-0/+2
|
* resolved: implement full LLMNR conflict detection logicLennart Poettering2014-08-111-0/+3
|
* resolved: implement LLMNR uniqueness verificationLennart Poettering2014-07-311-4/+34
|
* resolved: properly set TTL in SOA recordsLennart Poettering2014-07-301-0/+3
|
* resolved: include SOA records in LLMNR replies for non-existing RRs to allow ↵Lennart Poettering2014-07-301-1/+1
| | | | negative caching
* resolve: add llmnr responder side for UDP and TCPLennart Poettering2014-07-291-0/+40
Name defending is still missing.