summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-manager.h
Commit message (Collapse)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
| | | | | | This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use.
* resolved: simplify detection of packets from the loopback deviceLennart Poettering2014-10-22
| | | | | | | We can simplify our code quite a bit if we explicitly check for the ifindex being 1 on Linux as a loopback check. Apparently, this is hardcoded on Linux on the kernel, and effectively exported to userspace via rtnl and such, hence we should be able to rely on it.
* resolved: unify logic how we flush out DNS servers we learntLennart Poettering2014-08-12
|
* resolved: verify all RRs when we come back from suspendLennart Poettering2014-08-11
|
* resolved: implement full LLMNR conflict detection logicLennart Poettering2014-08-11
|
* resolved: read the per-interface LLMNR setting from networkd and act on itLennart Poettering2014-08-04
|
* resolved: when there's already somebody listening on the LLMNR ports, simple ↵Lennart Poettering2014-08-04
| | | | | | | | disable LLMNR and warn, but continue This allows us to run resolved inside an nspawn container that shares the network namespace with the host, if there's already an instance running.
* resolved: flush cache each time we change to a different DNS serverLennart Poettering2014-08-01
|
* resolved: read the system /etc/resolv.conf unless we wrote it ourselvesLennart Poettering2014-08-01
| | | | | This way we integrate nicely with foreign network management stacks, such as NM.
* resolved: rename resolved.h to resolved-manager.hLennart Poettering2014-08-01
After all it pretty much exlcusively containers definitions about the "Manager" object, hence let's call this the most obvious way.