summaryrefslogtreecommitdiff
path: root/clients/cli/devices.c
Commit message (Expand)AuthorAgeFilesLines
* cli: move from "clients/cli/" to "src/nmcli/"Thomas Haller2021-03-151-5045/+0
* build: move "clients/common/" to "src/libnmc-{base,setting}/"Thomas Haller2021-03-021-2/+2
* build: move "libnm/" to "src/" and split itThomas Haller2021-02-241-1/+1
* build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,...Thomas Haller2021-02-241-1/+1
* all: add "libnm/nm-default-client.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* nmcli: change "--help" to "help"scootergrisen2021-01-071-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* wifi: merge branch 'ac/wpa3eap_suiteb192'Antonio Cardace2020-12-221-0/+2
|\
| * wifi: add WPA-EAP-SUITE-B-192 supportac/wpa3eap_suiteb192Antonio Cardace2020-12-221-0/+2
* | all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-221-0/+1
|/
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* libnm: cleanup handling of "connection.permissions" and improve validationThomas Haller2020-09-291-1/+4
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-21/+21
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-4106/+4340
* shared: enforce compatible C-type argument for nm_utils_strv_dup()Thomas Haller2020-08-251-1/+1
* all: add trailing semicolon to NM_AUTO_DEFINE_FCN_*() usesThomas Haller2020-07-191-2/+2
* cli: fix leak in do_device_modify() and minor cleanupThomas Haller2020-07-131-13/+29
* cli: suppress "(unknown)" output in terse mode for device properties HWADDR a...Thomas Haller2020-07-031-2/+2
* all: fix typo in man pagesSayed Shah2020-07-031-1/+1
* cli: fix reference count handling in hotspot error pathBeniamino Galvani2020-06-181-1/+0
* all: add device.path propertyBeniamino Galvani2020-06-121-0/+3
* cli: show differnt text for state of externally connected devicesThomas Haller2020-06-101-10/+6
* cli: show external connection in different colorThomas Haller2020-06-101-3/+15
* 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: avoid empty if block without a commentThomas Haller2020-05-071-0/+4
* cli: repeatedly trigger Wi-Fi scans while waiting for scan resultThomas Haller2020-04-241-7/+50
* cli: remove redundant return value from NMCCommand funcsThomas Haller2020-04-101-120/+133
* cli: mark argv argument for command line parsing as constThomas Haller2020-04-101-32/+37
* cli: pass cmd to NMCCommand.func()Thomas Haller2020-04-101-19/+19
* cli: cleanup NMCCommand and declarations of func implementationsThomas Haller2020-04-101-19/+17
* cli: avoid using nm_cli global variable in print_data()Thomas Haller2020-04-041-11/+15
* cli: fix `nmcli device wifi list --rescan=yes` to waitThomas Haller2020-04-031-2/+1
* cli: support setting removalBeniamino Galvani2020-03-231-1/+1
* 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: 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
* all: use g_ascii_strcasecmp() instead of the locale dependent strcasecmp()Thomas Haller2020-02-111-18/+18
* clients,libnm-core: zero-out memory used to store plain-text secretsAntonio Cardace2019-12-181-1/+2
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-131-1/+1
* cli: expose device D-Bus pathBeniamino Galvani2019-12-101-0/+3