summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* cli/device: add completion to wifi list subcommandLubomir Rintel2016-08-011-23/+19
* cli/device: add completion to wifi rescan subcommandLubomir Rintel2016-08-011-13/+15
* cli/device: export some useful completion functionsLubomir Rintel2016-08-012-24/+65
* cli/device: make it possible to limit completion to wifisLubomir Rintel2016-08-011-3/+6
* cli/device: replace some duplicate code with find_wifi_device_by_iface()Lubomir Rintel2016-08-011-10/+1
* cli/device: make devices_idx argument to find_wifi_device_by_iface() optionalLubomir Rintel2016-08-011-8/+5
* cli/device: make find_wifi_device_by_iface use sorted device arrayLubomir Rintel2016-08-011-17/+12
* cli/trivial: move find_ap_on_device() upLubomir Rintel2016-08-011-53/+53
* cli/trivial: move find_wifi_device_by_iface() upLubomir Rintel2016-08-011-37/+37
* cli/networking: add subcommand completionLubomir Rintel2016-08-011-6/+22
* cli/agent: add subcommand completionLubomir Rintel2016-08-011-4/+9
* cli/agent: use nmc_do_cmd()Lubomir Rintel2016-08-011-35/+9
* cli/radio: add subcommand completionLubomir Rintel2016-08-011-4/+25
* cli/radio: use nmc_do_cmd()Lubomir Rintel2016-08-011-81/+70
* cli/general: add subcommand completionLubomir Rintel2016-08-011-4/+17
* cli/general: use nmc_do_cmd()Lubomir Rintel2016-08-011-114/+103
* cli: add ability to indicate command completion expects a file nameLubomir Rintel2016-08-012-6/+10
* cli: get rid of the global command completion whitelistLubomir Rintel2016-08-013-7/+19
* cli: handle global usage with nmc_do_cmd()Lubomir Rintel2016-08-011-14/+5
* cli: do not skip over a nonexistent argument in nmc_do_cmd()Lubomir Rintel2016-08-011-1/+1
* cli: take a reference to the device when activatingLubomir Rintel2016-07-281-3/+9
* cli: fix crash on connection delete/down timeoutBeniamino Galvani2016-07-231-7/+11
* cli: improve devices vs connection compatibility checkFrancesco Giudici2016-07-221-7/+12
* cli: fix typo in overview outputBeniamino Galvani2016-07-201-1/+1
* cli: output a short summary of devices when called without argumentslr/nmcli-overview-bgo766426Lubomir Rintel2016-07-193-8/+224
* cli/devices: export device_state_to_color()Lubomir Rintel2016-07-192-42/+47
* cli/connections: split out ac_state_to_color()Lubomir Rintel2016-07-192-9/+19
* nmcli: add missing commands to 'nmcli connection help' usage descriptionJiří Klimeš2016-07-151-1/+1
* nmcli: fix 'nmcli device modify' descriptionJiří Klimeš2016-07-151-2/+3
* nmcli: remove the extra full stop from error messagesJiří Klimeš2016-07-151-2/+2
* cli/connections: fail the activation when the active connection disappearsLubomir Rintel2016-07-071-47/+64
* cli: fix parsing of route metric on 32-bit archsBeniamino Galvani2016-06-301-3/+7
* all: make MAC address randomization algorithm configurableThomas Haller2016-06-301-26/+48
* device: extend MAC address handling including randomization for ethernet and ...Thomas Haller2016-06-306-12/+69
* libnm: add NMSettingConnection:stable-id propertyThomas Haller2016-06-301-30/+41
* cli/device: allow completion of the "wifi" command namelr/completionLubomir Rintel2016-06-291-4/+16
* cli/device: add "lldp list" subcommand completionLubomir Rintel2016-06-291-4/+5
* cli: make subcommand dispatch do autocompletionLubomir Rintel2016-06-292-4/+18
* cli: add boolean value completion helperLubomir Rintel2016-06-292-0/+16
* cli: add arbitrary string list completion helperLubomir Rintel2016-06-292-0/+24
* cli/device: make "lldp list" subcommand use get_device()Lubomir Rintel2016-06-291-32/+18
* cli/device: make "set" subcommand use get_devices()Lubomir Rintel2016-06-291-51/+17
* cli/device: convert lldp subcommand to nmc_do_cmd()Lubomir Rintel2016-06-291-11/+7
* cli/device: convert wifi subcommand to nmc_do_cmd()Lubomir Rintel2016-06-291-18/+9
* cli/device: add modify commandlr/device-modifyLubomir Rintel2016-06-292-1/+133
* cli/connection: export read_connection_properties()Lubomir Rintel2016-06-292-8/+16
* cli/device: add device name completionLubomir Rintel2016-06-292-26/+74
* cli/device: split get_device()Lubomir Rintel2016-06-291-107/+70
* cli/trivial: rename device_list() to get_device_list()Lubomir Rintel2016-06-291-4/+4
* cli/device: use nmc_do_cmd()Lubomir Rintel2016-06-291-115/+45