summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | cli: add property-info for NMSettingWirelessSecurityThomas Haller2017-03-304-245/+152
| * | cli: add property-info for NMSettingPppoeThomas Haller2017-03-304-95/+96
| * | cli: add property-info for NMSettingDcbThomas Haller2017-03-304-191/+134
| * | cli: add property-info for NMSettingProxyThomas Haller2017-03-304-96/+65
| * | cli: add NmcPropertyType structureThomas Haller2017-03-302-258/+381
| * | cli: add property-info for NMSettingIP4Config and NMSettingIP6ConfigThomas Haller2017-03-304-662/+511
| * | cli: remove GLUE macros that hide namesThomas Haller2017-03-301-286/+282
| * | cli: generate all-properties list from NmcSettingInfoThomas Haller2017-03-302-24/+19
| * | cli: add values_func() to NmcPropertyInfo and use for "connection" settingThomas Haller2017-03-307-49/+38
| * | cli: add remove_func() to NmcPropertyInfo and use for "connection" settingThomas Haller2017-03-302-45/+35
| * | cli: add remove_func() to NmcPropertyInfo and use for "connection" settingThomas Haller2017-03-302-2/+47
| * | cli: add set_func() to NmcPropertyInfo and use for "connection" settingThomas Haller2017-03-302-151/+225
| * | cli: implement property getter for "connection" setting via nmc_setting_infoThomas Haller2017-03-301-41/+149
| * | cli: rework property handling via NmcPropertyInfo for NMSettingConnectionThomas Haller2017-03-306-101/+320
| * | cli: add setting-info structure to settings.cThomas Haller2017-03-303-79/+186
| * | meta: add table @nm_meta_setting_infos of all settings typesThomas Haller2017-03-302-10/+296
| * | Revert "nmcli: output property values in "parsable" mode when the "--terse" o...Thomas Haller2017-03-301-466/+336
| * | libnm: handler numeric values more gracefully in nm_utils_enum_from_str()Thomas Haller2017-03-301-3/+25
| * | libnm: return zero flags value from nm_utils_enum_to_str()Thomas Haller2017-03-302-10/+16
| * | libnm: fix error message for invalid ipv6.addr-gen-modeThomas Haller2017-03-301-1/+1
|/ /
* | device: update the address type in nm_device_hw_addr_set_cloned()Beniamino Galvani2017-03-301-1/+3
* | device: don't update disconnected devices routes after connectivity checkBeniamino Galvani2017-03-291-4/+6
* | nmcli: fix nmcli parsingFrancesco Giudici2017-03-294-73/+80
* | nmcli: fix nmcli connection editFrancesco Giudici2017-03-291-3/+3
* | build: declare build dependencies requiring "nm-core-enum-types.h"Thomas Haller2017-03-295-12/+124
* | ifcfg-rh: also check BONDING_OPTS to determine the connection typeBeniamino Galvani2017-03-294-0/+41
* | libnm: fix showing UDEV properties for deviceThomas Haller2017-03-291-1/+1
* | build: declare build dependency for ifcfg-rh testsThomas Haller2017-03-281-0/+2
* | release: bump version to 1.9.0 (development)1.9.0-devLubomir Rintel2017-03-284-4/+33
* | release: bump version to 1.7.90 (1.8-rc1)1.8-rc1Lubomir Rintel2017-03-281-1/+1
* | NEWS: update for a release candidateLubomir Rintel2017-03-281-1/+8
* | merge: branch 'lr/cli-ask-rh1351263'Lubomir Rintel2017-03-287-119/+197
|\ \
| * | cli/connections: drop the redundant parsing of --show-secretslr/cli-ask-rh1351263Lubomir Rintel2017-03-281-12/+5
| * | cli: check for global options before each agumentLubomir Rintel2017-03-282-13/+26
| * | cli: add NmCli argument to next_arg()Lubomir Rintel2017-03-286-37/+37
| * | cli: use next_arg() on argument boundaryLubomir Rintel2017-03-286-72/+144
|/ /
* | merge: branch 'lr/device-conn'Lubomir Rintel2017-03-288-424/+441
|\ \
| * | device: penalize default route metrics for connectivity failureslr/device-connLubomir Rintel2017-03-282-30/+65
| * | core: make connectivity checking per-deviceLubomir Rintel2017-03-288-422/+404
|/ /
* | libnm: add NMSettingUserThomas Haller2017-03-289-1/+626
* | libnm: document to allow omitting argument to get-options functionsThomas Haller2017-03-282-2/+6
* | tests/general: allow error margin on comparing floatsLubomir Rintel2017-03-282-2/+2
* | tests/lldp: skip test if there's no Tun deviceLubomir Rintel2017-03-281-2/+12
* | cli: fix completion of setting names for --fields (2)Thomas Haller2017-03-281-3/+3
* | merge: branch 'fg/nmcli_parsing_rh1391170'Francesco Giudici2017-03-289-554/+667
|\ \
| * | 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