summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.c
Commit message (Expand)AuthorAgeFilesLines
* core: separate active and applied connectionLubomir Rintel2015-09-181-41/+136
* logging: declare default logging macros in "nm-logging.h"Thomas Haller2015-08-201-25/+7
* active-connection: log lifetime of NMActiveConenctionThomas Haller2015-08-131-0/+6
* active-connection: make use of logging macro _LOGD()Thomas Haller2015-08-131-10/+10
* active-connection: add logging macros _LOG*()Thomas Haller2015-08-131-0/+40
* devices, active-connection: port to gdbusDan Winship2015-08-101-43/+45
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-4/+1
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-26/+7
* core: add an NMExportedObject base classDan Winship2015-07-241-3/+2
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* active-connection: fail the activation if the master AC disconnectLubomir Rintel2015-06-241-2/+3
* nm-manager: add 'metered' propertyBeniamino Galvani2015-06-091-0/+24
* all: consistently include config.hDan Winship2014-11-131-0/+2
* build: add the compatibility header for g_clear_pointer()Jiří Klimeš2014-11-071-0/+1
* vpn/core: move VPN gateway route between devices when routing changesDan Williams2014-11-061-5/+30
* core: add PrimaryConnectionType property to NMManager (bgo #739080)Ryan Lortie2014-10-231-0/+11
* core: lie about NMActiveConnection:state in new connectionsDan Winship2014-10-191-1/+10
* auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-09-291-1/+1
* auth: rename file nm-manager-auth.* to nm-auth-utils.*Thomas Haller2014-09-291-1/+1
* core: do not assert when a device is enslaved externallyJiří Klimeš2014-09-261-2/+2
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-011-1/+1
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-0/+1
* core: ensure boolean properties for nm_active_connection_set_default[6]() are...Thomas Haller2014-06-201-2/+6
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-133/+133
* core: add parameter to ignore error in add/remove pending actionThomas Haller2014-05-011-4/+4
* core: implement function nm_active_connection_get_uuid()Thomas Haller2014-03-051-0/+8
* core: rename function nm_active_connection_get_name() to nm_active_connection...Thomas Haller2014-03-051-2/+2
* core: add 'type' and 'id' property for NMActiveConnection (rh #1061822)Jiří Klimeš2014-03-051-1/+23
* core: better ignore deactivations before a new activation starts (rh #1058843)Dan Williams2014-02-251-19/+5
* core: don't block startup on assumed connectionsDan Winship2014-02-131-2/+9
* core: fix master deactivationDan Winship2014-01-231-29/+48
* core: add IP/DHCP config properties to o.fd.NM.Connection.ActiveDan Winship2013-12-191-0/+53
* core: fix NMActiveConnection to properly add/remove pending action "activation"Thomas Haller2013-12-181-3/+14
* core: clear device on NMActiveConnection when the connection is DEACTIVATEDJiří Klimeš2013-12-121-9/+17
* core: ensure 'activation' pending action encompasses full activation processDan Williams2013-12-121-0/+8
* settings: port NMAgentManager, etc, to use NMAuthSubjectDan Winship2013-12-031-11/+0
* core: add nm_active_connection_[get|set]_assumed()Dan Williams2013-11-081-0/+17
* trivial: add logging for ActiveConnection master-ready trackingDan Williams2013-10-311-3/+41
* core: allow ActiveConnections to be created without a deviceDan Williams2013-10-311-19/+33
* core: have ActiveConnection track device state instead of subclassesDan Williams2013-10-311-4/+58
* core: indicate via a property when master connections are ready for slavesDan Williams2013-10-311-0/+66
* core: allow ActiveConnection connection to be changedDan Williams2013-10-311-0/+15
* core: watch master ActiveConnections and follow master deactivationDan Williams2013-10-311-0/+30
* core: switch NMActiveConnection master to an NMActiveConnection instead of NM...Dan Williams2013-10-311-14/+25
* core: allow active connection 'master' to be set after object creationDan Williams2013-10-311-5/+28
* core: add authorization code to NMActiveConnectionDan Williams2013-10-311-0/+116
* core: pass NMAuthSubject around activation paths instead of uid + dbus senderDan Williams2013-10-311-24/+35
* core: ensure active connection has a device before exporting itDan Williams2013-10-311-0/+2
* core: handle NULL object paths in NMActiveConnectionDan Williams2013-10-311-1/+10
* core: remove assume from nm-activation-requestPavel Šimerda2013-08-221-20/+0