summaryrefslogtreecommitdiff
path: root/clients/cli/general.c
Commit message (Expand)AuthorAgeFilesLines
* cli: show differnt text for state of externally connected devicesThomas Haller2020-06-101-4/+2
* cli: show external connection in different colorThomas Haller2020-06-101-12/+10
* cli: avoid empty if block without a commentThomas Haller2020-05-071-0/+4
* cli: remove redundant return value from NMCCommand funcsThomas Haller2020-04-101-86/+63
* cli: mark argv argument for command line parsing as constThomas Haller2020-04-101-16/+16
* cli: merge implementations for do_networking_on_off()Thomas Haller2020-04-101-17/+7
* cli: pass cmd to NMCCommand.func()Thomas Haller2020-04-101-17/+17
* cli: cleanup NMCCommand and declarations of func implementationsThomas Haller2020-04-101-53/+31
* cli: avoid passing full NmCli global variable to nm_cli_spawn_pager()Thomas Haller2020-04-041-2/+2
* 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
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-3/+6
* all: use g_ascii_strcasecmp() instead of the locale dependent strcasecmp()Thomas Haller2020-02-111-7/+7
* cli: don't fetch permissions for NMClient in nmcli unless requiredThomas Haller2019-12-101-40/+52
* cli: sort permission in output of `nmcli general permissions`Thomas Haller2019-12-101-6/+5
* libnm,cli: cleanup mapping between NMClientPermission and stringsThomas Haller2019-12-101-38/+2
* core: also return unknown permission check resultThomas Haller2019-12-101-1/+4
* cli: unsubscribe permission signal from NMClient on exitThomas Haller2019-11-071-1/+4
* cli: translate overview output of nmcliThomas Haller2019-10-021-5/+14
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* cli: add kill switch indication to "nmcli" outputLubomir Rintel2019-09-201-0/+35
* cli: add 'general reload' commandBeniamino Galvani2019-09-171-0/+97
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-1/+1
* cli: drop unnecessary NULL sentinel from nmc_complete_strings()Thomas Haller2019-04-151-2/+2
* cli: fix typo in nmcli usage outputThomas Haller2019-04-121-1/+1
* Add polkit action for Wi-Fi scansJonathan Kang2019-02-211-0/+2
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* cli: drop gettext() wrappers for no_l10n to-string functionsThomas Haller2018-12-111-13/+8
* all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel2018-11-291-1/+1
* cli: don't use global variable nm_cli in nmc_terminal_spawn_pager()Thomas Haller2018-10-101-4/+2
* cli: print per-device & per-AF connectivity statusLubomir Rintel2018-09-241-15/+0
* docs: misc. typosluz.paz2018-09-151-1/+1
* cli: add additional user-data argument to get_fcn()Thomas Haller2018-07-091-0/+3
* cli: rework enum-to-string function to not return translated textThomas Haller2018-07-091-1/+1
* cli: spawn pager on "nmcli c" and "nmcli g permsisions"Lubomir Rintel2018-06-111-0/+3
* cli: use macro for list of argument for NmcMetaGenericInfo.get_fcn()th/cli-connection-handlingThomas Haller2018-05-141-27/+3
* cli: use a palette to implement coloringLubomir Rintel2018-05-101-38/+40
* cli: rework enabling and disabling colorsLubomir Rintel2018-05-101-9/+9
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-2/+2
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-2/+0
* clients: change nm_meta_abstract_info_get() to report defaultsBeniamino Galvani2018-04-131-0/+3
* clients: add tc qdisc supportLubomir Rintel2017-12-111-1/+1
* cli: show new enable-disable-connectivity-check permissionThomas Haller2017-08-171-0/+2
* core,cli: replace wrong pattern for clearing GErrorBeniamino Galvani2017-06-271-1/+1
* cli: minor refactoring of if-condition in device_overviewThomas Haller2017-06-091-3/+3
* cli: fix output of iface in overview outputThomas Haller2017-06-091-1/+1
* cli: spawn a pager when running on a terminalLubomir Rintel2017-05-151-1/+4