NetworkManager/clients/common
Thomas Haller 92efe8a53c clients: use NM_MAKE_STRV() instead of VALUES_STATIC()
VALUES_STATIC() was a macro to initialize the values_static pointer with
a (static) strv array.

For one, it lacked a "const" in "(const char *[])", which means
the data is not put in a read only section by the linker. That should
be fixed.

Anyway, we already have a macro for creating such constant strv arrays:
NM_MAKE_STRV().

I think it is good to the concept of "initializing values_static" a
name (VALUES_STATIC()). But it also hides (for better or worse), that
this is a strv array. Let's use NM_MAKE_STRV() instead. By looking at
the code, it's still clear that this initializes the "values_static"
array, but it also makes it clear that this is a plain strv array.
2018-12-01 15:16:48 +01:00
..
tests build: meson: add prefix to test names 2018-04-12 09:21:10 +02:00
meson.build libnm, cli, ifcfg-rh: add NMSettingEthtool setting 2018-08-10 10:38:19 +02:00
nm-client-utils.c doc,all: fix spelling of Open vSwitch (instead of OpenVSwitch) 2018-11-28 14:26:42 +01:00
nm-client-utils.h cli: drop NMCTriStateValue for NMTernary 2018-08-10 10:38:19 +02:00
nm-meta-setting-access.c libnm: use NMMetaSettingInfo for tracking setting priority 2018-08-10 10:38:19 +02:00
nm-meta-setting-access.h cli: remove unused argument from nm_meta_selection_create_parse_list() 2018-07-25 17:08:37 +02:00
nm-meta-setting-desc.c clients: use NM_MAKE_STRV() instead of VALUES_STATIC() 2018-12-01 15:16:48 +01:00
nm-meta-setting-desc.h cli: fix handling uint64 connection property "serial.send-delay" 2018-10-17 16:22:34 +02:00
nm-polkit-listener.c docs: misc. typos 2018-09-15 09:08:03 +02:00
nm-polkit-listener.h docs: misc. typos 2018-09-15 09:08:03 +02:00
nm-secret-agent-simple.c clients/secret-agent-simple: support auth helpers 2018-10-22 18:15:25 +02:00
nm-secret-agent-simple.h cli: fix reading "vpn.secrets.*" from passwd-file 2018-09-14 15:17:53 +02:00
nm-vpn-helpers.c all: use the elvis operator wherever possible 2018-05-10 14:36:58 +02:00
nm-vpn-helpers.h clients: drop redundant #include "NetworkManager.h" 2018-01-08 12:38:54 +01:00
settings-docs.h.in dhcp: add "ipv4.dhcp-client-id=duid" setting 2018-11-13 19:09:34 +01:00
settings-docs.xsl cli: fix marking settings docs for translation 2017-04-23 23:45:02 +02:00