NetworkManager/src
Thomas Haller 6b0cb77b88 logging: properly use current domains when setting logging
When setting the logging with omitting the domains, we would
use the previously set logging domains. That was wrong since
the addition of the 'KEEP' level:

 (1) $ nmcli g l level INFO domains DNS,CORE
     $ nmcli g l
     LEVEL  DOMAINS
     INFO   DNS,CORE

 (2) $ nmcli g l level KEEP domains PPP:TRACE
     $ nmcli g l
     LEVEL  DOMAINS
     INFO   PPP:TRACE,DNS,CORE

 (3) $ nmcli g l level ERR
     $ nmcli g l
     LEVEL  DOMAINS
     ERR    PPP:TRACE

with this change, command (3) effectively translates to:

    $ nmcli g l level ERR domains PPP,DNS,CORE
    $ nmcli g l
    LEVEL  DOMAINS
    ERR    PPP,DNS,CORE
2015-10-09 14:58:03 +02:00
..
devices device: get rid of ipv4ll_timeout_remove() 2015-10-08 22:29:49 +02:00
dhcp-manager merge: merge branch 'systemd' into master 2015-10-08 14:14:19 +02:00
dns-manager dns: add support for global configuration in DNS manager 2015-10-01 09:05:08 +02:00
dnsmasq-manager build: extract version macros from "nm-version.h" to new header file "nm-version-macros.h" 2015-09-30 23:10:29 +02:00
platform platform: warn about growing sysctl logging cache and clear it 2015-10-09 14:56:50 +02:00
ppp-manager build: extract version macros from "nm-version.h" to new header file "nm-version-macros.h" 2015-09-30 23:10:29 +02:00
rdisc build: extract version macros from "nm-version.h" to new header file "nm-version-macros.h" 2015-09-30 23:10:29 +02:00
settings ifcfg-rh/tests: add a missing file to the distribution 2015-10-09 14:26:46 +02:00
supplicant-manager wifi: emit NEW_BSS on ScanDone to update APs in Wi-Fi device (rh #1267327) 2015-10-02 09:45:15 +02:00
systemd merge: merge branch 'systemd' into master 2015-10-08 14:14:19 +02:00
tests config: drop global-dns.enable option in favor of .config.enable 2015-10-05 17:12:50 +02:00
vpn-manager vpn-connection: set the MTU for the VPN IP interface 2015-09-29 18:24:48 +02:00
main-utils.c all: drop includes to <glib/gi18n.h> for "nm-default.h" 2015-08-05 15:35:51 +02:00
main-utils.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
main.c trivial: fix spelling in comment 2015-09-15 18:25:24 +02:00
Makefile.am merge: merge branch 'systemd' into master 2015-10-08 14:14:19 +02:00
NetworkManagerUtils.c config: allow to enable/disable configuration snippets 2015-10-05 17:12:50 +02:00
NetworkManagerUtils.h config: allow to enable/disable configuration snippets 2015-10-05 17:12:50 +02:00
nm-activation-request.c core: use NM_UTILS_ERROR_CANCELLED_DISPOSING error reason 2015-09-25 10:34:02 +02:00
nm-activation-request.h core: separate active and applied connection 2015-09-18 17:32:11 +02:00
nm-active-connection.c core: separate active and applied connection 2015-09-18 17:32:11 +02:00
nm-active-connection.h core: separate active and applied connection 2015-09-18 17:32:11 +02:00
nm-audit-manager.c core: separate active and applied connection 2015-09-18 17:32:11 +02:00
nm-audit-manager.h core: separate active and applied connection 2015-09-18 17:32:11 +02:00
nm-auth-manager.c core: use NM_UTILS_ERROR_CANCELLED_DISPOSING error reason 2015-09-25 10:34:02 +02:00
nm-auth-manager.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-auth-subject.c core: final gdbus porting 2015-08-10 09:41:26 -04:00
nm-auth-subject.h core: final gdbus porting 2015-08-10 09:41:26 -04:00
nm-auth-utils.c auth-utils: some refactoring in nm-auth-utils.c 2015-09-18 14:31:31 +02:00
nm-auth-utils.h manager: export DNS global configuration D-Bus property 2015-10-01 09:05:08 +02:00
nm-bus-manager.c build: make NM_MORE_ASSERTS define numeric for different levels of more-asserts 2015-10-05 15:25:54 +02:00
nm-bus-manager.h core: refactor NMBusManager to hold reference to NMExportedObject directly 2015-09-16 16:25:02 +02:00
nm-config-data.c config: drop global-dns.enable option in favor of .config.enable 2015-10-05 17:12:50 +02:00
nm-config-data.h manager: export DNS global configuration D-Bus property 2015-10-01 09:05:08 +02:00
nm-config.c config: drop global-dns.enable option in favor of .config.enable 2015-10-05 17:12:50 +02:00
nm-config.h config: drop global-dns.enable option in favor of .config.enable 2015-10-05 17:12:50 +02:00
nm-connection-provider.c core: fix interface type names 2015-09-10 13:43:47 -04:00
nm-connection-provider.h core: fix interface type names 2015-09-10 13:43:47 -04:00
nm-connectivity.c logging: declare default logging macros in "nm-logging.h" 2015-08-20 11:15:13 +02:00
nm-connectivity.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-dcb.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-dcb.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-default-route-manager.c core: separate active and applied connection 2015-09-18 17:32:11 +02:00
nm-default-route-manager.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-dhcp4-config.c core: port IP/DHCP config to gdbus 2015-08-10 09:41:26 -04:00
nm-dhcp4-config.h core: port NMDhcp4Config/NMDhcp6Config to GVariant 2015-07-24 13:25:47 -04:00
nm-dhcp6-config.c core: port IP/DHCP config to gdbus 2015-08-10 09:41:26 -04:00
nm-dhcp6-config.h core: port NMDhcp4Config/NMDhcp6Config to GVariant 2015-07-24 13:25:47 -04:00
nm-dispatcher.c core: separate active and applied connection 2015-09-18 17:32:11 +02:00
nm-dispatcher.h core: separate active and applied connection 2015-09-18 17:32:11 +02:00
nm-exported-object.c exported-object: explicitly disconnect bindings and signal handlers to GDBusInterfaceSkeleton interfaces 2015-09-18 18:01:55 +02:00
nm-exported-object.h core: refactor setting of D-Bus properties via NMManager 2015-09-16 16:36:46 +02:00
nm-firewall-manager.c firewall-manager: handle bus connection failure 2015-09-30 16:02:48 +02:00
nm-firewall-manager.h firewall: always take a reference to NMFirewallManager during asynchronous operations 2015-09-25 10:34:03 +02:00
nm-iface-helper.c device: accept multiple addresses in a DHCPv6 lease 2015-08-17 09:52:28 +02:00
nm-ip4-config.c core: port IP/DHCP config to gdbus 2015-08-10 09:41:26 -04:00
nm-ip4-config.h core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_merge() 2015-08-06 17:52:55 +02:00
nm-ip6-config.c core: fix D-Bus value for NM_IP6_CONFIG_ROUTES 2015-09-10 13:31:36 +02:00
nm-ip6-config.h core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_merge() 2015-08-06 17:52:55 +02:00
nm-logging.c logging: properly use current domains when setting logging 2015-10-09 14:58:03 +02:00
nm-logging.h logging: add special logging level "KEEP" 2015-10-09 14:55:00 +02:00
nm-manager.c manager: export DNS global configuration D-Bus property 2015-10-01 09:05:08 +02:00
nm-manager.h manager: export DNS global configuration D-Bus property 2015-10-01 09:05:08 +02:00
nm-multi-index.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-multi-index.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-policy.c core: separate active and applied connection 2015-09-18 17:32:11 +02:00
nm-policy.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-rfkill-manager.c manager: remove WiMAX rfkill flag from NMManger 2015-08-13 10:06:42 +02:00
nm-rfkill-manager.h core: skip generating gtype for rfkill enums 2015-08-19 13:49:33 +02:00
nm-route-manager.c build: make NM_MORE_ASSERTS define numeric for different levels of more-asserts 2015-10-05 15:25:54 +02:00
nm-route-manager.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-session-monitor.c session-monitor: explicitly use singleton instance 2015-08-13 10:06:42 +02:00
nm-session-monitor.h session-monitor: explicitly use singleton instance 2015-08-13 10:06:42 +02:00
nm-sleep-monitor-systemd.c sleep-monitor: add support for ConsoleKit2 inhibit 2015-08-07 11:45:57 +02:00
nm-sleep-monitor-upower.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-sleep-monitor.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-types.h core: forward declare NMExportedObject in "nm-types.h" 2015-09-15 23:12:50 +02:00
org.freedesktop.NetworkManager.conf dbus: allow talking to fortisslvpn plugin 2015-10-06 17:31:50 +02:00