summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: make nm-properties-changed-signal always export the right propertiesDan Winship2013-05-201-23/+12
* core: convert the DBus manager to a single-ref objectDan Williams2013-05-201-4/+1
* core: use wrappers for DBus object registration/unregistrationDan Williams2013-04-081-2/+1
* core: fix duplicating (not removing) active connectionsDan Williams2013-02-111-0/+10
* core: handle some connection timestamp updating in NMActiveConnectionDan Williams2012-12-171-3/+13
* core: move most activation request logic to the active connection classDan Williams2012-12-171-30/+146
* core: add nm_active_connection_get_name() for easy access to connection nameJiří Klimeš2012-09-241-0/+8
* core: use active connection dependency master instead of manually setting itDan Williams2012-03-011-5/+5
* core: track active connection dependenciesDan Williams2012-03-011-0/+6
* core: make NMActiveConnection a base class for NMActRequest and NMVPNConnectionDan Williams2012-02-091-28/+280
* bonding: export path of master device property over DBUSThomas Graf2012-01-251-1/+9
* api: add "Uuid" property to ActiveConnection interfaceDan Williams2011-04-221-0/+8