summaryrefslogtreecommitdiff
path: root/src/settings/nm-settings-connection.c
Commit message (Expand)AuthorAgeFilesLines
* settings: no longer honor read-only flag to prevent modifying connection prof...Thomas Haller2019-07-251-41/+0
* settings: track profiles on disk that are shadowed by in-memory connectionsThomas Haller2019-07-251-3/+5
* settings: minor refactoring handling NMSettingsUpdate2Flags in "nm-settings-c...Thomas Haller2019-07-251-9/+13
* settings/trivial: rename NM_SETTINGS_CONNECTION_PERSIST_MODE_DISK to NM_SETTI...Thomas Haller2019-07-251-1/+1
* core,libnm: add AddConnection2() D-Bus API to block autoconnect from the startThomas Haller2019-07-251-15/+6
* settings: add NM_SETTINGS_UPDATE2_FLAG_NO_REAPPLY to prevent runtime changes ...Thomas Haller2019-07-251-4/+7
* settings: rework tracking settings connections and settings pluginsThomas Haller2019-07-161-632/+465
* settings: use nm_connection_to_dbus_full() to avoid cloning the connection du...Thomas Haller2019-06-281-40/+33
* settings: cleanup handling of seen-bssids list in NMSettingsConnectionThomas Haller2019-06-281-29/+40
* settings: cache agent and system secrets in a GVariant onlyThomas Haller2019-06-261-76/+61
* core: avoid plain pointer values in logging outputThomas Haller2019-06-251-1/+1
* settings: avoid cloning the connection to maintain agent-owned secretsThomas Haller2019-06-171-10/+5
* settings: add _nm_connection_clear_secrets_by_secret_flags() function to simp...Thomas Haller2019-06-171-35/+11
* settings: remove unused NMSettingsConnection.supports_secrets() functionThomas Haller2019-06-131-9/+0
* 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-193/+100
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* settings: don't allow updating a connection with invalid secretsLubomir Rintel2019-02-051-0/+3
* libnm,core: various cleanups of _nm_connection_for_each_secret()Thomas Haller2019-02-041-8/+18
* libnm,core: move _nm_connection_for_each_secret() from core to libnm-coreThomas Haller2019-02-041-147/+3
* settings: fix handling of VPN secrets in for_each_secret()Thomas Haller2019-02-041-5/+6
* settings: fix for_each_secret() to check variant type of VPN secretsThomas Haller2019-02-041-0/+7
* settings: fix leaking variant in for_each_secret()Thomas Haller2019-02-041-0/+1
* all: fix misspellingsRafael Fontenelle2019-01-241-1/+1
* libnm,core: add _nm_connection_aggregate() to replace nm_connection_for_each_...Thomas Haller2019-01-071-33/+1
* settings: apply agent-owned secrets from the new connection on updateBeniamino Galvani2018-12-131-1/+21
* config: add --configure-and-quit=initrd modeLubomir Rintel2018-09-181-0/+2
* docs: misc. typosluz.paz2018-09-151-2/+2
* settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-281-111/+122
* settings-connection: don't expect system_secrets always presentAndrew Zaborowski2018-06-221-13/+9
* settings-connection: expose Filename property on D-BusLubomir Rintel2018-06-111-2/+3
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-4/+4
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-3/+0
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-181-1/+1
* core: cleanup code by using nm_auth_is_subject_in_acl_set_error()Thomas Haller2018-04-181-21/+12
* all: add D-Bus property "Flags" for Settings.Connection interfaceThomas Haller2018-04-161-2/+23
* settings: make NM_SETTINGS_CONNECTION_FLAGS property NM_SETTINGS_CONNECTION_F...Thomas Haller2018-04-161-13/+10
* core/trivial: rename "NMSettingsConnectionFlags" to "NMSettingsConnectionIntF...Thomas Haller2018-04-161-38/+38
* settings: rework scheduling of authorization requests in settings-connectionThomas Haller2018-04-131-65/+74
* settings: cancel pending authorization requests if connection gets removedThomas Haller2018-04-131-0/+8
* auth-chain/trivial: rename nm_auth_chain_unref() to nm_auth_chain_destroy()Thomas Haller2018-04-131-2/+2
* settings: track connections via CListThomas Haller2018-04-131-0/+4
* core: explicitly pass D-Bus path to nm_utils_log_connection_diff()Thomas Haller2018-04-131-2/+4
* core: use nm_dbus_object_get_path() instead of nm_connection_get_path()Thomas Haller2018-04-131-5/+5
* all: don't explicitly cast destroy function for g_clear_pointer()Thomas Haller2018-03-191-1/+1
* 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-118/+260
* settings: preserve agent-owned secrets on connection updateBeniamino Galvani2018-02-141-0/+14
* all: drop trailing spacesThomas Haller2018-02-071-1/+1