summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* shared: move nm_utils_inet* helpers from libnm-core to sharedThomas Haller2020-01-282-49/+2
* libnm/tests: test nm_ip_addr_zero is all-zero and compares to IP addresse as ...Thomas Haller2020-01-281-0/+24
* libnm: use nm_utils_addr_family_to_size() in "nm-setting-ip-config.c"Thomas Haller2020-01-281-16/+3
* shared/tests/trivial: rename nmtst_main_context_iterate_until() to nmtst_main...Thomas Haller2020-01-281-1/+1
* core,libnm: add VRF supportBeniamino Galvani2020-01-141-0/+3
* libnm-core,cli: add VRF settingBeniamino Galvani2020-01-147-6/+222
* all: use nm_g_unix_fd_source_new() instead of g_unix_fd_source_new()Thomas Haller2020-01-131-5/+12
* libnm: let nm_utils_security_valid() reject TKIP with SAE (WPA3)Thomas Haller2020-01-081-3/+0
* libnm: let nm_utils_security_valid() reject adhoc mode with SAEThomas Haller2020-01-081-8/+2
* libnm: avoid deep nesting in checks of nm_utils_security_valid()Thomas Haller2020-01-081-65/+62
* libnm: cleanup conditions by moving pre-check in nm_utils_security_valid()Thomas Haller2020-01-081-15/+12