summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* manager: trust the state file more when assuming connectionsbg/restart-assume-rh1551958Beniamino Galvani2018-04-181-19/+34
* auth-manager: fix potential issue iterating modified CList in _dbus_new_proxy...Thomas Haller2018-04-181-2/+4
* auth-manager: fix processing calls in _dbus_new_proxy_cb()Beniamino Galvani2018-04-171-3/+3
* core: fix wrong assertion when disposing NMAuthManagerBeniamino Galvani2018-04-171-1/+1
* dhcp: don't enforce broadcast flagRichard Schütz2018-04-171-6/+0
* auth-manager: don't process idle calls when the proxy creation finishesBeniamino Galvani2018-04-171-4/+8
* cli/polkit: merge branch 'th/polkit-cleanup'Thomas Haller2018-04-169-275/+277
|\
| * cli: rework callbacks in NMPolkitListener to use one vtable structureThomas Haller2018-04-164-137/+146
| * clients: move code around in "nm-polkit-listener.c"Thomas Haller2018-04-161-77/+88
| * clients: cleanup includes for polkit sourcesThomas Haller2018-04-164-42/+21
| * auth-subject: minor cleanup of _new_unix_process()Thomas Haller2018-04-161-3/+3
| * shared: move nm_utils_get_start_time_for_pid() to shared/nm-utilsThomas Haller2018-04-165-80/+83
|/
* all: merge branch 'th/settings-flags-rh1460295'Thomas Haller2018-04-1613-81/+192
|\
| * settings: add NMSettingsConnectionFlags flagsThomas Haller2018-04-162-5/+28
| * all: add D-Bus property "Flags" for Settings.Connection interfaceThomas Haller2018-04-167-2/+96
| * settings: make NM_SETTINGS_CONNECTION_FLAGS property NM_SETTINGS_CONNECTION_F...Thomas Haller2018-04-164-26/+20
| * core/trivial: rename "NMSettingsConnectionFlags" to "NMSettingsConnectionIntF...Thomas Haller2018-04-167-66/+66
|/
* 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