summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-10shared: drop nm_utils_dbus_normalize_object_path() in favor of nm_dbus_path_n...Thomas Haller1-1/+1
2019-12-24shared: nm-auth-subject: add unix-session typeAntonio Cardace1-1/+3
2019-12-24shared: move nm-dbus-auth-subject to shared/nm-libnm-core-internAntonio Cardace1-1/+1
2019-10-14core: don't use pointer value for pending action string in active-connectionThomas Haller1-1/+1
2019-10-01all: manually drop code comments with file descriptionThomas Haller1-2/+1
2019-09-10all: SPDX header conversionLubomir Rintel1-14/+1
2019-07-16settings: rework tracking settings connections and settings pluginsThomas Haller1-3/+4
2019-06-27core: add and use nm_keep_alive_destroy()Thomas Haller1-2/+1
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-05-07settings: cache keyfile databases for "timestamps" and "seen-bssids"Thomas Haller1-1/+1
2019-04-18shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller1-1/+1
2019-01-15all/trivial: rename NM_UTILS_LOOKUP_STR() to have "_A" suffixThomas Haller1-6/+7
2018-12-09core: improve and fix keeping connection active based on "connection.permissi...Thomas Haller1-15/+30
2018-12-09device: arm keep-alive instance when queuing active-connection for activationThomas Haller1-3/+1
2018-12-09keep-alive: use NMKeepAlive API directly instead of via NMActiveConnectionThomas Haller1-41/+22
2018-12-09keep-alive: let NMKeepAlive instance access the owner object that it is keepi...Thomas Haller1-0/+3
2018-12-09keep-alive: rename nm_keep_alive_sink() to nm_keep_alive_arm()Thomas Haller1-2/+2
2018-12-09keep-alive: drop "floating" argument from nm_keep_alive_new()Thomas Haller1-1/+1
2018-12-09keep-alive: add nm_keep_alive_disarm() to silence notifications once we disco...Thomas Haller1-0/+6
2018-11-17keep-alive: various style fixesThomas Haller1-2/+3
2018-11-17keep-alive: drop unused error argumentThomas Haller1-1/+1
2018-11-17core: Add option to AddAndActivateConnection2 to bind the lifetimeBenjamin Berg1-0/+17
2018-11-17core: Introduce helper class to track connection keep aliveBenjamin Berg1-0/+40
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