summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* manager: change autoconnect-slaves logic for already active slavesbg/autoconnect-slaves-rh1845018Beniamino Galvani2020-06-111-3/+32
* core: fix taking over external connection after restartThomas Haller2020-06-101-5/+13
* core: add "external" flag for connections of external devicesThomas Haller2020-06-101-12/+18
* core: fix maybe-uninitialized warning in periodic_update_active_connection_ti...Thomas Haller2020-06-031-1/+1
* core: drop mask argument from nm_settings_connection_autoconnect_blocked_reas...Thomas Haller2020-06-031-2/+2
* core: in periodic_update_active_connection_timestamps() use same timestampThomas Haller2020-06-031-3/+10
* config: avoid lgtm.com warning about int bitfield for NMConfigDeviceStateData...Thomas Haller2020-05-071-2/+4
* device: implement "auth-request" as async operation nm_manager_device_auth_re...Thomas Haller2020-04-281-38/+77
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-3/+3
* core: periodically cleanup unused device state files from /runThomas Haller2020-03-041-1/+19
* core: return ifindex from nm_manager_write_device_state()Thomas Haller2020-03-041-13/+21
* core/trivial: rename nm_config_device_state_prune_unseen() to nm_config_devic...Thomas Haller2020-03-041-1/+1
* core: cleanup nm_config_device_state_prune_unseen() and accept NMPlatform for...Thomas Haller2020-03-041-4/+4
* all: unify spelling of "fall-through" comment for switch statementsThomas Haller2020-02-211-1/+1
* device: merge nm_device_get_dhcp[46]_config() to nm_device_get_dhcp_config()Thomas Haller2020-02-211-1/+1
* core: add common base class NMDhcpConfig for NMDhcp[46]Config and merge themThomas Haller2020-02-211-5/+5
* Revert "core: create virtual device on settings changes in idle handler"Beniamino Galvani2020-02-191-49/+2
* Revert "manager: drop devices_inited field in NManagerPrivate for devices_ini...Beniamino Galvani2020-02-171-3/+5
* manager: drop devices_inited field in NManagerPrivate for devices_inited_idThomas Haller2020-02-141-5/+3
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-1/+1
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-1/+2
* shared: drop nm_utils_dbus_normalize_object_path() in favor of nm_dbus_path_n...Thomas Haller2020-02-101-5/+5
* manager: check for master existence before realizing the deviceBeniamino Galvani2020-01-291-13/+13
* manager: skip activation of a virtual device if master is missingBeniamino Galvani2020-01-291-0/+14
* shared: nm-auth-subject: add unix-session typeAntonio Cardace2019-12-241-3/+5
* shared: move nm-dbus-auth-subject to shared/nm-libnm-core-internAntonio Cardace2019-12-241-5/+5
* core: add and indicate NM_CAPABILITY_OVS capability on D-BusThomas Haller2019-12-211-1/+1
* manager: create a virtual device only if the connection can autoconnectBeniamino Galvani2019-12-151-1/+2
* nm-manager: restore passing correct size to sendfile in copy_lease()Alexey Kodanev2019-12-121-3/+3
* manager: forbid autoactivation of parent when it is blocked by user requestbg/parent-autoactivate-rh1765566Beniamino Galvani2019-12-111-0/+9
* nm-manager: remove lease file if copying dhclient lease failsThomas Haller2019-12-111-9/+12
* nm-manager: fix selinux label for dhclient lease file from initramfsAlexey Kodanev2019-12-111-1/+31
* core: use nm_client_permission_result_to_string() to map permission resultThomas Haller2019-12-101-10/+3
* core: don't duplicate list of known permissions in impl_manager_get_permissio...Thomas Haller2019-12-101-53/+24
* core: also return unknown permission check resultThomas Haller2019-12-101-3/+4
* core: also check "org.freedesktop.NetworkManager.wifi.scan" permissionsThomas Haller2019-12-101-0/+2
* manager: don't activate device if the parent is missingBeniamino Galvani2019-11-251-9/+33
* manager: assume DHCP if we see a lease on taking over an initramfs connectionLubomir Rintel2019-11-181-0/+6
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* bluetooth: refactor BlueZ handling and let NMBluezManager cache ObjectManager...Thomas Haller2019-09-231-20/+12
* libnm: export reload flagsBeniamino Galvani2019-09-171-4/+4
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* core: add defines for common authentication-related error messagesBeniamino Galvani2019-09-051-14/+14
* manager: keep device if realize() failsBeniamino Galvani2019-09-031-1/+0
* shared: add nm_c_list_elem_find_first() helper macroThomas Haller2019-08-081-1/+1
* manager: don't treat the initramfs-configured DHCP connections as generatedLubomir Rintel2019-08-021-6/+40
* settings/trivial: rename NM_SETTINGS_CONNECTION_PERSIST_MODE_DISK to NM_SETTI...Thomas Haller2019-07-251-2/+2
* core,libnm: add AddConnection2() D-Bus API to block autoconnect from the startThomas Haller2019-07-251-0/+2
* libnm,core: Add ConnectivityCheckUri property and accessorsIain Lane2019-07-221-2/+19
* settings: rework tracking settings connections and settings pluginsThomas Haller2019-07-161-55/+59