summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ethernet: add initial LLDP supportbg/wip/lldp-rh1142898Beniamino Galvani2015-06-161-0/+64
* systemd: import LLDP files and their dependenciesBeniamino Galvani2015-06-1625-3/+5176
* manager: introduce new SetGlobalDnsConfig D-Bus methodBeniamino Galvani2015-06-156-3/+208
* dns: add support for global configuration in dns-managerBeniamino Galvani2015-06-151-28/+87
* core: add global DNS configuration to nm-config-dataBeniamino Galvani2015-06-152-0/+158
* WIP: config/test: add test for set_values()Thomas Haller2015-06-131-0/+65
* config: add config utility accessorsThomas Haller2015-06-132-1/+47
* config: add write support to atomic-sectionsThomas Haller2015-06-135-21/+193
* config: ensure nm_config_get_plugins() to return stripped valuesThomas Haller2015-06-132-11/+6
* settings: enable "ibft" plugin by default together with "ifcfg-rh"Thomas Haller2015-06-135-67/+105
* config: fix usage of g_key_file_get_value() vs. g_key_file_get_string()Thomas Haller2015-06-133-28/+37
* config: don't log warning in nm_config_keyfile_get_boolean()Thomas Haller2015-06-131-14/+2
* config: log configuration at startup and on reloadThomas Haller2015-06-134-0/+102
* config: add defines for keyfile groups to "nm-config.h"Thomas Haller2015-06-137-35/+45
* config: add write support for NMConfigThomas Haller2015-06-135-37/+666
* config: use nm_config_data_get_value_boolean()Thomas Haller2015-06-132-28/+12
* config: add nm_config_data_get_value_boolean()Thomas Haller2015-06-132-0/+15
* config: add nm_config_parse_boolean() functionThomas Haller2015-06-132-17/+46
* config: add macros NM_CONFIG_GET_DATA and NM_CONFIG_GET_DATA_ORIGThomas Haller2015-06-134-7/+11
* config: get rid of @error argument to nm_config_data_get_value()Thomas Haller2015-06-136-41/+29
* libnm: consider ordering for _nm_keyfile_equals()Thomas Haller2015-06-134-7/+63
* libnm: add keyfile utility functionsThomas Haller2015-06-134-64/+87
* config: reload also no-auto-default stateThomas Haller2015-06-131-1/+4
* config: fix evaluation of no-auto-default settingThomas Haller2015-06-133-82/+97
* config: fix setting default configuration for 'main.plugins'Thomas Haller2015-06-132-12/+12
* config: refactor processing of 'option+' and 'option-' config settingsThomas Haller2015-06-137-22/+97
* contrib/rpm: update spec file to install configuration snippets in "/usr/lib/...Thomas Haller2015-06-131-8/+8
* config: read configuration directory "/usr/lib/NetworkManager/conf.d"Thomas Haller2015-06-136-54/+130
* build: add nmlibdir defineThomas Haller2015-06-121-0/+2
* config/trivial: rename defines for default settingsThomas Haller2015-06-121-17/+17
* config: change examples for command line arguments to system defaultThomas Haller2015-06-124-14/+13
* merge: branch 'bg/hostname-bgo740409'Beniamino Galvani2015-06-1230-2492/+423
|\
| * settings/example: remove 'example' settings pluginThomas Haller2015-06-1211-1214/+2
| * keyfile: refactor reading "keyfile.unmanaged-devices" settingThomas Haller2015-06-121-80/+25
| * keyfile: refactor dispose() of SCPluginKeyfileThomas Haller2015-06-121-12/+8
| * settings: remove ifcfg-suse pluginBeniamino Galvani2015-06-128-210/+9
| * settings: add hostnamed supportBeniamino Galvani2015-06-121-1/+91
| * settings: factor out monitor initialization from nm_settings_new()Beniamino Galvani2015-06-121-21/+29
| * settings: remove hostname handling from pluginsBeniamino Galvani2015-06-1216-940/+28
| * core: move handling of hostname from plugins to coreBeniamino Galvani2015-06-122-46/+258
| * build: link core against SELinuxBeniamino Galvani2015-06-121-0/+5
|/
* libnm/utils: add _nm_utils_strv_find_first() functionThomas Haller2015-06-112-5/+47
* gitignore: ignore temporary files during buildThomas Haller2015-06-111-0/+5
* cli: use color names when TAB-completing "nmcli prompt-color"Jiří Klimeš2015-06-111-1/+2
* cli: take color name arguments for "nmcli prompt-color" in editor (bgo #744936)Jiří Klimeš2015-06-113-15/+41
* cli: fix metered to string propertyThomas Haller2015-06-101-0/+11
* all: fix a compiler warning about function declarationsJiří Klimeš2015-06-105-10/+10
* xml: (trivial) fix a typoJiří Klimeš2015-06-101-2/+2
* merge branch 'bg/metered-connections-bgo741725'Beniamino Galvani2015-06-0938-12/+668
|\
| * nm-manager: add 'metered' propertyBeniamino Galvani2015-06-099-2/+141