summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* libnm: fail get_secret_flags(),set_secret_flags() for empty secret name in NM...Thomas Haller2020-04-041-0/+16
* libnm: make NMSettingVpn's foreach_item_helper() robust against changesThomas Haller2020-04-041-29/+25
* libnm: use streq() instead of strcmp() for NMSettingVpnThomas Haller2020-04-041-3/+3
* libnm: drop unrechable g_warn_if_fail() assertion from NMSettingVpn's update_...Thomas Haller2020-04-041-9/+0
* libnm: avoid strlen() to determine whether a string is emptyThomas Haller2020-04-041-7/+7
* libnm: use NM_STR_HAS_SUFFIX() in nm-setting-vpn.c's aggregate()Thomas Haller2020-04-041-1/+1
* libnmm,shared: extract and move nm_utils_strdict_to_variant_ass() to sharedThomas Haller2020-04-041-47/+1
* shared: add NM_UTILS_STR_UTF8_SAFE_FLAG_SECRET flagThomas Haller2020-04-031-3/+4
* all: use wrappers for g_ascii_strtoll(), g_ascii_strtoull(), g_ascii_strtod()th/strtoll-workaroundThomas Haller2020-04-011-2/+2
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-282-0/+4
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-172-0/+4
* | tests: replace NMTST_SWAP() by new NM_SWAP() macroThomas Haller2020-03-261-3/+3
* | Add domain_match mode for wifi certificate domain comparisonNiklas Goerke2020-03-232-0/+111
* | libnm-core: slightly improve sriov setting documentationBeniamino Galvani2020-03-231-1/+2
* | libnm-core: remove trailing dot from setting descriptionBeniamino Galvani2020-03-234-4/+4
* | all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-236-11/+11
* | all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-235-11/+11
* | libnm: enable macros for marking sync libnm methods as deprecatedThomas Haller2020-03-231-4/+5
* | libnm/doc: fix gtk-doc for deprecated markers in libnmThomas Haller2020-03-233-4/+4
* | nm-setting-bond: don't take default values into account when comparing optionsAntonio Cardace2020-03-192-18/+9
* | libnm-core: fix wording for 'nm_sett_info_propert_type_mac_addrees'Antonio Cardace2020-03-199-10/+10
* | libnm-core: minor cleanup checks in "nm-setting-adsl.c"'s verify()Thomas Haller2020-03-171-8/+8
* | libnm: fix nm_vpn_plugin_info_list_find_service_type()Thomas Haller2020-03-151-2/+0
* | libnm: hide NMVpnPluginInfo structs from public APIThomas Haller2020-03-142-22/+15
* | libnm: reuse _list_find_by_service() for searching NMVpnPluginInfoThomas Haller2020-03-141-34/+31
* | libnm: let nm_vpn_plugin_info_new_search_file() call full list-loadThomas Haller2020-03-141-48/+33
* | nm-setting-bond: add API to libnm to get the normalized bond option valueAntonio Cardace2020-03-062-0/+27
* | bond: bond options logic reworkAntonio Cardace2020-03-062-126/+244
* | nm-setting-bond: let 'miimon' and 'arp_interval' coexist for verify()Antonio Cardace2020-03-062-11/+10
* | nm-setting-bond: if unset consider bond options with default values for valid...Antonio Cardace2020-03-062-20/+30
* | nm-setting-bond: fix '[up|down]delay', 'miimon' validationAntonio Cardace2020-02-282-5/+29
* | libnm: validate "connection.interface-name" at one place onlyThomas Haller2020-02-262-46/+48
* | libnm: always return normalized-type from _nm_setting_ovs_interface_verify_in...Thomas Haller2020-02-262-10/+11
* | libnm: allow _nm_setting_ovs_interface_verify_interface_type() without NMSett...Thomas Haller2020-02-263-5/+8
* | libnm: remove redundant check from "nm-setting-bond.c"'s validate_ifname()Thomas Haller2020-02-261-3/+0
* | settings: simplify property setter from GVariant to NMSettingConnection:inter...Thomas Haller2020-02-262-30/+4
* | libnm: don't validate "connection.interface-name" from "nm-setting-infiniband...Thomas Haller2020-02-261-32/+16
* | libnm: in find_virtual_interface_name() ensure return value stays aliveThomas Haller2020-02-261-4/+10
* | libnm: validate settings in _nm_connection_verify() in defined orderThomas Haller2020-02-261-29/+10
* | libnm: use nm_utils_hash_values_to_array() to implement nm_connection_get_set...Thomas Haller2020-02-261-38/+17
* | libnm-core/tests: avoid -Wstring-compare in unit test for NM_IN_SET()Thomas Haller2020-02-211-2/+4
* | all: unify spelling of "fall-through" comment for switch statementsThomas Haller2020-02-211-1/+1
* | nm-setting-bond: do not shadow stack variable with same nameAntonio Cardace2020-02-211-1/+0
* | libnm: verify bond option in defined orderThomas Haller2020-02-191-23/+38
* | libnm: sort "mode" in nm_setting_bond_get_option() firstThomas Haller2020-02-191-1/+14
* | libnm: cleanup string comparison in "nm-setting-bond.c"Thomas Haller2020-02-191-18/+20
* | libnm: use binary search for finding bond options to validateThomas Haller2020-02-192-102/+171
* | libnm: use binary search for _nm_setting_bond_option_supported() implementationThomas Haller2020-02-191-20/+18
* | nm-shared-utils: relax ovs ifname check to accept any (non-space) ASCII print...Antonio Cardace2020-02-181-15/+5
* | libnm-core: use different ifname validation function for OVS bridges, ports a...Antonio Cardace2020-02-175-20/+277