summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nmcli: fix colorize_string() signature in order to return static char *fg/nmcli_parsing_rh1391170Francesco Giudici2017-03-281-38/+29
* nmcli: add -g[et-values] option as a '-m tab -t -f <arg>' shortcutFrancesco Giudici2017-03-283-16/+71
* nmcli: fix missing CONNECTIONS section name from nmcli -f all -m tab dev show...Francesco Giudici2017-03-281-2/+2
* nmcli: don't enforce anymore the -f(ields) option in -t(erse) modeFrancesco Giudici2017-03-285-70/+1
* nmcli: (trivial) add commentFrancesco Giudici2017-03-281-1/+3
* nmcli: refactor print_required_fieldsFrancesco Giudici2017-03-281-95/+85
* nmcli: remove redundant checkFrancesco Giudici2017-03-281-1/+1
* nmcli: always print "--" for empty or unset values in normal/pretty outputFrancesco Giudici2017-03-282-8/+14
* nmcli: output just the raw value of vlan.flags when in terse modeFrancesco Giudici2017-03-281-2/+5
* nmcli: don't substitute empty strings with "--" in terse modeFrancesco Giudici2017-03-281-5/+10
* nmcli: output property values in "parsable" mode when the "--terse" option is...Francesco Giudici2017-03-281-336/+466
* Remove assertion for empty DHCP optionsAlfonso Sánchez-Beato2017-03-281-1/+0
* merge: branch 'bg/slaves-order-rh1420708'Beniamino Galvani2017-03-272-34/+106
|\
| * manager: sort slaves to be autoconnected by device nameBeniamino Galvani2017-03-271-0/+20
| * manager: rework find_slaves() to return the matching deviceBeniamino Galvani2017-03-271-37/+61
| * manager: change nm_manager_get_best_device_for_connection() signatureBeniamino Galvani2017-03-271-3/+8
| * platform: sort links by name instead of ifindexBeniamino Galvani2017-03-271-3/+11
| * manager: check that slaves connection have a compatible deviceBeniamino Galvani2017-03-271-1/+16
|/
* cli: fix completion of setting names for --fieldsThomas Haller2017-03-261-5/+5
* libnm: fix type annotation for nm_utils_enum_from_str()Thomas Haller2017-03-251-1/+1
* merge: branch 'fg/keep_externally_set_hostname-rh1422610'Francesco Giudici2017-03-247-58/+259
|\
| * man: add description for the 'hostname' config option in the main sectionfg/keep_externally_set_hostname-rh1422610Francesco Giudici2017-03-241-0/+28
| * policy: add some verbose logging for tracking hostname managementFrancesco Giudici2017-03-241-18/+24
| * policy: allow reset of dhcp hostname in "dhcp" hostname-mode config.Francesco Giudici2017-03-241-1/+18
| * policy: add support to configurable hostname modeFrancesco Giudici2017-03-243-0/+38
| * nm-config: fix comment typoFrancesco Giudici2017-03-241-1/+1
| * policy: skip dns and route updates on ip6 config change signal if the device ...Francesco Giudici2017-03-241-5/+7
| * policy: detect if the hostname was changed outside NetworkManagerFrancesco Giudici2017-03-241-15/+74
| * policy: remove redundant check in _set_hostnameFrancesco Giudici2017-03-241-13/+4
| * policy: try to retrieve hostname from dbus firstFrancesco Giudici2017-03-243-18/+78
|/
* device: deal with non-existing IP settings in get_ip_config_may_fail()Beniamino Galvani2017-03-241-1/+1
* merge: branch 'lr/log-hints-1'Lubomir Rintel2017-03-2446-111/+163
|\
| * iface-helper: log the device contextlr/log-hints-1Lubomir Rintel2017-03-241-1/+1
| * keyfile: log the connection contextLubomir Rintel2017-03-241-1/+3
| * vpn/vpn-connection: log the connection contextLubomir Rintel2017-03-241-6/+6
| * settings-connection: log the connection contextLubomir Rintel2017-03-241-3/+2
| * active-connection: log the connection contextLubomir Rintel2017-03-241-1/+5
| * wwan/modem-broadband: log the connection contextLubomir Rintel2017-03-241-1/+4
| * supplicant: log the device contextLubomir Rintel2017-03-241-7/+3
| * ndisc: log the device contextLubomir Rintel2017-03-241-7/+5
| * dhcp: log the device contextLubomir Rintel2017-03-241-2/+2
| * devices/lldp: log the device contextLubomir Rintel2017-03-241-1/+3
| * devices/arping-manager: log the device contextLubomir Rintel2017-03-243-6/+7
| * devices: log the device contextLubomir Rintel2017-03-241-1/+3
| * logging: log device and connection along with the messageLubomir Rintel2017-03-2443-75/+118
| * logging: respect choice of journal/syslog even with --debugLubomir Rintel2017-03-244-16/+18
|/
* libnm: handle errors gracefully in nm_access_point_connection_valid()Thomas Haller2017-03-242-27/+39
* libnm-util/vapi: add missing dependenciesLubomir Rintel2017-03-241-1/+1
* build: yet another missing dependencyLubomir Rintel2017-03-241-0/+2
* core/trivial: rename nm_utils_10pow() to nm_utils_exp10()Thomas Haller2017-03-244-33/+33