summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* device: expose connectivity check result on a deviceLubomir Rintel2018-09-241-1/+4
* connectivity: allow limiting the connectivity check to a specified AFLubomir Rintel2018-09-241-0/+7
* core: improve logging why startup-complete is blockedThomas Haller2018-09-191-5/+10
* manager: initialize a potentially uninitialized variableLubomir Rintel2018-09-181-1/+1
* config: add --configure-and-quit=initrd modeLubomir Rintel2018-09-181-1/+1
* manager: don't save deactivating connections in the state fileLubomir Rintel2018-09-181-1/+2
* dhcp: save root-path in the state fileLubomir Rintel2018-09-181-1/+8
* docs: misc. typos pt2luz.paz2018-09-171-4/+4
* core: add nm_config_data_get_connection_default_int64()Beniamino Galvani2018-09-061-12/+9
* manager: don't update ifindex of existing devicesBeniamino Galvani2018-09-051-3/+15
* settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-281-186/+283
* shared: move nm_utils_array_find_binary_search() to shared utilsThomas Haller2018-08-101-6/+6
* manager: fix assuming multi-connect connectionsBeniamino Galvani2018-08-081-4/+15
* core: implement connection.multi-connect to activate profiles multiple timesThomas Haller2018-08-081-1/+11
* core: extend nm_manager_get_activatable_connections() for autoconnect and mul...Thomas Haller2018-08-081-5/+30
* manager: use NM_IN_SET()Beniamino Galvani2018-08-021-12/+9
* manager: update the device state file upon (dis)connectionBeniamino Galvani2018-08-021-0/+6
* manager: rename nm_manager_write_device_state()Beniamino Galvani2018-08-021-49/+58
* core: improve error message when activating profileThomas Haller2018-07-241-5/+8
* core: improve error message when activating profile on deviceThomas Haller2018-07-241-3/+7
* core: return error reason from nm_manager_get_best_device_for_connection()Thomas Haller2018-07-241-6/+47
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-6/+6
* core: give better error reason why device is unavailableThomas Haller2018-07-241-6/+14
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-3/+3
* policy: track best active connections rather than best devicesbg/vpn-primaryBeniamino Galvani2018-07-091-44/+35
* manager: accept non-null device for VPN activationsBeniamino Galvani2018-07-091-15/+1
* manager/trivial: fix typo in commentFrancesco Giudici2018-06-271-1/+1
* manager: return NULL for invalid ifindex in nm_manager_get_device_by_ifindex()Thomas Haller2018-06-221-3/+5
* manager: fix typo in 'PrimaryConnectionType' D-Bus property nameBeniamino Galvani2018-06-221-1/+1
* core: don't shutdown interfaces if they have wowlan enabledAlfonso Sánchez-Beato2018-06-151-11/+16
* manager: fix failed assertion on user activationsBeniamino Galvani2018-06-041-1/+5
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-1/+1
* 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