summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-28settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller1-38/+40
2018-05-21active-connection: fix build with clang-6.0Lubomir Rintel1-1/+2
2018-05-18active-connection: fix harmless typoFrancesco Giudici1-1/+1
2018-04-30core: add activation-reasons for external/assume connectionsThomas Haller1-1/+7
2018-04-24core: fix cancelling of authorization request for active connectionThomas Haller1-14/+27
2018-04-24core: fix unreachable assertion in nm_active_connection_set_state()Thomas Haller1-4/+4
2018-04-24core: rework passing user-data to nm_active_connection_authorize()Thomas Haller1-13/+6
2018-04-18core: minor cleanup of handling specific-object in NMActiveConnectionThomas Haller1-4/+3
2018-04-18core: don't explicitly set D-Bus path properties to "/"Thomas Haller1-5/+5
2018-04-18core: use nm_utils_dbus_normalize_object_path() to cleanup D-Bus argumentThomas Haller1-3/+2
2018-04-16settings: make NM_SETTINGS_CONNECTION_FLAGS property NM_SETTINGS_CONNECTION_F...Thomas Haller1-10/+8
2018-04-16core/trivial: rename "NMSettingsConnectionFlags" to "NMSettingsConnectionIntF...Thomas Haller1-1/+1
2018-04-13core: don't use NMAuthChain in NMActiveConnection but directly schedule eventsThomas Haller1-60/+101
2018-04-13auth-chain/trivial: rename nm_auth_chain_unref() to nm_auth_chain_destroy()Thomas Haller1-2/+2
2018-04-13core: use NMDBusTrackObjPath for NM_ACTIVE_CONNECTION_CONNECTION pathThomas Haller1-39/+47
2018-04-13core: don't unexport active-connection when settings connection disappearsThomas Haller1-14/+6
2018-04-13core: use nm_dbus_object_get_path() instead of nm_connection_get_path()Thomas Haller1-1/+1
2018-04-13core: simplify NMActiveConnection.get_property to not create temporary GPtrAr...Thomas Haller1-5/+4
2018-04-13core/trivial: add code comment to NMActiveConnection's get_property()Thomas Haller1-0/+10
2018-04-08core: specify an activation reason for active connectionsBeniamino Galvani1-0/+25
2018-03-13core/dbus: rework creating numbered D-Bus export path by putting counter into...Thomas Haller1-1/+1
2018-03-12core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller1-18/+63
2018-02-07core: add nm_active_connection_set_state_fail() helperThomas Haller1-0/+30
2018-02-07core/trivial: add comment in set_property() for construct-only propertiesThomas Haller1-0/+3
2018-01-18connection: treat connection type's ability to have slaves uniformlyLubomir Rintel1-4/+1
2017-12-05settings: remove accessor functions to connection flagsThomas Haller1-1/+2
2017-11-27core: merge IPv4 and IPv6 versions of nm_active_connection_get_default()Thomas Haller1-33/+26
2017-11-27core: track NMActiveConnection in manager with CListThomas Haller1-0/+4
2017-10-05core: add NMActivationStateFlags "master-has-slaves"Thomas Haller1-0/+1
2017-10-05core: add NMActivationStateFlags "layer2-ready", "ip4-ready", and "ip6-ready"Thomas Haller1-0/+3
2017-10-05core: add NMActivationStateFlags "is-master" and "is-slave"Thomas Haller1-0/+21
2017-10-05libnm: add NMActivationStateFlagsThomas Haller1-0/+43
2017-10-05core: refactor setting applied-connection in NMActiveConnectionThomas Haller1-7/+37
2017-10-05core: minor cleanup of _NMLOG() macro in "src/nm-active-connection.c"Thomas Haller1-4/+3
2017-06-19device: fix taking over device after modifying external connectionThomas Haller1-1/+9
2017-06-19core: fix registering notify-flags hook in NMActiveConnectionThomas Haller1-10/+26
2017-03-24active-connection: log the connection contextLubomir Rintel1-1/+5
2017-03-24logging: log device and connection along with the messageLubomir Rintel1-1/+1
2017-03-17libnm/active-connection: track reason for state changesLubomir Rintel1-1/+1
2017-03-17active-connection: emit a StateChanged signal on state changesLubomir Rintel1-1/+11
2017-03-16device: track system interface state in NMDeviceThomas Haller1-7/+7
2017-03-16core: once activated an assumed connection make it NM_ACTIVATION_TYPE_MANAGEDThomas Haller1-0/+10
2017-03-16core: upgrade EXTERNAL activation type when user saves connectionThomas Haller1-6/+45
2017-03-16core: track external activations types in the active-connectionThomas Haller1-4/+10
2017-03-16core/trivial: rename activation-type related checks for device and active-con...Thomas Haller1-1/+1
2017-03-16active-connection: use activation-type for active connection instead of assum...Thomas Haller1-17/+2
2017-03-16core: add activation-type property to active-connectionThomas Haller1-1/+33
2017-03-16core: minor cleanupsThomas Haller1-7/+6
2017-03-14all: use "unsigned long" instead of "long unsigned"Thomas Haller1-2/+2
2017-02-10device: refactor pending-action strings as named definesThomas Haller1-1/+1