summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* connectivity: refactor converting connectivity states to stringThomas Haller2015-02-031-4/+1
* core: fix WiMAX enabled state file property nameDan Williams2015-02-021-1/+1
* manager: fix impl_manager_add_and_activate_connection()Thomas Haller2015-01-301-2/+4
* manager: don't attempt to activate ipv6.method=shared connectionsLubomir Rintel2015-01-251-0/+10
* core: show better error for software device creation failures (rh #1182923)Jiří Klimeš2015-01-201-15/+45
* connectivity: simplify redundant codeDan Winship2015-01-151-3/+3
* connectivity: fix manager state during connectivity check (bgo #742823)Dan Winship2015-01-151-9/+5
* core: ensure manager state is updated on resume with connectivity checking en...Dan Williams2015-01-121-3/+2
* core: declare nm_vpn_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-1/+1
* core: declare nm_sleep_monitor_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-4/+8
* core: allow connections to participate in NMManager:startup-completeDan Winship2015-01-091-0/+15
* auth: remove session monitor argumentPavel Šimerda2015-01-051-5/+0
* core: don't assume connection if device is EXTERNAL_DOWN (bgo #741694)Dan Williams2014-12-181-0/+1
* trivial: add some debug messages on device destruction/removalDan Williams2014-12-181-0/+3
* core: don't assume connections for INTERNAL or PARENT unmanaged devicesDan Williams2014-12-161-1/+3
* device: set the master on device additionLubomir Rintel2014-12-111-0/+1
* core: fix leak of generated connection if device is activeDan Williams2014-12-031-5/+4
* device: Remove unmanaged slaves from master when they disappearLubomir Rintel2014-11-201-0/+1
* all: consistently include config.hDan Winship2014-11-131-1/+1
* iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-071-3/+25
* platform: don't include gsystem-local-alloc.h in nm-platform.hThomas Haller2014-11-071-0/+1
* build: fix -Wstrict-prototypes warningsThomas Haller2014-10-291-1/+1
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-281-4/+1
* core: add PrimaryConnectionType property to NMManager (bgo #739080)Ryan Lortie2014-10-231-0/+15
* libnm-core, core: merge NMLoggingError into NMManagerErrorDan Winship2014-10-221-1/+0
* libnm-core, core: move NMManagerError to nm-errorsDan Winship2014-10-221-21/+9
* core: remove child devices without deconfiguring them (bgo #738479)Dan Williams2014-10-171-8/+10
* auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-09-291-27/+34
* auth: rename file nm-manager-auth.* to nm-auth-utils.*Thomas Haller2014-09-291-1/+1
* core: recheck_assume_connection() do nothing if the device is not disconnectedThomas Haller2014-09-241-1/+7
* core: clean up nm-generated-assumed connections when assumption fails or conn...Thomas Haller2014-09-241-36/+60
* core: add "nm-generated-assumed" flag to NMSettingsConnectionThomas Haller2014-09-241-3/+6
* settings: implement 'unsaved' and 'nm-generated' as #NMSettingsConnectionFlagsThomas Haller2014-09-241-1/+1
* libnm: port to GDBusDan Winship2014-09-181-2/+1
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-2/+7
* core: fix casting of factory type (bgo #736780)Lubomir Rintel2014-09-171-1/+1
* tun: port to internal device factorydcbw/internal-device-factoriesDan Williams2014-09-111-5/+0
* gre: port to internal device factoryDan Williams2014-09-111-5/+0
* vxlan: port to internal device factoryDan Williams2014-09-111-4/+0
* macvlan: port to internal device factoryDan Williams2014-09-111-5/+0
* vlan: port to internal device factoryDan Williams2014-09-111-38/+13
* bond: port to internal device factoryDan Williams2014-09-111-7/+1
* bridge: port to internal device factoryDan Williams2014-09-111-6/+0
* infiniband: port to internal device factoryDan Williams2014-09-111-6/+0
* ethernet: port to internal device factoryDan Williams2014-09-111-4/+0
* veth: port to internal device factoryDan Williams2014-09-111-4/+0
* core: add support for internal device factoriesDan Williams2014-09-111-14/+34
* core: pass parent to device factories when creating devices for connectionsDan Williams2014-09-111-2/+4
* core: split out device factory registration functionDan Williams2014-09-111-35/+45
* core: move device factory type function into factory objectDan Williams2014-09-111-28/+21