summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* manager: search all existing active connections during nm_manager_get_best_de...th/manager-activation-cleanupThomas Haller2018-04-301-7/+71
* manager: disconnect all conflicting concurrent active connections in _interna...Thomas Haller2018-04-301-5/+18
* core: rework nm_device_steal_connection()Thomas Haller2018-04-301-6/+3
* core: don't consider deactivating active-connection when checking for concurr...Thomas Haller2018-04-301-6/+9
* manager: minor refactoring of active_connection_find_by_connection()Thomas Haller2018-04-301-6/+8
* manager: extend helper function to find all matching active-connectionsThomas Haller2018-04-301-25/+61
* core: only abort conflicting activations for certain activation typesThomas Haller2018-04-301-7/+7
* core: add activation-reasons for external/assume connectionsThomas Haller2018-04-301-1/+1
* manager: fix assertion in nm_manager_activate_connection()Beniamino Galvani2018-04-301-4/+6
* core/dbus: stop NMDBusManager and reject future method callsThomas Haller2018-04-241-1/+2
* core/trivial: add FIXME comments about clean shutdown at exitThomas Haller2018-04-241-3/+17
* settings: pass in authentication subject to nm_settings_add_connection_dbus()Thomas Haller2018-04-241-0/+1
* manager: track pending authorizations for activating connectionsThomas Haller2018-04-241-39/+185
* manager: use nm_utils_user_data_pack() instead of explicit AddAndActivateInfo...Thomas Haller2018-04-241-18/+3
* core: rework passing user-data to nm_active_connection_authorize()Thomas Haller2018-04-241-31/+20
* manager: fix assertions when activating VPNsBeniamino Galvani2018-04-201-7/+11
* manager: fix activating VPN connectionsBeniamino Galvani2018-04-201-1/+1
* manager: fix auth-subject cleanupBeniamino Galvani2018-04-191-1/+1
* manager: trust the state file more when assuming connectionsBeniamino Galvani2018-04-191-19/+34
* all: replace "it's" with "its" where neededBeniamino Galvani2018-04-181-1/+1
* device: set device's sys-iface-state only shortly before activating deviceth/manager-cleanupThomas Haller2018-04-181-3/+3
* manager: some refactoring of error paths to return earlyThomas Haller2018-04-181-25/+29
* manager: ensure valid specific_object path is passed to _new_active_connection()Thomas Haller2018-04-181-10/+9
* manager: merge VPN handling into _new_active_connection()Thomas Haller2018-04-181-58/+63
* manager: use cleanup attribute in impl_manager_add_and_activate_connection() ...Thomas Haller2018-04-181-30/+32
* manager: add is-vpn argument to _new_active_connection() and avoid searching ...Thomas Haller2018-04-181-13/+27
* manager: add _connection_is_vpn() helper to unify checks for VPN typeThomas Haller2018-04-181-4/+19
* manager/trivial: rename boolean variable "vpn" to "is_vpn"Thomas Haller2018-04-181-10/+10
* core: cleanup NMManager's validate_activation_request()Thomas Haller2018-04-181-35/+40
* core: cleanup code by using nm_auth_is_subject_in_acl_set_error()Thomas Haller2018-04-181-78/+35
* core: downgrade assertion to nm_assert()Thomas Haller2018-04-181-3/+3
* core: use nm_utils_dbus_normalize_object_path() to cleanup D-Bus argumentThomas Haller2018-04-181-22/+7
* core/trivial: rename "NMSettingsConnectionFlags" to "NMSettingsConnectionIntF...Thomas Haller2018-04-161-5/+5
* auth-chain/trivial: rename nm_auth_chain_unref() to nm_auth_chain_destroy()Thomas Haller2018-04-131-10/+10
* core: use nm_dbus_object_get_path() instead of nm_connection_get_path()Thomas Haller2018-04-131-2/+2
* manager: don't coalesce duplicate internal activations with different reasonsThomas Haller2018-04-121-1/+2
* manager: merge set_state() in nm_manager_update_state() functionThomas Haller2018-04-111-26/+18
* connectivity: optmize finding best connectivty state in NMManager::device_con...Thomas Haller2018-04-111-3/+12
* connectivity: add connectivity-changed signal to NMDeviceThomas Haller2018-04-111-2/+1
* connectivity: emit properties-changed about connectivity settingsThomas Haller2018-04-101-2/+33
* connectivity: schedule connectivity timers per-device and probe for short out...Thomas Haller2018-04-101-8/+43
* connectivity: rework async connectivity check requestsThomas Haller2018-04-101-39/+65
* manager: allow autoconnect-slaves to reconnect the same connectionbg/autoconnect-slaves-rh1548265Beniamino Galvani2018-04-081-3/+5
* core: specify an activation reason for active connectionsBeniamino Galvani2018-04-081-1/+22
* Revert "core: merge branch 'bg/restart-assume-rh1551958'"Thomas Haller2018-04-041-21/+45
* checkpoint: allow resetting the rollback timeout via D-BusThomas Haller2018-04-041-3/+51
* checkpoint: don't explicitly track checkpoints in a GHashTableThomas Haller2018-04-041-9/+6
* checkpoint/trivial: rename nm_checkpoint_manager_unref() to nm_checkpoint_man...Thomas Haller2018-04-041-1/+1
* core: remove @indicated argument of nm_utils_match_connection()Beniamino Galvani2018-04-041-1/+0
* manager: relax checks for assuming connections after restartBeniamino Galvani2018-04-041-44/+21