summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-23release: bump version to 1.11.3 (development)1.11.3-devThomas Haller2-2/+2
2018-04-23n-acd: don't use a return value in deallocatorLubomir Rintel2-5/+3
2018-04-23test-common: drop unused variablesLubomir Rintel1-3/+0
2018-04-23auth-manager: drop an unused variableLubomir Rintel1-1/+0
2018-04-23acd-manager: drop an unused variableLubomir Rintel1-1/+0
2018-04-21ifcfg-rh: merge branch 'bg/ifcfg-rh-tc-fixes'Beniamino Galvani5-6/+171
2018-04-21ifcfg-rh: fix parse of tc qdiscs and filtersBeniamino Galvani1-6/+14
2018-04-21ifcfg-rh: add tests for tc configBeniamino Galvani4-0/+157
2018-04-20manager: merge branch 'bg/manager-vpn-fixes'Beniamino Galvani1-8/+12
2018-04-20manager: fix assertions when activating VPNsBeniamino Galvani1-7/+11
2018-04-20manager: fix activating VPN connectionsBeniamino Galvani1-1/+1
2018-04-20device/connectivity: fix periodic checks that take a long time to completeThomas Haller1-9/+41
2018-04-20device/connectivity: fix periodic connectivity checks to always reschedule th...Thomas Haller1-6/+18
2018-04-20device/connectivity: fix handling of completed periodic checks in concheck_cb()Thomas Haller1-6/+38
2018-04-20device/connectivity: fix timeout handling when resetting the periodic intervalThomas Haller1-9/+20
2018-04-20device/connectivity: improve logging about cancelled connectivity checkThomas Haller1-2/+2
2018-04-19all: add support for thunderbolt networkingChristian Kellner4-2/+41
2018-04-19manager: fix auth-subject cleanupBeniamino Galvani1-1/+1
2018-04-19manager: trust the state file more when assuming connectionsBeniamino Galvani1-19/+34
2018-04-19keyfile: merge branch 'th/keyfile-reader-improvements'Thomas Haller12-1269/+1416
2018-04-19keyfile: don't hack certain properties to be skipped in readerThomas Haller1-24/+38
2018-04-19keyfile: no special handling to set parser_no_check_key for certain settingsThomas Haller1-13/+37
2018-04-19keyfile: drop unused set_default_for_missing_key()Thomas Haller1-9/+0
2018-04-19keyfile: rework handling of checking for whether a key exists in readerThomas Haller1-34/+21
2018-04-19keyfile: various cleanup of error paths in keyfile handlingThomas Haller1-57/+41
2018-04-19keyfile: don't special case skipping connection.read-only property in writerThomas Haller1-7/+6
2018-04-19keyfile: rework handling not skipping default-values in writerThomas Haller1-30/+28
2018-04-19libnm/keyfile: replace dummy writer implementation with flag to skip writingThomas Haller1-45/+32
2018-04-19libnm/keyfile: merge parser/writer vtables for keyfile propertiesThomas Haller1-291/+354
2018-04-19shared: move cmp functions to nm-shared-utils.cThomas Haller3-48/+56
2018-04-19libnm/keyfile: merge keyfile sources (pt2, merge nm-keyfile-writer.c)Thomas Haller5-869/+839
2018-04-19libnm/keyfile: merge keyfile sources (pt1, rename nm-keyfile-reader.c)Thomas Haller4-3/+3
2018-04-19keyfile: drop unused handling of non-existing "address-lables"Thomas Haller1-12/+0
2018-04-19keyfile/trivial: fix indentionThomas Haller1-6/+6
2018-04-19keyfile: avoid cloning the array while parsing DNS entriesThomas Haller3-19/+26
2018-04-19keyfile: merge IPv4 and IPv6 version of DNS parserThomas Haller1-43/+8
2018-04-19keyfile: fix memleak parsing dns valuesThomas Haller1-6/+4
2018-04-19keyfile: optimize parsing of addresses/routes in keyfile readerThomas Haller2-34/+169
2018-04-19keyfile/tests: extend test for parsing routes/addressesThomas Haller2-6/+17
2018-04-19keyfile: minor cleanup parsing IP addresses/routesThomas Haller1-20/+10
2018-04-19keyfile: fix freeing connection in error path of nm_keyfile_read()Thomas Haller1-1/+1
2018-04-19keyfile/tests: add test reading VPN profileThomas Haller1-0/+28
2018-04-19core: unexport dbus-objects on disposeBeniamino Galvani1-9/+3
2018-04-18merge: branch 'bg/n-acd-rh1507864'Beniamino Galvani92-694/+5993
2018-04-18core: rename 'arping' to 'acd'Beniamino Galvani10-176/+177
2018-04-18libnm-core: fix documentation for dad-timeout propertyBeniamino Galvani3-4/+6
2018-04-18ifcfg-rh: persist ipv4.dad-timeout without roundingBeniamino Galvani9-12/+32
2018-04-18arping: print IP address conflictsBeniamino Galvani1-0/+14
2018-04-18arping: slightly simplify loggingBeniamino Galvani4-14/+6
2018-04-18arping: use n-acdBeniamino Galvani4-182/+214