summaryrefslogtreecommitdiff
path: root/src/settings/nm-settings.c
Commit message (Expand)AuthorAgeFilesLines
* core: add NMDeviceManagerdanw/wip/devicemanagerDan Winship2014-03-181-5/+15
* core: fix up NMConnectionProvider and NMHostnameProvider interfacesDan Winship2014-03-181-6/+6
* 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
* core: trivial rename NMSettings signal dbus-updated to updated-by-userThomas Haller2014-01-151-4/+4
* core: fuzzier matching of generated connections to persistent onesDan Williams2013-12-051-9/+8
* settings: port NMAgentManager, etc, to use NMAuthSubjectDan Winship2013-12-031-6/+6
* core: make NMSessionMonitor non-refcountedDan Winship2013-12-031-5/+1
* manager: fix connection auto-activation in timestamp-based order (rh #1029854)Jiří Klimeš2013-11-291-2/+4
* core: add o.fd.NM.Settings.LoadConnectionsDan Winship2013-11-151-7/+57
* core: allow default wired connections to stay up when quittingDan Williams2013-11-141-2/+7
* settings: simplify connection signal handlingDan Williams2013-11-141-55/+34
* settings: convert NMDefaultWiredConnection into a plain NMSettingsConnection ...Dan Williams2013-11-131-101/+101
* core: add nm_connection_provider_get_connection_by_uuid()Dan Williams2013-11-081-0/+7
* settings: validate hostnames from D-Bus (bgo #711179)Dan Williams2013-11-071-0/+35
* settings: add unrecognized-specs, implement in ifcfg-rhDan Winship2013-11-011-22/+43
* settings: use NMAuthSubject in NMSettingsDan Williams2013-10-311-50/+56
* core: grab remote process id when authenticating D-Bus clientsDan Williams2013-10-311-2/+2
* core: cleanup freeing of glib collections of pointersThomas Haller2013-10-221-10/+5
* core: keep nm_connection_provider_get_connections in private instead of stati...Thomas Haller2013-10-221-7/+11
* settings: document nm_settings_add_connection()Dan Williams2013-10-171-0/+14
* settings: make connections always have s_ip4 and s_ip6Dan Winship2013-10-111-0/+3
* trivial: remove unnecessary warningDan Williams2013-10-091-1/+0
* core: add add_connection method to NMConnectionProviderThomas Haller2013-09-251-0/+11
* core: add has_connections_loaded method to NMConnectionProviderThomas Haller2013-09-251-0/+9
* trivial: rename nm_settings_add_connection*() functionsPavel Šimerda2013-08-301-8/+8
* settings: publish add_new_connection() as nm_settings_add_connection_internal()Pavel Šimerda2013-06-201-7/+7
* core: add monitor-connection-files=false and ReloadConnectionsDan Winship2013-06-141-0/+43
* settings: don't connect to plugin signals until after initial loadDan Winship2013-06-141-14/+13
* settings: let NMSettingsConnection unregister itselfDan Williams2013-06-111-21/+0
* settings: implement ability to add connections without saving them to diskDan Williams2013-05-281-31/+60
* core: remove NMDeviceWiredDan Winship2013-05-201-2/+1
* core: convert the DBus manager to a single-ref objectDan Williams2013-05-201-1/+1
* core: move devices into a subdirectoryDan Winship2013-05-081-2/+2
* core: use non-recursive buildDan Winship2013-05-081-1/+1
* settings: consider :interface-name in default wired connection matchingDan Winship2013-04-111-20/+10
* settings: remove NM_SETTINGS_ERROR_NOT_PRIVILEGEDDan Williams2013-04-081-2/+2
* auth: move common nm_dbus_manager_get_caller_info() functionality into nm_aut...Dan Williams2013-04-081-20/+29
* core: remove unused argument to nm_auth_chain_new()Dan Williams2013-04-081-2/+2
* core: assume root always has a session for connection visibilityDan Williams2013-04-081-12/+8
* core: use DBusManager caller info/auth functionsDan Williams2013-04-081-6/+4
* core: use same codepaths for root and non-root during authenticationDan Williams2013-04-081-57/+50
* core: use wrappers for DBus object registration/unregistrationDan Williams2013-04-081-5/+3
* settings: use NMConfig directly rather than reparsing NetworkManager.confDan Winship2013-04-031-136/+17
* settings: clarify that NMDefaultWiredConnection is ethernet-onlyDan Winship2013-04-031-41/+20
* settings: don't pass config_path to NMSettings and settings pluginsDan Winship2013-04-031-18/+17
* all: remove redundant return-if-fail checksDan Winship2013-03-071-3/+0