summaryrefslogtreecommitdiff
path: root/src/settings/nm-settings.c
Commit message (Expand)AuthorAgeFilesLines
* settings: add hostnamed supportBeniamino Galvani2015-03-231-6/+95
* trivial: factor out monitor initialization from nm_settings_new()Beniamino Galvani2015-03-231-21/+28
* core: move handling of hostname from plugins to coreBeniamino Galvani2015-03-231-49/+297
* settings: fix memory leak in pk_hostname_cb()Beniamino Galvani2015-03-231-5/+4
* settings: let get_plugin() return first plugin that has *all* requested capab...Thomas Haller2015-03-221-2/+1
* trivial: use macro instead of plain C string for gobject property nameThomas Haller2015-03-191-1/+1
* config: move no-auto-default to NMConfigDataThomas Haller2015-02-031-1/+1
* settings: avoid duplicate UUID in settingsThomas Haller2015-01-131-0/+18
* core: declare nm_agent_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-1/+1
* core: allow connections to participate in NMManager:startup-completeDan Winship2015-01-091-0/+56
* auth: remove session monitor argumentPavel Šimerda2015-01-051-2/+0
* platform: don't include gsystem-local-alloc.h in nm-platform.hThomas Haller2014-11-071-0/+1
* settings: check file permissions when loading settings pluginsThomas Haller2014-10-291-8/+26
* settings: accept missing settings pluginsThomas Haller2014-10-291-12/+22
* settings: pass valid error code to g_set_error() in load_plugins()Thomas Haller2014-10-271-3/+3
* libnm-core, settings: move NMSettingsError to nm-errorsDan Winship2014-10-221-8/+7
* libnm-core, core: register NMConnectionError with D-BusDan Winship2014-10-221-3/+3
* libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-221-17/+0
* libnm-core: drop nm_setting_lookup_type_by_quark()Dan Winship2014-10-221-3/+2
* settings: pass valid error domain to g_set_error() in load_plugins()Thomas Haller2014-10-211-3/+3
* core: log connection change with nm_utils_log_connection_diff()Thomas Haller2014-10-121-0/+2
* core: ensure properly comparing boolean values in connection_sort()Thomas Haller2014-10-121-5/+5
* core: fix assertion when comparing missing hwaddr while searching connection ...Thomas Haller2014-09-301-1/+2
* auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-09-291-10/+10
* auth: rename file nm-manager-auth.* to nm-auth-utils.*Thomas Haller2014-09-291-1/+1
* libnm: port to GDBusDan Winship2014-09-181-1/+1
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-1/+4
* settings: create default wired connection from NMDeviceEthernetDan Williams2014-09-111-37/+3
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-6/+6
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-041-1/+1
* all: use _nm_utils_hash_values_to_slist()Thomas Haller2014-08-221-6/+2
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-161-10/+8
* libnm-core: move some fake NMConnection methods over to NMSettingDan Winship2014-08-161-1/+1
* core: update data types of some hwaddr propertiesDan Winship2014-08-071-10/+7
* libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship2014-08-071-2/+1
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-011-1/+1
* libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship2014-08-011-1/+1
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-011-1/+1
* config: drop NMConfigDevice, use NMDevice directlyDan Winship2014-07-231-2/+2
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-0/+2
* core: remove nm_utils_normalize_connection functionThomas Haller2014-06-301-3/+1
* settings: fix invalid signature in impl_settings_get_connection_by_uuid()Thomas Haller2014-06-261-2/+0
* core: fix crash in impl_settings_get_connection_by_uuid() when requesing non-...Thomas Haller2014-06-261-1/+1
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-17/+13
* core: sort connections in descending timestamp order on take-over (rh #1067712)Jiří Klimeš2014-04-111-1/+5
* api/settings: expose the ConnectionRemoved signalDan Williams2014-01-231-1/+3
* api/settings: add Connections propertyDan Williams2014-01-231-0/+22
* settings: return error from GetConnectionByUuid() if caller not in ACLDan Williams2014-01-231-14/+42
* core: remove useless NMSettings::connections-loaded signalDan Winship2014-01-231-46/+5
* core: add signal CONNECTION_UPDATED_BY_USER to NMSettingsThomas Haller2014-01-151-0/+23