summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: fix build warningbg/sriov-drivers-autoprobe-rh1695093Beniamino Galvani2019-04-041-1/+1
* fixup! platform: set errno to ENOENT for nm_platform_sysctl_get()Thomas Haller2019-04-042-3/+34
* fixup! platform: assume 'sriov_drivers_autoprobe' is 1 when sysfs file is mis...Thomas Haller2019-04-041-1/+9
* platform: set errno to ENOENT for nm_platform_sysctl_get()Thomas Haller2019-04-043-11/+38
* platform: assume 'sriov_drivers_autoprobe' is 1 when sysfs file is missingBeniamino Galvani2019-04-041-1/+1
* acd: merge branch 'th/gitlab-ci-fixes'Thomas Haller2019-04-0410-27/+72
|\
| * acd/tests: assert that nm_acd_manager_announce_addresses() did not failThomas Haller2019-04-041-1/+3
| * acd/tests: use nm_auto cleanup attributes for mainloop and NMAcdManagerThomas Haller2019-04-041-11/+7
| * acd: return error code from nm_acd_manager_start_probe()Thomas Haller2019-04-044-15/+49
| * core: add nm_auto_free_acdmgr cleanup macroThomas Haller2019-04-041-0/+3
| * shared: add nm_auto_unref_gmainloop cleanup macroThomas Haller2019-04-041-0/+3
| * contrib/rpm: disable NDEBUG for meson buildsThomas Haller2019-04-041-0/+1
| * shared: workaround -Wunused-but-set-variable warning with assertionsThomas Haller2019-04-043-0/+4
| * gitlab-ci: print information about test environment in testsThomas Haller2019-04-041-0/+2
|/
* systemd: merge branch systemd into masterThomas Haller2019-04-0462-904/+926
|\
| * systemd: update code from upstream (2019-04-04)Thomas Haller2019-04-0460-978/+1031
* | cli,wwan: merge partial branch 'lr/gsm-default-apn'Thomas Haller2019-04-032-14/+0
|\ \
| * | wwan/modem-broadband: no point in insisting on pre-existing GSM settingLubomir Rintel2019-04-031-13/+0
| * | clients: do not require gsm.apnLubomir Rintel2019-04-031-1/+0
|/ /
* | libnm-core: Remove duplicated wordRafael Fontenelle2019-04-031-4/+4
* | connectivity/trivial: add code commentThomas Haller2019-04-031-4/+13
* | Coerce connectivity "LIMITED" to "NONE" when device is disconnectedAntonio Larrosa2019-04-031-1/+2
* | release: bump version to 1.17.2 (development)1.17.2-devLubomir Rintel2019-04-032-2/+2
* | merge: branch lr/agent-hintsLubomir Rintel2019-04-031-16/+29
|\ \
| * | secret-agent-simple: pass hints to the auth dialogLubomir Rintel2019-04-031-0/+9
| * | secret-agent-simple: get rid of an extra variableLubomir Rintel2019-04-031-3/+1
| * | secret-agent-simple: replace a char array with a GPtrArrayLubomir Rintel2019-04-031-13/+19
|/ /
* | Revert "all: goodbye libnm-glib"Lubomir Rintel2019-04-03214-11/+74760
* | shared: better implement compat version of explicit_bzero()Thomas Haller2019-04-021-6/+13
* | Update connectivity value on device removalAntonio Larrosa2019-04-021-0/+10
* | po: update Italian (it) translationMilo Casagrande2019-04-021-3677/+3681
* | ifupdown: fix connection iteratorYupeng Chang2019-04-021-1/+1
* | clients: only ask secrets for settings that require themBeniamino Galvani2019-04-026-0/+30
* | cli: fix a crash on "nmcli d wifi hotspot"Lubomir Rintel2019-04-021-0/+1
* | libnm-core: fix memory leak in setting testBeniamino Galvani2019-03-311-0/+1
* | build: fix searching dlopen in configureBeniamino Galvani2019-03-311-2/+3
* | libnm-core: make compiler happyfg/tmpFrancesco Giudici2019-03-291-1/+1
* | libnm-core: drop unused variableFrancesco Giudici2019-03-281-1/+0
* | ovs: don't traverse interface through disconnected when the ovsdb entry is re...Lubomir Rintel2019-03-281-8/+1
* | ovs-interface: dissociate the link on disconnectionLubomir Rintel2019-03-281-0/+11
* | settings: keep the added connection alive for a bit longerLubomir Rintel2019-03-281-1/+7
* | libnm,core: merge branch 'th/routing-rule-pt2'Thomas Haller2019-03-2730-813/+4996
|\ \
| * | core: add handling of IP routing rules to NMDeviceThomas Haller2019-03-276-7/+152
| * | cli: add support for routing rules to nmcliThomas Haller2019-03-273-632/+997
| * | ifcfg-rh: add support for routing rules as "ROUTING_RULE_#" keysThomas Haller2019-03-277-11/+345
| * | libnm: add API to NMSettingIPConfig for routing rulesThomas Haller2019-03-276-3/+578
| * | libnm: add NMIPRoutingRule APIThomas Haller2019-03-276-1/+2556
| * | cli: support escaping for splitting for objlist propertiesThomas Haller2019-03-272-6/+39
| * | libnm/keyfile: add parser_full() hook for reading non GObject based propertiesThomas Haller2019-03-271-21/+38
| * | libnm/keyfile: add writer_full() hook for persisting non GObject based proper...Thomas Haller2019-03-271-27/+41