summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device/connectivity: refactor concheck_periodic_schedule_do()th/connectivity-check-on-activatedThomas Haller2018-04-241-22/+32
* device: force a connectivity check when reaching device-state "activated"Thomas Haller2018-04-241-13/+29
* contrib/rpm: build config-connectivity-fedora package conditionallyThomas Haller2018-04-231-0/+12
* merge: branch 'bg/dns-resolved-fix'Beniamino Galvani2018-04-235-25/+40
|\
| * core: fix bus initialization orderBeniamino Galvani2018-04-233-21/+36
| * libnm-core: fix validation of connection.mdns settingBeniamino Galvani2018-04-231-1/+1
| * core: fix misspellings of 'acquire'Beniamino Galvani2018-04-232-3/+3
|/
* core,cli: merge branch 'th/dhcp-options-sort'Thomas Haller2018-04-239-104/+64
|\
| * cli: sort DHCP options in connection show outputThomas Haller2018-04-231-7/+8
| * cli: merge IPv4 and IPv6 variants of print_dhcp_config()Thomas Haller2018-04-235-74/+19
| * core: sort DHCP options that are exported on D-BusThomas Haller2018-04-232-24/+10
| * core: add nm_utils_strdict_to_variant() helperThomas Haller2018-04-232-0/+28
|/
* systemd: merge branch systemd into masterThomas Haller2018-04-2397-1388/+314
|\
| * systemd: update code from upstream (2018-04-23)Thomas Haller2018-04-2397-1388/+312
* | release: bump version to 1.11.3 (development)1.11.3-devThomas Haller2018-04-232-2/+2
* | n-acd: don't use a return value in deallocatorLubomir Rintel2018-04-232-5/+3
* | test-common: drop unused variablesLubomir Rintel2018-04-231-3/+0
* | auth-manager: drop an unused variableLubomir Rintel2018-04-231-1/+0
* | acd-manager: drop an unused variableLubomir Rintel2018-04-231-1/+0
* | ifcfg-rh: merge branch 'bg/ifcfg-rh-tc-fixes'Beniamino Galvani2018-04-215-6/+171
|\ \
| * | ifcfg-rh: fix parse of tc qdiscs and filtersBeniamino Galvani2018-04-211-6/+14
| * | ifcfg-rh: add tests for tc configBeniamino Galvani2018-04-214-0/+157
|/ /
* | manager: merge branch 'bg/manager-vpn-fixes'Beniamino Galvani2018-04-201-8/+12
|\ \
| * | manager: fix assertions when activating VPNsBeniamino Galvani2018-04-201-7/+11
| * | manager: fix activating VPN connectionsBeniamino Galvani2018-04-201-1/+1
|/ /
* | device/connectivity: fix periodic checks that take a long time to completeThomas Haller2018-04-201-9/+41
* | device/connectivity: fix periodic connectivity checks to always reschedule th...Thomas Haller2018-04-201-6/+18
* | device/connectivity: fix handling of completed periodic checks in concheck_cb()Thomas Haller2018-04-201-6/+38
* | device/connectivity: fix timeout handling when resetting the periodic intervalThomas Haller2018-04-201-9/+20
* | device/connectivity: improve logging about cancelled connectivity checkThomas Haller2018-04-201-2/+2
* | all: add support for thunderbolt networkingChristian Kellner2018-04-194-2/+41
* | manager: fix auth-subject cleanupBeniamino Galvani2018-04-191-1/+1
* | manager: trust the state file more when assuming connectionsBeniamino Galvani2018-04-191-19/+34
* | keyfile: merge branch 'th/keyfile-reader-improvements'Thomas Haller2018-04-1912-1269/+1416
|\ \
| * | keyfile: don't hack certain properties to be skipped in readerThomas Haller2018-04-191-24/+38
| * | keyfile: no special handling to set parser_no_check_key for certain settingsThomas Haller2018-04-191-13/+37
| * | keyfile: drop unused set_default_for_missing_key()Thomas Haller2018-04-191-9/+0
| * | keyfile: rework handling of checking for whether a key exists in readerThomas Haller2018-04-191-34/+21
| * | keyfile: various cleanup of error paths in keyfile handlingThomas Haller2018-04-191-57/+41
| * | keyfile: don't special case skipping connection.read-only property in writerThomas Haller2018-04-191-7/+6
| * | keyfile: rework handling not skipping default-values in writerThomas Haller2018-04-191-30/+28
| * | libnm/keyfile: replace dummy writer implementation with flag to skip writingThomas Haller2018-04-191-45/+32
| * | libnm/keyfile: merge parser/writer vtables for keyfile propertiesThomas Haller2018-04-191-291/+354
| * | shared: move cmp functions to nm-shared-utils.cThomas Haller2018-04-193-48/+56
| * | libnm/keyfile: merge keyfile sources (pt2, merge nm-keyfile-writer.c)Thomas Haller2018-04-195-869/+839
| * | libnm/keyfile: merge keyfile sources (pt1, rename nm-keyfile-reader.c)Thomas Haller2018-04-194-3/+3
| * | keyfile: drop unused handling of non-existing "address-lables"Thomas Haller2018-04-191-12/+0
| * | keyfile/trivial: fix indentionThomas Haller2018-04-191-6/+6
| * | keyfile: avoid cloning the array while parsing DNS entriesThomas Haller2018-04-193-19/+26
| * | keyfile: merge IPv4 and IPv6 version of DNS parserThomas Haller2018-04-191-43/+8