summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* manager: unmanage software devices when networking gets disabledBeniamino Galvani2019-05-071-3/+9
* manager: clear unmanaged-sleeping flag on software devices on resumeBeniamino Galvani2019-05-071-4/+4
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-1/+1
* shared: move "nm-dbus-compat.h" header to "nm-std-aux/nm-dbus-compat.h"Thomas Haller2019-04-181-1/+1
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* core: don't realize unmanaged software devicesbg/unmanaged-sw-dev-rh1679230Beniamino Galvani2019-04-121-0/+7
* Update connectivity value on device removalAntonio Larrosa2019-04-021-0/+10
* trivial: fix grouping of empty GClosure arg in g_signal_new()Francesco Giudici2019-03-221-4/+4
* manager: ignore ovs-system master when assuming connectionsBeniamino Galvani2019-03-041-1/+6
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* all: cache errno in local variable before using itThomas Haller2019-02-121-2/+3
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* manager: Fix GVariant format strings for AddAndActivate2 return valueBenjamin Berg2019-01-291-2/+2
* all: fix misspellingsRafael Fontenelle2019-01-241-4/+4
* all: return output dictionary from "AddAndActivate2"Thomas Haller2019-01-141-9/+37
* core: cleanup error path in activation_add_done()Thomas Haller2019-01-141-23/+28
* connectivity: consider default route for global connectivity stateThomas Haller2018-12-111-28/+75
* connectivity: fix determining the global connectivity stateThomas Haller2018-12-111-2/+5
* core: improve and fix keeping connection active based on "connection.permissi...Thomas Haller2018-12-091-4/+89
* keep-alive: use NMKeepAlive API directly instead of via NMActiveConnectionThomas Haller2018-12-091-2/+8
* manager: use nm_device_disconnect_active_connection() in nm_manager_deactivat...Thomas Haller2018-12-091-4/+4
* manager: fail early from nm_manager_deactivate_connection()Thomas Haller2018-12-091-10/+5
* device: pass active-connection's state-change reason to nm_device_disconnect_...Thomas Haller2018-12-091-1/+2
* device: add state-change reason argument to nm_device_disconnect_active_conne...Thomas Haller2018-12-091-1/+2
* core: avoid assertion when removing devicesBeniamino Galvani2018-12-041-1/+6
* device/shared: set ANDROID_METERED option 43 for shared connectionsThomas Haller2018-12-031-0/+8
* core: add checks on connection default propertiesBeniamino Galvani2018-12-011-1/+1
* config: warn about unknown keys in config filesBeniamino Galvani2018-12-011-1/+1
* all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel2018-11-291-4/+4
* core: use nm_g_object_set_property() for setting properties from D-BusThomas Haller2018-11-221-1/+5
* all: rename "bind" option for AddAndActivateConnection2 to "bind-activation"Thomas Haller2018-11-191-2/+2
* manager: prefer nm_streq over strcmp in impl_manager_add_and_activate_connect...Thomas Haller2018-11-181-13/+11
* manager: fix checking for bind-lifetime setting in add-and-activateThomas Haller2018-11-181-6/+7
* manager: allow add-and-activate option "bind" with non-volatile profilesThomas Haller2018-11-181-5/+1
* core: Add option to AddAndActivateConnection2 to bind the lifetimeBenjamin Berg2018-11-171-1/+22
* core: Add persist option to AddAndActivateConnection2Benjamin Berg2018-11-171-10/+42
* core: Add an AddAndActivateConnection2 routine with options parameterBenjamin Berg2018-11-171-1/+40
* core: ignore unmanaged devices for explicit activation request depending on m...Thomas Haller2018-10-171-2/+35
* core/trivial: add code comment for nm_manager_get_best_device_for_connection()Thomas Haller2018-10-171-2/+12
* core: fix checking multi-connect flag in nm_manager_get_best_device_for_conne...Thomas Haller2018-10-171-1/+4
* core: improve selection of device when activating profile on any deviceThomas Haller2018-10-171-4/+85
* 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