summaryrefslogtreecommitdiff
path: root/src/nm-activation-request.c
Commit message (Expand)AuthorAgeFilesLines
* act-request: queue failing the slave when master failsLubomir Rintel2016-08-171-3/+3
* all: don't include error->code in log messagesThomas Haller2016-03-031-2/+2
* all: clean-up usage of GErrorThomas Haller2016-03-031-2/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-3/+1
* core: list iptables sharing rules in the right orderBeniamino Galvani2016-01-231-1/+1
* core: allow multiple devices with the same interface namedcbw/devices-for-allDan Williams2015-12-041-4/+2
* core: use NM_UTILS_ERROR_CANCELLED_DISPOSING error reasonThomas Haller2015-09-251-12/+1
* core: separate active and applied connectionLubomir Rintel2015-09-181-44/+108
* agent-manager: always invoke complete function for asynchronous nm_agent_mana...Thomas Haller2015-09-181-22/+31
* settings: refactor call_id type of async functions for NMAgentManager, NMSett...Thomas Haller2015-09-181-26/+29
* devices, active-connection: port to gdbusDan Winship2015-08-101-1/+1
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* core, dispatcher: drop unnecessary setpgid() callsDan Winship2015-01-191-9/+1
* core: use GUnixSignalWatchSource to simplify signal handlingDan Winship2015-01-191-3/+0
* 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