summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2019-12-13all: rename time related function to spell out nsec/usec/msec/secThomas Haller2-9/+9
2019-12-02core: fix IAID endianness in client-id generation testBeniamino Galvani1-1/+3
2019-12-02core: remove 'legacy_unstable_byteorder' argument from client-id helpersBeniamino Galvani1-2/+1
2019-11-20shared: add nm_utils_monotonic_timestamp_from_boottime() utilThomas Haller1-0/+3
2019-11-11core: support ipvX.dhcp-iaid propertiesBeniamino Galvani1-2/+3
2019-10-02all: unify format of our Copyright source code commentsThomas Haller3-3/+3
2019-10-01meson: Improve the src build fileIñigo Martínez2-10/+14
2019-10-01meson: Use dependency for nm-default headerIñigo Martínez1-2/+1
2019-10-01all: manually drop code comments with file descriptionThomas Haller10-12/+2
2019-09-26core: log the content of "/var/lib/NetworkManager/no-auto-default.state"Thomas Haller1-1/+1
2019-09-10all: SPDX header conversionLubomir Rintel11-154/+11
2019-09-03core/tests: avoid deprecated g_main_run()/g_main_loop_unref() in testThomas Haller1-3/+2
2019-08-28core: fix adding objects to NMIPConfig with @append_forceBeniamino Galvani1-3/+1
2019-08-28core: add test to show nm_ipX_config_replace() bugBeniamino Galvani1-0/+44
2019-06-13src/tests: show exit status in test failure of test_nm_utils_kill_child()Thomas Haller1-1/+6
2019-06-11all: drop emacs file variables from source filesThomas Haller12-12/+0
2019-06-11tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller3-16/+16
2019-05-19src/tests: rename core's "test-general*" to "test-core*"Thomas Haller3-5/+5
2019-05-17logging: use static buffer in nm_logging_all_domains_to_string()Thomas Haller1-0/+13
2019-04-18build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller1-1/+1
2019-04-12libnm,shared: bzero secrets on failure in nm_utils_base64secret_decode()Thomas Haller1-3/+3
2019-03-11core: assert for valid NM_DEVICE_DEVICE_TYPE settingThomas Haller1-0/+1
2019-02-23build/meson: increase timeouts for some testsThomas Haller2-0/+2
2019-02-21all: move nm_utils_bin2hexstr_full() to sharedBeniamino Galvani1-5/+5
2019-02-12systemd: define strerror() in sd-adapt header to nm_strerror_native()Thomas Haller1-0/+6
2019-02-12all: cache errno in local variable before using itThomas Haller1-1/+2
2019-02-12all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller7-12/+0
2019-02-08tests: avoid "-Wmissing-braces" warning in test_nm_utils_dhcp_client_id_syste...Thomas Haller1-2/+2
2019-02-08tests: avoid "-Wduplicate-decl-specifier" warning in test_duplicate_decl_spec...Thomas Haller1-1/+1
2019-02-05logging: make nm-logging thread-safeThomas Haller1-2/+4
2019-01-15tests: don't use alloca() in testsThomas Haller1-2/+2
2019-01-14shared: add nm_utils_strbuf_append_bin() helperThomas Haller1-4/+80
2019-01-02systemd: expose unbase64mem() as nm_sd_utils_unbase64mem()Thomas Haller1-0/+96
2019-01-02systemd: move basic systemd library to shared/nm-utilsThomas Haller3-3/+13
2018-12-20build: meson: Add trailing commasIñigo Martínez2-7/+7
2018-12-11core: fix match spec behavior for a list of all "except:"Thomas Haller1-4/+5
2018-12-11src/tests: add test for except match specThomas Haller1-0/+4
2018-12-11libnm: add nm_connectivity_state_cmp() helperThomas Haller1-0/+57
2018-12-01all: make use of NM_MAKE_STRV() macroThomas Haller2-37/+44
2018-12-01core: add checks on connection default propertiesBeniamino Galvani3-22/+35
2018-12-01config: warn about unknown keys in config filesBeniamino Galvani2-5/+49
2018-11-29core: add nm_utils_create_dhcp_iaid() utilThomas Haller1-0/+4
2018-11-13all: add "${MAC}" substituion for "connection.stable-id"Thomas Haller1-1/+2
2018-11-13dhcp: reimplement node-specific DHCP client-id generation from systemdThomas Haller1-83/+67
2018-11-13dhcp: test systemd's default DHCP client identifier generationThomas Haller1-0/+98
2018-11-13core: don't persist secret-key for testsThomas Haller1-6/+2
2018-11-13core: refactor loading machine-id and cache itThomas Haller1-0/+50
2018-11-12build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller1-0/+1
2018-11-12dns: avoid truncation of searches list due to 256 char limit in glibcThomas Haller1-1/+1
2018-11-12dns/tests: add test for writing resolv.confThomas Haller1-0/+48