NetworkManager/src/settings/plugins/keyfile
Dan Winship ab26964c56 all: stop using virtual interface-name properties
The virtual :interface-name properties (eg,
NMDeviceBond:interface-name) are deprecated in favor of
NMSettingConnection:interface-name, and nm_connection_verify() ensures
that their values are kept in sync. So (a) there is no need to set
those properties when we can just set
NMSettingConnection:interface-name instead, and (b) we can replace any
calls to the setting-specific get_interface_name() methods with
nm_connection_get_interface_name() or
nm_setting_connection_get_interface_name().
2014-09-04 09:18:43 -04:00
..
tests all: stop using virtual interface-name properties 2014-09-04 09:18:43 -04:00
common.h trivial: update dates in ifcfg-rh and keyfile plugins 2013-12-12 08:59:33 +01:00
errors.c settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
Makefile.am libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
nm-keyfile-connection.c libnm-core: clear secrets from NMSimpleConnection and NMSettingsConnection dispose() 2014-08-20 10:53:00 -05:00
nm-keyfile-connection.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
plugin.c all: use _nm_utils_hash_values_to_slist() 2014-08-22 15:24:30 +02:00
plugin.h settings: don't pass config_path to NMSettings and settings plugins 2013-04-03 10:23:48 -04:00
reader.c all: stop using virtual interface-name properties 2014-09-04 09:18:43 -04:00
reader.h settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
utils.c keyfile: ignore Emacs interlocking link named .#<file_name> (rh #987629) 2013-07-24 12:32:18 +02:00
utils.h keyfile: use 'ethernet', 'wifi' and 'wifi-security' group names (bgo #696940) 2013-04-11 10:52:39 -05:00
writer.c libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.h 2014-08-07 14:04:14 -04:00
writer.h settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00