summaryrefslogtreecommitdiff
path: root/src/settings/nm-settings.c
Commit message (Expand)AuthorAgeFilesLines
* settings: avoid lookup in nm_settings_has_connection()Thomas Haller2018-04-301-10/+17
* settings: pass in authentication subject to nm_settings_add_connection_dbus()Thomas Haller2018-04-241-17/+20
* all: replace "it's" with "its" where neededBeniamino Galvani2018-04-181-1/+1
* core: cleanup code by using nm_auth_is_subject_in_acl_set_error()Thomas Haller2018-04-181-21/+10
* settings: make NM_SETTINGS_CONNECTION_FLAGS property NM_SETTINGS_CONNECTION_F...Thomas Haller2018-04-161-2/+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
* auth-chain/trivial: rename nm_auth_chain_unref() to nm_auth_chain_destroy()Thomas Haller2018-04-131-3/+3
* settings: track connections via CListThomas Haller2018-04-131-123/+113
* 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-131-1/+2
* core: use nm_dbus_object_get_path() instead of nm_connection_get_path()Thomas Haller2018-04-131-12/+10
* settings: clear connection path when unexporting from D-BusThomas Haller2018-04-131-1/+3
* 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
* settings: invalidate pointers for debugging use of outdated connections_cache...Thomas Haller2018-03-201-3/+19
* 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-127/+283
* core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"Thomas Haller2018-03-121-1/+1
* core: fix leaking connection in impl_settings_add_connection_helper()Thomas Haller2018-02-281-15/+10
* settings: drop unmaintained ifnet settings plugin of GentooThomas Haller2017-12-211-2/+2
* settings: drop unused define for HOSTNAME_FILEThomas Haller2017-12-201-15/+0
* settings: avoid assertion when deleting connectionsBeniamino Galvani2017-12-201-0/+2
* settings: track visible state as regular connection flagsThomas Haller2017-12-051-25/+0
* settings: add "connection-flags-changed" signal to connectionThomas Haller2017-12-051-0/+24
* ifcfg-rh: move nm-inotify-helper to ifcfg-rh pluginThomas Haller2017-12-051-6/+0
* settings: unify settings-update API (rename and merge)Thomas Haller2017-12-051-1/+1
* policy: use "agent-registered" signal directly from NMAgentManager instead of...Thomas Haller2017-11-271-30/+0
* core: use #define for "agent-registered" signal nameThomas Haller2017-11-271-1/+1
* core: merge nm_settings_get_connections_sorted() with nm_settings_get_connect...Thomas Haller2017-11-271-22/+11
* settings: preserve agent-owned secrets on connection addBeniamino Galvani2017-11-211-19/+32
* settings: get rid of callback arguments for nm_settings_connection_delete()Thomas Haller2017-10-251-1/+1
* settings: inline nm_settings_connection_replace_and_commit()Thomas Haller2017-10-251-1/+0
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+1
* Move CONF_DHCP definition to nm-hostname-manager.cMike Gorse2017-06-271-3/+0
* hostname: cache hostname-manager's hostname propertyThomas Haller2017-05-121-24/+8
* hostname: split out hostname management from NMSettingsThomas Haller2017-05-121-483/+37
* policy: try to retrieve hostname from dbus firstFrancesco Giudici2017-03-241-0/+22
* core/dispatcher: add and use nm_dispatcher_call_hostname()Thomas Haller2017-03-161-1/+1
* core/trivial: give names in src/nm-dispatcher.h header an "NM" prefixThomas Haller2017-03-161-1/+1
* core: consolidate sorting of connections by autoconnect/timestampThomas Haller2017-02-101-1/+1
* core: refactor nm_settings_get_connections_sorted() to return array instead o...Thomas Haller2017-02-101-10/+11
* core: drop nm_settings_get_best_connections() for new nm_settings_get_connect...Thomas Haller2017-02-101-76/+56
* core: add and use nm_settings_connection_cmp_default*()Thomas Haller2017-02-101-30/+1