summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-1011-154/+11
* core/tests: avoid deprecated g_main_run()/g_main_loop_unref() in testThomas Haller2019-09-031-3/+2
* core: fix adding objects to NMIPConfig with @append_forceBeniamino Galvani2019-08-281-3/+1
* core: add test to show nm_ipX_config_replace() bugBeniamino Galvani2019-08-281-0/+44
* src/tests: show exit status in test failure of test_nm_utils_kill_child()Thomas Haller2019-06-131-1/+6
* all: drop emacs file variables from source filesThomas Haller2019-06-1112-12/+0
* tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller2019-06-113-16/+16
* src/tests: rename core's "test-general*" to "test-core*"Thomas Haller2019-05-193-5/+5
* logging: use static buffer in nm_logging_all_domains_to_string()Thomas Haller2019-05-171-0/+13
* build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller2019-04-181-1/+1
* libnm,shared: bzero secrets on failure in nm_utils_base64secret_decode()Thomas Haller2019-04-121-3/+3
* core: assert for valid NM_DEVICE_DEVICE_TYPE settingThomas Haller2019-03-111-0/+1
* build/meson: increase timeouts for some testsThomas Haller2019-02-232-0/+2
* all: move nm_utils_bin2hexstr_full() to sharedBeniamino Galvani2019-02-211-5/+5
* systemd: define strerror() in sd-adapt header to nm_strerror_native()Thomas Haller2019-02-121-0/+6
* all: cache errno in local variable before using itThomas Haller2019-02-121-1/+2
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-127-12/+0
* tests: avoid "-Wmissing-braces" warning in test_nm_utils_dhcp_client_id_syste...Thomas Haller2019-02-081-2/+2
* tests: avoid "-Wduplicate-decl-specifier" warning in test_duplicate_decl_spec...Thomas Haller2019-02-081-1/+1
* logging: make nm-logging thread-safeThomas Haller2019-02-051-2/+4
* tests: don't use alloca() in testsThomas Haller2019-01-151-2/+2
* shared: add nm_utils_strbuf_append_bin() helperThomas Haller2019-01-141-4/+80
* systemd: expose unbase64mem() as nm_sd_utils_unbase64mem()Thomas Haller2019-01-021-0/+96
* systemd: move basic systemd library to shared/nm-utilsThomas Haller2019-01-023-3/+13
* build: meson: Add trailing commasIñigo Martínez2018-12-202-7/+7
* core: fix match spec behavior for a list of all "except:"Thomas Haller2018-12-111-4/+5
* src/tests: add test for except match specThomas Haller2018-12-111-0/+4
* libnm: add nm_connectivity_state_cmp() helperThomas Haller2018-12-111-0/+57
* all: make use of NM_MAKE_STRV() macroThomas Haller2018-12-012-37/+44
* core: add checks on connection default propertiesBeniamino Galvani2018-12-013-22/+35
* config: warn about unknown keys in config filesBeniamino Galvani2018-12-012-5/+49
* core: add nm_utils_create_dhcp_iaid() utilThomas Haller2018-11-291-0/+4
* all: add "${MAC}" substituion for "connection.stable-id"Thomas Haller2018-11-131-1/+2
* dhcp: reimplement node-specific DHCP client-id generation from systemdThomas Haller2018-11-131-83/+67
* dhcp: test systemd's default DHCP client identifier generationThomas Haller2018-11-131-0/+98
* core: don't persist secret-key for testsThomas Haller2018-11-131-6/+2
* core: refactor loading machine-id and cache itThomas Haller2018-11-131-0/+50
* build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller2018-11-121-0/+1
* dns: avoid truncation of searches list due to 256 char limit in glibcThomas Haller2018-11-121-1/+1
* dns/tests: add test for writing resolv.confThomas Haller2018-11-121-0/+48
* device: add "dhcp-plugin" match spec for deviceThomas Haller2018-11-012-3/+22
* core: add nm_utils_file_is_in_path() for checking pathsThomas Haller2018-10-231-0/+21
* systemd: fix handling special cases kill_dots and path_simplify()Thomas Haller2018-10-231-6/+6
* core: add "nm-sd-utils.h" to access system internal helperThomas Haller2018-10-231-0/+46
* docs: misc. typosluz.paz2018-09-152-2/+2
* shared: change nm_utils_strbuf_seek_end() handling truncated stringsThomas Haller2018-09-071-17/+15
* shared: add nm_utils_strbuf_seek_end() helperThomas Haller2018-09-071-1/+42
* core: add test for nm_wildcard_match_check()Beniamino Galvani2018-09-051-0/+75
* settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-281-9/+8
* build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2018-07-171-1/+0