summaryrefslogtreecommitdiff
path: root/clients/cli
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli: use slice allocator in do_device_wifi_list() and designated initializers...Thomas Haller2020-03-161-15/+26
* cli: cleanup selecting Wi-Fi device for `nmcli device wifi list`Thomas Haller2020-03-161-28/+47
* cli: take reference in sort_access_points() for "clients/cli/devices.c"Thomas Haller2020-03-161-6/+5
* cli: use NM_CMP*() macros for compare_aps() in "clients/cli/devices.c"Thomas Haller2020-03-161-8/+7
* cli: use nm_utils_bin2hexstr_full() in ssid_to_hex()Thomas Haller2020-03-161-11/+6
* nmcli: remove interface length check in nmcliAntonio Cardace2020-02-171-8/+0
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-132-5/+10
* all: use g_ascii_strcasecmp() instead of the locale dependent strcasecmp()Thomas Haller2020-02-113-41/+41
* libnm-core,cli: add VRF settingBeniamino Galvani2020-01-141-0/+1
* cli: don't use GIOChannel to watch plain file descriptor for nmc_readline_hel...Thomas Haller2020-01-131-7/+13
* clients: polkit-agent: implement polkit agent without using libpolkitAntonio Cardace2019-12-243-85/+77
* clients,libnm-core: zero-out memory used to store plain-text secretsAntonio Cardace2019-12-182-2/+4
* common: readline: fix memory leak of plain text secretAntonio Cardace2019-12-181-1/+5
* all: fix wrong "gs_free GError *" declarationsThomas Haller2019-12-161-1/+1
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-132-2/+2
* cli: expose device D-Bus pathBeniamino Galvani2019-12-102-0/+4
* cli: don't fetch permissions for NMClient in nmcli unless requiredThomas Haller2019-12-102-40/+53
* cli: use nmc_client_new_async() instead of nm_client_new_async()Thomas Haller2019-12-102-4/+14
* 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
* client/cli: add support for OWE key management flagDavid Bauer2019-12-051-3/+11
* all: add device carrier flagBeniamino Galvani2019-11-222-0/+5
* cli: print interface flagsBeniamino Galvani2019-11-222-32/+85
* cli: unsubscribe permission signal from NMClient on exitThomas Haller2019-11-071-1/+4
* nmcli: show IP interface name when doing 'nmcli connection show <PROFILE>'Antonio Cardace2019-11-062-2/+10
* clients/cli: give some hints to the translatorsLubomir Rintel2019-10-301-0/+4
* devices: reuse the hotspot connection if we find appropriate onelr/hotspot-reuseLubomir Rintel2019-10-301-75/+140
* cli: split off the update or add-and-activate logicLubomir Rintel2019-10-301-27/+39
* cli: add "nmcli d wifi show"lr/nmcli-d-wifi-showLubomir Rintel2019-10-181-5/+218
* cli/devices: keep the AddAndActivateInfo alive until the activation endsLubomir Rintel2019-10-181-67/+46
* cli/devices: on connecting a device, don't uselessly look it up from the acLubomir Rintel2019-10-181-12/+1
* libnm,client: use nm_g_task_new() to set source-tag and check itThomas Haller2019-10-161-2/+1
* cli: honor NO_COLOR environment variable to prevent automatic ASCII colorsThomas Haller2019-10-081-0/+6
* cli: fix crash in 'nmcli connection add'Beniamino Galvani2019-10-071-3/+3
* cli: translate overview output of nmcliThomas Haller2019-10-021-5/+14
* all: unify format of our Copyright source code commentsThomas Haller2019-10-0218-19/+19