NetworkManager/src/platform
Thomas Haller 5b123f2539 platform: assert for valid ifname in ethtool_get()
Add an assert (g_return_val_if_reached()) that the interface name is
valid and shorter then 16 bytes. If it happened to be longer, strncpy()
would not have zero terminated the interface name.
2015-07-12 13:56:52 +02:00
..
tests all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init() 2015-07-12 13:56:52 +02:00
wifi platform: remove unused wifi_utils_get_ssid() 2015-05-06 15:23:47 -05:00
Makefile.am platform: add minimal Makefile.am for convenience 2013-06-19 13:48:29 +02:00
nm-fake-platform.c route-manager: manage IPv4 device-routes with NMRouteManager 2015-07-01 16:02:10 +02:00
nm-fake-platform.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-linux-platform.c devices,platform: fix build with gcc 2015-07-01 16:35:52 +02:00
nm-linux-platform.h platform: add priv pointer to NMLinuxPlatform 2015-06-17 11:41:42 +02:00
nm-platform-utils.c platform: assert for valid ifname in ethtool_get() 2015-07-12 13:56:52 +02:00
nm-platform-utils.h platform: move address lifetime utils function to nm-platform-utils.c 2015-07-01 15:47:28 +02:00
nm-platform.c platform: fix wrapper nm_platform_addr_flags2str() for rtnl_addr_flags2str() 2015-07-12 13:56:52 +02:00
nm-platform.h platform: add optional @metric argument to route_add() function 2015-07-07 16:18:46 +02:00
nmp-object.c platform: expose routes with "proto kernel" too 2015-07-01 16:00:21 +02:00
nmp-object.h platform/trivial: fix name of enum value OBJECT_TYPE_UNKNOWN 2015-06-24 16:09:57 +02:00