summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-1046-647/+46
* core: add audit log for the SaveHostname callBeniamino Galvani2019-09-051-12/+26
* core: add defines for common authentication-related error messagesBeniamino Galvani2019-09-053-8/+8
* settings/keyfile: check whether profile can be re-read before writing to disk...Thomas Haller2019-08-271-34/+38
* settings/keyfile: log reason why re-read connection cannot be normalizedThomas Haller2019-08-271-2/+3
* wifi: support WPA2 ad-hoc (ibss-rsn)Beniamino Galvani2019-08-263-23/+9
* wifi: drop support for wpa-none key-mgmtBeniamino Galvani2019-08-264-17/+4
* ifupdown: fix crash loading ifupdown settings with empty entries like bridge-...Thomas Haller2019-08-241-0/+2
* ifupdown/tests: add test with duplicate interfacesThomas Haller2019-08-242-0/+33
* ifupdown/tests: cleanup tests by freeing Expected variable with nm_auto()Thomas Haller2019-08-241-45/+21
* all: allow configuring default-routes as manual, static routesThomas Haller2019-08-132-15/+11
* settings: return errno from nms_keyfile_nmmeta_write() for better loggingth/settings-improvementsThomas Haller2019-08-084-34/+42
* shared,all: return boolean success from nm_utils_file_get_contents()Thomas Haller2019-08-084-18/+33
* shared: let nm_utils_file_set_contents() return a errno error codeThomas Haller2019-08-083-8/+8
* secret-agent: rework secret-agent to better handle service shutdownThomas Haller2019-08-083-313/+351
* secret-agent: use NMCListElem to track permissions in NMSecretAgentThomas Haller2019-08-081-30/+17
* secret-agent/trivial: rename dbus_connection field of NMSecretAgentPrivateThomas Haller2019-08-081-11/+11
* secret-agent: avoid log plain pointer valuesThomas Haller2019-08-081-9/+23
* secret-agent: drop unused private-socket code from secret-agentThomas Haller2019-08-081-57/+26
* secret-agent: enable trace log messagesThomas Haller2019-08-081-5/+5
* ifupdown: fix assertion during logging %NULL storage in load_eni_ifaces()Thomas Haller2019-08-061-1/+1
* settings: fix memory leakBeniamino Galvani2019-08-051-2/+2
* settings: fix registering AgentManager.RegisterWithCapabilities() twiceThomas Haller2019-08-031-10/+0
* core: fix coverity warning about memset() non-char value in assertionThomas Haller2019-08-021-1/+1
* ifcfg-rh: drop g_assert_not_reached() that clearly cannot be reachedThomas Haller2019-08-021-3/+3
* ifcfg-rh: drop unreachable code in make_wpa_setting()Thomas Haller2019-08-021-6/+7
* settings: fix priority for settings-storages for tombstonesth/settings-shadowed-storageThomas Haller2019-07-251-13/+72
* settings: no longer honor read-only flag to prevent modifying connection prof...Thomas Haller2019-07-252-42/+0
* settings: track profiles on disk that are shadowed by in-memory connectionsThomas Haller2019-07-253-182/+444
* settings: avoid adding a profile that would be hidden by an existing profileThomas Haller2019-07-251-2/+102
* settings: log information about shadowed-storage for change eventsThomas Haller2019-07-251-13/+14
* settings: refactor call to nm_settings_plugin_update_connection() in "nm-sett...Thomas Haller2019-07-251-36/+61
* settings: minor refactoring handling NMSettingsUpdate2Flags in "nm-settings-c...Thomas Haller2019-07-251-9/+13
* settings: support storing "shadowed-storage" to .nmmeta filesThomas Haller2019-07-258-37/+137
* settings: support storing "shadowed-storage" to [.nmmeta] section for keyfile...Thomas Haller2019-07-2510-12/+191
* settings: refactor handling of storages with meta-data/tombstonesThomas Haller2019-07-254-120/+195
* settings/trivial: rename NMS_KEYFILE_FILETYPE_NMLOADED to NMS_KEYFILE_FILETYP...Thomas Haller2019-07-252-4/+4
* settings/trivial: rename NM_SETTINGS_CONNECTION_PERSIST_MODE_DISK to NM_SETTI...Thomas Haller2019-07-253-9/+9
* core,libnm: add AddConnection2() D-Bus API to block autoconnect from the startThomas Haller2019-07-254-22/+144
* settings: add NM_SETTINGS_UPDATE2_FLAG_NO_REAPPLY to prevent runtime changes ...Thomas Haller2019-07-252-5/+11
* device: move check for no-auto-default to "nm-settings.c"Thomas Haller2019-07-251-1/+5
* ifcfg-rh: don't allow globbing for unhandled device specsThomas Haller2019-07-252-2/+2
* core: add and use NM_MATCH_SPEC_*_TAG defines instead of plain stringsThomas Haller2019-07-252-4/+5
* settings: add more trace logging for auto-default (default wired) connectionsThomas Haller2019-07-171-0/+11
* settings: write tombstones when deleting connection with duplicate files on diskThomas Haller2019-07-171-4/+24
* settings: add nm_settings_plugin_cmp_by_priority() functionThomas Haller2019-07-173-22/+35
* settings: fix prefering newer keyfile/ifcfg-rh files with duplicate UUIDsThomas Haller2019-07-172-4/+4
* settings: fix wrong assertion in keyfiles _storages_consolidate()Thomas Haller2019-07-172-2/+2
* settings: rework tracking settings connections and settings pluginsThomas Haller2019-07-1642-3137/+6197
* settings/trivial: rename nm_keyfile_loaded_uuid_*() API to nm_keyfile_nmmeta_*()Thomas Haller2019-07-163-72/+72