summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-29auth: rework polkit autorization to use DBUS interface directlyThomas Haller1-1/+1
2014-09-29auth: rename file nm-manager-auth.* to nm-auth-utils.*Thomas Haller1-1/+1
2014-09-26core: do not assert when a device is enslaved externallyJiří Klimeš1-2/+2
2014-08-01libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship1-1/+1
2014-07-23core: fill in nm-types.h, clean out other headersDan Winship1-0/+1
2014-06-20core: ensure boolean properties for nm_active_connection_set_default[6]() are...Thomas Haller1-2/+6
2014-06-19all: remove remaining GParamSpec name/blurb stringsDan Winship1-133/+133
2014-05-01core: add parameter to ignore error in add/remove pending actionThomas Haller1-4/+4
2014-03-05core: implement function nm_active_connection_get_uuid()Thomas Haller1-0/+8
2014-03-05core: rename function nm_active_connection_get_name() to nm_active_connection...Thomas Haller1-2/+2
2014-03-05core: add 'type' and 'id' property for NMActiveConnection (rh #1061822)Jiří Klimeš1-1/+23
2014-02-25core: better ignore deactivations before a new activation starts (rh #1058843)Dan Williams1-19/+5
2014-02-13core: don't block startup on assumed connectionsDan Winship1-2/+9
2014-01-23core: fix master deactivationDan Winship1-29/+48
2013-12-19core: add IP/DHCP config properties to o.fd.NM.Connection.ActiveDan Winship1-0/+53
2013-12-18core: fix NMActiveConnection to properly add/remove pending action "activation"Thomas Haller1-3/+14
2013-12-12core: clear device on NMActiveConnection when the connection is DEACTIVATEDJiří Klimeš1-9/+17
2013-12-12core: ensure 'activation' pending action encompasses full activation processDan Williams1-0/+8
2013-12-03settings: port NMAgentManager, etc, to use NMAuthSubjectDan Winship1-11/+0
2013-11-08core: add nm_active_connection_[get|set]_assumed()Dan Williams1-0/+17
2013-10-31trivial: add logging for ActiveConnection master-ready trackingDan Williams1-3/+41
2013-10-31core: allow ActiveConnections to be created without a deviceDan Williams1-19/+33
2013-10-31core: have ActiveConnection track device state instead of subclassesDan Williams1-4/+58
2013-10-31core: indicate via a property when master connections are ready for slavesDan Williams1-0/+66
2013-10-31core: allow ActiveConnection connection to be changedDan Williams1-0/+15
2013-10-31core: watch master ActiveConnections and follow master deactivationDan Williams1-0/+30
2013-10-31core: switch NMActiveConnection master to an NMActiveConnection instead of NM...Dan Williams1-14/+25
2013-10-31core: allow active connection 'master' to be set after object creationDan Williams1-5/+28
2013-10-31core: add authorization code to NMActiveConnectionDan Williams1-0/+116
2013-10-31core: pass NMAuthSubject around activation paths instead of uid + dbus senderDan Williams1-24/+35
2013-10-31core: ensure active connection has a device before exporting itDan Williams1-0/+2
2013-10-31core: handle NULL object paths in NMActiveConnectionDan Williams1-1/+10
2013-08-22core: remove assume from nm-activation-requestPavel Šimerda1-20/+0
2013-05-20core: make nm-properties-changed-signal always export the right propertiesDan Winship1-23/+12
2013-05-20core: convert the DBus manager to a single-ref objectDan Williams1-4/+1
2013-04-08core: use wrappers for DBus object registration/unregistrationDan Williams1-2/+1
2013-02-11core: fix duplicating (not removing) active connectionsDan Williams1-0/+10
2012-12-17core: handle some connection timestamp updating in NMActiveConnectionDan Williams1-3/+13
2012-12-17core: move most activation request logic to the active connection classDan Williams1-30/+146
2012-09-24core: add nm_active_connection_get_name() for easy access to connection nameJiří Klimeš1-0/+8
2012-03-01core: use active connection dependency master instead of manually setting itDan Williams1-5/+5
2012-03-01core: track active connection dependenciesDan Williams1-0/+6
2012-02-09core: make NMActiveConnection a base class for NMActRequest and NMVPNConnectionDan Williams1-28/+280
2012-01-25bonding: export path of master device property over DBUSThomas Graf1-1/+9
2011-04-22api: add "Uuid" property to ActiveConnection interfaceDan Williams1-0/+8
2011-03-17core: add active connection state DEACTIVATINGDan Williams1-1/+1
2011-01-25Merge remote branch 'origin/master' into rm-usersetDan Williams1-4/+59
2011-01-25vpn: fix VPN active connection D-Bus API handling (bgo #569294)Dan Williams1-8/+70
2010-08-06core: remove internal API refs. to user settingsDaniel Gnoutcheff1-22/+0
2010-04-07core: update logging in misc filesDan Williams1-2/+3