summaryrefslogtreecommitdiff
path: root/src/tests/test-general.c
Commit message (Expand)AuthorAgeFilesLines
* src/tests: rename core's "test-general*" to "test-core*"Thomas Haller2019-05-191-2248/+0
* logging: use static buffer in nm_logging_all_domains_to_string()Thomas Haller2019-05-171-0/+13
* all: move nm_utils_bin2hexstr_full() to sharedBeniamino Galvani2019-02-211-5/+5
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+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
* 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: move basic systemd library to shared/nm-utilsThomas Haller2019-01-021-1/+1
* 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-011-34/+35
* 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
* 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-011-3/+3
* core: add nm_utils_file_is_in_path() for checking pathsThomas Haller2018-10-231-0/+21
* docs: misc. typosluz.paz2018-09-151-1/+1
* 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
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-1/+1
* all: add stable-id specifier "${DEVICE}"Thomas Haller2018-05-281-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-3/+0
* core: explicitly pass D-Bus path to nm_utils_log_connection_diff()Thomas Haller2018-04-131-9/+9
* Revert "core: merge branch 'bg/restart-assume-rh1551958'"Thomas Haller2018-04-041-1/+1
* core: remove @indicated argument of nm_utils_match_connection()Beniamino Galvani2018-04-041-1/+1
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-0/+7
* device: add "indicated" argument to nm_utils_match_connection()Thomas Haller2017-11-301-1/+1
* core: add nm_utils_sysctl_ip_conf_is_path() utilThomas Haller2017-10-241-0/+28
* tests/general: allow error margin on comparing floatsLubomir Rintel2017-03-281-1/+1
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* core/trivial: rename nm_utils_10pow() to nm_utils_exp10()Thomas Haller2017-03-241-24/+24
* core: add nm_utils_10pow() utilsThomas Haller2017-03-231-0/+52
* device: add spec "driver:" to match devicesThomas Haller2017-03-171-2/+31
* manager: simplify searching assumed connectionThomas Haller2017-03-161-21/+45
* core/tests: add test for nm_match_spec_device() to match "except:*"Thomas Haller2017-03-081-0/+4
* core: consolidate sorting of connections by autoconnect/timestampThomas Haller2017-02-101-1/+7
* core: add nm_utils_cmp_connection_by_autoconnect_priority_p_with_data() functionThomas Haller2017-02-101-2/+2
* all: cleanup switch fall-through comments for -Wimplicit-fallthrough warningThomas Haller2017-02-061-2/+2
* core/tests: add test matching s390-subchannels device specThomas Haller2017-01-251-43/+63
* src/tests: randomize device spec list for testThomas Haller2017-01-201-7/+7
* core: refactor evaluation of device's match-specThomas Haller2017-01-201-154/+160
* device: support dynamic "connection.stable-id" in form of text-substitutionThomas Haller2017-01-091-0/+86