summaryrefslogtreecommitdiff
path: root/libnm-core/tests
Commit message (Expand)AuthorAgeFilesLines
* all: avoid (soon to be) deprecated API instead of nm_setting_option*()Thomas Haller2020-05-221-52/+98
* ethtool: add ring settingsAntonio Cardace2020-05-201-2/+87
* tests: fix uint32 integer constants for TC_H_MAKE()Thomas Haller2020-05-141-10/+10
* libnm: don't compare invalid mac addresses as equal in nm_utils_hwaddr_matches()Thomas Haller2020-05-141-1/+1
* shared: support stripping whitespace from nm_utils_buf_utf8safe_unescape()Thomas Haller2020-05-131-6/+6
* ethtool: add coalesce settingsAntonio Cardace2020-05-131-0/+85
* nm-setting-bridge: add 'multicast-hash-max' bridge optionAntonio Cardace2020-05-041-0/+7
* dhcp: add support for MUD URL (RFC 8520)Eliot Lear2020-04-241-0/+1
* nm-setting-bridge: add 'multicast-router' bridge optionAntonio Cardace2020-04-061-0/+21
* nm-setting-bridge: add 'vlan-protocol' bridge optionAntonio Cardace2020-04-061-0/+11
* nm-setting-bridge: add 'group-address' bridge optionAntonio Cardace2020-04-061-11/+106
* shared: add nm_utils_escaped_tokens_options_*() APIThomas Haller2020-04-041-0/+328
* libnm: allow setting empty vpn.secrets itemThomas Haller2020-04-041-6/+2
* libnm: allow setting empty vpn.data itemThomas Haller2020-04-041-6/+4
* shared: add NM_UTILS_STR_UTF8_SAFE_FLAG_SECRET flagThomas Haller2020-04-031-3/+4
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-281-0/+2
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-171-0/+2
* | tests: replace NMTST_SWAP() by new NM_SWAP() macroThomas Haller2020-03-261-3/+3
* | all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-232-3/+3
* | all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-232-6/+6
* | nm-setting-bond: don't take default values into account when comparing optionsAntonio Cardace2020-03-191-5/+7
* | nm-setting-bond: let 'miimon' and 'arp_interval' coexist for verify()Antonio Cardace2020-03-061-0/+10
* | nm-setting-bond: fix '[up|down]delay', 'miimon' validationAntonio Cardace2020-02-281-0/+9
* | settings: simplify property setter from GVariant to NMSettingConnection:inter...Thomas Haller2020-02-261-3/+4
* | libnm-core/tests: avoid -Wstring-compare in unit test for NM_IN_SET()Thomas Haller2020-02-211-2/+4
* | 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-171-0/+204
|/
* shared: add NM_IP_ADDR_ZERO macro for initializing NMIPAddr to zeroThomas Haller2020-01-281-0/+5
* all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-01-281-2/+2
* libnm/tests: test nm_ip_addr_zero is all-zero and compares to IP addresse as ...Thomas Haller2020-01-281-0/+24
* shared/tests/trivial: rename nmtst_main_context_iterate_until() to nmtst_main...Thomas Haller2020-01-281-1/+1
* all: use nm_g_unix_fd_source_new() instead of g_unix_fd_source_new()Thomas Haller2020-01-131-5/+12
* libnm/keyfile: build keyfile code as separate GPL licensed internal libraryThomas Haller2020-01-074-4/+5
* libnm: add ipvx.dhcp-hostname-flags propertiesBeniamino Galvani2019-11-281-0/+1
* libnm: lookup route attributes attribute spec via binary searchThomas Haller2019-11-271-0/+28
* shared: add nm_utils_g_main_context_create_integrate_source() for integrating...Thomas Haller2019-11-251-0/+193
* utils: make nm_utils_hwaddr_matches() accept NULLLubomir Rintel2019-11-181-0/+10
* all: add ipvX.dhcp-iaid propertiesBeniamino Galvani2019-11-111-0/+1
* libnm/tests: explicilty check behavior of _nm_utils_ascii_str_to_int64() with...Thomas Haller2019-11-081-0/+5
* all: unify format of our Copyright source code commentsThomas Haller2019-10-028-9/+9
* meson: Make use of gnome.mkenums_simpleIñigo Martínez2019-10-011-3/+1
* meson: Improve the libnm-core test build fileIñigo Martínez2019-10-011-13/+16
* meson: Improve the libnm-core build fileIñigo Martínez2019-10-011-6/+8
* meson: Use dependency for nm-default headerIñigo Martínez2019-10-011-2/+2
* meson: Improve the shared build fileIñigo Martínez2019-10-011-5/+5
* all: manually drop code comments with file descriptionThomas Haller2019-10-016-15/+0
* libnm: don't special case "vpn.secrets" property in property_to_dbus()Thomas Haller2019-09-301-0/+3
* libnm: deduplicate NMSettInfoPropertType instancesThomas Haller2019-09-301-0/+107
* libnm: refactor NMSettInfoProperty to save memory for simple propertiesThomas Haller2019-09-301-2/+6
* libnm/test: add unit test with consistency checks about NMSetting type infoThomas Haller2019-09-211-0/+158