summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: strip trailing/leading white spaces from config values (rh #1229861)jk/strip-cfg-values-rh1229861Jiří Klimeš2015-06-151-9/+23
* 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
| * cli: fix error message localizationBeniamino Galvani2015-06-091-2/+8
| * ifcfg-rh: add support for CONNECTION_METEREDBeniamino Galvani2015-06-093-0/+28
| * ifcfg-rh: change type of svTrueValue() return value and argumentBeniamino Galvani2015-06-092-4/+4
| * core: update device 'metered' property on connection state changeBeniamino Galvani2015-06-091-1/+59
| * dhcp: detect NMIP4Config 'metered' flag based on ANDROID_METERED DHCP optionBeniamino Galvani2015-06-093-0/+35
| * systemd/dhcp: add support for vendor specific DHCP optionBeniamino Galvani2015-06-094-0/+56
| * core: add 'metered' flag to NMIP4ConfigBeniamino Galvani2015-06-092-0/+34
| * cli: add support for 'metered' connection propertyBeniamino Galvani2015-06-091-1/+56
| * cli: add nmc_string_to_tristate()Beniamino Galvani2015-06-092-0/+37
| * libnm-core: add 'metered' property to NMSettingConnectionBeniamino Galvani2015-06-094-0/+57
| * cli: add 'metered' property to deviceBeniamino Galvani2015-06-093-1/+21
| * core,libnm: add 'metered' property to NMDeviceBeniamino Galvani2015-06-097-2/+133
|/
* contrib/rpm: let NetworkManager package own '/etc/NetworkManager/' directoryThomas Haller2015-06-081-0/+2
* platform: merge branch 'th/platform_refact_caching-bgo747981' (early part)Thomas Haller2015-06-0519-444/+690
|\
| * platform: expose nm_platform_signal_change_type_to_string()Thomas Haller2015-06-053-24/+11
| * platform: refactor support_kernel_extended_ifa_flags to static variableThomas Haller2015-06-051-40/+45
| * platform: move ethtool_get_link_speed() to nm-platform-utilsThomas Haller2015-06-053-32/+28
| * platform: move supports_mii_carrier_detect() to nmp_utils_mii_supports_carrie...Thomas Haller2015-06-053-44/+54
| * platform: move ethtool_*() to nmp_utils_ethtool_*()Thomas Haller2015-06-053-210/+238
| * platform: factor out ethtool_get_wake_on_lan() functionThomas Haller2015-06-051-10/+19
| * platform: factor out ethtool_get_peer_ifindex() functionThomas Haller2015-06-051-13/+28
| * platform: factor out ethtool_supports_vlans() functionThomas Haller2015-06-051-24/+30
| * platform/trivial: move ethtool_supports_carrier_detect() codeThomas Haller2015-06-051-13/+13
| * platform: move code udev_get_driver() to nmp_utils_udev_get_driver()Thomas Haller2015-06-053-42/+48
| * platform: add nm-platform-utils.[ch] filesThomas Haller2015-06-056-4/+107
| * platform: move nm_platform_query_devices() to nm-managerThomas Haller2015-06-053-29/+16
| * platform: merge setup_devices() function into constructed()Thomas Haller2015-06-054-19/+12
| * tests: use a user ns to fake rootLubomir Rintel2015-06-051-7/+51
| * tests: allow running the link test without a writeable sysfsLubomir Rintel2015-06-053-25/+44
| * core: add option to suppress error logging if nm_utils_modprobe() failsThomas Haller2015-06-055-8/+23