summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* auth: check when setting statistics refresh rateAlfonso Sanchez-Beato2016-08-171-0/+2
* permissions: properly add checkpoint-rollback permissionThomas Haller2016-08-171-0/+2
* cli: show pre-filled readline input if it is not a real password (rh #1351272)Jiří Klimeš2016-08-171-1/+2
* cli: fix error reporting for connection deleteBeniamino Galvani2016-08-021-2/+3
* cli: fix connection delete/monitorBeniamino Galvani2016-08-021-8/+5
* nmcli: fix connection clone/modifyFrancesco Giudici2016-08-021-3/+1
* tui: avoid failed assertion when adding bond slavesBeniamino Galvani2016-08-011-2/+7
* cli: add -f argument completionlr/completion-2Lubomir Rintel2016-08-017-54/+185
* cli: complete global flagsLubomir Rintel2016-08-011-0/+9
* cli: make global flags parsing sanerLubomir Rintel2016-08-011-34/+36
* cli: don't call the nmc_do_cmds() default handler if we're at the end of comm...Lubomir Rintel2016-08-011-0/+3
* cli/connections: there's nothing to complete for reloadLubomir Rintel2016-08-011-1/+0
* cli/connections: add completion to show subcommandLubomir Rintel2016-08-011-14/+30
* cli/connections: add completion to down subcommandLubomir Rintel2016-08-011-9/+15
* cli/connections: add completion to import subcommandLubomir Rintel2016-08-011-4/+10
* cli/connections: add completion to load subcommandLubomir Rintel2016-08-011-6/+4
* cli/connections: add completion to up subcommandLubomir Rintel2016-08-011-5/+21
* cli/connections: add completion to export subcommandLubomir Rintel2016-08-011-5/+9
* cli/connections: add completion to monitor subcommandLubomir Rintel2016-08-011-14/+16
* cli/connections: add completion to delete subcommandLubomir Rintel2016-08-011-6/+11
* cli/connections: add completion to clone subcommandLubomir Rintel2016-08-011-4/+11
* cli/connections: do connection completion in get_connection()Lubomir Rintel2016-08-014-24/+45
* cli/connections: split connection name parsingLubomir Rintel2016-08-011-207/+127
* cli/connections: use nmc_do_cmd()Lubomir Rintel2016-08-011-261/+178
* cli/connections: add active connection completionLubomir Rintel2016-08-011-18/+41
* cli/device: add completion to wifi hotspot subcommandLubomir Rintel2016-08-011-34/+28
* cli/device: add completion to wifi connect subcommandLubomir Rintel2016-08-011-25/+44
* 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