summaryrefslogtreecommitdiff
path: root/src/tests/test-general.c
Commit message (Expand)AuthorAgeFilesLines
* dns: add reverse DNS IPv6 entries to dnsmasqBeniamino Galvani2016-06-071-2/+55
* dns: add CIDR reverse DNS IPv4 entries to dnsmasqBeniamino Galvani2016-06-071-0/+68
* all/tests: split core part out of "nm-test-utils.h"Thomas Haller2016-05-171-1/+1
* core: add nm_utils_ip6_address_same_prefix() utilThomas Haller2016-04-111-0/+117
* build: compile with -Wno-duplicate-decl-specifierThomas Haller2016-03-091-1/+26
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-141-2/+2
* core: fix matching of default metric value for static routesBeniamino Galvani2016-02-111-17/+131
* core: fix assuming a connection without S390 properties (rh #1276343)Jiří Klimeš2015-11-031-0/+33
* utils: add flags2str utility functionsThomas Haller2015-11-021-0/+112
* tests: add a testcase for matching VLAN connectionsJiří Klimeš2015-10-271-0/+57
* config: allow to enable/disable configuration snippetsThomas Haller2015-10-051-0/+143
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* core: add nm_match_spec_join() functionThomas Haller2015-07-021-1/+15
* utils: strip whitespace for device spec in nm_match_spec_split()Thomas Haller2015-07-021-1/+7
* utils: match a cloned mac address with a connection that does not specify itLubomir Rintel2015-04-271-0/+45
* libnm: move _nm_utils_uuid_generate_from_strings() from src/ to libnm-core/Thomas Haller2015-03-121-48/+0
* trivial: rename nm_utils_uuid_generate_from_strings() to _nm_utils_uuid_gener...Thomas Haller2015-03-121-2/+2
* libnm: move _nm_utils_ascii_str_to_int64() from src/ to libnm-core/Thomas Haller2015-03-121-130/+0
* trivial: rename nm_utils_ascii_str_to_int64() to _nm_utils_ascii_str_to_int64()Thomas Haller2015-03-121-2/+2
* core: add nm_match_spec_split() functionThomas Haller2015-02-241-9/+16
* core: support "except:" spec to negate matchThomas Haller2015-02-241-12/+32
* core: rework matching of nm_match_spec()Thomas Haller2015-02-241-3/+5
* core/test: add test for nm_match_spec()Thomas Haller2015-02-241-0/+84
* tests: fix setting MAC address in testsJiří Klimeš2014-12-111-3/+1
* core: add nm_utils_uuid_generate_from_strings()Thomas Haller2014-12-041-0/+49
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gatewayDan Winship2014-11-071-2/+4
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-071-30/+28
* libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship2014-11-071-16/+8
* build: fix -Wstrict-prototypes warningsThomas Haller2014-10-291-1/+1
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-281-1/+1
* core: add nm_utils_log_connection_diffThomas Haller2014-10-121-0/+55
* core: prefer connections with higher priority for autoconnectThomas Haller2014-10-121-0/+100
* libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-09-041-6/+1
* trivial: don't shadow rand(3)Dan Williams2014-08-201-12/+12
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-161-9/+9
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-1/+0
* libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship2014-08-071-1/+1
* libnm-util, core: fix warning about signed integer overflow (-Wstrict-overflow)Thomas Haller2014-08-011-1/+1
* core/test: move src/tests/test-general over to nm-test-utils.h (nmtst)Thomas Haller2014-07-101-6/+5
* trivial: clarify comments in test-general.c and NetworkManagerUtils.cJiří Klimeš2014-05-301-5/+5
* core: take over connections with IPv6 method 'ignore' for 'auto' (rh #1083196)Jiří Klimeš2014-05-301-0/+36
* all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš2014-05-271-0/+2
* tests: improve tests for nm_utils_match_connection() functionJiří Klimeš2014-04-111-0/+113
* core: refactor nm_utils_ascii_str_to_int64()Thomas Haller2014-04-101-20/+114
* core: improve ifname matching of existing x generated connections (rh #1077743)Jiří Klimeš2014-03-211-0/+35
* core: allow matching IPv6 'link-local' method to 'ignore' (rh #1073824)Jiří Klimeš2014-03-121-0/+35
* core: match IPv4 'disabled' method to 'auto' when device has no linkDan Williams2014-03-041-3/+44