summaryrefslogtreecommitdiff
path: root/clients/cli/devices.c
Commit message (Expand)AuthorAgeFilesLines
* fixup! cli: add 'nmcli device wifi hotspot' commandjk/nmcli-hotspotJiří Klimeš2015-11-091-5/+5
* cli: add '--show-password' option for 'nmcli device wifi hotspot'Jiří Klimeš2015-11-091-2/+11
* cli: add 'password' option for 'nmcli device wifi hotspot'Jiří Klimeš2015-11-091-13/+50
* cli: add 'nmcli device wifi hotspot' commandJiří Klimeš2015-11-091-5/+328
* cli: fix `nmcli device set DEV managed true`Thomas Haller2015-11-061-1/+1
* cli: print s390 subchannels for devices that have thatJiří Klimeš2015-09-291-4/+6
* cli: remove static width parameter from fields definitionJiří Klimeš2015-09-251-100/+100
* cli: fix type on printed nmcli error messageThomas Haller2015-09-211-2/+2
* nmcli: extend `nmcli device set` command to accept explicit ifname specifierThomas Haller2015-09-181-2/+8
* cli: add nmcli device set commandLubomir Rintel2015-09-181-0/+133
* cli: fix connecting to a hidden SSID with 'nmcli dev wifi connect' (bgo #752173)Jiří Klimeš2015-08-141-13/+66
* cli: add 'ssid' parameter for 'nmcli device wifi rescan'Jiří Klimeš2015-08-141-9/+53
* cli: fix an bug when reporting an errorJiří Klimeš2015-08-131-9/+3
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-2/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* cli: add 'metered' property to deviceBeniamino Galvani2015-06-091-1/+3
* cli: stop waiting for deactivation if device reaches unmanaged stateLubomir Rintel2015-04-231-3/+3
* cli: add NM-PLUGIN-MISSING to devicesJiří Klimeš2015-04-201-10/+12
* cli: better indicate when a Wi-Fi plugin might not be available (rh #1168573)Jiří Klimeš2015-04-201-44/+58
* wimax: drop WiMAX support (bgo #747846)Dan Winship2015-04-171-382/+0
* cli: add PHYS_PORT_ID property to devicesJiří Klimeš2015-04-141-7/+10
* wifi: indicate 2ghz and 5ghz wifi device capabilitiesBeniamino Galvani2015-04-081-1/+7
* cli: allow multiple devices for 'nmcli device disconnect/delete' (bgo #746097)Jiří Klimeš2015-03-201-124/+229
* cli: sort access point listJiří Klimeš2015-02-261-4/+37
* cli: color output of 'nmcli device wifi list'Jiří Klimeš2015-02-241-0/+31
* nmcli: show devices list in colorsJiří Klimeš2015-02-231-1/+13
* cli: add parent device information for VLAN devicesJiří Klimeš2014-11-241-4/+7
* clients: merge nm_secret_agent_simple_set_connection_path() into nm_secret_ag...Dan Williams2014-11-211-3/+2
* clients: NMSecretAgentSimple API fixupsDan Winship2014-11-211-2/+2
* cli: add support for secret agent to 'nmcli dev connect' toojk/nmcli-dev-connect-secretsJiří Klimeš2014-11-201-0/+14
* cli: Watch for device as well as AC state changes when activatingLubomir Rintel2014-11-191-8/+38
* cli: Finish waiting for the device activation when it disconnectsLubomir Rintel2014-11-141-26/+12
* Revert "cli: Finish waiting for device activation when they disconnect"Lubomir Rintel2014-11-141-2/+1
* cli: Finish waiting for device activation when they disconnectLubomir Rintel2014-11-131-1/+2
* cli: fix nmcli timeout when disconnecting a deviceJiří Klimeš2014-11-101-2/+14
* libnm: create NMDhcpConfig as parent of NMDhcp4Config and NMDhcp6ConfigDan Winship2014-11-071-2/+1
* libnm: create NMIPConfig as parent of NMIP4Config and NMIP6ConfigDan Winship2014-11-071-2/+1
* cli: add 'nmcli agent' command (bgo #739568)Jiří Klimeš2014-11-071-0/+4
* trivial: fix a typo in commentsJiří Klimeš2014-10-301-1/+1
* libnm: strip GDBus gunk from GErrorsDan Winship2014-10-221-5/+0
* libnm-core, core: move NMManagerError to nm-errorsDan Winship2014-10-221-6/+1
* cli: get connection ID straight from the active connectionJiří Klimeš2014-10-201-13/+1
* cli: strip errors from D-Bus before presenting to a userJiří Klimeš2014-10-011-1/+6
* libnm-core: add nm_utils_wifi_strength_bars(), use it in nmcli and nmtuiDan Winship2014-09-271-10/+1
* cli: use g_print/g_printerr rather than printf/fprintfDan Winship2014-09-271-114/+106
* cli: move "CONNECTIONS" group lower in the outputJiří Klimeš2014-09-251-4/+4
* cli: show capabilities for Bluetooth devicesJiří Klimeš2014-09-251-5/+60
* cli: also show team and bridge specific details for devicesJiří Klimeš2014-09-251-51/+83
* libnm: make sync/async APIs more GLib-likeDan Winship2014-09-251-39/+62