summaryrefslogtreecommitdiff
path: root/src/settings/nm-settings-connection.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-04all: move "src/" directory to "src/core/"Thomas Haller1-394/+0
2021-01-05all: update deprecated SPDX license identifiersThomas Haller1-1/+1
2020-09-29all: unify comment style for SPDX-License-Identifier tagThomas Haller1-1/+1
2020-09-28format: replace tabs for indentation in code commentsThomas Haller1-45/+45
2020-09-28all: reformat all with new clang-format styleAntonio Cardace1-171/+186
2020-07-07all: fix minor typosYuri Chornoivan1-2/+2
2020-06-10core: add "external" flag for connections of external devicesThomas Haller1-1/+6
2020-06-03core: drop mask argument from nm_settings_connection_autoconnect_blocked_reas...Thomas Haller1-2/+1
2019-10-02all: unify format of our Copyright source code commentsThomas Haller1-2/+2
2019-10-01all: manually drop code comments with file descriptionThomas Haller1-2/+1
2019-09-10all: SPDX header conversionLubomir Rintel1-14/+1
2019-07-25settings: track profiles on disk that are shadowed by in-memory connectionsThomas Haller1-11/+36
2019-07-25settings/trivial: rename NM_SETTINGS_CONNECTION_PERSIST_MODE_DISK to NM_SETTI...Thomas Haller1-1/+1
2019-07-25core,libnm: add AddConnection2() D-Bus API to block autoconnect from the startThomas Haller1-0/+10
2019-07-25settings: add NM_SETTINGS_UPDATE2_FLAG_NO_REAPPLY to prevent runtime changes ...Thomas Haller1-1/+4
2019-07-16settings: rework tracking settings connections and settings pluginsThomas Haller1-76/+148
2019-06-28settings: cleanup handling of seen-bssids list in NMSettingsConnectionThomas Haller1-1/+1
2019-06-13settings: remove unused NMSettingsConnection.supports_secrets() functionThomas Haller1-3/+0
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-6/+7
2018-08-28settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller1-2/+10
2018-06-11settings-connection: expose Filename property on D-BusLubomir Rintel1-2/+2
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-1/+0
2018-04-16settings: add NMSettingsConnectionFlags flagsThomas Haller1-5/+12
2018-04-16all: add D-Bus property "Flags" for Settings.Connection interfaceThomas Haller1-0/+7
2018-04-16settings: make NM_SETTINGS_CONNECTION_FLAGS property NM_SETTINGS_CONNECTION_F...Thomas Haller1-1/+1
2018-04-16core/trivial: rename "NMSettingsConnectionFlags" to "NMSettingsConnectionIntF...Thomas Haller1-18/+18
2018-04-13settings: track connections via CListThomas Haller1-0/+1
2018-03-12core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller1-7/+3
2017-12-20settings: clear unsaved flag on new settings-connectionBeniamino Galvani1-0/+3
2017-12-20settings: avoid assertion when deleting connectionsBeniamino Galvani1-1/+3
2017-12-11settings: fix clearing nm-generated/volatile flags of connectionThomas Haller1-0/+5
2017-12-05settings: support setting a connection as volatile via Update2()Thomas Haller1-0/+4
2017-12-05settings: remove accessor functions to connection flagsThomas Haller1-5/+0
2017-12-05settings: refactor setting connection flagsThomas Haller1-1/+1
2017-12-05settings: track visible state as regular connection flagsThomas Haller1-5/+9
2017-12-05settings: unify settings-update API (rename and merge)Thomas Haller1-13/+6
2017-12-05settings: unify settings-update API (nm_settings_connection_replace_settings())Thomas Haller1-0/+1
2017-12-05settings: unify settings-update API (nm_settings_connection_commit_changes())Thomas Haller1-5/+7
2017-12-05settings/trivial: rename update function in nm-settings-connection.cThomas Haller1-4/+0
2017-12-05settings: add persistent-mode argument for connection-replaceThomas Haller1-8/+7
2017-12-05settings: log pretty names for settings-connection flagsThomas Haller1-3/+3
2017-11-27core: fix race of blocking autoconnect for no-secrets when a new secret-agent...Thomas Haller1-0/+2
2017-11-27policy: add nm_settings_connection_autoconnect_is_blocked() helper functionThomas Haller1-0/+2
2017-11-27policy: track autoconnect-blocked-reasons as flagsThomas Haller1-6/+21
2017-11-27settings/trivial: rename nm_settings_connection_autoconnect_retries_blocked_u...Thomas Haller1-1/+1
2017-11-27core: refactor NMSettingsConnectionCallId typedef not to be a pointer to structThomas Haller1-11/+11
2017-11-23core/vpn: mark secret hints as constThomas Haller1-1/+1
2017-10-31policy: move nm_settings_connection_can_autoconnect() to policyThomas Haller1-2/+0
2017-10-31device: handle authentication retries using 802-1x.auth-retries settingThomas Haller1-1/+0