NetworkManager/src/dns-manager
Jiří Klimeš 78dda3b093 core: unblock signals for child processes we spawn out of NM (rh #739836)
Commit 217c5bf6ac fixed processing of unix
signals: signals are blocked in all threads and a dedicated thread handles the
signals using sigwait().
However, the commit forgot that child processes inherit signal mask as well.
That is why we have to unblock signals for child processes we spawn from NM, so
that they can receive signals.
2012-05-21 15:00:51 +02:00
..
Makefile.am core: unblock signals for child processes we spawn out of NM (rh #739836) 2012-05-21 15:00:51 +02:00
nm-dns-bind.c dns: make caching DNS server config files readable by everyone 2012-02-02 12:02:11 -06:00
nm-dns-bind.h dns: add BIND9 local caching nameserver support 2010-09-16 15:31:47 -05:00
nm-dns-dnsmasq.c dnsmasq: allow proxying dnssec data (lp:946093) 2012-03-15 16:58:19 -05:00
nm-dns-dnsmasq.h dns: first cut of a dnsmasq local caching plugin 2010-09-10 18:02:40 -05:00
nm-dns-manager.c core: unblock signals for child processes we spawn out of NM (rh #739836) 2012-05-21 15:00:51 +02:00
nm-dns-manager.h dns: write usable resolv.conf on shutdown if DNS plugins are used 2011-04-18 12:41:16 -05:00
nm-dns-plugin.c core: unblock signals for child processes we spawn out of NM (rh #739836) 2012-05-21 15:00:51 +02:00
nm-dns-plugin.h dnsmasq: use '@interface' for link-local DNS servers in the dnsmasq config 2011-08-25 15:49:41 -05:00
nm-dns-utils.c dns: direct IPv4 reverse DNS queries to split DNS servers 2010-12-16 17:49:22 -06:00
nm-dns-utils.h dns: direct IPv4 reverse DNS queries to split DNS servers 2010-12-16 17:49:22 -06:00