summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! device: remove default-unmanaged and refactor unmanaged flagslr/default-unmanaged-bgo746566Thomas Haller2016-02-151-2/+4
* fixup! device: remove default-unmanaged and refactor unmanaged flagsThomas Haller2016-02-151-3/+6
* fixup! device: remove default-unmanaged and refactor unmanaged flagsThomas Haller2016-02-152-15/+12
* fixup! device: remove default-unmanaged and refactor unmanaged flagsThomas Haller2016-02-152-1/+19
* fixup! device: remove default-unmanaged and refactor unmanaged flagsThomas Haller2016-02-151-9/+54
* fixup! device: remove default-unmanaged and refactor unmanaged flagsThomas Haller2016-02-154-61/+88
* device: remove default-unmanaged and refactor unmanaged flagsThomas Haller2016-02-157-390/+461
* device/trivial: rename nm_device_set_unmanaged_flags()Thomas Haller2016-02-155-61/+61
* device: for available connections check whether they are available for user-r...Thomas Haller2016-02-151-2/+2
* platform: fix detection of link-type for netlink eventThomas Haller2016-02-151-1/+1
* platform: change format to print link-type in nm_platform_link_to_string()Thomas Haller2016-02-151-3/+2
* nmtst: drop deprecated test helper macro ASSERT()Thomas Haller2016-02-151-8/+0
* ifcfg-rh/tests: refactor test using helper functions and drop ASSERT() macroThomas Haller2016-02-152-4717/+1123
* nmtst: add nmtst_assert_connection_verify() and don't normalize connection in...Thomas Haller2016-02-153-34/+56
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...Thomas Haller2016-02-144-227/+112
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-c...Thomas Haller2016-02-141-98/+35
* nmtst: add nmtst_assert_no_success() macroThomas Haller2016-02-141-0/+6
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...Thomas Haller2016-02-142-237/+69
* libnm/tests: convert test cases to use g_assert() instead of ASSERT()Thomas Haller2016-02-142-337/+167
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-1428-84/+84
* libnm/keyfile/trivial: rename VPN_SECRETS_GROUP define to NM_KEYFILE_GROUP_VP...Thomas Haller2016-02-143-5/+5
* device/vlan: check existence of ip6 configuration before reapplying itBeniamino Galvani2016-02-121-1/+2
* systemd: don't use <uchar.h>Thomas Haller2016-02-123-0/+10
* travis: fix setting NMTST_DEBUG for travis-check.sh scriptThomas Haller2016-02-121-1/+1
* cli: remove some dead codeLubomir Rintel2016-02-121-7/+1
* test: assert that the signal connection succeeds properlyLubomir Rintel2016-02-121-1/+1
* device: warn if we couldn't reapply the ip configurationLubomir Rintel2016-02-121-4/+8
* test: avoid assert with side effectLubomir Rintel2016-02-121-2/+4
* build: cleanup default includesThomas Haller2016-02-1248-165/+142
* platform: always try to refetch new ethernet linksBeniamino Galvani2016-02-121-0/+13
* trivial: fix spelling in commentThomas Haller2016-02-121-1/+1
* cli: remove unused NMC_FIELDS_SETTING_*_COMMON definesBeniamino Galvani2016-02-121-29/+0
* device: add nm_device_get_applied_setting()Beniamino Galvani2016-02-1210-97/+44
* contrib/rpm: create dnsmasq-shared.d configuration directoryThomas Haller2016-02-121-0/+2
* coding-style: remove unnecessary bracesThomas Haller2016-02-121-2/+1
* core: include dnsmasq config files in shared connectionschrysn2016-02-121-0/+7
* systemd: merge branch 'systemd' into masterThomas Haller2016-02-1294-336/+330
|\
| * systemd: update code from upstreamThomas Haller2016-02-1294-336/+326
* | test: use g_assert_not_reached () instead of asserting FALSELubomir Rintel2016-02-121-2/+2
* | core: merge branch 'bg/route-metric-compare-rh1302532'Beniamino Galvani2016-02-115-20/+289
|\ \
| * | core: fix matching of default metric value for static routesBeniamino Galvani2016-02-114-20/+239
| * | nmtst: introduce nmtst_setting_ip_config_add_{address,route} helpersBeniamino Galvani2016-02-111-0/+50
|/ /
* | wifi: allow autoconnect on AP/AdHoc mode connections with manual IP configura...Dan Williams2016-02-111-6/+13
* | build: define g_assert_cmpmem() for glib < 2.46Dan Williams2016-02-111-0/+14
* | macros: add NM_IN_STRSET()Thomas Haller2016-02-112-0/+192
* | macros: simplify NM_IN_SET() macroThomas Haller2016-02-112-46/+46
* | keyfile: convert testcases to g_assert()Dan Williams2016-02-111-728/+175
* | man: fix nesting of tags in NetworkManager.conf man pageBeniamino Galvani2016-02-111-8/+8
* | cli: fix compile errorBeniamino Galvani2016-02-111-1/+1
* | ifupdown: convert last tests to g_assert()Dan Williams2016-02-111-267/+51