NetworkManager/clients
Thomas Haller 3059a30da9 cli: use nm_utils_bin2hexstr_full() in nmcli to convert bytes to string
- it's less lines of code (for the caller).

 - it's a function that can be easier unit-tested on its own.
   Possibly there are already other unit-tests that cover it.

 - it's more efficient than the GString based implementation.

 - it reuses our one and only bin-to-hexstr implementation.
2019-02-22 14:04:13 +01:00
..
cli libnm,cli: add NMSettingWireGuard 2019-02-22 11:00:10 +01:00
common cli: use nm_utils_bin2hexstr_full() in nmcli to convert bytes to string 2019-02-22 14:04:13 +01:00
tests cli/tests: fix tests after adding polkit action for Wi-Fi scans 2019-02-21 15:33:28 +01:00
tui libnm,core: use _nm_utils_ascii_str_to_uint64() instead of strtol() 2019-02-12 08:50:28 +01:00
meson.build build: meson: Add trailing commas 2018-12-20 13:50:34 +01:00
nm-online.c nm-online: sort options in man page and program help 2018-11-05 09:32:20 +01:00