about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2018-05-11 19:02:28 -0400
committerJeremy Bicha <jbicha@ubuntu.com>2018-05-11 19:02:28 -0400
commitee7f1100500dc431a6e8bf1e6efb2d41445fd28f (patch)
tree3eef32d0e8412f4d2126a9be5820c85d387e313c /debian
parent01bf2f7e474588126875a29125a1e248d7ae18db (diff)
parent680d3db45106e7a18665a366e1b57e58cef61506 (diff)
Merge tag 'debian/1.10.8-1' into cosmic
network-manager Debian release 1.10.8-1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog59
-rw-r--r--debian/control131
-rw-r--r--debian/gir1.2-networkmanager-1.0.install2
-rw-r--r--debian/libnm-glib-dev.install19
-rw-r--r--debian/libnm-glib-vpn-dev.install4
-rw-r--r--debian/libnm-glib-vpn1.install1
-rw-r--r--debian/libnm-glib-vpn1.symbols25
-rw-r--r--debian/libnm-glib4.install1
-rw-r--r--debian/libnm-glib4.symbols305
-rw-r--r--debian/libnm-util-dev.install10
-rw-r--r--debian/libnm-util2.install1
-rw-r--r--debian/libnm-util2.symbols667
-rw-r--r--debian/network-manager-dev.install5
-rw-r--r--debian/patches/Force-online-state-with-unmanaged-devices.patch14
-rw-r--r--debian/patches/libnm-register-empty-NMClient-and-NetworkManager-when-loa.patch2
-rwxr-xr-xdebian/rules1
16 files changed, 68 insertions, 1179 deletions
diff --git a/debian/changelog b/debian/changelog
index e118d0a3..7a0c6c4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,54 @@
+network-manager (1.10.8-1ubuntu1) UNRELEASED; urgency=medium
+
+  * Merge with Debian (LP: #1758331). Remaining changes:
+    - Use systemd-resolved instead of dnsmasq
+    - debian/control:
+      + Depend on isc-dhcp-client instead of recommends
+      + Recommend network-manager-pptp
+      + Suggest avahi-autoipd for IPv4LL support
+    - debian/rules, debian/network-manager.postinst:
+      + Don't restart NetworkManager on upgrade but recommend restarting
+        the computer
+    - debian/rules, debian/network-manager.postinst:
+      + Don't install sysvinit scripts or migrate from sysvinit
+    - debian/network-manager.postinst:
+      + Don't add the netdev group.
+      + drop in an empty override file for NetworkManager to manage all
+        devices for upgrade from any version, as long as there is no
+        netplan configuration yet. (LP: #1676547)
+    - debian/network-manager.maintscript
+      + Remove /etc/dbus-1/system.d/nm-ofono.conf
+    - debian/default-wifi-powersave-on.conf, debian/rules:
+      + Install a config file to enable WiFi powersave
+    - Enable build tests
+    - Add autopkgtests
+    - debian/source_network-manager.py, debian/network-manager.install,
+      debian/network-manager.links: Add apport hook
+    - Add network-manager-config-connectivity-ubuntu package
+    - NetworkManager.conf: disable MAC randomization feature. There is no
+      easy way for desktop users to disable this feature yet. And there are
+      reports that it doesn't work well with some systems. (LP: #1681513)
+    - Update Vcs links to point to Ubuntu branch
+    - Add patches. See patch descriptions for more details:
+      + Provide-access-to-some-of-NM-s-interfaces-to-whoopsie.patch
+      + Update-dnsmasq-parameters.patch
+      + Disable-general-with-expect.patch
+      + libnm-Check-self-still-NMManager-or-not.patch
+      + dns-manager-don-t-merge-split-DNS-search-domains.patch
+      + Read-system-connections-from-run.patch
+      + e91f1a7d2a6b8400b6b331d5b72287dcb5164a39.patch
+      + dns-manager-don-t-merge-split-DNS-search-domains.patch (but disabled)
+    - debian/tests/urfkill-integration - don't stop/start network manager
+
+ -- Jeremy Bicha <jbicha@debian.org>  Fri, 11 May 2018 19:00:51 -0400
+
+network-manager (1.10.8-1) unstable; urgency=medium
+
+  * New upstream version 1.10.8
+  * Rebase patches
+
+ -- Michael Biebl <biebl@debian.org>  Fri, 11 May 2018 22:19:39 +0200
+
 network-manager (1.10.6-2ubuntu1) bionic; urgency=medium
 
   * Merge with Debian (LP: #1758331). Remaining changes:
@@ -44,6 +95,14 @@ network-manager (1.10.6-2ubuntu1) bionic; urgency=medium
 
  -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 26 Mar 2018 09:21:12 -0400
 
+network-manager (1.10.6-3) unstable; urgency=medium
+
+  * Stop building libnm-glib/libnm-util.
+    Those libraries have been deprecated for several years. The successor is
+    libnm, a GObject-based client library using GDBus instead of dbus-glib.
+
+ -- Michael Biebl <biebl@debian.org>  Wed, 18 Apr 2018 19:40:01 +0200
+
 network-manager (1.10.6-2) unstable; urgency=medium
 
   * Update Vcs-* to point to https://salsa.debian.org
diff --git a/debian/control b/debian/control
index e93cabbd..e5dee5b2 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,6 @@ Build-Depends: debhelper (>= 10.3),
                dpkg-dev (>= 1.17.14),
                pkg-config,
                intltool,
-               libdbus-glib-1-dev (>= 0.100),
-               libdbus-1-dev (>= 1.1),
                libiw-dev(>= 27+28pre9),
                libglib2.0-dev (>= 2.32),
                libnl-3-dev (>= 3.2.8),
@@ -104,115 +102,6 @@ Description: network management framework (development files)
  This package provides general header and development files and documentation
  of configuration formats, command line utilities and the D-Bus API.
 
-Package: libnm-glib4
-Section: libs
-Architecture: linux-any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Description: network management framework (GLib shared library)
- NetworkManager is a system network service that manages your network devices
- and connections, attempting to keep active network connectivity when
- available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
- devices, and provides VPN integration with a variety of different VPN
- services.
- .
- This package provides the shared library that applications can use to query
- connection status via NetworkManager.
-
-Package: libnm-glib-dev
-Section: libdevel
-Architecture: linux-any
-Multi-Arch: same
-Depends: ${misc:Depends},
-         libnm-glib4 (= ${binary:Version}),
-         gir1.2-networkmanager-1.0 (= ${binary:Version}),
-         libnm-util-dev (>= ${binary:Version}),
-         network-manager-dev (>= ${binary:Version}),
-         libglib2.0-dev,
-         libdbus-glib-1-dev
-Description: network management framework (GLib interface)
- NetworkManager is a system network service that manages your network devices
- and connections, attempting to keep active network connectivity when
- available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
- devices, and provides VPN integration with a variety of different VPN
- services.
- .
- This package contains header and development files and the API documentation
- for libnm-glib.
-
-Package: libnm-glib-vpn1
-Section: libs
-Architecture: linux-any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Description: network management framework (GLib VPN shared library)
- NetworkManager is a system network service that manages your network devices
- and connections, attempting to keep active network connectivity when
- available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
- devices, and provides VPN integration with a variety of different VPN
- services.
- .
- This package provides the shared library that applications can use for
- creating VPN connections via NetworkManager.
-
-Package: libnm-glib-vpn-dev
-Section: libdevel
-Architecture: linux-any
-Multi-Arch: same
-Depends: ${misc:Depends},
-         libnm-glib-vpn1 (= ${binary:Version}),
-         libnm-glib-dev (>= ${binary:Version}),
-         network-manager-dev (>= ${binary:Version}),
-Description: network management framework (GLib interface)
- NetworkManager is a system network service that manages your network devices
- and connections, attempting to keep active network connectivity when
- available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
- devices, and provides VPN integration with a variety of different VPN
- services.
- .
- This package contains header and development files for libnm-glib-vpn.
-
-Package: libnm-util2
-Section: libs
-Architecture: linux-any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Description: network management framework (shared library)
- NetworkManager is a system network service that manages your network devices
- and connections, attempting to keep active network connectivity when
- available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
- devices, and provides VPN integration with a variety of different VPN
- services.
- .
- This package contains a convenience library to ease the access to
- NetworkManager.
-
-Package: libnm-util-dev
-Section: libdevel
-Architecture: linux-any
-Multi-Arch: same
-Depends: ${misc:Depends},
-         libnm-util2 (= ${binary:Version}),
-         gir1.2-networkmanager-1.0 (= ${binary:Version}),
-         network-manager-dev (>= ${binary:Version}),
-         libglib2.0-dev,
-         libdbus-glib-1-dev
-Description: network management framework (development files)
- NetworkManager is a system network service that manages your network devices
- and connections, attempting to keep active network connectivity when
- available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
- devices, and provides VPN integration with a variety of different VPN
- services.
- .
- This package contains header and development files and the API documentation
- for libnm-util.
-
 Package: libnm0
 Section: libs
 Architecture: linux-any
@@ -247,26 +136,6 @@ Description: GObject-based client library for NetworkManager (development files)
  .
  This package contains header and development files.
 
-Package: gir1.2-networkmanager-1.0
-Section: introspection
-Architecture: linux-any
-Multi-Arch: same
-Depends: ${gir:Depends},
-         ${shlibs:Depends},
-         ${misc:Depends}
-Description: GObject introspection data for the libnm-glib/libnm-util library
- NetworkManager is a system network service that manages your network devices
- and connections, attempting to keep active network connectivity when
- available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
- devices, and provides VPN integration with a variety of different VPN
- services.
- .
- This package contains introspection data for NetworkManager using
- libnm-glib/libnm-util.
- .
- It can be used by packages using the GIRepository format to generate
- dynamic bindings.
-
 Package: gir1.2-nm-1.0
 Section: introspection
 Architecture: linux-any
diff --git a/debian/gir1.2-networkmanager-1.0.install b/debian/gir1.2-networkmanager-1.0.install
deleted file mode 100644
index 9e0de41f..00000000
--- a/debian/gir1.2-networkmanager-1.0.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/girepository-1.0/NMClient-1.0.typelib
-usr/lib/*/girepository-1.0/NetworkManager-1.0.typelib
diff --git a/debian/libnm-glib-dev.install b/debian/libnm-glib-dev.install
deleted file mode 100644
index 4c15cd4a..00000000
--- a/debian/libnm-glib-dev.install
+++ /dev/null
@@ -1,19 +0,0 @@
-usr/lib/*/pkgconfig/libnm-glib.pc
-usr/lib/*/libnm-glib.so
-usr/include/libnm-glib/libnm_glib.h
-usr/include/libnm-glib/nm-object.h
-usr/include/libnm-glib/nm-client.h
-usr/include/libnm-glib/nm*device*
-usr/include/libnm-glib/nm-access-point.h
-usr/include/libnm-glib/nm-ip*-config.h
-usr/include/libnm-glib/nm-dhcp4-config.h
-usr/include/libnm-glib/nm-dhcp6-config.h
-usr/include/libnm-glib/nm*settings*.h
-usr/include/libnm-glib/nm*connection.h
-usr/include/libnm-glib/nm-types.h
-usr/include/libnm-glib/nm-wimax-nsp.h
-usr/include/libnm-glib/nm-secret-agent.h
-usr/include/libnm-glib/nm-glib-enum-types.h
-usr/share/gtk-doc/html/libnm-glib/
-usr/share/gir-1.0/NMClient-1.0.gir
-usr/share/vala/vapi/libnm-glib.*
diff --git a/debian/libnm-glib-vpn-dev.install b/debian/libnm-glib-vpn-dev.install
deleted file mode 100644
index 2c3797a5..00000000
--- a/debian/libnm-glib-vpn-dev.install
+++ /dev/null
@@ -1,4 +0,0 @@
-usr/lib/*/pkgconfig/libnm-glib-vpn.pc
-usr/lib/*/libnm-glib-vpn.so
-usr/include/libnm-glib/nm-vpn-plugin*
-usr/include/libnm-glib/nm-vpn-enum-types.h
diff --git a/debian/libnm-glib-vpn1.install b/debian/libnm-glib-vpn1.install
deleted file mode 100644
index 14151d0b..00000000
--- a/debian/libnm-glib-vpn1.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libnm-glib-vpn.so.*
diff --git a/debian/libnm-glib-vpn1.symbols b/debian/libnm-glib-vpn1.symbols
deleted file mode 100644
index afb2ef50..00000000
--- a/debian/libnm-glib-vpn1.symbols
+++ /dev/null
@@ -1,25 +0,0 @@
-libnm-glib-vpn.so.1 libnm-glib-vpn1 #MINVER#
- nm_vpn_plugin_disconnect@Base 0.7.999
- nm_vpn_plugin_error_get_type@Base 0.7.999
- nm_vpn_plugin_error_quark@Base 0.7.999
- nm_vpn_plugin_failure@Base 0.7.999
- nm_vpn_plugin_get_connection@Base 0.7.999
- nm_vpn_plugin_get_state@Base 0.7.999
- nm_vpn_plugin_get_type@Base 0.7.999
- nm_vpn_plugin_secrets_required@Base 0.9.10.0
- nm_vpn_plugin_set_ip4_config@Base 0.7.999
- nm_vpn_plugin_set_login_banner@Base 0.7.999
- nm_vpn_plugin_set_state@Base 0.7.999
- nm_vpn_plugin_ui_interface_delete_connection@Base 0.7.999
- nm_vpn_plugin_ui_interface_export@Base 0.7.999
- nm_vpn_plugin_ui_interface_get_capabilities@Base 0.7.999
- nm_vpn_plugin_ui_interface_get_suggested_name@Base 0.7.999
- nm_vpn_plugin_ui_interface_get_type@Base 0.7.999
- nm_vpn_plugin_ui_interface_import@Base 0.7.999
- nm_vpn_plugin_ui_interface_ui_factory@Base 0.7.999
- nm_vpn_plugin_ui_widget_interface_get_type@Base 0.7.999
- nm_vpn_plugin_ui_widget_interface_get_widget@Base 0.7.999
- nm_vpn_plugin_ui_widget_interface_save_secrets@Base 0.7.999
- nm_vpn_plugin_ui_widget_interface_update_connection@Base 0.7.999
- nm_vpn_plugin_utils_get_secret_flags@Base 0.8.998
- nm_vpn_plugin_utils_read_vpn_details@Base 0.8.998
diff --git a/debian/libnm-glib4.install b/debian/libnm-glib4.install
deleted file mode 100644
index f3319279..00000000
--- a/debian/libnm-glib4.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libnm-glib.so.*
diff --git a/debian/libnm-glib4.symbols b/debian/libnm-glib4.symbols
deleted file mode 100644
index 8f3bb6da..00000000
--- a/debian/libnm-glib4.symbols
+++ /dev/null
@@ -1,305 +0,0 @@
-libnm-glib.so.4 libnm-glib4 #MINVER#
- libnm_glib_get_network_state@Base 0.7.999
- libnm_glib_init@Base 0.7.999
- libnm_glib_register_callback@Base 0.7.999
- libnm_glib_shutdown@Base 0.7.999
- libnm_glib_unregister_callback@Base 0.7.999
- nm_access_point_connection_valid@Base 0.8.999
- nm_access_point_filter_connections@Base 0.8.998
- nm_access_point_get_bssid@Base 0.8.998
- nm_access_point_get_flags@Base 0.7.999
- nm_access_point_get_frequency@Base 0.7.999
- nm_access_point_get_hw_address@Base 0.7.999
- nm_access_point_get_last_seen@Base 1.0.6
- nm_access_point_get_max_bitrate@Base 0.7.999
- nm_access_point_get_mode@Base 0.7.999
- nm_access_point_get_rsn_flags@Base 0.7.999
- nm_access_point_get_ssid@Base 0.7.999
- nm_access_point_get_strength@Base 0.7.999
- nm_access_point_get_type@Base 0.7.999
- nm_access_point_get_wpa_flags@Base 0.7.999
- nm_access_point_new@Base 0.7.999
- nm_active_connection_get_connection@Base 0.7.999
- nm_active_connection_get_connection_type@Base 0.9.10.0
- nm_active_connection_get_default6@Base 0.8.0.999
- nm_active_connection_get_default@Base 0.7.999
- nm_active_connection_get_devices@Base 0.7.999
- nm_active_connection_get_dhcp4_config@Base 0.9.10.0
- nm_active_connection_get_dhcp6_config@Base 0.9.10.0
- nm_active_connection_get_id@Base 0.9.10.0
- nm_active_connection_get_ip4_config@Base 0.9.10.0
- nm_active_connection_get_ip6_config@Base 0.9.10.0
- nm_active_connection_get_master@Base 0.9.4.0
- nm_active_connection_get_specific_object@Base 0.7.999
- nm_active_connection_get_state@Base 0.7.999
- nm_active_connection_get_type@Base 0.7.999
- nm_active_connection_get_uuid@Base 0.8.999
- nm_active_connection_get_vpn@Base 0.9.10.0
- nm_active_connection_new@Base 0.7.999
- nm_client_activate_connection@Base 0.7.999
- nm_client_add_and_activate_connection@Base 0.8.998
- nm_client_check_connectivity@Base 0.9.8.8
- nm_client_check_connectivity_async@Base 0.9.8.8
- nm_client_check_connectivity_finish@Base 0.9.8.8
- nm_client_deactivate_connection@Base 0.7.999
- nm_client_error_get_type@Base 0.9.10.0
- nm_client_error_quark@Base 0.9.10.0
- nm_client_get_activating_connection@Base 0.9.8.8
- nm_client_get_active_connections@Base 0.7.999
- nm_client_get_all_devices@Base 1.1.90
- nm_client_get_connectivity@Base 0.9.8.8
- nm_client_get_device_by_iface@Base 0.9.0
- nm_client_get_device_by_path@Base 0.7.999
- nm_client_get_devices@Base 0.7.999
- nm_client_get_logging@Base 0.9.7.995
- nm_client_get_manager_running@Base 0.7.999
- nm_client_get_permission_result@Base 0.8.2
- nm_client_get_primary_connection@Base 0.9.8.8
- nm_client_get_startup@Base 0.9.10.0
- nm_client_get_state@Base 0.7.999
- nm_client_get_type@Base 0.7.999
- nm_client_get_version@Base 0.8.998
- nm_client_networking_get_enabled@Base 0.8.0.999
- nm_client_networking_set_enabled@Base 0.8.0.999
- nm_client_new@Base 0.7.999
- nm_client_new_async@Base 0.9.4.0
- nm_client_new_finish@Base 0.9.4.0
- nm_client_permission_get_type@Base 0.9.4.0
- nm_client_permission_result_get_type@Base 0.9.4.0
- nm_client_set_logging@Base 0.9.7.995
- nm_client_sleep@Base 0.7.999
- nm_client_wimax_get_enabled@Base 0.8.998
- nm_client_wimax_hardware_get_enabled@Base 0.8.998
- nm_client_wimax_set_enabled@Base 0.8.998
- nm_client_wireless_get_enabled@Base 0.7.999
- nm_client_wireless_hardware_get_enabled@Base 0.7.999
- nm_client_wireless_set_enabled@Base 0.7.999
- nm_client_wwan_get_enabled@Base 0.7.999
- nm_client_wwan_hardware_get_enabled@Base 0.7.999
- nm_client_wwan_set_enabled@Base 0.7.999
- nm_device_adsl_error_get_type@Base 0.9.5.95
- nm_device_adsl_error_quark@Base 0.9.5.95
- nm_device_adsl_get_carrier@Base 0.9.5.95
- nm_device_adsl_get_type@Base 0.9.5.95
- nm_device_adsl_new@Base 0.9.5.95
- nm_device_bond_error_get_type@Base 0.9.4.0
- nm_device_bond_error_quark@Base 0.9.4.0
- nm_device_bond_get_carrier@Base 0.9.4.0
- nm_device_bond_get_hw_address@Base 0.9.4.0
- nm_device_bond_get_slaves@Base 0.9.6.4
- nm_device_bond_get_type@Base 0.9.4.0
- nm_device_bond_new@Base 0.9.4.0
- nm_device_bridge_error_get_type@Base 0.9.7.995
- nm_device_bridge_error_quark@Base 0.9.7.995
- nm_device_bridge_get_carrier@Base 0.9.7.995
- nm_device_bridge_get_hw_address@Base 0.9.7.995
- nm_device_bridge_get_slaves@Base 0.9.7.995
- nm_device_bridge_get_type@Base 0.9.7.995
- nm_device_bridge_new@Base 0.9.7.995
- nm_device_bt_error_get_type@Base 0.9.4.0
- nm_device_bt_error_quark@Base 0.9.4.0
- nm_device_bt_get_capabilities@Base 0.7.999
- nm_device_bt_get_hw_address@Base 0.7.999
- nm_device_bt_get_name@Base 0.7.999
- nm_device_bt_get_type@Base 0.7.999
- nm_device_bt_new@Base 0.7.999
- nm_device_connection_compatible@Base 0.9.4.0
- nm_device_connection_valid@Base 0.8.999
- nm_device_delete@Base 1.0.0
- nm_device_disambiguate_names@Base 0.9.10.0
- nm_device_disconnect@Base 0.7.999
- nm_device_error_get_type@Base 0.9.10.0
- nm_device_error_quark@Base 0.9.10.0
- nm_device_ethernet_error_get_type@Base 0.9.4.0
- nm_device_ethernet_error_quark@Base 0.9.4.0
- nm_device_ethernet_get_carrier@Base 0.7.999
- nm_device_ethernet_get_hw_address@Base 0.7.999
- nm_device_ethernet_get_permanent_hw_address@Base 0.8.2
- nm_device_ethernet_get_speed@Base 0.7.999
- nm_device_ethernet_get_type@Base 0.7.999
- nm_device_ethernet_new@Base 0.7.999
- nm_device_filter_connections@Base 0.8.998
- nm_device_generic_error_get_type@Base 0.9.10.0
- nm_device_generic_error_quark@Base 0.9.10.0
- nm_device_generic_get_hw_address@Base 0.9.10.0
- nm_device_generic_get_type@Base 0.9.10.0
- nm_device_generic_new@Base 0.9.10.0
- nm_device_get_active_connection@Base 0.8.9997
- nm_device_get_autoconnect@Base 0.9.5.95
- nm_device_get_available_connections@Base 0.9.8.0
- nm_device_get_capabilities@Base 0.7.999
- nm_device_get_description@Base 0.9.10.0
- nm_device_get_device_type@Base 0.8.998
- nm_device_get_dhcp4_config@Base 0.7.999
- nm_device_get_dhcp6_config@Base 0.8.3.998
- nm_device_get_driver@Base 0.7.999
- nm_device_get_driver_version@Base 0.9.5.95
- nm_device_get_firmware_missing@Base 0.8.2
- nm_device_get_firmware_version@Base 0.9.5.95
- nm_device_get_hw_address@Base 0.9.10.0
- nm_device_get_iface@Base 0.7.999
- nm_device_get_ip4_config@Base 0.7.999
- nm_device_get_ip6_config@Base 0.7.999
- nm_device_get_ip_iface@Base 0.8.9997
- nm_device_get_managed@Base 0.7.999
- nm_device_get_mtu@Base 0.9.10.0
- nm_device_get_physical_port_id@Base 0.9.10.0
- nm_device_get_product@Base 0.7.999
- nm_device_get_setting_type@Base 0.9.10.0
- nm_device_get_state@Base 0.7.999
- nm_device_get_state_reason@Base 0.9.4.0
- nm_device_get_type@Base 0.7.999
- nm_device_get_type_description@Base 0.9.10.0
- nm_device_get_udi@Base 0.7.999
- nm_device_get_vendor@Base 0.7.999
- nm_device_infiniband_error_get_type@Base 0.9.4.0
- nm_device_infiniband_error_quark@Base 0.9.4.0
- nm_device_infiniband_get_carrier@Base 0.9.4.0
- nm_device_infiniband_get_hw_address@Base 0.9.4.0
- nm_device_infiniband_get_type@Base 0.9.4.0
- nm_device_infiniband_new@Base 0.9.4.0
- nm_device_is_real@Base 1.1.90
- nm_device_is_software@Base 1.0.0
- nm_device_modem_error_get_type@Base 0.9.4.0
- nm_device_modem_error_quark@Base 0.9.4.0
- nm_device_modem_get_current_capabilities@Base 0.8.998
- nm_device_modem_get_modem_capabilities@Base 0.8.998
- nm_device_modem_get_type@Base 0.8.998
- nm_device_new@Base 0.7.999
- nm_device_olpc_mesh_error_get_type@Base 0.9.4.0
- nm_device_olpc_mesh_error_quark@Base 0.9.4.0
- nm_device_olpc_mesh_get_active_channel@Base 0.9.4.0
- nm_device_olpc_mesh_get_companion@Base 0.9.4.0
- nm_device_olpc_mesh_get_hw_address@Base 0.9.4.0
- nm_device_olpc_mesh_get_type@Base 0.9.4.0
- nm_device_olpc_mesh_new@Base 0.9.4.0
- nm_device_set_autoconnect@Base 0.9.5.95
- nm_device_set_managed@Base 1.1.90
- nm_device_team_error_get_type@Base 0.9.10.0
- nm_device_team_error_quark@Base 0.9.10.0
- nm_device_team_get_carrier@Base 0.9.10.0
- nm_device_team_get_hw_address@Base 0.9.10.0
- nm_device_team_get_slaves@Base 0.9.10.0
- nm_device_team_get_type@Base 0.9.10.0
- nm_device_team_new@Base 0.9.10.0
- nm_device_vlan_error_get_type@Base 0.9.4.0
- nm_device_vlan_error_quark@Base 0.9.4.0
- nm_device_vlan_get_carrier@Base 0.9.4.0
- nm_device_vlan_get_hw_address@Base 0.9.4.0
- nm_device_vlan_get_parent@Base 1.0.0
- nm_device_vlan_get_type@Base 0.9.4.0
- nm_device_vlan_get_vlan_id@Base 0.9.4.0
- nm_device_vlan_new@Base 0.9.4.0
- nm_device_wifi_error_get_type@Base 0.9.4.0
- nm_device_wifi_error_quark@Base 0.9.4.0
- nm_device_wifi_get_access_point_by_path@Base 0.7.999
- nm_device_wifi_get_access_points@Base 0.7.999
- nm_device_wifi_get_active_access_point@Base 0.7.999
- nm_device_wifi_get_bitrate@Base 0.7.999
- nm_device_wifi_get_capabilities@Base 0.7.999
- nm_device_wifi_get_hw_address@Base 0.7.999
- nm_device_wifi_get_mode@Base 0.7.999
- nm_device_wifi_get_permanent_hw_address@Base 0.8.2
- nm_device_wifi_get_type@Base 0.7.999
- nm_device_wifi_new@Base 0.7.999
- nm_device_wifi_request_scan_simple@Base 0.9.7.995
- nm_device_wimax_error_get_type@Base 0.9.4.0
- nm_device_wimax_error_quark@Base 0.9.4.0
- nm_device_wimax_get_active_nsp@Base 0.8.998
- nm_device_wimax_get_bsid@Base 0.8.998
- nm_device_wimax_get_center_frequency@Base 0.8.998
- nm_device_wimax_get_cinr@Base 0.8.998
- nm_device_wimax_get_hw_address@Base 0.8.998
- nm_device_wimax_get_nsp_by_path@Base 0.8.998
- nm_device_wimax_get_nsps@Base 0.8.998
- nm_device_wimax_get_rssi@Base 0.8.998
- nm_device_wimax_get_tx_power@Base 0.8.998
- nm_device_wimax_get_type@Base 0.8.998
- nm_device_wimax_new@Base 0.8.998
- nm_dhcp4_config_get_one_option@Base 0.7.999
- nm_dhcp4_config_get_options@Base 0.7.999
- nm_dhcp4_config_get_type@Base 0.7.999
- nm_dhcp4_config_new@Base 0.7.999
- nm_dhcp6_config_get_one_option@Base 0.8.3.998
- nm_dhcp6_config_get_options@Base 0.8.3.998
- nm_dhcp6_config_get_type@Base 0.8.3.998
- nm_dhcp6_config_new@Base 0.8.3.998
- nm_ip4_config_get_addresses@Base 0.7.999
- nm_ip4_config_get_domains@Base 0.7.999
- nm_ip4_config_get_gateway@Base 0.9.10.0
- nm_ip4_config_get_nameservers@Base 0.7.999
- nm_ip4_config_get_routes@Base 0.7.999
- nm_ip4_config_get_searches@Base 0.9.10.0
- nm_ip4_config_get_type@Base 0.7.999
- nm_ip4_config_get_wins_servers@Base 0.7.999
- nm_ip4_config_new@Base 0.7.999
- nm_ip6_address_array_get_type@Base 0.7.999
- nm_ip6_address_object_array_get_type@Base 0.7.999
- nm_ip6_config_get_addresses@Base 0.7.999
- nm_ip6_config_get_domains@Base 0.7.999
- nm_ip6_config_get_gateway@Base 0.9.10.0
- nm_ip6_config_get_nameserver@Base 0.9.10.0
- nm_ip6_config_get_nameservers@Base 0.7.999
- nm_ip6_config_get_num_nameservers@Base 0.9.10.0
- nm_ip6_config_get_routes@Base 0.7.999
- nm_ip6_config_get_searches@Base 0.9.10.0
- nm_ip6_config_get_type@Base 0.7.999
- nm_ip6_config_new@Base 0.7.999
- nm_ip6_route_object_array_get_type@Base 0.7.999
- nm_object_array_get_type@Base 0.7.999
- nm_object_error_get_type@Base 0.9.5.95
- nm_object_error_quark@Base 0.9.5.95
- nm_object_get_connection@Base 0.7.999
- nm_object_get_path@Base 0.7.999
- nm_object_get_type@Base 0.7.999
- nm_remote_connection_commit_changes@Base 0.8.998
- nm_remote_connection_commit_changes_unsaved@Base 0.9.10.0
- nm_remote_connection_delete@Base 0.8.998
- nm_remote_connection_error_get_type@Base 0.9.10.0
- nm_remote_connection_error_quark@Base 0.9.10.0
- nm_remote_connection_get_secrets@Base 0.8.998
- nm_remote_connection_get_type@Base 0.7.999
- nm_remote_connection_get_unsaved@Base 0.9.10.0
- nm_remote_connection_new@Base 0.7.999
- nm_remote_connection_save@Base 0.9.10.0
- nm_remote_settings_add_connection@Base 0.8.998
- nm_remote_settings_add_connection_unsaved@Base 0.9.10.0
- nm_remote_settings_error_get_type@Base 0.8.998
- nm_remote_settings_error_quark@Base 0.8.998
- nm_remote_settings_get_connection_by_id@Base 0.9.10.0
- nm_remote_settings_get_connection_by_path@Base 0.8.998
- nm_remote_settings_get_connection_by_uuid@Base 0.8.999
- nm_remote_settings_get_type@Base 0.7.999
- nm_remote_settings_list_connections@Base 0.8.998
- nm_remote_settings_load_connections@Base 0.9.10.0
- nm_remote_settings_new@Base 0.7.999
- nm_remote_settings_new_async@Base 0.9.4.0
- nm_remote_settings_new_finish@Base 0.9.4.0
- nm_remote_settings_reload_connections@Base 0.9.10.0
- nm_remote_settings_save_hostname@Base 0.8.998
- nm_secret_agent_capabilities_get_type@Base 0.9.10.0
- nm_secret_agent_delete_secrets@Base 0.8.998
- nm_secret_agent_error_get_type@Base 0.8.998
- nm_secret_agent_error_quark@Base 0.8.998
- nm_secret_agent_get_registered@Base 0.9.4.0
- nm_secret_agent_get_secrets@Base 0.8.998
- nm_secret_agent_get_secrets_flags_get_type@Base 0.9.4.0
- nm_secret_agent_get_type@Base 0.8.998
- nm_secret_agent_register@Base 0.8.998
- nm_secret_agent_save_secrets@Base 0.8.998
- nm_secret_agent_unregister@Base 0.8.998
- nm_ssid_get_type@Base 0.7.999
- nm_string_array_get_type@Base 0.7.999
- nm_uint_array_get_type@Base 0.7.999
- nm_vpn_connection_get_banner@Base 0.7.999
- nm_vpn_connection_get_type@Base 0.7.999
- nm_vpn_connection_get_vpn_state@Base 0.7.999
- nm_vpn_connection_new@Base 0.7.999
- nm_wimax_nsp_connection_valid@Base 0.8.999
- nm_wimax_nsp_filter_connections@Base 0.8.998
- nm_wimax_nsp_get_name@Base 0.8.998
- nm_wimax_nsp_get_network_type@Base 0.8.998
- nm_wimax_nsp_get_signal_quality@Base 0.8.998
- nm_wimax_nsp_get_type@Base 0.8.998
- nm_wimax_nsp_network_type_get_type@Base 0.9.4.0
- nm_wimax_nsp_new@Base 0.8.998
diff --git a/debian/libnm-util-dev.install b/debian/libnm-util-dev.install
deleted file mode 100644
index 64626616..00000000
--- a/debian/libnm-util-dev.install
+++ /dev/null
@@ -1,10 +0,0 @@
-usr/lib/*/pkgconfig/libnm-util.pc
-usr/lib/*/libnm-util.so
-usr/include/NetworkManager/nm-connection.h
-usr/include/NetworkManager/nm-utils.h
-usr/include/NetworkManager/nm-setting.h
-usr/include/NetworkManager/nm-setting-*.h
-usr/include/NetworkManager/nm-utils-enum-types.h
-usr/share/gtk-doc/html/libnm-util/
-usr/share/gir-1.0/NetworkManager-1.0.gir
-usr/share/vala/vapi/libnm-util.*
diff --git a/debian/libnm-util2.install b/debian/libnm-util2.install
deleted file mode 100644
index 0f0f2a45..00000000
--- a/debian/libnm-util2.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libnm-util.so.*
diff --git a/debian/libnm-util2.symbols b/debian/libnm-util2.symbols
deleted file mode 100644
index eb524a07..00000000
--- a/debian/libnm-util2.symbols
+++ /dev/null
@@ -1,667 +0,0 @@
-libnm-util.so.2 libnm-util2 #MINVER#
- _nm_connection_new_from_hash@Base 1.1.92
- _nm_connection_replace_settings@Base 1.1.92
- nm_connection_add_setting@Base 0.7.0
- nm_connection_clear_secrets@Base 0.7.0
- nm_connection_clear_secrets_with_flags@Base 0.9.1.95
- nm_connection_compare@Base 0.7.0
- nm_connection_create_setting@Base 0.7.0
- nm_connection_diff@Base 0.8.3.998
- nm_connection_dump@Base 0.7.0
- nm_connection_duplicate@Base 0.7.0
- nm_connection_error_get_type@Base 0.7.0
- nm_connection_error_quark@Base 0.7.0
- nm_connection_for_each_setting_value@Base 0.7.0
- nm_connection_get_connection_type@Base 0.9.10.0
- nm_connection_get_id@Base 0.8.998
- nm_connection_get_interface_name@Base 1.0.0
- nm_connection_get_path@Base 0.7.0
- nm_connection_get_setting@Base 0.7.0
- nm_connection_get_setting_802_1x@Base 0.8.998
- nm_connection_get_setting_adsl@Base 0.9.5.95
- nm_connection_get_setting_bluetooth@Base 0.8.998
- nm_connection_get_setting_bond@Base 0.9.4.0
- nm_connection_get_setting_bridge@Base 0.9.7.995
- nm_connection_get_setting_bridge_port@Base 0.9.7.995
- nm_connection_get_setting_by_name@Base 0.7.0
- nm_connection_get_setting_cdma@Base 0.8.998
- nm_connection_get_setting_connection@Base 0.8.998
- nm_connection_get_setting_dcb@Base 0.9.10.0
- nm_connection_get_setting_generic@Base 0.9.10.0
- nm_connection_get_setting_gsm@Base 0.8.998
- nm_connection_get_setting_infiniband@Base 0.9.4.0
- nm_connection_get_setting_ip4_config@Base 0.8.998
- nm_connection_get_setting_ip6_config@Base 0.8.998
- nm_connection_get_setting_olpc_mesh@Base 0.8.998
- nm_connection_get_setting_ppp@Base 0.8.998
- nm_connection_get_setting_pppoe@Base 0.8.998
- nm_connection_get_setting_serial@Base 0.9.4.0
- nm_connection_get_setting_team@Base 0.9.10.0
- nm_connection_get_setting_team_port@Base 0.9.10.0
- nm_connection_get_setting_vlan@Base 0.9.4.0
- nm_connection_get_setting_vpn@Base 0.8.998
- nm_connection_get_setting_wimax@Base 0.8.998
- nm_connection_get_setting_wired@Base 0.8.998
- nm_connection_get_setting_wireless@Base 0.8.998
- nm_connection_get_setting_wireless_security@Base 0.8.998
- nm_connection_get_type@Base 0.7.0
- nm_connection_get_uuid@Base 0.8.998
- nm_connection_get_virtual_device_description@Base 0.9.10.0
- nm_connection_get_virtual_iface_name@Base 0.9.4.0
- nm_connection_is_type@Base 0.9.1.95
- nm_connection_lookup_setting_type@Base 0.7.0
- nm_connection_lookup_setting_type_by_quark@Base 0.7.0
- nm_connection_need_secrets@Base 0.7.0
- nm_connection_new@Base 0.7.0
- nm_connection_new_from_hash@Base 0.7.0
- nm_connection_normalize@Base 1.0.0
- nm_connection_remove_setting@Base 0.7.0
- nm_connection_replace_settings@Base 0.7.0
- nm_connection_replace_settings_from_connection@Base 0.9.10.0
- nm_connection_set_path@Base 0.7.0
- nm_connection_to_hash@Base 0.7.0
- nm_connection_update_secrets@Base 0.7.0
- nm_connection_verify@Base 0.7.0
- nm_ip4_address_compare@Base 0.7.0
- nm_ip4_address_dup@Base 0.7.0
- nm_ip4_address_get_address@Base 0.7.0
- nm_ip4_address_get_gateway@Base 0.7.0
- nm_ip4_address_get_prefix@Base 0.7.0
- nm_ip4_address_get_type@Base 0.8.998
- nm_ip4_address_new@Base 0.7.0
- nm_ip4_address_ref@Base 0.7.0
- nm_ip4_address_set_address@Base 0.7.0
- nm_ip4_address_set_gateway@Base 0.7.0
- nm_ip4_address_set_prefix@Base 0.7.0
- nm_ip4_address_unref@Base 0.7.0
- nm_ip4_route_compare@Base 0.7.0
- nm_ip4_route_dup@Base 0.7.0
- nm_ip4_route_get_dest@Base 0.7.0
- nm_ip4_route_get_metric@Base 0.7.0
- nm_ip4_route_get_next_hop@Base 0.7.0
- nm_ip4_route_get_prefix@Base 0.7.0
- nm_ip4_route_get_type@Base 0.8.998
- nm_ip4_route_new@Base 0.7.0
- nm_ip4_route_ref@Base 0.7.0
- nm_ip4_route_set_dest@Base 0.7.0
- nm_ip4_route_set_metric@Base 0.7.0
- nm_ip4_route_set_next_hop@Base 0.7.0
- nm_ip4_route_set_prefix@Base 0.7.0
- nm_ip4_route_unref@Base 0.7.0
- nm_ip6_address_compare@Base 0.7.999
- nm_ip6_address_dup@Base 0.7.999
- nm_ip6_address_get_address@Base 0.7.999
- nm_ip6_address_get_gateway@Base 0.8.0.999
- nm_ip6_address_get_prefix@Base 0.7.999
- nm_ip6_address_get_type@Base 0.8.998
- nm_ip6_address_new@Base 0.7.999
- nm_ip6_address_ref@Base 0.7.999
- nm_ip6_address_set_address@Base 0.7.999
- nm_ip6_address_set_gateway@Base 0.8.0.999
- nm_ip6_address_set_prefix@Base 0.7.999
- nm_ip6_address_unref@Base 0.7.999
- nm_ip6_route_compare@Base 0.7.999
- nm_ip6_route_dup@Base 0.7.999
- nm_ip6_route_get_dest@Base 0.7.999
- nm_ip6_route_get_metric@Base 0.7.999
- nm_ip6_route_get_next_hop@Base 0.7.999
- nm_ip6_route_get_prefix@Base 0.7.999
- nm_ip6_route_get_type@Base 0.8.998
- nm_ip6_route_new@Base 0.7.999
- nm_ip6_route_ref@Base 0.7.999
- nm_ip6_route_set_dest@Base 0.7.999
- nm_ip6_route_set_metric@Base 0.7.999
- nm_ip6_route_set_next_hop@Base 0.7.999
- nm_ip6_route_set_prefix@Base 0.7.999
- nm_ip6_route_unref@Base 0.7.999
- nm_setting_802_1x_add_altsubject_match@Base 0.9.0
- nm_setting_802_1x_add_eap_method@Base 0.7.0
- nm_setting_802_1x_add_phase2_altsubject_match@Base 0.9.0
- nm_setting_802_1x_ck_format_get_type@Base 0.9.4.0
- nm_setting_802_1x_ck_scheme_get_type@Base 0.9.4.0
- nm_setting_802_1x_clear_altsubject_matches@Base 0.9.0
- nm_setting_802_1x_clear_eap_methods@Base 0.7.0
- nm_setting_802_1x_clear_phase2_altsubject_matches@Base 0.9.0
- nm_setting_802_1x_error_get_type@Base 0.7.0
- nm_setting_802_1x_error_quark@Base 0.7.0
- nm_setting_802_1x_get_altsubject_match@Base 0.9.0
- nm_setting_802_1x_get_anonymous_identity@Base 0.7.0
- nm_setting_802_1x_get_ca_cert_blob@Base 0.7.999
- nm_setting_802_1x_get_ca_cert_path@Base 0.7.999
- nm_setting_802_1x_get_ca_cert_scheme@Base 0.7.999
- nm_setting_802_1x_get_ca_path@Base 0.7.0
- nm_setting_802_1x_get_client_cert_blob@Base 0.7.999
- nm_setting_802_1x_get_client_cert_path@Base 0.7.999
- nm_setting_802_1x_get_client_cert_scheme@Base 0.7.999
- nm_setting_802_1x_get_eap_method@Base 0.7.0
- nm_setting_802_1x_get_identity@Base 0.7.0
- nm_setting_802_1x_get_num_altsubject_matches@Base 0.9.0
- nm_setting_802_1x_get_num_eap_methods@Base 0.7.0
- nm_setting_802_1x_get_num_phase2_altsubject_matches@Base 0.9.0
- nm_setting_802_1x_get_pac_file@Base 0.9.4.0
- nm_setting_802_1x_get_password@Base 0.7.0
- nm_setting_802_1x_get_password_flags@Base 0.8.998
- nm_setting_802_1x_get_password_raw@Base 0.9.4.0
- nm_setting_802_1x_get_password_raw_flags@Base 0.9.4.0
- nm_setting_802_1x_get_phase1_fast_provisioning@Base 0.7.0
- nm_setting_802_1x_get_phase1_peaplabel@Base 0.7.0
- nm_setting_802_1x_get_phase1_peapver@Base 0.7.0
- nm_setting_802_1x_get_phase2_altsubject_match@Base 0.9.0
- nm_setting_802_1x_get_phase2_auth@Base 0.7.0
- nm_setting_802_1x_get_phase2_autheap@Base 0.7.0
- nm_setting_802_1x_get_phase2_ca_cert_blob@Base 0.7.999
- nm_setting_802_1x_get_phase2_ca_cert_path@Base 0.7.999
- nm_setting_802_1x_get_phase2_ca_cert_scheme@Base 0.7.999
- nm_setting_802_1x_get_phase2_ca_path@Base 0.7.0
- nm_setting_802_1x_get_phase2_client_cert_blob@Base 0.7.999
- nm_setting_802_1x_get_phase2_client_cert_path@Base 0.7.999
- nm_setting_802_1x_get_phase2_client_cert_scheme@Base 0.7.999
- nm_setting_802_1x_get_phase2_private_key_blob@Base 0.7.999
- nm_setting_802_1x_get_phase2_private_key_format@Base 0.7.999
- nm_setting_802_1x_get_phase2_private_key_password@Base 0.7.0
- nm_setting_802_1x_get_phase2_private_key_password_flags@Base 0.8.998
- nm_setting_802_1x_get_phase2_private_key_path@Base 0.7.999
- nm_setting_802_1x_get_phase2_private_key_scheme@Base 0.7.999
- nm_setting_802_1x_get_phase2_subject_match@Base 0.9.0
- nm_setting_802_1x_get_pin@Base 0.7.0
- nm_setting_802_1x_get_pin_flags@Base 0.8.9997
- nm_setting_802_1x_get_private_key_blob@Base 0.7.999
- nm_setting_802_1x_get_private_key_format@Base 0.7.999
- nm_setting_802_1x_get_private_key_password@Base 0.7.0
- nm_setting_802_1x_get_private_key_password_flags@Base 0.8.998
- nm_setting_802_1x_get_private_key_path@Base 0.7.999
- nm_setting_802_1x_get_private_key_scheme@Base 0.7.999
- nm_setting_802_1x_get_subject_match@Base 0.9.0
- nm_setting_802_1x_get_system_ca_certs@Base 0.7.0
- nm_setting_802_1x_get_type@Base 0.7.0
- nm_setting_802_1x_new@Base 0.7.0
- nm_setting_802_1x_remove_altsubject_match@Base 0.9.0
- nm_setting_802_1x_remove_altsubject_match_by_value@Base 0.9.10.0
- nm_setting_802_1x_remove_eap_method@Base 0.7.0
- nm_setting_802_1x_remove_eap_method_by_value@Base 0.9.10.0
- nm_setting_802_1x_remove_phase2_altsubject_match@Base 0.9.0
- nm_setting_802_1x_remove_phase2_altsubject_match_by_value@Base 0.9.10.0
- nm_setting_802_1x_set_ca_cert@Base 0.7.999
- nm_setting_802_1x_set_client_cert@Base 0.7.999
- nm_setting_802_1x_set_phase2_ca_cert@Base 0.7.999
- nm_setting_802_1x_set_phase2_client_cert@Base 0.7.999
- nm_setting_802_1x_set_phase2_private_key@Base 0.7.999
- nm_setting_802_1x_set_private_key@Base 0.7.999
- nm_setting_adsl_error_get_type@Base 0.9.5.95
- nm_setting_adsl_error_quark@Base 0.9.5.95
- nm_setting_adsl_get_encapsulation@Base 0.9.5.95
- nm_setting_adsl_get_password@Base 0.9.5.95
- nm_setting_adsl_get_password_flags@Base 0.9.5.95
- nm_setting_adsl_get_protocol@Base 0.9.5.95
- nm_setting_adsl_get_type@Base 0.9.5.95
- nm_setting_adsl_get_username@Base 0.9.5.95
- nm_setting_adsl_get_vci@Base 0.9.5.95
- nm_setting_adsl_get_vpi@Base 0.9.5.95
- nm_setting_adsl_new@Base 0.9.5.95
- nm_setting_bluetooth_error_get_type@Base 0.7.999
- nm_setting_bluetooth_error_quark@Base 0.7.999
- nm_setting_bluetooth_get_bdaddr@Base 0.7.999
- nm_setting_bluetooth_get_connection_type@Base 0.7.999
- nm_setting_bluetooth_get_type@Base 0.7.999
- nm_setting_bluetooth_new@Base 0.7.999
- nm_setting_bond_add_option@Base 0.9.4.0
- nm_setting_bond_error_get_type@Base 0.9.4.0
- nm_setting_bond_error_quark@Base 0.9.4.0
- nm_setting_bond_get_interface_name@Base 0.9.4.0
- nm_setting_bond_get_num_options@Base 0.9.4.0
- nm_setting_bond_get_option@Base 0.9.4.0
- nm_setting_bond_get_option_by_name@Base 0.9.4.0
- nm_setting_bond_get_option_default@Base 0.9.4.0
- nm_setting_bond_get_type@Base 0.9.4.0
- nm_setting_bond_get_valid_options@Base 0.9.4.0
- nm_setting_bond_new@Base 0.9.4.0
- nm_setting_bond_remove_option@Base 0.9.4.0
- nm_setting_bond_validate_option@Base 0.9.10.0
- nm_setting_bridge_error_get_type@Base 0.9.7.995
- nm_setting_bridge_error_quark@Base 0.9.7.995
- nm_setting_bridge_get_ageing_time@Base 0.9.7.995
- nm_setting_bridge_get_forward_delay@Base 0.9.7.995
- nm_setting_bridge_get_hello_time@Base 0.9.7.995
- nm_setting_bridge_get_interface_name@Base 0.9.7.995
- nm_setting_bridge_get_mac_address@Base 0.9.10.0
- nm_setting_bridge_get_max_age@Base 0.9.7.995
- nm_setting_bridge_get_priority@Base 0.9.7.995
- nm_setting_bridge_get_stp@Base 0.9.7.995
- nm_setting_bridge_get_type@Base 0.9.7.995
- nm_setting_bridge_new@Base 0.9.7.995
- nm_setting_bridge_port_error_get_type@Base 0.9.7.995
- nm_setting_bridge_port_error_quark@Base 0.9.7.995
- nm_setting_bridge_port_get_hairpin_mode@Base 0.9.7.995
- nm_setting_bridge_port_get_path_cost@Base 0.9.7.995
- nm_setting_bridge_port_get_priority@Base 0.9.7.995
- nm_setting_bridge_port_get_type@Base 0.9.7.995
- nm_setting_bridge_port_new@Base 0.9.7.995
- nm_setting_cdma_error_get_type@Base 0.7.0
- nm_setting_cdma_error_quark@Base 0.7.0
- nm_setting_cdma_get_number@Base 0.7.0
- nm_setting_cdma_get_password@Base 0.7.0
- nm_setting_cdma_get_password_flags@Base 0.8.998
- nm_setting_cdma_get_type@Base 0.7.0
- nm_setting_cdma_get_username@Base 0.7.0
- nm_setting_cdma_new@Base 0.7.0
- nm_setting_clear_secrets@Base 0.7.0
- nm_setting_clear_secrets_with_flags@Base 0.9.1.95
- nm_setting_compare@Base 0.7.0
- nm_setting_compare_flags_get_type@Base 0.9.4.0
- nm_setting_connection_add_permission@Base 0.8.998
- nm_setting_connection_add_secondary@Base 0.9.7.995
- nm_setting_connection_error_get_type@Base 0.7.0
- nm_setting_connection_error_quark@Base 0.7.0
- nm_setting_connection_get_autoconnect@Base 0.7.0
- nm_setting_connection_get_connection_type@Base 0.7.0
- nm_setting_connection_get_gateway_ping_timeout@Base 0.9.10.0
- nm_setting_connection_get_id@Base 0.7.0
- nm_setting_connection_get_interface_name@Base 0.9.10.0
- nm_setting_connection_get_master@Base 0.9.4.0
- nm_setting_connection_get_num_permissions@Base 0.8.998
- nm_setting_connection_get_num_secondaries@Base 0.9.7.995
- nm_setting_connection_get_permission@Base 0.8.998
- nm_setting_connection_get_read_only@Base 0.7.0
- nm_setting_connection_get_secondary@Base 0.9.7.995
- nm_setting_connection_get_slave_type@Base 0.9.4.0
- nm_setting_connection_get_timestamp@Base 0.7.0
- nm_setting_connection_get_type@Base 0.7.0
- nm_setting_connection_get_uuid@Base 0.7.0
- nm_setting_connection_get_zone@Base 0.9.4.0
- nm_setting_connection_is_slave_type@Base 0.9.4.0
- nm_setting_connection_new@Base 0.7.0
- nm_setting_connection_permissions_user_allowed@Base 0.8.998
- nm_setting_connection_remove_permission@Base 0.8.998
- nm_setting_connection_remove_permission_by_value@Base 0.9.10.0
- nm_setting_connection_remove_secondary@Base 0.9.7.995
- nm_setting_connection_remove_secondary_by_value@Base 0.9.10.0
- nm_setting_dcb_error_get_type@Base 0.9.10.0
- nm_setting_dcb_error_quark@Base 0.9.10.0
- nm_setting_dcb_flags_get_type@Base 0.9.10.0
- nm_setting_dcb_get_app_fcoe_flags@Base 0.9.10.0
- nm_setting_dcb_get_app_fcoe_mode@Base 0.9.10.0
- nm_setting_dcb_get_app_fcoe_priority@Base 0.9.10.0
- nm_setting_dcb_get_app_fip_flags@Base 0.9.10.0
- nm_setting_dcb_get_app_fip_priority@Base 0.9.10.0
- nm_setting_dcb_get_app_iscsi_flags@Base 0.9.10.0
- nm_setting_dcb_get_app_iscsi_priority@Base 0.9.10.0
- nm_setting_dcb_get_priority_bandwidth@Base 0.9.10.0
- nm_setting_dcb_get_priority_flow_control@Base 0.9.10.0
- nm_setting_dcb_get_priority_flow_control_flags@Base 0.9.10.0
- nm_setting_dcb_get_priority_group_bandwidth@Base 0.9.10.0
- nm_setting_dcb_get_priority_group_flags@Base 0.9.10.0
- nm_setting_dcb_get_priority_group_id@Base 0.9.10.0
- nm_setting_dcb_get_priority_strict_bandwidth@Base 0.9.10.0
- nm_setting_dcb_get_priority_traffic_class@Base 0.9.10.0
- nm_setting_dcb_get_type@Base 0.9.10.0
- nm_setting_dcb_new@Base 0.9.10.0
- nm_setting_dcb_set_priority_bandwidth@Base 0.9.10.0
- nm_setting_dcb_set_priority_flow_control@Base 0.9.10.0
- nm_setting_dcb_set_priority_group_bandwidth@Base 0.9.10.0
- nm_setting_dcb_set_priority_group_id@Base 0.9.10.0
- nm_setting_dcb_set_priority_strict_bandwidth@Base 0.9.10.0
- nm_setting_dcb_set_priority_traffic_class@Base 0.9.10.0
- nm_setting_diff@Base 0.8.3.998
- nm_setting_diff_result_get_type@Base 0.9.4.0
- nm_setting_duplicate@Base 0.7.0
- nm_setting_enumerate_values@Base 0.7.0
- nm_setting_error_get_type@Base 0.7.0
- nm_setting_error_quark@Base 0.7.0
- nm_setting_generic_error_get_type@Base 0.9.10.0
- nm_setting_generic_error_quark@Base 0.9.10.0
- nm_setting_generic_get_type@Base 0.9.10.0
- nm_setting_generic_new@Base 0.9.10.0
- nm_setting_get_name@Base 0.7.0
- nm_setting_get_secret_flags@Base 0.8.998
- nm_setting_get_type@Base 0.7.0
- nm_setting_get_virtual_iface_name@Base 0.9.4.0
- nm_setting_gsm_error_get_type@Base 0.7.0
- nm_setting_gsm_error_quark@Base 0.7.0
- nm_setting_gsm_get_allowed_bands@Base 0.8.0.999
- nm_setting_gsm_get_apn@Base 0.7.0
- nm_setting_gsm_get_home_only@Base 0.8.0.999
- nm_setting_gsm_get_network_id@Base 0.7.0
- nm_setting_gsm_get_network_type@Base 0.7.0
- nm_setting_gsm_get_number@Base 0.7.0
- nm_setting_gsm_get_password@Base 0.7.0
- nm_setting_gsm_get_password_flags@Base 0.8.998
- nm_setting_gsm_get_pin@Base 0.7.0
- nm_setting_gsm_get_pin_flags@Base 0.8.998
- nm_setting_gsm_get_type@Base 0.7.0
- nm_setting_gsm_get_username@Base 0.7.0
- nm_setting_gsm_network_band_get_type@Base 0.9.4.0
- nm_setting_gsm_network_type_get_type@Base 0.9.4.0
- nm_setting_gsm_new@Base 0.7.0
- nm_setting_hash_flags_get_type@Base 0.9.4.0
- nm_setting_infiniband_error_get_type@Base 0.9.4.0
- nm_setting_infiniband_error_quark@Base 0.9.4.0
- nm_setting_infiniband_get_mac_address@Base 0.9.4.0
- nm_setting_infiniband_get_mtu@Base 0.9.4.0
- nm_setting_infiniband_get_p_key@Base 0.9.10.0
- nm_setting_infiniband_get_parent@Base 0.9.10.0
- nm_setting_infiniband_get_transport_mode@Base 0.9.4.0
- nm_setting_infiniband_get_type@Base 0.9.4.0
- nm_setting_infiniband_new@Base 0.9.4.0
- nm_setting_ip4_config_add_address@Base 0.7.0
- nm_setting_ip4_config_add_dns@Base 0.7.0
- nm_setting_ip4_config_add_dns_search@Base 0.7.0
- nm_setting_ip4_config_add_route@Base 0.7.0
- nm_setting_ip4_config_clear_addresses@Base 0.7.0
- nm_setting_ip4_config_clear_dns@Base 0.7.0
- nm_setting_ip4_config_clear_dns_searches@Base 0.7.0
- nm_setting_ip4_config_clear_routes@Base 0.7.0
- nm_setting_ip4_config_error_get_type@Base 0.7.0
- nm_setting_ip4_config_error_quark@Base 0.7.0
- nm_setting_ip4_config_get_address@Base 0.7.0
- nm_setting_ip4_config_get_dhcp_client_id@Base 0.7.0
- nm_setting_ip4_config_get_dhcp_hostname@Base 0.7.0
- nm_setting_ip4_config_get_dhcp_send_hostname@Base 0.7.999
- nm_setting_ip4_config_get_dhcp_timeout@Base 1.1.90
- nm_setting_ip4_config_get_dns@Base 0.7.0
- nm_setting_ip4_config_get_dns_search@Base 0.7.0
- nm_setting_ip4_config_get_ignore_auto_dns@Base 0.7.0
- nm_setting_ip4_config_get_ignore_auto_routes@Base 0.7.0
- nm_setting_ip4_config_get_may_fail@Base 0.8.0.999
- nm_setting_ip4_config_get_method@Base 0.7.0
- nm_setting_ip4_config_get_never_default@Base 0.7.0.97
- nm_setting_ip4_config_get_num_addresses@Base 0.7.0
- nm_setting_ip4_config_get_num_dns@Base 0.7.0
- nm_setting_ip4_config_get_num_dns_searches@Base 0.7.0
- nm_setting_ip4_config_get_num_routes@Base 0.7.0
- nm_setting_ip4_config_get_route@Base 0.7.0
- nm_setting_ip4_config_get_route_metric@Base 1.0.0
- nm_setting_ip4_config_get_type@Base 0.7.0
- nm_setting_ip4_config_new@Base 0.7.0
- nm_setting_ip4_config_remove_address@Base 0.7.0
- nm_setting_ip4_config_remove_address_by_value@Base 0.9.10.0
- nm_setting_ip4_config_remove_dns@Base 0.7.0
- nm_setting_ip4_config_remove_dns_by_value@Base 0.9.10.0
- nm_setting_ip4_config_remove_dns_search@Base 0.7.0
- nm_setting_ip4_config_remove_dns_search_by_value@Base 0.9.10.0
- nm_setting_ip4_config_remove_route@Base 0.7.0
- nm_setting_ip4_config_remove_route_by_value@Base 0.9.10.0
- nm_setting_ip6_config_add_address@Base 0.7.999
- nm_setting_ip6_config_add_dns@Base 0.7.999
- nm_setting_ip6_config_add_dns_search@Base 0.7.999
- nm_setting_ip6_config_add_route@Base 0.7.999
- nm_setting_ip6_config_clear_addresses@Base 0.7.999
- nm_setting_ip6_config_clear_dns@Base 0.7.999
- nm_setting_ip6_config_clear_dns_searches@Base 0.7.999
- nm_setting_ip6_config_clear_routes@Base 0.7.999
- nm_setting_ip6_config_error_get_type@Base 0.7.999
- nm_setting_ip6_config_error_quark@Base 0.7.999
- nm_setting_ip6_config_get_address@Base 0.7.999
- nm_setting_ip6_config_get_dhcp_hostname@Base 0.9.7.995
- nm_setting_ip6_config_get_dns@Base 0.7.999
- nm_setting_ip6_config_get_dns_search@Base 0.7.999
- nm_setting_ip6_config_get_ignore_auto_dns@Base 0.7.999
- nm_setting_ip6_config_get_ignore_auto_routes@Base 0.7.999
- nm_setting_ip6_config_get_ip6_privacy@Base 0.9.4.0
- nm_setting_ip6_config_get_may_fail@Base 0.8.0.999
- nm_setting_ip6_config_get_method@Base 0.7.999
- nm_setting_ip6_config_get_never_default@Base 0.7.999
- nm_setting_ip6_config_get_num_addresses@Base 0.7.999
- nm_setting_ip6_config_get_num_dns@Base 0.7.999
- nm_setting_ip6_config_get_num_dns_searches@Base 0.7.999
- nm_setting_ip6_config_get_num_routes@Base 0.7.999
- nm_setting_ip6_config_get_route@Base 0.7.999
- nm_setting_ip6_config_get_route_metric@Base 1.0.0
- nm_setting_ip6_config_get_type@Base 0.7.999
- nm_setting_ip6_config_new@Base 0.7.999
- nm_setting_ip6_config_privacy_get_type@Base 0.9.4.0
- nm_setting_ip6_config_remove_address@Base 0.7.999
- nm_setting_ip6_config_remove_address_by_value@Base 0.9.10.0
- nm_setting_ip6_config_remove_dns@Base 0.7.999
- nm_setting_ip6_config_remove_dns_by_value@Base 0.9.10.0
- nm_setting_ip6_config_remove_dns_search@Base 0.7.999
- nm_setting_ip6_config_remove_dns_search_by_value@Base 0.9.10.0
- nm_setting_ip6_config_remove_route@Base 0.7.999
- nm_setting_ip6_config_remove_route_by_value@Base 0.9.10.0
- nm_setting_need_secrets@Base 0.7.0
- nm_setting_new_from_hash@Base 0.7.0
- nm_setting_olpc_mesh_error_get_type@Base 0.7.999
- nm_setting_olpc_mesh_error_quark@Base 0.7.999
- nm_setting_olpc_mesh_get_channel@Base 0.7.999
- nm_setting_olpc_mesh_get_dhcp_anycast_address@Base 0.7.999
- nm_setting_olpc_mesh_get_ssid@Base 0.7.999
- nm_setting_olpc_mesh_get_type@Base 0.7.999
- nm_setting_olpc_mesh_new@Base 0.7.999
- nm_setting_ppp_error_get_type@Base 0.7.0
- nm_setting_ppp_error_quark@Base 0.7.0
- nm_setting_ppp_get_baud@Base 0.7.0
- nm_setting_ppp_get_crtscts@Base 0.7.0
- nm_setting_ppp_get_lcp_echo_failure@Base 0.7.0
- nm_setting_ppp_get_lcp_echo_interval@Base 0.7.0
- nm_setting_ppp_get_mppe_stateful@Base 0.7.0
- nm_setting_ppp_get_mru@Base 0.7.0
- nm_setting_ppp_get_mtu@Base 0.7.0
- nm_setting_ppp_get_no_vj_comp@Base 0.7.0
- nm_setting_ppp_get_noauth@Base 0.7.0
- nm_setting_ppp_get_nobsdcomp@Base 0.7.0
- nm_setting_ppp_get_nodeflate@Base 0.7.0
- nm_setting_ppp_get_refuse_chap@Base 0.7.0
- nm_setting_ppp_get_refuse_eap@Base 0.7.0
- nm_setting_ppp_get_refuse_mschap@Base 0.7.0
- nm_setting_ppp_get_refuse_mschapv2@Base 0.7.0
- nm_setting_ppp_get_refuse_pap@Base 0.7.0
- nm_setting_ppp_get_require_mppe@Base 0.7.0
- nm_setting_ppp_get_require_mppe_128@Base 0.7.0
- nm_setting_ppp_get_type@Base 0.7.0
- nm_setting_ppp_new@Base 0.7.0
- nm_setting_pppoe_error_get_type@Base 0.7.0
- nm_setting_pppoe_error_quark@Base 0.7.0
- nm_setting_pppoe_get_password@Base 0.7.0
- nm_setting_pppoe_get_password_flags@Base 0.8.998
- nm_setting_pppoe_get_service@Base 0.7.0
- nm_setting_pppoe_get_type@Base 0.7.0
- nm_setting_pppoe_get_username@Base 0.7.0
- nm_setting_pppoe_new@Base 0.7.0
- nm_setting_secret_flags_get_type@Base 0.9.4.0
- nm_setting_serial_error_get_type@Base 0.7.0
- nm_setting_serial_error_quark@Base 0.7.0
- nm_setting_serial_get_baud@Base 0.7.0
- nm_setting_serial_get_bits@Base 0.7.0
- nm_setting_serial_get_parity@Base 0.7.0
- nm_setting_serial_get_send_delay@Base 0.7.0
- nm_setting_serial_get_stopbits@Base 0.7.0
- nm_setting_serial_get_type@Base 0.7.0
- nm_setting_serial_new@Base 0.7.0
- nm_setting_set_secret_flags@Base 0.8.998
- nm_setting_team_error_get_type@Base 0.9.10.0
- nm_setting_team_error_quark@Base 0.9.10.0
- nm_setting_team_get_config@Base 0.9.10.0
- nm_setting_team_get_interface_name@Base 0.9.10.0
- nm_setting_team_get_type@Base 0.9.10.0
- nm_setting_team_new@Base 0.9.10.0
- nm_setting_team_port_error_get_type@Base 0.9.10.0
- nm_setting_team_port_error_quark@Base 0.9.10.0
- nm_setting_team_port_get_config@Base 0.9.10.0
- nm_setting_team_port_get_type@Base 0.9.10.0
- nm_setting_team_port_new@Base 0.9.10.0
- nm_setting_to_hash@Base 0.7.0
- nm_setting_to_string@Base 0.7.0
- nm_setting_update_secrets@Base 0.7.0
- nm_setting_verify@Base 0.7.0
- nm_setting_vlan_add_priority@Base 0.9.4.0
- nm_setting_vlan_add_priority_str@Base 0.9.4.0
- nm_setting_vlan_clear_priorities@Base 0.9.4.0
- nm_setting_vlan_error_get_type@Base 0.9.4.0
- nm_setting_vlan_error_quark@Base 0.9.4.0
- nm_setting_vlan_get_flags@Base 0.9.4.0
- nm_setting_vlan_get_id@Base 0.9.4.0
- nm_setting_vlan_get_interface_name@Base 0.9.4.0
- nm_setting_vlan_get_num_priorities@Base 0.9.4.0
- nm_setting_vlan_get_parent@Base 0.9.4.0
- nm_setting_vlan_get_priority@Base 0.9.4.0
- nm_setting_vlan_get_type@Base 0.9.4.0
- nm_setting_vlan_new@Base 0.9.4.0
- nm_setting_vlan_remove_priority@Base 0.9.4.0
- nm_setting_vlan_remove_priority_by_value@Base 0.9.10.0
- nm_setting_vlan_remove_priority_str_by_value@Base 0.9.10.0
- nm_setting_vpn_add_data_item@Base 0.7.0
- nm_setting_vpn_add_secret@Base 0.7.0
- nm_setting_vpn_error_get_type@Base 0.7.0
- nm_setting_vpn_error_quark@Base 0.7.0
- nm_setting_vpn_foreach_data_item@Base 0.7.0
- nm_setting_vpn_foreach_secret@Base 0.7.0
- nm_setting_vpn_get_data_item@Base 0.7.0
- nm_setting_vpn_get_num_data_items@Base 0.9.4.0
- nm_setting_vpn_get_num_secrets@Base 0.9.4.0
- nm_setting_vpn_get_secret@Base 0.7.0
- nm_setting_vpn_get_service_type@Base 0.7.0
- nm_setting_vpn_get_type@Base 0.7.0
- nm_setting_vpn_get_user_name@Base 0.7.0
- nm_setting_vpn_new@Base 0.7.0
- nm_setting_vpn_remove_data_item@Base 0.7.0
- nm_setting_vpn_remove_secret@Base 0.7.0
- nm_setting_wimax_error_get_type@Base 0.8.998
- nm_setting_wimax_error_quark@Base 0.8.998
- nm_setting_wimax_get_mac_address@Base 0.8.998
- nm_setting_wimax_get_network_name@Base 0.8.998
- nm_setting_wimax_get_type@Base 0.8.998
- nm_setting_wimax_new@Base 0.8.998
- nm_setting_wired_add_mac_blacklist_item@Base 0.9.10.0
- nm_setting_wired_add_s390_option@Base 0.8.2
- nm_setting_wired_clear_mac_blacklist_items@Base 0.9.10.0
- nm_setting_wired_error_get_type@Base 0.7.0
- nm_setting_wired_error_quark@Base 0.7.0
- nm_setting_wired_get_auto_negotiate@Base 0.7.0
- nm_setting_wired_get_cloned_mac_address@Base 0.8.2
- nm_setting_wired_get_duplex@Base 0.7.0
- nm_setting_wired_get_mac_address@Base 0.7.0
- nm_setting_wired_get_mac_address_blacklist@Base 0.9.0
- nm_setting_wired_get_mac_blacklist_item@Base 0.9.10.0
- nm_setting_wired_get_mtu@Base 0.7.0
- nm_setting_wired_get_num_mac_blacklist_items@Base 0.9.10.0
- nm_setting_wired_get_num_s390_options@Base 0.8.2
- nm_setting_wired_get_port@Base 0.7.0
- nm_setting_wired_get_s390_nettype@Base 0.8.2
- nm_setting_wired_get_s390_option@Base 0.8.2
- nm_setting_wired_get_s390_option_by_key@Base 0.8.2
- nm_setting_wired_get_s390_subchannels@Base 0.8.2
- nm_setting_wired_get_speed@Base 0.7.0
- nm_setting_wired_get_type@Base 0.7.0
- nm_setting_wired_get_valid_s390_options@Base 0.9.10.0
- nm_setting_wired_new@Base 0.7.0
- nm_setting_wired_remove_mac_blacklist_item@Base 0.9.10.0
- nm_setting_wired_remove_mac_blacklist_item_by_value@Base 0.9.10.0
- nm_setting_wired_remove_s390_option@Base 0.8.2
- nm_setting_wireless_add_mac_blacklist_item@Base 0.9.10.0
- nm_setting_wireless_add_seen_bssid@Base 0.7.0
- nm_setting_wireless_ap_security_compatible@Base 0.7.0
- nm_setting_wireless_clear_mac_blacklist_items@Base 0.9.10.0
- nm_setting_wireless_error_get_type@Base 0.7.0
- nm_setting_wireless_error_quark@Base 0.7.0
- nm_setting_wireless_get_band@Base 0.7.0
- nm_setting_wireless_get_bssid@Base 0.7.0
- nm_setting_wireless_get_channel@Base 0.7.0
- nm_setting_wireless_get_cloned_mac_address@Base 0.8.2
- nm_setting_wireless_get_hidden@Base 0.9.5.95
- nm_setting_wireless_get_mac_address@Base 0.7.0
- nm_setting_wireless_get_mac_address_blacklist@Base 0.9.0
- nm_setting_wireless_get_mac_blacklist_item@Base 0.9.10.0
- nm_setting_wireless_get_mode@Base 0.7.0
- nm_setting_wireless_get_mtu@Base 0.7.0
- nm_setting_wireless_get_num_mac_blacklist_items@Base 0.9.10.0
- nm_setting_wireless_get_num_seen_bssids@Base 0.7.0
- nm_setting_wireless_get_powersave@Base 1.1.90
- nm_setting_wireless_get_rate@Base 0.7.0
- nm_setting_wireless_get_security@Base 0.7.0
- nm_setting_wireless_get_seen_bssid@Base 0.7.0
- nm_setting_wireless_get_ssid@Base 0.7.0
- nm_setting_wireless_get_tx_power@Base 0.7.0
- nm_setting_wireless_get_type@Base 0.7.0
- nm_setting_wireless_new@Base 0.7.0
- nm_setting_wireless_remove_mac_blacklist_item@Base 0.9.10.0
- nm_setting_wireless_remove_mac_blacklist_item_by_value@Base 0.9.10.0
- nm_setting_wireless_security_add_group@Base 0.7.0
- nm_setting_wireless_security_add_pairwise@Base 0.7.0
- nm_setting_wireless_security_add_proto@Base 0.7.0
- nm_setting_wireless_security_clear_groups@Base 0.7.0
- nm_setting_wireless_security_clear_pairwise@Base 0.7.0
- nm_setting_wireless_security_clear_protos@Base 0.7.0
- nm_setting_wireless_security_error_get_type@Base 0.7.0
- nm_setting_wireless_security_error_quark@Base 0.7.0
- nm_setting_wireless_security_get_auth_alg@Base 0.7.0
- nm_setting_wireless_security_get_group@Base 0.7.0
- nm_setting_wireless_security_get_key_mgmt@Base 0.7.0
- nm_setting_wireless_security_get_leap_password@Base 0.7.0
- nm_setting_wireless_security_get_leap_password_flags@Base 0.8.998
- nm_setting_wireless_security_get_leap_username@Base 0.7.0
- nm_setting_wireless_security_get_num_groups@Base 0.7.0
- nm_setting_wireless_security_get_num_pairwise@Base 0.7.0
- nm_setting_wireless_security_get_num_protos@Base 0.7.0
- nm_setting_wireless_security_get_pairwise@Base 0.7.0
- nm_setting_wireless_security_get_proto@Base 0.7.0
- nm_setting_wireless_security_get_psk@Base 0.7.0
- nm_setting_wireless_security_get_psk_flags@Base 0.8.998
- nm_setting_wireless_security_get_type@Base 0.7.0
- nm_setting_wireless_security_get_wep_key@Base 0.7.0
- nm_setting_wireless_security_get_wep_key_flags@Base 0.8.998
- nm_setting_wireless_security_get_wep_key_type@Base 0.7.2
- nm_setting_wireless_security_get_wep_tx_keyidx@Base 0.7.0
- nm_setting_wireless_security_new@Base 0.7.0
- nm_setting_wireless_security_remove_group@Base 0.7.0
- nm_setting_wireless_security_remove_group_by_value@Base 0.9.10.0
- nm_setting_wireless_security_remove_pairwise@Base 0.7.0
- nm_setting_wireless_security_remove_pairwise_by_value@Base 0.9.10.0
- nm_setting_wireless_security_remove_proto@Base 0.7.0
- nm_setting_wireless_security_remove_proto_by_value@Base 0.9.10.0
- nm_setting_wireless_security_set_wep_key@Base 0.7.0
- nm_util_get_private@Base 0.9.10.0
- nm_utils_ap_mode_security_valid@Base 0.9.7.995
- nm_utils_bin2hexstr@Base 0.9.10.0
- nm_utils_check_virtual_device_compatibility@Base 0.9.10.0
- nm_utils_deinit@Base 0.7.0
- nm_utils_escape_ssid@Base 0.7.0
- nm_utils_file_is_pkcs12@Base 0.9.5.96
- nm_utils_file_search_in_paths@Base 1.0.0
- nm_utils_get_private@Base 0.9.10.0
- nm_utils_gvalue_hash_dup@Base 0.7.0
- nm_utils_hex2byte@Base 0.9.10.0
- nm_utils_hexstr2bin@Base 0.9.10.0
- nm_utils_hwaddr_atoba@Base 0.9.4.0
- nm_utils_hwaddr_aton@Base 0.9.4.0
- nm_utils_hwaddr_aton_len@Base 0.9.10.0
- nm_utils_hwaddr_len@Base 0.9.4.0
- nm_utils_hwaddr_ntoa@Base 0.9.4.0
- nm_utils_hwaddr_ntoa_len@Base 0.9.10.0
- nm_utils_hwaddr_type@Base 0.9.4.0
- nm_utils_hwaddr_valid@Base 0.9.10.0
- nm_utils_iface_valid_name@Base 0.9.7.995
- nm_utils_inet4_ntop@Base 0.9.10.0
- nm_utils_inet6_ntop@Base 0.9.10.0
- nm_utils_init@Base 0.7.0
- nm_utils_ip4_addresses_from_gvalue@Base 0.7.0
- nm_utils_ip4_addresses_to_gvalue@Base 0.7.0
- nm_utils_ip4_get_default_prefix@Base 0.8.0.999
- nm_utils_ip4_netmask_to_prefix@Base 0.7.0
- nm_utils_ip4_prefix_to_netmask@Base 0.7.0
- nm_utils_ip4_routes_from_gvalue@Base 0.7.0
- nm_utils_ip4_routes_to_gvalue@Base 0.7.0
- nm_utils_ip6_addresses_from_gvalue@Base 0.7.999
- nm_utils_ip6_addresses_to_gvalue@Base 0.7.999
- nm_utils_ip6_dns_from_gvalue@Base 0.8.999
- nm_utils_ip6_dns_to_gvalue@Base 0.8.999
- nm_utils_ip6_routes_from_gvalue@Base 0.7.999
- nm_utils_ip6_routes_to_gvalue@Base 0.7.999
- nm_utils_is_empty_ssid@Base 0.7.0
- nm_utils_is_uuid@Base 0.9.7.995
- nm_utils_rsa_key_encrypt@Base 0.7.999
- nm_utils_rsa_key_encrypt_aes@Base 0.9.10.0
- nm_utils_same_ssid@Base 0.7.0
- nm_utils_security_type_get_type@Base 0.9.4.0
- nm_utils_security_valid@Base 0.7.0
- nm_utils_slist_free@Base 0.7.0
- nm_utils_ssid_to_utf8@Base 0.7.0
- nm_utils_uuid_generate@Base 0.7.0
- nm_utils_uuid_generate_from_string@Base 0.7.0
- nm_utils_wep_key_valid@Base 0.9.7.997
- nm_utils_wifi_channel_to_freq@Base 0.8.2
- nm_utils_wifi_find_next_channel@Base 0.8.2
- nm_utils_wifi_freq_to_channel@Base 0.8.2
- nm_utils_wifi_is_channel_valid@Base 0.8.2
- nm_utils_wpa_psk_valid@Base 0.9.7.997
- nm_vlan_flags_get_type@Base 0.9.4.0
- nm_vlan_priority_map_get_type@Base 0.9.4.0
- nm_wep_key_type_get_type@Base 0.9.4.0
diff --git a/debian/network-manager-dev.install b/debian/network-manager-dev.install
index 303d6b43..63acfdf4 100644
--- a/debian/network-manager-dev.install
+++ b/debian/network-manager-dev.install
@@ -1,7 +1,2 @@
-usr/lib/*/pkgconfig/NetworkManager.pc
-usr/include/NetworkManager/NetworkManager.h
-usr/include/NetworkManager/NetworkManagerVPN.h
-usr/include/NetworkManager/nm-version.h
-usr/include/NetworkManager/nm-version-macros.h
 usr/share/dbus-1/interfaces/
 usr/share/gtk-doc/html/NetworkManager/
diff --git a/debian/patches/Force-online-state-with-unmanaged-devices.patch b/debian/patches/Force-online-state-with-unmanaged-devices.patch
index 508afede..649b8bd0 100644
--- a/debian/patches/Force-online-state-with-unmanaged-devices.patch
+++ b/debian/patches/Force-online-state-with-unmanaged-devices.patch
@@ -12,7 +12,7 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512286
  1 file changed, 117 insertions(+)
 
 diff --git a/src/nm-manager.c b/src/nm-manager.c
-index 8391dbf..e60b6c6 100644
+index f3bbebd..1c24c6f 100644
 --- a/src/nm-manager.c
 +++ b/src/nm-manager.c
 @@ -62,6 +62,8 @@
@@ -35,7 +35,7 @@ index 8391dbf..e60b6c6 100644
  	guint timestamp_update_id;
  
  	guint devices_inited_id;
-@@ -1124,6 +1130,29 @@ find_best_device_state (NMManager *manager)
+@@ -1125,6 +1131,29 @@ find_best_device_state (NMManager *manager)
  	return best_state;
  }
  
@@ -65,7 +65,7 @@ index 8391dbf..e60b6c6 100644
  static void
  nm_manager_update_metered (NMManager *self)
  {
-@@ -1162,6 +1191,9 @@ nm_manager_update_state (NMManager *manager)
+@@ -1163,6 +1192,9 @@ nm_manager_update_state (NMManager *manager)
  	else
  		new_state = find_best_device_state (manager);
  
@@ -75,7 +75,7 @@ index 8391dbf..e60b6c6 100644
  	if (   new_state >= NM_STATE_CONNECTED_LOCAL
  	    && priv->connectivity_state == NM_CONNECTIVITY_FULL) {
  		new_state = NM_STATE_CONNECTED_GLOBAL;
-@@ -5421,6 +5453,62 @@ impl_manager_check_connectivity (NMManager *self,
+@@ -5464,6 +5496,62 @@ impl_manager_check_connectivity (NMManager *self,
  	nm_auth_chain_add_call (chain, NM_AUTH_PERMISSION_NETWORK_CONTROL, TRUE);
  }
  
@@ -138,7 +138,7 @@ index 8391dbf..e60b6c6 100644
  static void
  start_factory (NMDeviceFactory *factory, gpointer user_data)
  {
-@@ -5572,6 +5660,9 @@ nm_manager_start (NMManager *self, GError **error)
+@@ -5615,6 +5703,9 @@ nm_manager_start (NMManager *self, GError **error)
  	nm_clear_g_source (&priv->devices_inited_id);
  	priv->devices_inited_id = g_idle_add_full (G_PRIORITY_LOW + 10, devices_inited_cb, self, NULL);
  
@@ -148,7 +148,7 @@ index 8391dbf..e60b6c6 100644
  	return TRUE;
  }
  
-@@ -6567,6 +6658,22 @@ nm_manager_init (NMManager *self)
+@@ -6610,6 +6701,22 @@ nm_manager_init (NMManager *self)
  		       KERNEL_FIRMWARE_DIR);
  	}
  
@@ -171,7 +171,7 @@ index 8391dbf..e60b6c6 100644
  	/* Update timestamps in active connections */
  	priv->timestamp_update_id = g_timeout_add_seconds (300, (GSourceFunc) periodic_update_active_connection_timestamps, self);
  
-@@ -6849,6 +6956,16 @@ dispose (GObject *object)
+@@ -6892,6 +6999,16 @@ dispose (GObject *object)
  		g_clear_object (&priv->fw_monitor);
  	}
  
diff --git a/debian/patches/libnm-register-empty-NMClient-and-NetworkManager-when-loa.patch b/debian/patches/libnm-register-empty-NMClient-and-NetworkManager-when-loa.patch
index 7e520d91..357d427a 100644
--- a/debian/patches/libnm-register-empty-NMClient-and-NetworkManager-when-loa.patch
+++ b/debian/patches/libnm-register-empty-NMClient-and-NetworkManager-when-loa.patch
@@ -90,7 +90,7 @@ index 2ddc7bc..a741c6e 100644
  
  if HAVE_INTROSPECTION
 diff --git a/configure.ac b/configure.ac
-index 8a066ad..6f561e2 100644
+index 86ce219..a9fb1db 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -322,9 +322,12 @@ GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32 -DGLIB_V
diff --git a/debian/rules b/debian/rules
index 119c2946..62e79cef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,6 +38,7 @@ override_dh_auto_configure:
 		--with-tests \
 		--with-libaudit \
 		--without-dhcpcanon \
+		--without-libnm-glib \
 		--enable-polkit \
 		--enable-polkit-agent \
 		--enable-ppp \