NetworkManager/src/settings
Antonio Cardace c3b0f1d4f5 all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_name()
nm_utils_is_valid_iface_name() is a public API of libnm-core, let's use
our internal API.

$ sed -i 's/\<nm_utils_is_valid_iface_name\>/nm_utils_ifname_valid_kernel/g' $(git grep -l nm_utils_is_valid_iface_name)

(cherry picked from commit 6e9a36ab9f)
2020-02-17 17:28:14 +01:00
..
plugins all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_name() 2020-02-17 17:28:14 +01:00
nm-agent-manager.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-agent-manager.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-secret-agent.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-secret-agent.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-settings-connection.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-settings-connection.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-settings-plugin.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-settings-plugin.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-settings-storage.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-settings-storage.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-settings-utils.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-settings-utils.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-settings.c settings: assert that we don't leak error variable in impl_settings_load_connections() 2019-12-09 09:55:16 +01:00
nm-settings.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00