summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.c
Commit message (Expand)AuthorAgeFilesLines
* core: signal parent-active only when the parent AC is activatedBeniamino Galvani2020-05-191-1/+3
* core: avoid assertion failure in _settings_connection_flags_changed() without...Thomas Haller2020-03-231-7/+12
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-2/+2
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-1/+1
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-2/+4
* shared: drop nm_utils_dbus_normalize_object_path() in favor of nm_dbus_path_n...Thomas Haller2020-02-101-1/+1
* shared: nm-auth-subject: add unix-session typeAntonio Cardace2019-12-241-1/+3
* shared: move nm-dbus-auth-subject to shared/nm-libnm-core-internAntonio Cardace2019-12-241-1/+1
* core: don't use pointer value for pending action string in active-connectionThomas Haller2019-10-141-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* settings: rework tracking settings connections and settings pluginsThomas Haller2019-07-161-3/+4
* core: add and use nm_keep_alive_destroy()Thomas Haller2019-06-271-2/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* settings: cache keyfile databases for "timestamps" and "seen-bssids"Thomas Haller2019-05-071-1/+1
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-1/+1
* all/trivial: rename NM_UTILS_LOOKUP_STR() to have "_A" suffixThomas Haller2019-01-151-6/+7
* core: improve and fix keeping connection active based on "connection.permissi...Thomas Haller2018-12-091-15/+30
* device: arm keep-alive instance when queuing active-connection for activationThomas Haller2018-12-091-3/+1
* keep-alive: use NMKeepAlive API directly instead of via NMActiveConnectionThomas Haller2018-12-091-41/+22
* keep-alive: let NMKeepAlive instance access the owner object that it is keepi...Thomas Haller2018-12-091-0/+3
* keep-alive: rename nm_keep_alive_sink() to nm_keep_alive_arm()Thomas Haller2018-12-091-2/+2
* keep-alive: drop "floating" argument from nm_keep_alive_new()Thomas Haller2018-12-091-1/+1
* keep-alive: add nm_keep_alive_disarm() to silence notifications once we disco...Thomas Haller2018-12-091-0/+6
* keep-alive: various style fixesThomas Haller2018-11-171-2/+3
* keep-alive: drop unused error argumentThomas Haller2018-11-171-1/+1
* core: Add option to AddAndActivateConnection2 to bind the lifetimeBenjamin Berg2018-11-171-0/+17
* core: Introduce helper class to track connection keep aliveBenjamin Berg2018-11-171-0/+40
* settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-281-38/+40
* active-connection: fix build with clang-6.0Lubomir Rintel2018-05-211-1/+2
* active-connection: fix harmless typoFrancesco Giudici2018-05-181-1/+1
* core: add activation-reasons for external/assume connectionsThomas Haller2018-04-301-1/+7
* core: fix cancelling of authorization request for active connectionThomas Haller2018-04-241-14/+27
* core: fix unreachable assertion in nm_active_connection_set_state()Thomas Haller2018-04-241-4/+4
* core: rework passing user-data to nm_active_connection_authorize()Thomas Haller2018-04-241-13/+6
* core: minor cleanup of handling specific-object in NMActiveConnectionThomas Haller2018-04-181-4/+3
* core: don't explicitly set D-Bus path properties to "/"Thomas Haller2018-04-181-5/+5
* core: use nm_utils_dbus_normalize_object_path() to cleanup D-Bus argumentThomas Haller2018-04-181-3/+2
* settings: make NM_SETTINGS_CONNECTION_FLAGS property NM_SETTINGS_CONNECTION_F...Thomas Haller2018-04-161-10/+8
* core/trivial: rename "NMSettingsConnectionFlags" to "NMSettingsConnectionIntF...Thomas Haller2018-04-161-1/+1
* core: don't use NMAuthChain in NMActiveConnection but directly schedule eventsThomas Haller2018-04-131-60/+101
* auth-chain/trivial: rename nm_auth_chain_unref() to nm_auth_chain_destroy()Thomas Haller2018-04-131-2/+2
* core: use NMDBusTrackObjPath for NM_ACTIVE_CONNECTION_CONNECTION pathThomas Haller2018-04-131-39/+47
* core: don't unexport active-connection when settings connection disappearsThomas Haller2018-04-131-14/+6
* core: use nm_dbus_object_get_path() instead of nm_connection_get_path()Thomas Haller2018-04-131-1/+1
* core: simplify NMActiveConnection.get_property to not create temporary GPtrAr...Thomas Haller2018-04-131-5/+4
* core/trivial: add code comment to NMActiveConnection's get_property()Thomas Haller2018-04-131-0/+10
* core: specify an activation reason for active connectionsBeniamino Galvani2018-04-081-0/+25
* core/dbus: rework creating numbered D-Bus export path by putting counter into...Thomas Haller2018-03-131-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-18/+63