NetworkManager/src
Jiří Klimeš 87b2d783b6 core: accept 'ssids':aay option in RequestScan() dictionary parameter
It allows specifying SSIDs that should be probe-scanned, which is useful
for APs with hidden SSID, for example.
2015-08-14 11:27:15 +02:00
..
devices core: accept 'ssids':aay option in RequestScan() dictionary parameter 2015-08-14 11:27:15 +02:00
dhcp-manager systemd: merge branch 'systemd' into master 2015-08-12 12:54:05 +02:00
dns-manager all: drop includes to <glib/gi18n.h> for "nm-default.h" 2015-08-05 15:35:51 +02:00
dnsmasq-manager all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
platform core: avoid ioctls on non existent devices 2015-08-11 18:31:46 +02:00
ppp-manager ppp-manager: port to gdbus 2015-08-10 09:41:26 -04:00
rdisc core: final gdbus porting 2015-08-10 09:41:26 -04:00
settings settings: fix format string for GVariant (rh #1253320) 2015-08-13 17:46:56 +02:00
supplicant-manager core: final gdbus porting 2015-08-10 09:41:26 -04:00
systemd systemd: merge branch 'systemd' into master 2015-08-12 12:54:05 +02:00
tests config/tests: fix tests after introducing NMExportedObject class 2015-08-12 12:14:19 +02:00
vpn-manager devices, active-connection: port to gdbus 2015-08-10 09:41:26 -04: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 core: nm_singleton_instance_register() of NMManager instance 2015-08-13 10:06:42 +02:00
Makefile.am core: final gdbus porting 2015-08-10 09:41:26 -04:00
NetworkManagerUtils.c core: relax logging message about disowning singletons 2015-08-13 10:06:42 +02:00
NetworkManagerUtils.h core/utils: add NM_UTILS_KEEP_ALIVE() utility 2015-08-13 10:06:42 +02:00
nm-activation-request.c devices, active-connection: port to gdbus 2015-08-10 09:41:26 -04:00
nm-activation-request.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-active-connection.c active-connection: log lifetime of NMActiveConenction 2015-08-13 10:06:43 +02:00
nm-active-connection.h core: move D-Bus export/unexport into NMExportedObject 2015-07-24 13:25:47 -04:00
nm-audit-manager.c core: fix runtime warning when building without libaudit 2015-08-07 16:46:33 -04:00
nm-audit-manager.h core: add audit support 2015-08-04 09:32:12 +02:00
nm-auth-manager.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +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 core: final gdbus porting 2015-08-10 09:41:26 -04:00
nm-auth-utils.h core: final gdbus porting 2015-08-10 09:41:26 -04:00
nm-bus-manager.c core: port NMBusManager to gdbus 2015-08-10 09:41:26 -04:00
nm-bus-manager.h core: port NMBusManager to gdbus 2015-08-10 09:41:26 -04:00
nm-config-data.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-config-data.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-config.c all: drop includes to <glib/gi18n.h> for "nm-default.h" 2015-08-05 15:35:51 +02:00
nm-config.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-connection-provider.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-connection-provider.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-connectivity.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +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 all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +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: final gdbus porting 2015-08-10 09:41:26 -04:00
nm-dispatcher.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-exported-object.c core: avoid assertion "signal_id != 0" on unexported object 2015-08-13 17:20:07 +02:00
nm-exported-object.h core: port NMExportedObject to gdbus 2015-08-10 09:41:26 -04:00
nm-firewall-manager.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-firewall-manager.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-iface-helper.c core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_merge() 2015-08-06 17:52:55 +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: port IP/DHCP config to gdbus 2015-08-10 09:41:26 -04: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 all: drop includes to <glib/gi18n.h> for "nm-default.h" 2015-08-05 15:35:51 +02:00
nm-logging.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-manager.c core: nm_singleton_instance_register() of NMManager instance 2015-08-13 10:06:42 +02:00
nm-manager.h manager: remove WiMAX rfkill flag from NMManger 2015-08-13 10:06:42 +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 policy: take a reference to the firewall-manager singleton 2015-08-13 10:06:42 +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 manager: remove WiMAX rfkill flag from NMManger 2015-08-13 10:06:42 +02:00
nm-route-manager.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +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: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_merge() 2015-08-06 17:52:55 +02:00
org.freedesktop.NetworkManager.conf dbus: increase 'max_replies_per_connection' limit in D-Bus configuration 2015-05-29 08:04:26 +02:00