| Commit message (Expand) | Author | Age | Files | Lines |
* | settings: add hostnamed support | Beniamino Galvani | 2015-03-23 | 1 | -6/+95 |
* | trivial: factor out monitor initialization from nm_settings_new() | Beniamino Galvani | 2015-03-23 | 1 | -21/+28 |
* | core: move handling of hostname from plugins to core | Beniamino Galvani | 2015-03-23 | 1 | -49/+297 |
* | settings: fix memory leak in pk_hostname_cb() | Beniamino Galvani | 2015-03-23 | 1 | -5/+4 |
* | settings: let get_plugin() return first plugin that has *all* requested capab... | Thomas Haller | 2015-03-22 | 1 | -2/+1 |
* | trivial: use macro instead of plain C string for gobject property name | Thomas Haller | 2015-03-19 | 1 | -1/+1 |
* | config: move no-auto-default to NMConfigData | Thomas Haller | 2015-02-03 | 1 | -1/+1 |
* | settings: avoid duplicate UUID in settings | Thomas Haller | 2015-01-13 | 1 | -0/+18 |
* | core: declare nm_agent_manager_get() using NM_DEFINE_SINGLETON_GETTER() | Thomas Haller | 2015-01-12 | 1 | -1/+1 |
* | core: allow connections to participate in NMManager:startup-complete | Dan Winship | 2015-01-09 | 1 | -0/+56 |
* | auth: remove session monitor argument | Pavel Šimerda | 2015-01-05 | 1 | -2/+0 |
* | platform: don't include gsystem-local-alloc.h in nm-platform.h | Thomas Haller | 2014-11-07 | 1 | -0/+1 |
* | settings: check file permissions when loading settings plugins | Thomas Haller | 2014-10-29 | 1 | -8/+26 |
* | settings: accept missing settings plugins | Thomas Haller | 2014-10-29 | 1 | -12/+22 |
* | settings: pass valid error code to g_set_error() in load_plugins() | Thomas Haller | 2014-10-27 | 1 | -3/+3 |
* | libnm-core, settings: move NMSettingsError to nm-errors | Dan Winship | 2014-10-22 | 1 | -8/+7 |
* | libnm-core, core: register NMConnectionError with D-Bus | Dan Winship | 2014-10-22 | 1 | -3/+3 |
* | libnm-core: merge NMSetting*Error into NMConnectionError | Dan Winship | 2014-10-22 | 1 | -17/+0 |
* | libnm-core: drop nm_setting_lookup_type_by_quark() | Dan Winship | 2014-10-22 | 1 | -3/+2 |
* | settings: pass valid error domain to g_set_error() in load_plugins() | Thomas Haller | 2014-10-21 | 1 | -3/+3 |
* | core: log connection change with nm_utils_log_connection_diff() | Thomas Haller | 2014-10-12 | 1 | -0/+2 |
* | core: ensure properly comparing boolean values in connection_sort() | Thomas Haller | 2014-10-12 | 1 | -5/+5 |
* | core: fix assertion when comparing missing hwaddr while searching connection ... | Thomas Haller | 2014-09-30 | 1 | -1/+2 |
* | auth: rework polkit autorization to use DBUS interface directly | Thomas Haller | 2014-09-29 | 1 | -10/+10 |
* | auth: rename file nm-manager-auth.* to nm-auth-utils.* | Thomas Haller | 2014-09-29 | 1 | -1/+1 |
* | libnm: port to GDBus | Dan Winship | 2014-09-18 | 1 | -1/+1 |
* | libnm-core: change connection hash tables to variants in API | Dan Winship | 2014-09-18 | 1 | -1/+4 |
* | settings: create default wired connection from NMDeviceEthernet | Dan Williams | 2014-09-11 | 1 | -37/+3 |
* | libnm-core: change all mac-address properties to G_TYPE_STRING | Dan Winship | 2014-09-04 | 1 | -6/+6 |
* | libnm-core: rename NMConnection to/from_hash methods | Dan Winship | 2014-09-04 | 1 | -1/+1 |
* | all: use _nm_utils_hash_values_to_slist() | Thomas Haller | 2014-08-22 | 1 | -6/+2 |
* | libnm-core, libnm, core: make NMConnection an interface | Dan Winship | 2014-08-16 | 1 | -10/+8 |
* | libnm-core: move some fake NMConnection methods over to NMSetting | Dan Winship | 2014-08-16 | 1 | -1/+1 |
* | core: update data types of some hwaddr properties | Dan Winship | 2014-08-07 | 1 | -10/+7 |
* | libnm-core, etc: add nm_utils_hwaddr_matches() | Dan Winship | 2014-08-07 | 1 | -2/+1 |
* | libnm: rename NetworkManager.h and NetworkManagerVPN.h | Dan Winship | 2014-08-01 | 1 | -1/+1 |
* | libnm: consistently use "INTERFACE" rather than "IFACE" in macros | Dan Winship | 2014-08-01 | 1 | -1/+1 |
* | libnm, core, cli, tui: fix the capitalization of various types | Dan Winship | 2014-08-01 | 1 | -1/+1 |
* | config: drop NMConfigDevice, use NMDevice directly | Dan Winship | 2014-07-23 | 1 | -2/+2 |
* | core: fill in nm-types.h, clean out other headers | Dan Winship | 2014-07-23 | 1 | -0/+2 |
* | core: remove nm_utils_normalize_connection function | Thomas Haller | 2014-06-30 | 1 | -3/+1 |
* | settings: fix invalid signature in impl_settings_get_connection_by_uuid() | Thomas Haller | 2014-06-26 | 1 | -2/+0 |
* | core: fix crash in impl_settings_get_connection_by_uuid() when requesing non-... | Thomas Haller | 2014-06-26 | 1 | -1/+1 |
* | all: remove remaining GParamSpec name/blurb strings | Dan Winship | 2014-06-19 | 1 | -17/+13 |
* | core: sort connections in descending timestamp order on take-over (rh #1067712) | Jiří Klimeš | 2014-04-11 | 1 | -1/+5 |
* | api/settings: expose the ConnectionRemoved signal | Dan Williams | 2014-01-23 | 1 | -1/+3 |
* | api/settings: add Connections property | Dan Williams | 2014-01-23 | 1 | -0/+22 |
* | settings: return error from GetConnectionByUuid() if caller not in ACL | Dan Williams | 2014-01-23 | 1 | -14/+42 |
* | core: remove useless NMSettings::connections-loaded signal | Dan Winship | 2014-01-23 | 1 | -46/+5 |
* | core: add signal CONNECTION_UPDATED_BY_USER to NMSettings | Thomas Haller | 2014-01-15 | 1 | -0/+23 |