summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* settings: add NMSettingsConnectionFlags flagsth/settings-flags-rh1460295Thomas Haller2018-04-132-5/+28
* all: add D-Bus property "Flags" for Settings.Connection interfaceThomas Haller2018-04-137-2/+96
* settings: make NM_SETTINGS_CONNECTION_FLAGS property NM_SETTINGS_CONNECTION_F...Thomas Haller2018-04-134-26/+20
* core/trivial: rename "NMSettingsConnectionFlags" to "NMSettingsConnectionIntF...Thomas Haller2018-04-137-66/+66
* auth-subject: fix potential memory corruption in nm_auth_subject_to_string()Thomas Haller2018-04-131-2/+2
* policy: fix potential leak of subject in auto_activate_device()Thomas Haller2018-04-131-3/+1
* settings: return empty connections list on D-Bus util connections are loadedThomas Haller2018-04-131-5/+8
* settings: fix clearing agent-manager in NMSettings' dispose()Thomas Haller2018-04-131-2/+2
* settings: use cleanup-attribute in send_agent_owned_secrets()Thomas Haller2018-04-131-2/+1
* settings: fix leaking connection in NMSettings' connection_removed()Thomas Haller2018-04-131-1/+2
* core/trivial: adjust code commentThomas Haller2018-04-131-1/+1
* all: unify spelling of translators hint in source codeThomas Haller2018-04-1371-270/+270
* core: merge branch 'th/settings-cleanup'Thomas Haller2018-04-1328-969/+1247
|\
| * auth-chain: create data-hash hashtable only when neededThomas Haller2018-04-131-4/+13
| * auth-chain/trivial: rename data field in NMAuthChainThomas Haller2018-04-131-8/+8
| * core: don't use NMAuthChain in NMActiveConnection but directly schedule eventsThomas Haller2018-04-131-60/+101
| * auth-chain: drop logging in NMAuthChain when request failsThomas Haller2018-04-131-6/+0
| * settings: rework scheduling of authorization requests in settings-connectionThomas Haller2018-04-131-65/+74
| * settings: cancel pending authorization requests if connection gets removedThomas Haller2018-04-131-0/+8
| * auth-manager: add helper function nm_auth_call_result_eval()Thomas Haller2018-04-133-17/+30
| * auth-manager: let NMAuthChain always call to NMAuthManager for dummy requestsThomas Haller2018-04-132-42/+49
| * auth-manager: always compile D-Bus calls to polkitThomas Haller2018-04-135-57/+8
| * auth-manager: rework auth-manager's APIThomas Haller2018-04-133-279/+359
| * auth-manager: drop unused property getter for NM_AUTH_MANAGER_POLKIT_ENABLEDThomas Haller2018-04-131-18/+2
| * auth-manager: emit signal by IDThomas Haller2018-04-131-1/+1
| * auth-chain: avoid another idle-call when auth-request completesThomas Haller2018-04-132-16/+14
| * auth-chain/trivial: rename nm_auth_chain_unref() to nm_auth_chain_destroy()Thomas Haller2018-04-137-29/+32
| * core: use NMDBusTrackObjPath for NM_DEVICE_ACTIVE_CONNECTION pathThomas Haller2018-04-131-61/+44
| * core: use NMDBusTrackObjPath for NM_DEVICE_PARENT pathThomas Haller2018-04-131-19/+18
| * core: use NMDBusTrackObjPath for NM_ACTIVE_CONNECTION_CONNECTION pathThomas Haller2018-04-131-39/+47
| * core: add NMDBusTrackObjPath helperThomas Haller2018-04-132-0/+129
| * settings: track connections via CListThomas Haller2018-04-134-131/+118
| * core: don't unexport active-connection when settings connection disappearsThomas Haller2018-04-131-14/+6
| * core: convert NMDBusObject's "path" property to signal "exported-changed"Thomas Haller2018-04-135-38/+77
| * settings: don't let connection keep NMSettings aliveThomas Haller2018-04-131-2/+0
| * settings: reorder D-Bus events when removing settings-connectionThomas Haller2018-04-131-23/+18
| * core: avoid unnecessary action in NMPolicy's _deactivate_if_active()Thomas Haller2018-04-131-2/+1
| * core: drop unused NMConnectionProvider typedefThomas Haller2018-04-133-5/+4
| * core: minor cleanup of nm_utils_g_value_set_strv()Thomas Haller2018-04-131-3/+6
| * core: use nm_dbus_utils_g_value_set_object_path_from_hash()Thomas Haller2018-04-132-17/+6
| * libnm: optimize nm_simple_connection_new_clone() to not needlessly set the pathThomas Haller2018-04-131-1/+6
| * settings: no longer call nm_connection_set_path() in serverThomas Haller2018-04-131-5/+2
| * core: explicitly pass D-Bus path to nm_utils_log_connection_diff()Thomas Haller2018-04-135-17/+30
| * core: use nm_dbus_object_get_path() instead of nm_connection_get_path()Thomas Haller2018-04-137-23/+21
| * core: simplify NMActiveConnection.get_property to not create temporary GPtrAr...Thomas Haller2018-04-131-5/+4
| * settings: clear connection path when unexporting from D-BusThomas Haller2018-04-132-4/+3
| * settings/trivial: add code commentsThomas Haller2018-04-131-2/+7
| * settings: use cleanup attribute to keep connection alive during connection_re...Thomas Haller2018-04-131-3/+3
| * settings: fix unrefing setting is there are no plugins loadedThomas Haller2018-04-131-3/+1
| * settings: handle default-wired-connection in connection-removed signalThomas Haller2018-04-131-23/+15