summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* manager: cleanup NMRfkillManager in dispose()jk/manager-cleanup-rh1264676Jiří Klimeš2015-09-211-0/+5
* manager: disconnect signal handlers on 'settings' in dispose() (rh #1264676)Jiří Klimeš2015-09-211-1/+10
* device: remove unused ip_ifaceJiří Klimeš2015-09-211-7/+0
* wifi: remove unused variablesJiří Klimeš2015-09-211-4/+0
* exported-object: explicitly disconnect bindings and signal handlers to GDBusI...Thomas Haller2015-09-181-11/+59
* core: merge branch 'lr/applied-connection-bgo724041'Thomas Haller2015-09-1844-1134/+1740
|\
| * core: separate active and applied connectionLubomir Rintel2015-09-1836-843/+1326
| * libnm: mark properties that take effect immediately on active connection (REA...Thomas Haller2015-09-185-2/+39
| * libnm: use NM_FLAGS_HAS() in nm_setting_compare()Thomas Haller2015-09-181-5/+7
| * secrets: make agent-manager independent from NMSettingsConnectionThomas Haller2015-09-186-24/+59
| * vpn-connection: refactor cancellation of secretsThomas Haller2015-09-181-9/+21
| * settings: use nm_settings_connection_get_id/uuid() utilsThomas Haller2015-09-182-16/+15
| * settings: add nm_settings_connection_get_id/uuid() utilsThomas Haller2015-09-182-0/+15
| * libnm: don't assert in nm_connection_get_*() for verified connectionThomas Haller2015-09-181-2/+4
| * audit-manager: don't log connection whose addition failsLubomir Rintel2015-09-182-4/+3
| * vpn-connection: use logging macros _LOG*()Thomas Haller2015-09-181-120/+92
| * vpn-connection: add logging macros _LOG*()Thomas Haller2015-09-181-0/+55
| * vpn-connection/trivial: consistently rename @connection argument to @selfThomas Haller2015-09-182-120/+120
| * core/manager: use active_connection_get_by_path() in impl_manager_deactivate_...Thomas Haller2015-09-181-9/+4
|/
* libnm: fix missing case in "nm-remote-connection.c"Thomas Haller2015-09-181-1/+1
* libnm: fix initializing of new connectionsJiří Klimeš2015-09-182-1/+4
* core: merge branch 'th/secret-requests-bgo754508'Thomas Haller2015-09-1815-755/+809
|\
| * agent-manager: always invoke complete function for asynchronous nm_agent_mana...Thomas Haller2015-09-189-102/+190
| * secret-agent/trivial: add code commentThomas Haller2015-09-181-0/+11
| * settings: refactor call_id type of async functions for NMAgentManager, NMSett...Thomas Haller2015-09-1811-163/+202
| * agent-manager: fix type of idle_id in Request structureThomas Haller2015-09-181-1/+1
| * agent-manager/refact: return early from _con_get_try_complete_early() instead...Thomas Haller2015-09-181-49/+43
| * agent-manager/trivial: rename functionsThomas Haller2015-09-181-41/+41
| * agent-manager/refact: replace get_start() by request_start()Thomas Haller2015-09-181-10/+19
| * agent-manager/refact: replace function callbacks by direct calls or inlineThomas Haller2015-09-181-159/+81
| * agent-manager/refact: merge the subclasses into RequestThomas Haller2015-09-181-324/+285
| * core/trivial: add code comment to nm_utils_get_shared_wifi_permission()Thomas Haller2015-09-181-0/+6
| * auth-utils: some refactoring in nm-auth-utils.cThomas Haller2015-09-181-50/+74
|/
* gitignore: ignore GDBus generated glueLubomir Rintel2015-09-181-0/+1
* platform: merge branch 'th/platform-permanent-hwaddr-rh1264024'Thomas Haller2015-09-181-8/+18
|\
| * platform: don't accept 00:00:00:00:00:00 as valid permanent addressThomas Haller2015-09-181-0/+7
| * platform: stack-allocate request data for nmp_utils_ethtool_get_permanent_add...Thomas Haller2015-09-181-8/+11
|/
* all: merge branch 'lr/default-unmanaged-bgo746566'Thomas Haller2015-09-1815-27/+275
|\
| * device/trivial: rename nm_device_get_unmanaged_flag() to nm_device_get_unmana...Thomas Haller2015-09-183-8/+8
| * device/trivial: rename nm_device_set_initial_unmanaged_flag() to nm_device_se...Thomas Haller2015-09-184-14/+14
| * nmcli: extend `nmcli device set` command to accept explicit ifname specifierThomas Haller2015-09-183-5/+14
| * cli: add nmcli device set commandLubomir Rintel2015-09-183-2/+150
| * libnm,libnm-glib: add Device.Managed setterLubomir Rintel2015-09-186-0/+69
| * device: allow modifying Managed propertyThomas Haller2015-09-184-3/+25
|/
* core: merge branch 'bg/update-metered-on-the-fly-bgo724041'Beniamino Galvani2015-09-183-23/+31
|\
| * policy: react to firewall/metered changes on UPDATED_BY_USER signalBeniamino Galvani2015-09-181-11/+10
| * policy: update device's metered property when connection changesBeniamino Galvani2015-09-183-3/+5
| * policy: refactor handling of UPDATED signalBeniamino Galvani2015-09-181-17/+24
|/
* platform: merge branch 'th/platform-refresh-link-bgo754996'Thomas Haller2015-09-181-7/+69
|\
| * platform: cancel delayed action REFRESH_LINK when receiving an updateThomas Haller2015-09-181-6/+37