summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: don't evaluate IP config changes until device is initializedth/preserve-fake-perm-hwaddr-bgo772880Thomas Haller2016-10-271-6/+38
* device: delay evaluating unmanaged-by-user-settings flags until link initializedThomas Haller2016-10-273-16/+40
* device: delay capturing permanent MAC address until UDEV is settledThomas Haller2016-10-274-44/+76
* device: don't allow mutating the device's hardware address lengthThomas Haller2016-10-271-16/+37
* device: treat fake permanent MAC address mostly like a real oneThomas Haller2016-10-2710-32/+31
* core: persist the fake permanent hardware address to the device's statefileThomas Haller2016-10-275-22/+109
* libnm-core/utils: update hwaddr utilitiesThomas Haller2016-10-274-160/+205
* config: remove unused error variable from nm_config_device_state_load()Thomas Haller2016-10-271-2/+1
* shared: add nm_assert_se() macroThomas Haller2016-10-271-0/+2
* contrib/rpm: merge branch 'th/no-dhclient-default-rh1204226'Thomas Haller2016-10-278-11/+67
|\
| * contrib/rpm: update comments in NetworkManager.conf explaining /var/lib/Netwo...Thomas Haller2016-10-271-5/+7
| * contrib/rpm: add NetworkManager-config-dhcp-dhclient packageThomas Haller2016-10-273-1/+34
| * dhcp: make default dhcp plugin configurable at compile-timeThomas Haller2016-10-274-5/+26
|/
* core: don't unmanage devices on shutdownThomas Haller2016-10-271-80/+20
* build: fix search path for building vapiThomas Haller2016-10-261-1/+1
* cli: completion: escape shell special characters "()&!"Beniamino Galvani2016-10-261-1/+6
* wwan: fix wrong connection cast on device state changeBeniamino Galvani2016-10-261-2/+2
* build: add glob-util.h to systemd source listFrancesco Giudici2016-10-261-0/+1
* build: fix "settings-docs.c" include pathFrancesco Giudici2016-10-251-2/+2
* systemd: merge branch systemd into masterThomas Haller2016-10-2427-51/+374
|\
| * systemd: update code from upstreamThomas Haller2016-10-2426-51/+371
* | src/tests: relax assertion for test_nm_utils_monotonic_timestamp_as_boottime()Thomas Haller2016-10-241-1/+1
* | platform/tests: relax assertion for expected link-changed signalThomas Haller2016-10-241-1/+1
* | build: remove long gone libndp submodule from configure.acThomas Haller2016-10-241-1/+0
* | libnm: merge branch 'th/libnm-no-empty-string-properties-rh1380424'Thomas Haller2016-10-2423-77/+79
|\ \
| * | libnm: coerce empty strings to NULL for D-Bus propertiesThomas Haller2016-10-2421-45/+49
| * | libnm: minor refactoring by using g_clear_object() and nm_str_not_empty()Thomas Haller2016-10-242-18/+4
| * | libnm: avoid possibly NULL address for NMDeviceVlan calling nm_utils_hwaddr_m...Thomas Haller2016-10-241-2/+5
| * | libnm: fix memleak in NMDeviceVxlanThomas Haller2016-10-241-0/+2
| * | team: minor cleanup handling empty team configThomas Haller2016-10-241-5/+14
| * | shared: make nm_str_not_empty() inline function instead of macroThomas Haller2016-10-241-7/+5
|/ /
* | checkpoint: introduce new flags to better restore previous stateBeniamino Galvani2016-10-244-5/+69
* | man: document /var/run/NetworkManager/conf.d directoryThomas Haller2016-10-231-3/+7
* | config: avoid conflicts of /run config dir with other directoriesThomas Haller2016-10-231-19/+18
* | config: merge branch 'th/run-conf.d-bgo773069'Thomas Haller2016-10-231-43/+50
|\ \
| * | config: cleanup ownership handling of @keyfile in read_entire_config()Thomas Haller2016-10-231-14/+6
| * | config: add run-configs to description stringThomas Haller2016-10-231-31/+26
| * | config: skip shadowed run-config files in read_entire_config()Martin Pitt2016-10-231-2/+3
| * | config: read /run/NetworkManager/conf.d filesMathieu Trudel-Lapierre2016-10-231-0/+19
|/ /
* | build: exclude building src/platform/tests/monitor for --enable-tests=noThomas Haller2016-10-231-1/+1
* | build: merge branch 'th/build-cleanup'Thomas Haller2016-10-2232-480/+295
|\ \
| * | build: combine CPPFLAGS for src/testsThomas Haller2016-10-221-142/+36
| * | build: buld nm-dhcp-manager.c as part of libNetworkMangerBaseThomas Haller2016-10-225-32/+37
| * | build: build src/platform/tests/test-common.c as part of libNetworkManagerTes...Thomas Haller2016-10-221-42/+18
| * | build: refactor intermediate NetworkManager libraries during buildThomas Haller2016-10-221-124/+71
| * | src: drop generated nm-src-enum-types.hThomas Haller2016-10-2218-35/+1
| * | core: don't use generated glib enum for platform typesThomas Haller2016-10-2215-48/+79
| * | core: don't use generated glib enum for NMAuthSubjectTypeThomas Haller2016-10-222-12/+15
| * | build: reuse common CPPFLAGS via dflt_cppflags_libnm_core variableThomas Haller2016-10-221-57/+51
| * | build: don't link libnm-wwan.la against introspection/libnmdbus.laThomas Haller2016-10-221-1/+0