summaryrefslogtreecommitdiff
path: root/src/settings/nm-settings.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-4144/+0
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* core: remove error checking for nm_auth_chain_new_subject() which cannot failThomas Haller2020-10-231-8/+0
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-152/+152
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-3205/+3177
* all/style: remove duplicate semicolon (";;") in sourcesThomas Haller2020-09-231-1/+1
* all: require a semicolon after NM_CACHED_QUARK_FCN()Thomas Haller2020-09-231-2/+2
* settings: suppress wrong warning about wait-device-timeout for devices that a...Thomas Haller2020-08-131-4/+6
* settings: rework wait-device-timeout handling and consider device compatibilityThomas Haller2020-08-121-159/+177
* settings: let NMSettings reference NMManagerThomas Haller2020-08-121-2/+42
* all: fix minor typosYuri Chornoivan2020-07-071-1/+1
* settings: fix assertion when updating default wired connectionbg/issue471Beniamino Galvani2020-06-221-4/+3
* core: add "external" flag for connections of external devicesThomas Haller2020-06-101-15/+29
* core: prevent multiple attempts to create default wired connectionThomas Haller2020-03-281-1/+8
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-1/+2
* libnm/keyfile: build keyfile code as separate GPL licensed internal libraryThomas Haller2020-01-071-1/+1
* shared: move nm-dbus-auth-subject to shared/nm-libnm-core-internAntonio Cardace2019-12-241-3/+3
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-131-2/+2
* settings: assert that we don't leak error variable in impl_settings_load_conn...Thomas Haller2019-12-091-2/+3
* libnm: fix return value for nm_remote_settings_reload_connections*() to ignor...Thomas Haller2019-10-161-0/+1
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-3/+1
* settings: fix creation of default-wired-connection in device_realized()Thomas Haller2019-09-271-1/+1
* core: log why no "auto-default" connection was createdThomas Haller2019-09-261-4/+17
* settings: drop redundant check from have_connection_for_device()Thomas Haller2019-09-231-6/+0
* settings: shortcut check for whether to create auto-default wired connectionThomas Haller2019-09-231-1/+2
* core: fix wrongly generating "Wired connection 1" (auto-default) for ethernet...Thomas Haller2019-09-231-30/+3
* core: extend nm_shutdown_wait_obj_*() to support notification via a GCancellableThomas Haller2019-09-221-3/+3
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* core: add audit log for the SaveHostname callBeniamino Galvani2019-09-051-12/+26
* core: add defines for common authentication-related error messagesBeniamino Galvani2019-09-051-5/+5
* wifi: drop support for wpa-none key-mgmtBeniamino Galvani2019-08-261-11/+0
* settings: fix memory leakBeniamino Galvani2019-08-051-2/+2
* core: fix coverity warning about memset() non-char value in assertionThomas Haller2019-08-021-1/+1
* settings: fix priority for settings-storages for tombstonesth/settings-shadowed-storageThomas Haller2019-07-251-13/+72
* settings: track profiles on disk that are shadowed by in-memory connectionsThomas Haller2019-07-251-168/+403
* 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: support storing "shadowed-storage" to .nmmeta filesThomas Haller2019-07-251-0/+3
* settings: support storing "shadowed-storage" to [.nmmeta] section for keyfile...Thomas Haller2019-07-251-1/+16
* settings: refactor handling of storages with meta-data/tombstonesThomas Haller2019-07-251-19/+27
* settings/trivial: rename NM_SETTINGS_CONNECTION_PERSIST_MODE_DISK to NM_SETTI...Thomas Haller2019-07-251-7/+7
* core,libnm: add AddConnection2() D-Bus API to block autoconnect from the startThomas Haller2019-07-251-7/+126
* device: move check for no-auto-default to "nm-settings.c"Thomas Haller2019-07-251-1/+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: rework tracking settings connections and settings pluginsThomas Haller2019-07-161-348/+1733
* settings: add audit-logging for connection load and reloadThomas Haller2019-07-161-0/+10