summaryrefslogtreecommitdiff
path: root/src/nm-activation-request.c
Commit message (Expand)AuthorAgeFilesLines
* all: remove a bunch of unnecessary dbus/dbus-glib includesDan Winship2014-09-031-1/+0
* include: drop nm-settings-flags.h, move NMSecretAgentGetSecretsFlagsDan Winship2014-08-011-2/+2
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-1/+1
* core: #include gsystem-local-alloc.h instead of libgsystem.hThomas Haller2014-07-151-1/+1
* core: correctly handle pre-activation dependency failure (rh #1069695)Dan Williams2014-03-041-8/+17
* core: fix ActiveConnection handling of device disconnected state after e19f48...Dan Williams2014-02-271-3/+14
* core: better ignore deactivations before a new activation starts (rh #1058843)Dan Williams2014-02-251-0/+4
* core: add IP/DHCP config properties to o.fd.NM.Connection.ActiveDan Winship2013-12-191-0/+71
* settings: port NMAgentManager, etc, to use NMAuthSubjectDan Winship2013-12-031-5/+2
* core: allow ActiveConnections to be created without a deviceDan Williams2013-10-311-3/+5
* core: have ActiveConnection track device state instead of subclassesDan Williams2013-10-311-39/+9
* core: watch master ActiveConnections and follow master deactivationDan Williams2013-10-311-0/+24
* core: allow active connection 'master' to be set after object creationDan Williams2013-10-311-6/+1
* core: pass NMAuthSubject around activation paths instead of uid + dbus senderDan Williams2013-10-311-35/+11
* core: export new active connection from the managerDan Williams2013-10-311-1/+0
* core: simplify NMActRequestDan Williams2013-10-311-29/+23
* nm-activation-request: Make use of libgsystem local allocationsColin Walters2013-08-291-5/+4
* core: remove assume from nm-activation-requestPavel Šimerda2013-08-221-4/+0
* core: add support for team deviceJiri Pirko2013-08-151-2/+2
* agents: change secrets request hints back to char **Dan Williams2013-06-251-1/+2
* core: ensure ActiveConnections are torn down when device is unavailable (bgo ...Dan Williams2013-05-021-0/+2
* core: fix duplicating (not removing) active connectionsDan Williams2013-02-111-0/+8
* Revert "core: fix duplicating (not removing) active connections"Dan Williams2013-02-111-6/+1
* core: fix duplicating (not removing) active connectionsJiří Klimeš2013-02-111-1/+6
* core: add the NM_ACTIVE_CONNECTION_STATE_DEACTIVATED stateDan Williams2012-12-171-7/+14
* core: move most activation request logic to the active connection classDan Williams2012-12-171-148/+68
* core: rework master/slave handlingDan Williams2012-11-301-98/+14
* core: add some helper functions to activation requestJiří Klimeš2012-09-241-0/+22
* agents: add a "user-requested" flag to secret agent requestsDan Williams2012-06-271-0/+3
* core: unblock signals for child processes we spawn out of NM (rh #739836)Jiří Klimeš2012-05-211-0/+3
* core: use active connection dependency master instead of manually setting itDan Williams2012-03-011-1/+7
* core: wait for dependencies before continuing with device activationDan Williams2012-03-011-0/+6
* core: track active connection dependenciesDan Williams2012-03-011-3/+91
* core: use NMActiveConnection objects throughout activation pathsDan Williams2012-03-011-1/+23
* core: make NMActiveConnection a base class for NMActRequest and NMVPNConnectionDan Williams2012-02-091-195/+18
* bonding: export path of master device property over DBUSThomas Graf2012-01-251-1/+6
* api: add "Uuid" property to ActiveConnection interfaceDan Williams2011-04-221-0/+5
* settings: return username of agent providing secretsDan Williams2011-03-311-0/+1
* core: add nm-secrets-flags.h for secret agent flags typedefDan Williams2011-03-291-1/+1
* core: add active connection state DEACTIVATINGDan Williams2011-03-171-0/+4
* core: fix up active connection state for newer device statesDan Williams2011-03-171-0/+2
* trivial: let g_free and g_strdup handle NULL (bgo #644763)Kjartan Maraas2011-03-151-2/+1
* build: fix return types (bgo #644665)Kjartan Maraas2011-03-141-1/+1
* build: do the right thing with config.h (bgo #644664)Kjartan Maraas2011-03-141-0/+2
* core: move secrets handling to NMSettingsConnectionDan Williams2011-01-271-94/+64
* agents: filter agents by UID for user-requested connectionsDan Williams2011-01-261-10/+56
* agent: pass setting name back in secrets callbackDan Williams2011-01-261-0/+1
* Merge remote branch 'origin/master' into rm-usersetDan Williams2011-01-251-53/+12
|\
| * vpn: fix VPN active connection D-Bus API handling (bgo #569294)Dan Williams2011-01-251-60/+13
* | core: use GetSecrets flags everywhereDan Williams2011-01-181-2/+2