summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: separate active and applied connectionlr/applied-connection-bgo724041Lubomir Rintel2015-09-1836-791/+1237
* 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
* 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
| * platform: refresh links when parent gets removedThomas Haller2015-09-181-0/+31
| * platform: fix handling refresh-link delayed actionsThomas Haller2015-09-181-1/+1
|/
* coverity: calm coverity for clock_gettime() return value checkJiří Klimeš2015-09-181-1/+3
* exported-object: fix type of @interface variables to be GDBusInterfaceSkeletonThomas Haller2015-09-171-7/+8
* ifcfg-rh: ignore GATEWAY from network file for DHCP connections (rh #1262972)Jiří Klimeš2015-09-175-0/+61
* ifcfg-rh: (trivial) remove unused network_file parameterJiří Klimeš2015-09-171-12/+7
* examples: generate UUID in add-wifi-eap-connection.pyJiří Klimeš2015-09-171-2/+2
* examples: add a python example for adding WPA PSK Wi-Fi connectionJiří Klimeš2015-09-173-1/+58
* dhcp/systemd: fix leaking leases after dhcp_lease_load()Thomas Haller2015-09-171-7/+8
* dhcp/systemd: fix unrefing lease after API change of sd_dhcp_client_get_lease()Thomas Haller2015-09-171-1/+0