NetworkManager/libnm-glib
Dan Winship 960c1ae8ff vpn: support IPv6 over VPNs
Add new API to allow passing both IPv4 and IPv6 configuration
information from VPN plugins to the backend.

Now instead of a single Ip4Config, a plugin has Config, Ip4Config, and
Ip6Config. "Config" contains information which is neither IPv4 nor
IPv6 specific, and also indicates which of Ip4Config and Ip6Config are
present. Ip4Config now only contains the IPv4-specific bits of
configuration.

There is backward compatibility in both directions: if the daemon is
new and the VPN plugin is old, then NM will notice that the plugin
emitted the Ip4Config signal without having emitted the Config signal
first, and so will assume that it is IPv4-only, and that the generic
bits of configuration have been included with the Ip4Config. If the
daemon is old and the plugin is new, then NMVPNPlugin will copy the
values from the generic config into the IPv4 config as well. (In fact,
NMVPNPlugin *always* does this, because it's harmless, and it's easier
than actually checking the daemon version.)

Currently the VPN is still configured all-at-once, after both IPv4 and
IPv6 information has been received, but the APIs allow for the
possibility of configuring them one at a time in the future.
2012-05-30 14:24:46 -04:00
..
tests build: fix srcdir != builddir for new generated headers 2012-02-22 16:27:28 -06:00
libnm-glib-test.c wifi: make wireless-helper.h private to src/ 2011-11-09 21:28:02 -06:00
libnm-glib-vpn.pc.in release: bump version to 0.9.0 2011-08-22 20:33:07 -05:00
libnm-glib-vpn.ver libnm-glib-vpn: add some helpers for auth dialogs 2011-02-10 18:48:32 -06:00
libnm-glib.pc.in release: bump version to 0.9.0 2011-08-22 20:33:07 -05:00
libnm-glib.ver libnm-glib: add 'autoconnect' property for devices 2012-05-22 18:30:53 +02:00
libnm_glib.c libnm-glib: rename some internal symbols in legacy compat library 2011-05-05 12:33:49 -05:00
libnm_glib.h libnm-glib: deprecate original libnm_glib bits 2010-03-10 09:18:08 -08:00
Makefile.am adsl: add libnm-glib and nmcli code 2012-05-18 15:42:56 -05:00
nm-access-point.c libnm-glib: fix build on older glib without g_clear_object() 2012-04-27 15:04:29 -05:00
nm-access-point.h libnm-glib: add *_connection_valid() utility functions 2011-04-25 17:07:38 -05:00
nm-active-connection.c libnm-glib: NULL out priv fields on dispose() 2012-04-23 16:09:58 -04:00
nm-active-connection.h bonding: export path of master device property over DBUS 2012-01-25 11:12:43 -06:00
nm-client.c libnm-glib: add "object-creation-failed" signal to NMObject 2012-04-25 16:39:17 +02:00
nm-client.h libnm-glib: nm_client_new_async, fix up NMClient asynchrony issues 2012-02-03 10:33:43 -06:00
nm-device-adsl.c adsl: add libnm-glib and nmcli code 2012-05-18 15:42:56 -05:00
nm-device-adsl.h adsl: add libnm-glib and nmcli code 2012-05-18 15:42:56 -05:00
nm-device-bond.c libnm-glib: fix build on older glib without g_clear_object() 2012-04-27 15:04:29 -05:00
nm-device-bond.h libnm-glib: add errors to device classes and nm_device_connection_compatible() 2012-03-16 09:54:36 +01:00
nm-device-bt.c libnm-glib: fix build on older glib without g_clear_object() 2012-04-27 15:04:29 -05:00
nm-device-bt.h libnm-glib: add errors to device classes and nm_device_connection_compatible() 2012-03-16 09:54:36 +01:00
nm-device-ethernet.c libnm-glib: fix build on older glib without g_clear_object() 2012-04-27 15:04:29 -05:00
nm-device-ethernet.h libnm-glib: add errors to device classes and nm_device_connection_compatible() 2012-03-16 09:54:36 +01:00
nm-device-infiniband.c libnm-glib: fix build on older glib without g_clear_object() 2012-04-27 15:04:29 -05:00
nm-device-infiniband.h libnm-glib: add errors to device classes and nm_device_connection_compatible() 2012-03-16 09:54:36 +01:00
nm-device-modem.c libnm-glib: fix build on older glib without g_clear_object() 2012-04-27 15:04:29 -05:00
nm-device-modem.h libnm-glib: add errors to device classes and nm_device_connection_compatible() 2012-03-16 09:54:36 +01:00
nm-device-olpc-mesh.c libnm-glib: fix build on older glib without g_clear_object() 2012-04-27 15:04:29 -05:00
nm-device-olpc-mesh.h libnm-glib: add errors to device classes and nm_device_connection_compatible() 2012-03-16 09:54:36 +01:00
nm-device-private.h libnm-glib: ensure nm_device_set_device_type() stays private 2012-03-12 14:33:51 -05:00
nm-device-vlan.c libnm-glib: fix build on older glib without g_clear_object() 2012-04-27 15:04:29 -05:00
nm-device-vlan.h libnm-glib: add errors to device classes and nm_device_connection_compatible() 2012-03-16 09:54:36 +01:00
nm-device-wifi.c libnm-glib: fix build on older glib without g_clear_object() 2012-04-27 15:04:29 -05:00
nm-device-wifi.h libnm-glib: add errors to device classes and nm_device_connection_compatible() 2012-03-16 09:54:36 +01:00
nm-device-wimax.c libnm-glib: fix build on older glib without g_clear_object() 2012-04-27 15:04:29 -05:00
nm-device-wimax.h libnm-glib: add errors to device classes and nm_device_connection_compatible() 2012-03-16 09:54:36 +01:00
nm-device.c libnm-glib: add 'autoconnect' property for devices 2012-05-22 18:30:53 +02:00
nm-device.h libnm-glib: add 'autoconnect' property for devices 2012-05-22 18:30:53 +02:00
nm-dhcp4-config.c libnm-glib: more ensure_inited() fixing 2012-03-28 09:06:12 -04:00
nm-dhcp4-config.h libnm-glib: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-dhcp6-config.c libnm-glib: more ensure_inited() fixing 2012-03-28 09:06:12 -04:00
nm-dhcp6-config.h libnm-glib: add NMDHCP6Config class 2010-01-15 12:40:19 -08:00
nm-ip4-config.c libnm-glib: more ensure_inited() fixing 2012-03-28 09:06:12 -04:00
nm-ip4-config.h libnm-glib: remove deprecated nm_ip4_config_get_hostname() function 2011-03-10 11:48:22 -06:00
nm-ip6-config.c libnm-glib: more ensure_inited() fixing 2012-03-28 09:06:12 -04:00
nm-ip6-config.h libnm-glib: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-object-cache.c libnm-glib: ensure object cache is cleared when NM stops (bgo #674473) 2012-04-23 17:10:14 -05:00
nm-object-cache.h libnm-glib: ensure object cache is cleared when NM stops (bgo #674473) 2012-04-23 17:10:14 -05:00
nm-object-private.h libnm-glib: nm_client_new_async, fix up NMClient asynchrony issues 2012-02-03 10:33:43 -06:00
nm-object.c libnm-glib: add "object-creation-failed" signal to NMObject 2012-04-25 16:39:17 +02:00
nm-object.h libnm-glib: add "object-creation-failed" signal to NMObject 2012-04-25 16:39:17 +02:00
nm-remote-connection-private.h libnm-glib: handle initially invisible connections correctly 2011-02-12 22:00:30 -06:00
nm-remote-connection.c libnm-glib: NULL out priv fields on dispose() 2012-04-23 16:09:58 -04:00
nm-remote-connection.h secrets: simplify GetSecrets call flow 2011-01-26 10:17:07 -06:00
nm-remote-settings.c libnm-glib: NULL out priv fields on dispose() 2012-04-23 16:09:58 -04:00
nm-remote-settings.h Fix names of error enum values 2012-03-12 15:29:52 -04:00
nm-secret-agent.c libnm-glib: fix build on older glib without g_clear_object() 2012-04-27 15:04:29 -05:00
nm-secret-agent.h libnm-glib: add 'registered' property for NMSecretAgent 2012-03-19 13:24:28 -05:00
nm-types-private.h libnm-glib: add NMIP6Config object that proxies device's IP6 config 2009-08-20 11:30:52 -05:00
nm-types.c libnm-glib: pre-emptively avoid some -Wshadow errors 2012-02-02 12:30:35 -06:00
nm-types.h Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-vpn-connection.c libnm-glib: more ensure_inited() fixing 2012-03-28 09:06:12 -04:00
nm-vpn-connection.h libnm-glib: documentation fixes 2011-03-10 12:35:43 -06:00
nm-vpn-plugin-ui-interface.c libnm-glib: VPN delete and save secrets operations are no longer used 2011-07-13 13:00:16 -05:00
nm-vpn-plugin-ui-interface.h libnm-glib: VPN delete and save secrets operations are no longer used 2011-07-13 13:00:16 -05:00
nm-vpn-plugin-utils.c vpn: support IPv6 over VPNs 2012-05-30 14:24:46 -04:00
nm-vpn-plugin-utils.h libnm-glib-vpn: add some helpers for auth dialogs 2011-02-10 18:48:32 -06:00
nm-vpn-plugin.c vpn: support IPv6 over VPNs 2012-05-30 14:24:46 -04:00
nm-vpn-plugin.h vpn: support IPv6 over VPNs 2012-05-30 14:24:46 -04:00
nm-wimax-nsp.c libnm-glib: fix build on older glib without g_clear_object() 2012-04-27 15:04:29 -05:00
nm-wimax-nsp.h libnm-glib: add *_connection_valid() utility functions 2011-04-25 17:07:38 -05:00