summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: use nm_c_list_elem_free_steal() in _delete_volatile_connection_all ()Thomas Haller2019-07-101-3/+1
* manager: propagate the for-user-request flag for slaves autoconnectionBeniamino Galvani2019-07-081-5/+8
* core: create virtual device on settings changes in idle handlerThomas Haller2019-07-021-2/+49
* manager: don't consider by-user change flag for creating unrealized deviceThomas Haller2019-06-261-3/+8
* core: ensure normalized connection during add-and-activateThomas Haller2019-06-261-0/+2
* settings: reorder checks in _delete_volatile_connection_do() to perform cheap...Thomas Haller2019-06-261-2/+2
* settings: use NMCListElem instead of DeleteVolatileConnectionData for trackin...Thomas Haller2019-06-261-18/+6
* manager: cleanup freeing CList in NMManager's dispose()Thomas Haller2019-06-131-6/+6
* auth-chain: track auth-chains in embedded CListThomas Haller2019-06-131-28/+27
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* config: also save next-server in the state fileLubomir Rintel2019-05-301-1/+5
* utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel2019-05-281-0/+1
* manager: relax condition when checking for duplicate ACsBeniamino Galvani2019-05-201-3/+1
* manager: don't allow femoving a device without traversing proper statesLubomir Rintel2019-05-201-14/+13
* core: don't log plain pointer values for singletonsThomas Haller2019-05-131-1/+2
* manager: use "perm" name for nm_auth_chain_set_data() tag in device_auth_requ...Thomas Haller2019-05-121-2/+2
* auth-chain: don't clone the permission string for AuthChainThomas Haller2019-05-121-3/+6
* core: remove unused error argument from NMAuthChainResultFuncThomas Haller2019-05-121-66/+10
* core: don't call nm_auth_chain_destroy() from the callbackThomas Haller2019-05-121-57/+38
* core: drop unused function sleep_auth_done_cb()Thomas Haller2019-05-121-39/+0
* settings: cache keyfile databases for "timestamps" and "seen-bssids"Thomas Haller2019-05-071-1/+1
* manager: unmanage software devices when networking gets disabledBeniamino Galvani2019-04-241-3/+9
* manager: clear unmanaged-sleeping flag on software devices on resumeBeniamino Galvani2019-04-241-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