summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Expand)AuthorAgeFilesLines
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-106-17/+17
* all: add and utilize nm_utils_is_separator()Lubomir Rintel2018-05-101-1/+1
* meson: distinguish arch specific and arch neutral lib dirLubomir Rintel2018-05-093-3/+3
* settings: avoid lookup in nm_settings_has_connection()Thomas Haller2018-04-301-10/+17
* all: remove consecutive empty linesBeniamino Galvani2018-04-3011-23/+0
* settings: pass in authentication subject to nm_settings_add_connection_dbus()Thomas Haller2018-04-242-17/+21
* core: fix misspellings of 'acquire'Beniamino Galvani2018-04-231-1/+1
* ifcfg-rh: fix parse of tc qdiscs and filtersBeniamino Galvani2018-04-211-6/+14
* ifcfg-rh: add tests for tc configBeniamino Galvani2018-04-213-0/+155
* keyfile: avoid cloning the array while parsing DNS entriesThomas Haller2018-04-192-1/+2
* keyfile/tests: extend test for parsing routes/addressesThomas Haller2018-04-192-6/+17
* ifcfg-rh: persist ipv4.dad-timeout without roundingBeniamino Galvani2018-04-188-8/+27
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-184-4/+4
* all: replace "it's" with "its" where neededBeniamino Galvani2018-04-182-2/+2
* core: cleanup code by using nm_auth_is_subject_in_acl_set_error()Thomas Haller2018-04-182-42/+22
* settings: add NMSettingsConnectionFlags flagsThomas Haller2018-04-161-5/+12
* all: add D-Bus property "Flags" for Settings.Connection interfaceThomas Haller2018-04-162-2/+30
* settings: make NM_SETTINGS_CONNECTION_FLAGS property NM_SETTINGS_CONNECTION_F...Thomas Haller2018-04-163-16/+12
* core/trivial: rename "NMSettingsConnectionFlags" to "NMSettingsConnectionIntF...Thomas Haller2018-04-162-56/+56
* shared: use value infos in _nm_utils_enum_to_str_fullBeniamino Galvani2018-04-131-1/+1
* settings: return empty connections list on D-Bus util connections are loadedThomas Haller2018-04-131-5/+8
* settings: fix clearing agent-manager in NMSettings' dispose()Thomas Haller2018-04-131-2/+2
* settings: use cleanup-attribute in send_agent_owned_secrets()Thomas Haller2018-04-131-2/+1
* settings: fix leaking connection in NMSettings' connection_removed()Thomas Haller2018-04-131-1/+2
* core/trivial: adjust code commentThomas Haller2018-04-131-1/+1
* 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-133-11/+11
* settings: track connections via CListThomas Haller2018-04-134-131/+118
* settings: don't let connection keep NMSettings aliveThomas Haller2018-04-131-2/+0
* settings: reorder D-Bus events when removing settings-connectionThomas Haller2018-04-131-23/+18
* core: use nm_dbus_utils_g_value_set_object_path_from_hash()Thomas Haller2018-04-131-8/+3
* settings: no longer call nm_connection_set_path() in serverThomas Haller2018-04-131-5/+2
* core: explicitly pass D-Bus path to nm_utils_log_connection_diff()Thomas Haller2018-04-132-3/+6
* core: use nm_dbus_object_get_path() instead of nm_connection_get_path()Thomas Haller2018-04-133-18/+16
* settings: clear connection path when unexporting from D-BusThomas Haller2018-04-132-4/+3
* settings/trivial: add code commentsThomas Haller2018-04-131-2/+7
* settings: use cleanup attribute to keep connection alive during connection_re...Thomas Haller2018-04-131-3/+3
* settings: fix unrefing setting is there are no plugins loadedThomas Haller2018-04-131-3/+1
* settings: handle default-wired-connection in connection-removed signalThomas Haller2018-04-131-23/+15
* build: meson: add prefix to test namesBeniamino Galvani2018-04-124-4/+4
* build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-124-4/+20
* ifcfg-rh: suppress warning about NM_CONTROLLED=no without restricting profile...Thomas Haller2018-04-051-0/+1
* ifcfg-rh: minor cleanup setting out_ignore_error in connection_from_file_full()Thomas Haller2018-04-051-8/+6
* all: use nm_utils_hash_keys_to_array()Thomas Haller2018-03-271-10/+1
* settings: invalidate pointers for debugging use of outdated connections_cache...Thomas Haller2018-03-201-3/+19
* ifcfg-rh: preserve NULL wifi mode when persisting a connectionBeniamino Galvani2018-03-203-6/+6
* 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-133-3/+3
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-129-327/+664