Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1947 from phomes/sort-includes2 | Lennart Poettering | 2015-11-19 | 1 | -2/+2 |
|\ | | | | | tree-wide: sort includes in *.h | ||||
| * | tree-wide: sort includes in *.h | Thomas Hindoe Paaboel Andersen | 2015-11-18 | 1 | -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 entries | Lennart Poettering | 2015-11-18 | 1 | -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 SIGUSR1 | Lennart Poettering | 2015-08-26 | 1 | -0/+3 |
| | |||||
* | resolved: make sure we don't mark the wrong zone RRs conflicting | Lennart Poettering | 2014-08-11 | 1 | -0/+2 |
| | |||||
* | resolved: verify all RRs when we come back from suspend | Lennart Poettering | 2014-08-11 | 1 | -0/+2 |
| | |||||
* | resolved: implement full LLMNR conflict detection logic | Lennart Poettering | 2014-08-11 | 1 | -0/+3 |
| | |||||
* | resolved: implement LLMNR uniqueness verification | Lennart Poettering | 2014-07-31 | 1 | -4/+34 |
| | |||||
* | resolved: properly set TTL in SOA records | Lennart Poettering | 2014-07-30 | 1 | -0/+3 |
| | |||||
* | resolved: include SOA records in LLMNR replies for non-existing RRs to allow ↵ | Lennart Poettering | 2014-07-30 | 1 | -1/+1 |
| | | | | negative caching | ||||
* | resolve: add llmnr responder side for UDP and TCP | Lennart Poettering | 2014-07-29 | 1 | -0/+40 |
Name defending is still missing. |