summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-13auth-manager: always compile D-Bus calls to polkitThomas Haller5-57/+8
2018-04-13auth-manager: rework auth-manager's APIThomas Haller3-279/+359
2018-04-13auth-manager: drop unused property getter for NM_AUTH_MANAGER_POLKIT_ENABLEDThomas Haller1-18/+2
2018-04-13auth-manager: emit signal by IDThomas Haller1-1/+1
2018-04-13auth-chain: avoid another idle-call when auth-request completesThomas Haller2-16/+14
2018-04-13auth-chain/trivial: rename nm_auth_chain_unref() to nm_auth_chain_destroy()Thomas Haller7-29/+32
2018-04-13core: use NMDBusTrackObjPath for NM_DEVICE_ACTIVE_CONNECTION pathThomas Haller1-61/+44
2018-04-13core: use NMDBusTrackObjPath for NM_DEVICE_PARENT pathThomas Haller1-19/+18
2018-04-13core: use NMDBusTrackObjPath for NM_ACTIVE_CONNECTION_CONNECTION pathThomas Haller1-39/+47
2018-04-13core: add NMDBusTrackObjPath helperThomas Haller2-0/+129
2018-04-13settings: track connections via CListThomas Haller4-131/+118
2018-04-13core: don't unexport active-connection when settings connection disappearsThomas Haller1-14/+6
2018-04-13core: convert NMDBusObject's "path" property to signal "exported-changed"Thomas Haller5-38/+77
2018-04-13settings: don't let connection keep NMSettings aliveThomas Haller1-2/+0
2018-04-13settings: reorder D-Bus events when removing settings-connectionThomas Haller1-23/+18
2018-04-13core: avoid unnecessary action in NMPolicy's _deactivate_if_active()Thomas Haller1-2/+1
2018-04-13core: drop unused NMConnectionProvider typedefThomas Haller3-5/+4
2018-04-13core: minor cleanup of nm_utils_g_value_set_strv()Thomas Haller1-3/+6
2018-04-13core: use nm_dbus_utils_g_value_set_object_path_from_hash()Thomas Haller2-17/+6
2018-04-13libnm: optimize nm_simple_connection_new_clone() to not needlessly set the pathThomas Haller1-1/+6
2018-04-13settings: no longer call nm_connection_set_path() in serverThomas Haller1-5/+2
2018-04-13core: explicitly pass D-Bus path to nm_utils_log_connection_diff()Thomas Haller5-17/+30
2018-04-13core: use nm_dbus_object_get_path() instead of nm_connection_get_path()Thomas Haller7-23/+21
2018-04-13core: simplify NMActiveConnection.get_property to not create temporary GPtrAr...Thomas Haller1-5/+4
2018-04-13settings: clear connection path when unexporting from D-BusThomas Haller2-4/+3
2018-04-13settings/trivial: add code commentsThomas Haller1-2/+7
2018-04-13settings: use cleanup attribute to keep connection alive during connection_re...Thomas Haller1-3/+3
2018-04-13settings: fix unrefing setting is there are no plugins loadedThomas Haller1-3/+1
2018-04-13settings: handle default-wired-connection in connection-removed signalThomas Haller1-23/+15
2018-04-13shared: add nm_dbus_utils_get_paths_for_clist() utilThomas Haller2-0/+47
2018-04-13core/trivial: add code comment to NMActiveConnection's get_property()Thomas Haller1-0/+10
2018-04-13auth-chain: remove unused error argumentThomas Haller1-3/+1
2018-04-12manager: don't coalesce duplicate internal activations with different reasonsThomas Haller1-1/+2
2018-04-12device: merge branch 'pr/92'Thomas Haller2-10/+12
2018-04-12device: return early from handle_auth_or_fail() on failureThomas Haller2-10/+8
2018-04-12device: let macsec connection fail on supplicant timeout if no secrets are re...Thomas Haller1-1/+3
2018-04-12device: let Ethernet connection fail on supplicant timeout if no secrets are ...Michael Schaller1-1/+3
2018-04-12device/trivial: add code comment to nm_device_ipv4_sysctl_get_effective_uint32()Thomas Haller1-0/+5
2018-04-12device: look at 'all' rp_filter value too to determine actual valueBeniamino Galvani1-8/+25
2018-04-12build: meson: merge branch 'bg/meson-tests'Beniamino Galvani21-33/+123
2018-04-12build: meson: add prefix to test namesBeniamino Galvani19-20/+20
2018-04-12build: meson: enable all tests againBeniamino Galvani2-7/+5
2018-04-12build: meson: increase timeout for some testsBeniamino Galvani1-2/+3
2018-04-12build: meson: use run-nm-test.sh to run testsBeniamino Galvani21-24/+115
2018-04-12connectivity: merge branch 'th/fix-fake-connectivity-state'Thomas Haller4-40/+63
2018-04-11connectivity: fix the device's fake connectivity stateThomas Haller1-0/+9
2018-04-11manager: merge set_state() in nm_manager_update_state() functionThomas Haller1-26/+18
2018-04-11connectivity: also expose fake connectivity states to dispatcherThomas Haller1-2/+0
2018-04-11connectivity: optmize finding best connectivty state in NMManager::device_con...Thomas Haller1-3/+12
2018-04-11connectivity: add connectivity-changed signal to NMDeviceThomas Haller3-2/+12