summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* auth-manager: don't process idle calls when the proxy creation finishesbg/rh1567807Beniamino Galvani2018-04-161-4/+8
* cli: merge branch 'bg/nmcli-overview-rh1434527'Beniamino Galvani2018-04-1315-173/+238
|\
| * clients: use nm_utils_strv_make_deep_copied() to deep copy const strv arrayThomas Haller2018-04-131-6/+2
| * nmcli: add overview option to skip default values in outputBeniamino Galvani2018-04-133-6/+24
| * clients: set @out_is_default in property gettersBeniamino Galvani2018-04-132-27/+117
| * clients: change nm_meta_abstract_info_get() to report defaultsBeniamino Galvani2018-04-139-1/+21
| * clients: meta: consolidate wep-key get functionsBeniamino Galvani2018-04-131-30/+13
| * clients: meta: use enum setter for secret flagsBeniamino Galvani2018-04-131-37/+1
| * clients: meta: define ipv6.ip6-privacy as an enum typeBeniamino Galvani2018-04-131-52/+12
| * clients: meta: add enum getter-only nicksBeniamino Galvani2018-04-132-2/+6
| * shared: use value infos in _nm_utils_enum_to_str_fullBeniamino Galvani2018-04-134-13/+43
|/
* 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