summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* device: support dynamic "connection.stable-id" in form of text-substitutionThomas Haller2017-01-091-0/+86
* core: add assertions for network_id/stable_typeThomas Haller2017-01-091-2/+2
* python: make test-secret-agent.py python3 readyThomas Haller2016-12-141-9/+8
* all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-131-1/+2
* ip6-config: add nm_ip6_config_set_privacy()Beniamino Galvani2016-12-051-3/+6
* config: drop nm_config_get_dhcp_client() and access config directlyThomas Haller2016-11-251-3/+14
* config: optionally let nm_config_get_plugins() return compile time defaultThomas Haller2016-11-251-16/+9
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-218-10/+10
* rdisc: rename to ndiscLubomir Rintel2016-11-092-3/+3
* src/tests: relax assertion for test_nm_utils_monotonic_timestamp_as_boottime()Thomas Haller2016-10-241-1/+1
* build: merge "src/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-212-182/+12
* build: merge "src/tests/config/Makefile.am" into toplevel MakefileThomas Haller2016-10-212-39/+0
* build: merge "src/platform/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-0/+2
* build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILERThomas Haller2016-10-192-2/+2
* device: make registration of internal device-factories more explicitThomas Haller2016-10-111-16/+0
* core: refactor private data in "src"Thomas Haller2016-10-042-21/+30
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-038-23/+23
* build: don't add systemd path the include search pathThomas Haller2016-09-272-7/+2
* all: cleanup includes in header filesThomas Haller2016-08-171-5/+1
* systemd: merge branch systemd into masterThomas Haller2016-08-121-0/+6
|\
* | systemd/tests: don't link test-systemd against libNetworkManagerBaseThomas Haller2016-08-122-1/+45
* | build: rename libNetworkManager-base.la to libNetworkManagerBase.laThomas Haller2016-08-111-1/+1
* | bulid: don't link NMFakePlatform into NetworkManager binaryThomas Haller2016-08-112-2/+2
* | systemd: merge branch systemd into masterThomas Haller2016-06-301-2/+1
|\ \ | |/
* | all: make MAC address randomization algorithm configurableThomas Haller2016-06-301-10/+38
* | device: extend MAC address handling including randomization for ethernet and ...Thomas Haller2016-06-301-1/+37
* | device: let device specs match on permanent MAC addressThomas Haller2016-06-301-1/+1
* | device: initialize NMDevice's hw_addr at end of object constructionThomas Haller2016-06-301-12/+0
* | core: prefer connection.stable-id to generate IPv6 stable privacy addressesThomas Haller2016-06-301-3/+12
* | 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
* | config: unify logging line when reloading configurationThomas Haller2016-06-011-3/+3
* | config: refactor change-flags to be a cause/reason which triggered the changeThomas Haller2016-06-011-18/+18
* | device: use NMSettings directly instead of NMConnectionProvider in subclassesThomas Haller2016-05-241-4/+20
* | all/tests: split core part out of "nm-test-utils.h"Thomas Haller2016-05-1710-10/+10
* | config/tests: use absolute path for config testThomas Haller2016-05-121-2/+2
* | platform: extend NMIPConfigSource to preserve the rtm_protocol fieldThomas Haller2016-04-282-47/+56
* | core/trivial: rename "source" field of addresses and routesThomas Haller2016-04-283-81/+81
* | core: add nm_utils_machine_id_read() and parse() utilThomas Haller2016-04-261-0/+1
* | core: add nm_utils_get_secret_key() utilThomas Haller2016-04-261-3/+3
* | platform/tests/trivial: rename init_tests() and setup_tests() functionThomas Haller2016-04-111-2/+2
* | core: add nm_utils_ip6_address_same_prefix() utilThomas Haller2016-04-111-0/+117
* | ip-config/tests: refactor tests to use utilities from "nm-test-utils.h"Thomas Haller2016-04-111-63/+25
* | config/tests: avoid test failure for valgrind due to g_file_copy()Thomas Haller2016-04-081-12/+10
* | core: rename nm_config_run_state* to nm_config_state*Thomas Haller2016-04-071-8/+8
* | config: test reading and writing of state fileBeniamino Galvani2016-04-073-0/+68
* | core: add code coverage support for files in src/Beniamino Galvani2016-04-071-1/+6
* | build: disable deprecation checks for internal compilationThomas Haller2016-04-052-2/+0
* | systemd: split "nm-sd.h" out of "nm-sd-adapt.h"Thomas Haller2016-03-111-1/+2
* | systemd: integrate sd-event into glib main loopThomas Haller2016-03-112-0/+69