summaryrefslogtreecommitdiff
path: root/libnm-core/tests/test-general.c
Commit message (Expand)AuthorAgeFilesLines
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-10654/+0
* libnm: merge libnm-keyfile into libnm-coreThomas Haller2021-02-091-1/+1
* all: add "libnm-core/nm-default-libnm-core.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* all: drop unnecessary cast of g_object_new()Thomas Haller2021-02-081-1/+1
* ethtool: add more offload features that kernel supportsThomas Haller2021-02-081-0/+5
* libnm: fix NMVpnConnectionStateReason for glib-mkenumsThomas Haller2021-02-011-0/+41
* libnm,shared: move nm-ethtool helper to "libnm-base"Thomas Haller2021-01-151-1/+2
* libnm: split ethtool option names to a new header "libnm-core/nm-ethtool-util...Thomas Haller2021-01-151-1/+1
* shared: add duplicate for NM_UTILS_HWADDR_LEN_MAX to "nm-base/nm-base.h"Thomas Haller2021-01-151-0/+6
* platform: add duplicate of NMSettingWiredWakeOnLan to nm-base for platformThomas Haller2021-01-151-1/+54
* shared: fix _nm_utils_enum_from_str_full() for negative enum valuesThomas Haller2021-01-151-0/+14
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-221-0/+2
* all: remove unneessary cases from nm_utils_strv_equal()/nm_utils_strv_cmp_n()Thomas Haller2020-10-121-2/+2
* all/trivial: rename _nm_utils_strv_equal()/_nm_utils_strv_cmp_n() to have no ...Thomas Haller2020-10-121-4/+4
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* libnm: cleanup handling of "connection.permissions" and improve validationThomas Haller2020-09-291-53/+64
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-87/+87
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-7789/+8954
* all: add ipv4.dhcp-reject-servers propertyBeniamino Galvani2020-08-261-0/+1
* libnm-core,clients: add support for ipv4.dhcp-vendor-class-identifier optionAntonio Cardace2020-08-261-23/+24
* shared: change NM_SWAP() macro to take pointer argumentsThomas Haller2020-08-061-3/+3
* shared: move nm_utils_is_power_of_two() to nm-stdaux and add nm_utils_is_powe...Thomas Haller2020-07-311-1/+12
* shared: merge nm-glib-aux/nm-json.[hc] into nm-json-aux.[hc]Thomas Haller2020-07-091-1/+1
* libnm: always build libnm with JSON validationThomas Haller2020-07-091-86/+99
* all: fix minor typosYuri Chornoivan2020-07-071-2/+2
* libnm: refactor wifi frequency handling in libnmThomas Haller2020-06-261-0/+50
* shared: add nm_utils_strsplit_quoted()Thomas Haller2020-06-231-0/+229
* platform: add support for local routesAntonio Cardace2020-06-161-0/+5
* 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
* dhcp: add support for MUD URL (RFC 8520)Eliot Lear2020-04-241-0/+1
* 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
* 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-231-2/+2
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-5/+5
* 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-071-1/+1
* libnm: add ipvx.dhcp-hostname-flags propertiesBeniamino Galvani2019-11-281-0/+1