summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: cli: rework printing of "ap" device detailsth/cli-connection-handling-xThomas Haller2018-06-138-424/+387
* cli: handle field selector prefix in nm_meta_selection_create_parse_list()Thomas Haller2018-06-139-65/+77
* cli: extend printing to support different styles of headersThomas Haller2018-06-132-24/+123
* cli: remove unused argument from nm_meta_selection_create_parse_list()Thomas Haller2018-06-134-6/+3
* cli: minor cleanup in _print_data_cell_clear_text()Thomas Haller2018-06-131-10/+13
* cli: fix skipping columns with all default-valuesThomas Haller2018-06-131-5/+13
* cli: let nm_meta_selection_create_parse_list() handle selecting "common" fieldsThomas Haller2018-06-131-1/+7
* cli: allow marking NMMetaAbstractInfo to be excluded from get-all-fieldsThomas Haller2018-06-135-21/+237
* cli: reuse existing nm_meta_abstract_infos_get_names_str()Thomas Haller2018-06-131-17/+11
* cli: don't explicitly unset out_to_free argument in NMMetaType.get_nested()Thomas Haller2018-06-133-4/+2
* cli: drop local variable multiline in _print_do()Thomas Haller2018-06-131-8/+7
* cli: simplify tracking of parent column in PrintDataCol structureThomas Haller2018-06-131-9/+42
* cli: minor cleanup explicitly checking print_outputThomas Haller2018-06-134-6/+10
* cli: minor cleanup evaluating print_outputThomas Haller2018-06-131-21/+39
* cli/trivial: move codeThomas Haller2018-06-131-57/+59
* cli: add additional user-data argument to get_fcn()Thomas Haller2018-06-1311-2/+34
* cli: rework printing of "wired" and "wifi" device detailsThomas Haller2018-06-137-105/+177
* cli: rework printing of "capabilities" device detailsThomas Haller2018-06-136-56/+79
* cli: rework printing of "connections" device detailsThomas Haller2018-06-1318-108/+194
* cli: don't translate device details in terse modeThomas Haller2018-06-134-18/+22
* cli: rework enum-to-string function to not return translated textThomas Haller2018-06-134-246/+127
* cli: rework printing of "general" device detailsThomas Haller2018-06-137-115/+168
* cli: rework printing of device statusThomas Haller2018-06-134-62/+67
* cli: merge IPv4 and IPv6 versions of ip/dhcp config printThomas Haller2018-06-134-48/+40
* cli/trivial: move codeThomas Haller2018-06-131-11/+15
* cli: drop duplicate IPv6 property metadataThomas Haller2018-06-135-14/+4
* cli: rework printing of dhcp optionsThomas Haller2018-06-136-44/+81
* cli: rework printing of vpn active-connection propertiesThomas Haller2018-06-135-124/+172
* libnm: always return VPN connections's bannerThomas Haller2018-06-133-12/+5
* cli: fix printing multi-line output when there is nothing to printThomas Haller2018-06-135-16/+14
* cli: return NULL strv array from _ip_config_get_routes() if there are no routesThomas Haller2018-06-135-4/+11
* clients/tests: better document how to re-generate files for clients testsThomas Haller2018-06-13248-256/+317
* dhcp: merge branch 'th/dhcp-client-id'Thomas Haller2018-06-124-128/+210
|\
| * examples: add ipv4.dhcp-client-id and ipv6.dhcp-duid to 30-anon.conf exampleth/dhcp-client-idThomas Haller2018-06-121-6/+31
| * libnm: avoid allocating GBytes in _nm_utils_dhcp_duid_valid()Thomas Haller2018-06-121-16/+11
| * device: log generated ipv4.dhcp-client-id in <debug> modeThomas Haller2018-06-121-15/+33
| * device: unify logging of ipv6.dhcp-duid by giving common prefixThomas Haller2018-06-121-5/+12
| * device: refactor generate_duid_from_machine_id() to have a straight forward c...Thomas Haller2018-06-121-46/+59
| * device: handle failure in generate_duid_from_machine_id() in dhcp6_get_duid()Thomas Haller2018-06-122-27/+19
| * device: fix enforcing ipv6.dhcp-duid for binary DUIDThomas Haller2018-06-121-3/+2
| * device: handle failure to generate ipv4.dhcp-client-id by fallback to random ...Thomas Haller2018-06-121-30/+53
| * device: obtain current MAC address from platform for generating ipv4.dhcp-cli...Thomas Haller2018-06-121-20/+30
|/
* client: cli: Fix message in connect callbackAndrew Zaborowski2018-06-121-1/+1
* contrib/rpm: fix dependency for /sbin/update-alternativesThomas Haller2018-06-111-2/+2
* clients/tests: merge branch 'th/more-clients-tests'Thomas Haller2018-06-11248-205/+1689
|\
| * clients/tests: minor cleanup iterating over various nmcli output modesThomas Haller2018-06-11193-208/+208
| * clients/tests: add tests for `nmcli device wifi list` outputThomas Haller2018-06-1156-0/+1462
| * clients/tests: extend tests to gracefully handle unstable outputThomas Haller2018-06-11193-198/+206
| * clients/tests: run tests with G_DEBUG=fatal-warningsThomas Haller2018-06-11193-192/+206
|/
* merge: branch 'lr/alternatives'Lubomir Rintel2018-06-1130-90/+203
|\