summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* nm-setting-ovs-interface: remove unneeded check on 'self'Antonio Cardace2020-02-171-1/+1
* libnm-core: add assertion for valid 'error' argument in nm_utils_is_valid_ifa...Antonio Cardace2020-02-171-0/+2
* all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace2020-02-1710-12/+12
* nm-shared-utils: add nm_utils_ifname_valid*() to shared utilsAntonio Cardace2020-02-171-40/+1
* libnm,cli,ifcfg-rh: add ipv6.ra-timeout configuration optionThomas Haller2020-02-172-0/+55
* ifcfg-rh: belatedly add support for "ipv6.dhcp-timeout" settingThomas Haller2020-02-171-0/+8
* libnm/doc: explain values for dhcp-timeout settingThomas Haller2020-02-171-1/+5
* license: relicense "libnm-core/nm-errors.h" under LGPL-2.1+Thomas Haller2020-02-161-1/+1
* libnm/doc: fix example for MULTI_CONNECT ifcfg-rh settingThomas Haller2020-02-141-1/+1
* libnm: use NM_UTILS_STRING_TABLE_LOOKUP_DEFINE() to implement _nm_setting_bon...Thomas Haller2020-02-131-22/+13
* core: for WireGuard devices use a default dns-priority of 50 (like for VPNs)Thomas Haller2020-02-121-1/+1
* libnm-core: fix documentation of dns-priority propertyBeniamino Galvani2020-02-121-3/+4
* all: use g_ascii_strcasecmp() instead of the locale dependent strcasecmp()Thomas Haller2020-02-111-6/+6
* shared/trivial: rename time related functions to use "nsec"/"msec" abbreviati...Thomas Haller2020-02-101-2/+2
* build: use -fcommon when building libnm-coreBeniamino Galvani2020-02-031-1/+4
* shared: add NM_IP_ADDR_ZERO macro for initializing NMIPAddr to zeroThomas Haller2020-01-281-0/+5
* all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2020-01-284-19/+19
* libnm: use nm_utils_ipaddr_is_valid() to implement nm_utils_ipaddr_valid()Thomas Haller2020-01-281-9/+1
* all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-01-283-4/+4