summaryrefslogtreecommitdiff
path: root/clients/cli
Commit message (Expand)AuthorAgeFilesLines
* cli: fix reference count handling in hotspot error pathBeniamino Galvani2020-06-181-1/+0
* all: add device.path propertyBeniamino Galvani2020-06-122-0/+4
* docs: show aliases for settings in `man nm-settings-nmcli`Thomas Haller2020-06-121-2/+6
* docs: use describe_doc for "generate-docs-nm-settings-nmcli.c"Thomas Haller2020-06-121-0/+3
* docs: generate nm-settings-docs-nmcli.xml based on nmcli meta dataThomas Haller2020-06-112-11/+90
* cli: show differnt text for state of externally connected devicesThomas Haller2020-06-103-16/+10
* cli: show external connection in different colorThomas Haller2020-06-106-21/+43
* nm-supplicant-interface: fix removal of OWE flag from non-transition mode BSSIDsDavid Bauer2020-06-091-4/+8
* cli: use nm_strdup_int() in "clients/cli/devices.c"Thomas Haller2020-05-141-7/+7
* cli: fix leak in show_device_lldp_list() for nmc_parse_lldp_capabilities()Thomas Haller2020-05-141-2/+5
* cli: fix leak in show_device_lldp_list()Thomas Haller2020-05-141-2/+2
* cli: fix memcpy() with %NULL pointers in nmc_get_devices_sorted()Thomas Haller2020-05-141-1/+2
* cli: cleanup internal functions in "clients/cli/connections.c"Thomas Haller2020-05-131-60/+49
* cli: use cleanup attribute in save_history_cmds()Thomas Haller2020-05-131-37/+32
* cli: move nmc_utils_read_passwd_file() to "common/nm-client-utils.c"Thomas Haller2020-05-131-179/+1
* cli: refactor error handling in parse_passwords()Thomas Haller2020-05-131-26/+53
* cli: support backslash escaping in passwd-fileThomas Haller2020-05-131-34/+118
* cli: unref main loop after destroying NMClient instanceBeniamino Galvani2020-05-121-1/+1
* cli: avoid empty if block without a commentThomas Haller2020-05-073-0/+11
* cli: avoid redundant "if" check that is always TRUE in nmcli_editor_tab_compl...Thomas Haller2020-05-071-1/+1
* cli: avoid non-thread-safe localtime() function in nmcliThomas Haller2020-05-071-1/+3
* cli: repeatedly trigger Wi-Fi scans while waiting for scan resultThomas Haller2020-04-241-7/+50
* cli: let _print_fill() hide option if NM_META_ACCESSOR_GET_OUT_FLAGS_HIDE is setThomas Haller2020-04-161-3/+3
* cli/polkit: rename NM_POLKIT_LISTENER_SIGNAL_REQUEST signal to "request-sync"Thomas Haller2020-04-101-1/+1
* cli: remove redundant return value from NMCCommand funcsThomas Haller2020-04-106-313/+308
* cli: mark argv argument for command line parsing as constThomas Haller2020-04-1011-151/+171
* cli: merge implementations for do_networking_on_off()Thomas Haller2020-04-101-17/+7
* cli: pass cmd to NMCCommand.func()Thomas Haller2020-04-106-70/+70
* cli: cleanup NMCCommand and declarations of func implementationsThomas Haller2020-04-1011-162/+108
* cli: hide nm_cli global variable from public headersThomas Haller2020-04-043-5/+2
* cli: avoid using nm_cli global variable in print_data()Thomas Haller2020-04-044-21/+41
* cli: avoid passing full NmCli global variable to nm_cli_spawn_pager()Thomas Haller2020-04-045-12/+20
* cli: make nmc_meta_environment_arg const pointerThomas Haller2020-04-044-8/+8
* cli: add and use nm_cli_global_readline global variableThomas Haller2020-04-044-6/+10
* cli: fix `nmcli device wifi list --rescan=yes` to waitThomas Haller2020-04-031-2/+1
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-281-0/+2
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-171-0/+2
* | cli: support setting removalBeniamino Galvani2020-03-233-36/+121
* | all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-3/+3
* | cli: use async method D-Bus for `nmcli radio wifi on|off`Thomas Haller2020-03-231-1/+27
* | cli: use async method D-Bus for `nmcli networking on|off`Thomas Haller2020-03-231-2/+34
* | cli: replace deprecated and synchronous nm_client_set_logging()Thomas Haller2020-03-231-8/+30
* | cli: fix `nmcli device wifi` with no Wi-Fi devices availableThomas Haller2020-03-201-0/+10
* | cli: fix use after free in wifi_list_finish()Thomas Haller2020-03-191-2/+2
* | cli: rework do_device_wifi_list() to scan and print Wi-Fi listThomas Haller2020-03-191-104/+123
* | cli: use nm_utils_hwaddr_matches() for matching BSSID in wifi_print_aps()Thomas Haller2020-03-191-5/+4
* | cli: fix out of bounds access in _print_fill()Thomas Haller2020-03-161-1/+2
* | cli: minor cleanup dropping unnecessary local variablesThomas Haller2020-03-161-7/+8
* | cli: return typed PrintDataCol array from _output_selection_parse()Thomas Haller2020-03-161-7/+13
* | cli: add get_type argument to ap_wpa_rsn_flags_to_string() for optional i18nThomas Haller2020-03-161-7/+11