summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core/dbus: stop NMDBusManager and reject future method callsth/core-fixes-for-shutdownThomas Haller2018-04-228-24/+52
* core/trivial: add FIXME comments about clean shutdown at exitThomas Haller2018-04-222-4/+18
* settings: pass in authentication subject to nm_settings_add_connection_dbus()Thomas Haller2018-04-223-17/+22
* manager: track pending authorizations for activating connectionsThomas Haller2018-04-221-39/+185
* core: fix cancelling of authorization request for active connectionThomas Haller2018-04-221-14/+27
* core: fix unreachable assertion in nm_active_connection_set_state()Thomas Haller2018-04-221-4/+4
* manager: use nm_utils_user_data_pack() instead of explicit AddAndActivateInfo...Thomas Haller2018-04-221-18/+3
* core: rework passing user-data to nm_active_connection_authorize()Thomas Haller2018-04-223-48/+28
* shared: add nm_utils_user_data_pack() and unpack helpersThomas Haller2018-04-222-0/+53
* 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
| * keyfile: fix memleak parsing dns valuesThomas Haller2018-04-191-6/+4
| * keyfile: optimize parsing of addresses/routes in keyfile readerThomas Haller2018-04-192-34/+169
| * keyfile/tests: extend test for parsing routes/addressesThomas Haller2018-04-192-6/+17
| * keyfile: minor cleanup parsing IP addresses/routesThomas Haller2018-04-191-20/+10
| * keyfile: fix freeing connection in error path of nm_keyfile_read()Thomas Haller2018-04-191-1/+1
| * keyfile/tests: add test reading VPN profileThomas Haller2018-04-191-0/+28
|/
* core: unexport dbus-objects on disposeBeniamino Galvani2018-04-191-9/+3
* merge: branch 'bg/n-acd-rh1507864'Beniamino Galvani2018-04-1892-694/+5993
|\
| * core: rename 'arping' to 'acd'Beniamino Galvani2018-04-1810-176/+177
| * libnm-core: fix documentation for dad-timeout propertyBeniamino Galvani2018-04-183-4/+6