summaryrefslogtreecommitdiff
path: root/clients/cli
Commit message (Expand)AuthorAgeFilesLines
* cli: fix memory leakbg/issue51Beniamino Galvani2018-10-091-0/+4
* cli: fix cleanup after activation from editorBeniamino Galvani2018-10-091-4/+6
* cli: add support for wpan.page and wpan.channel propertieslr/wpan-channelLubomir Rintel2018-10-071-2/+4
* cli: advise the user to consult logs when a connection fails to activateLubomir Rintel2018-10-011-0/+34
* cli: print per-device & per-AF connectivity statusLubomir Rintel2018-09-245-22/+54
* all: pass O_CLOEXEC flag to g_mkstemp()Thomas Haller2018-09-211-1/+2
* cli: adjust error message about incompatible connection/deviceThomas Haller2018-09-201-1/+1
* docs: misc. typosluz.paz2018-09-154-13/+13
* cli: fix reading "vpn.secrets.*" from passwd-fileThomas Haller2018-09-142-4/+12
* cli: fix autocompletion for connection commandsBeniamino Galvani2018-08-271-10/+10
* cli: fix connection type completion on connection addBeniamino Galvani2018-08-271-7/+26
* all: add 'match' settingBeniamino Galvani2018-08-111-0/+1
* shared: add @allow_escaping argument to @nm_utils_strsplit_setBeniamino Galvani2018-08-113-4/+4
* cli: add functionality to hide properties from outputThomas Haller2018-08-101-1/+12
* libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller2018-08-101-1/+2
* cli: fix nmc_setting_get_valid_properties() to use setting metadataThomas Haller2018-08-101-18/+12
* cli: remove assertion in nmc_device_state_to_color()Beniamino Galvani2018-08-101-1/+1
* cli: remove unused argument from nm_meta_selection_create_parse_list()Thomas Haller2018-07-252-3/+2
* cli: don't explicitly unset out_to_free argument in NMMetaType.get_nested()Thomas Haller2018-07-251-1/+0
* cli: drop local variable multiline in _print_do()Thomas Haller2018-07-251-8/+7
* cli: simplify tracking of parent column in PrintDataCol structureThomas Haller2018-07-251-9/+42
* cli: minor cleanup explicitly checking print_outputThomas Haller2018-07-254-6/+10
* cli: minor cleanup evaluating print_outputThomas Haller2018-07-251-21/+39
* cli: minor cleanup in _print_data_cell_clear_text()Thomas Haller2018-07-251-10/+13
* cli: fix skipping columns with all default-valuesThomas Haller2018-07-251-4/+12
* cli: don't translate device state in --terse modeThomas Haller2018-07-251-1/+2
* build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2018-07-171-2/+0
* cli: add support for configuring SR-IOVBeniamino Galvani2018-07-111-1/+2
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-112-18/+18
* cli/trivial: move codeThomas Haller2018-07-091-57/+59
* cli: add additional user-data argument to get_fcn()Thomas Haller2018-07-097-2/+27
* cli: rework printing of "wired" and "wifi" device detailsThomas Haller2018-07-094-91/+163
* cli: rework printing of "capabilities" device detailsThomas Haller2018-07-094-46/+69
* cli: rework printing of "connections" device detailsThomas Haller2018-07-094-56/+142
* cli: don't translate device details in terse modeThomas Haller2018-07-091-6/+10
* cli: rework enum-to-string function to not return translated textThomas Haller2018-07-093-10/+10
* cli: rework printing of "general" device detailsThomas Haller2018-07-094-97/+150
* cli: rework printing of device statusThomas Haller2018-07-094-62/+67
* cli: merge IPv4 and IPv6 versions of ip/dhcp config printThomas Haller2018-07-094-48/+40
* cli/trivial: move codeThomas Haller2018-07-091-11/+15
* cli: drop duplicate IPv6 property metadataThomas Haller2018-07-095-14/+4
* cli: rework printing of dhcp optionsThomas Haller2018-07-096-44/+81
* cli: rework printing of vpn active-connection propertiesThomas Haller2018-07-094-122/+174
* client: support 6lowpan settingLubomir Rintel2018-06-261-0/+2
* client: support wpan settingLubomir Rintel2018-06-261-1/+5
* cli: rework check-colors to first evaluate enabled/disabledThomas Haller2018-06-261-68/+149
* cli: only modify color platte when parsing is successful in parse_color_scheme()Thomas Haller2018-06-261-37/+44
* cli: drop unused color_option argument from check_colors_file()Thomas Haller2018-06-261-13/+11
* cli: avoid passing NmCli to set_color() functionsThomas Haller2018-06-262-31/+34
* cli: list the 'print' command in the welcome message of the editorFrancesco Giudici2018-06-211-0/+2