summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.NetworkManager.DnsManager.xml
Commit message (Collapse)AuthorAgeFilesLines
* introspection: include short description everywhereLubomir Rintel2017-03-171-0/+1
|
* dns: export current configuration through D-BusBeniamino Galvani2016-12-121-0/+13
| | | | | | It is useful to let clients retrieve the current DNS configuration, which can be displayed to users or used (together with dns=none) to implement custom DNS configuration logic through external tools.
* dns: export DNS manager D-Bus objectBeniamino Galvani2016-12-121-0/+26
Extend the D-Bus API and introduce a new NMDnsManager interface that contains all the information related to DNS configuration. At the moment the new DnsManager object only contains basic properties describing the current DNS mode and resolv.conf manager.