summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* core: use _nm_packed attribute instead of __attribute__((packed))Thomas Haller2017-01-161-1/+1
* device: drop unused hook nm_device_notify_new_device_added()Thomas Haller2017-01-041-7/+0
* device: track parent device in NMDeviceThomas Haller2017-01-041-0/+36
* manager: better handle failures in AddAndActivateConnectionBeniamino Galvani2016-12-231-1/+2
* ifcfg-rh: write the master device name even if the master property is an UUIDlr/ifcfg-device-rh1369008Lubomir Rintel2016-12-151-0/+24
* manager: don't upgrade the state when connectivity check failsBeniamino Galvani2016-12-141-3/+1
* manager: don't update the manager state in get_property()Beniamino Galvani2016-12-141-1/+0
* all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-131-1/+1
* manager: fix state transition on resuming from sleepBeniamino Galvani2016-11-291-3/+13
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-2/+2
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-8/+8
* manager: allow ipv6.medhod=shared connectionsLubomir Rintel2016-11-091-12/+0
* manager: force connectivity check when there is a default active connectionBeniamino Galvani2016-11-071-3/+5
* device: delay evaluating unmanaged-by-user-settings flags until link initializedThomas Haller2016-10-281-8/+7
* device: delay capturing permanent MAC address until UDEV is settledThomas Haller2016-10-281-1/+1
* device: treat fake permanent MAC address mostly like a real oneThomas Haller2016-10-281-1/+1
* core: persist the fake permanent hardware address to the device's statefileThomas Haller2016-10-281-0/+7
* manager: allow slave connection to auto-connect its slavesBeniamino Galvani2016-10-281-5/+34
* src: drop generated nm-src-enum-types.hThomas Haller2016-10-221-1/+0
* core: don't use generated glib enum for platform typesThomas Haller2016-10-221-2/+3
* build: merge "src/Makefile.am" into toplevel MakefileThomas Haller2016-10-191-1/+1
* device: make NMDeviceFactory a class instead of an interfaceThomas Haller2016-10-111-1/+1
* logging: remove LOGD_HW alias for LOGD_PLATFORMThomas Haller2016-10-111-3/+3
* core: refactor private data in "src"Thomas Haller2016-10-041-0/+3
* core: rename "nm-activation-request.[hc]" for NMActRequestThomas Haller2016-10-031-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-17/+17
* core: allow passing an applied connection to nm_act_request_new()Beniamino Galvani2016-09-261-3/+15
* manager: add nm_manager_get_device_paths()Beniamino Galvani2016-09-261-0/+22
* device: initialize nm_plugin_missing via constructor propertyThomas Haller2016-09-261-4/+3
* config: store and load device runtime state to fileThomas Haller2016-09-261-4/+60
* core: use binary-search for nm_manager_set_capability()Thomas Haller2016-09-231-29/+23
* capabilities: fix destroying capabilities in dispose()Thomas Haller2016-09-231-3/+12
* capabilities: fix data type to "u" / uint32Thomas Haller2016-09-231-4/+4
* manager: Add "Capabilities" propertyMarius Vollmer2016-09-231-1/+59
* manager: emit device-removed signal when a device unrealizesBeniamino Galvani2016-09-161-2/+5
* core: use _NM_GET_PRIVATE() macrosThomas Haller2016-09-081-13/+2
* core: use #define for "rfkill-changed" signal nameThomas Haller2016-08-231-1/+1
* core: check valid uid for D-Bus load_connection(s)/set_logging callsBeniamino Galvani2016-08-231-0/+11
* core: drop root requirement for load_connection(s)/set_logging D-Bus callsBeniamino Galvani2016-08-201-17/+0
* manager: add explicit cast for g_object_set()Thomas Haller2016-08-171-1/+1
* auth: check when setting statistics refresh rateAlfonso Sanchez-Beato2016-08-171-0/+15
* permissions: properly add checkpoint-rollback permissionThomas Haller2016-08-171-0/+2
* checkpoint: add audit supportBeniamino Galvani2016-08-171-14/+19
* checkpoint: use polkit to check permissionBeniamino Galvani2016-08-171-44/+97
* checkpoint: add create, rollback and destroy D-Bus APIBeniamino Galvani2016-08-171-2/+123
* manager: preserve constness in NM_MANAGER_GET_PRIVATE() and add compile-time ...Thomas Haller2016-07-011-2/+13
* manager: use priv->config instead of singleton getter nm_config_get()Thomas Haller2016-07-011-2/+2
* manager: keep reference on NMAuthManager singletonThomas Haller2016-07-011-6/+12
* core: refactor unmanaging devices on shutdown and unmanage Wi-Fi devicesThomas Haller2016-06-301-20/+4
* device: fix matching MAC address for VLAN and MACVLAN devicesThomas Haller2016-06-301-3/+3