summaryrefslogtreecommitdiff
path: root/cli/src/devices.c
Commit message (Expand)AuthorAgeFilesLines
* cli: fix crash if active connection doesn't have a device (rh #1064333)Jiří Klimeš2014-02-121-7/+13
* cli: handle hidden-SSID access points correctlyDan Williams2014-01-231-11/+17
* cli: fix printing error on incorrect 'nmcli -f blah dev show'Jiří Klimeš2014-01-101-3/+8
* cli: add 'help' for second level commands (bgo #698237) (rh #1034119)Jiří Klimeš2014-01-091-12/+141
* cli: display MTU for devicesJiří Klimeš2013-12-201-28/+29
* cli: simplify getting device hardware addressesJiří Klimeš2013-12-201-17/+1
* cli: more compact format for device info (nmcli device show) (rh #998003)Jiří Klimeš2013-12-201-33/+41
* cli: fix compilation without WiMAXJiří Klimeš2013-12-171-5/+0
* cli: allow specifying 'group.name' syntax for '--fields'Jiří Klimeš2013-12-171-66/+70
* cli: add active connections to 'nmcli device status'Jiří Klimeš2013-12-091-8/+41
* cli: add NMC_RESULT_ERROR_NOT_FOUND and use as appropriateDan Winship2013-11-221-10/+10
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-1/+1
* cli: make command line parsing check for help option firstThomas Haller2013-11-111-4/+4
* cli: add support for 'nmcli dev connect ifname XXX'Dan Williams2013-10-311-17/+161
* cli: always print success message (not only in --pretty mode) (rh #1006444)Jiří Klimeš2013-09-191-8/+10
* cli: 'dev wifi list': change default displayed columnsJiří Klimeš2013-05-311-1/+1
* cli: 'dev wifi list': change SECURITY valuesJiří Klimeš2013-05-311-12/+16
* cli: 'dev wifi list': add IN-USE (*) fieldJiří Klimeš2013-05-311-3/+5
* cli: 'dev wifi list': 'Infrastructure' -> 'Infra', 'Unknown' -> 'N/A' in MODEJiří Klimeš2013-05-311-2/+2
* cli: 'dev wifi list': add BARS column displaying signal semi-graphicallyJiří Klimeš2013-05-311-14/+27
* cli: 'dev wifi list': add CHAN columnJiří Klimeš2013-05-311-20/+23
* cli: 'dev wifi list' use nm_utils_ssid_to_utf8() to display SSID; add SSID-HEXJiří Klimeš2013-05-311-25/+30
* cli: trivial update of NmcOutputField initializersJiří Klimeš2013-05-311-93/+93
* cli: adapt the code for the new flags and printing facilitiesJiří Klimeš2013-05-311-233/+312
* cli: make prompts asking for user input translatable in 'nmcli device'Jiří Klimeš2013-05-161-3/+3
* cli: change '--private' to 'private yes|no' in 'nmcli dev wifi connect'Jiří Klimeš2013-05-161-3/+14
* cli: remove '--nowait' and '--timeout' options and use global '--wait' insteadJiří Klimeš2013-05-161-55/+18
* cli: sort the output of "nmcli dev"Dan Winship2013-05-071-27/+69
* libnm-glib, cli: add nm_device_get_type_descriptionDan Winship2013-05-071-45/+2
* core: add IP configuration for unmanaged devicesDan Winship2013-05-071-22/+24
* cli: rename 'nmcli dev wifi scan' to 'nmcli dev wifi rescan' (bgo #698241)Jiří Klimeš2013-04-241-6/+6
* cli: rename 'iface' --> 'ifname' in all commandsJiří Klimeš2013-04-241-49/+48
* cli: add nmc_arg_is_help() and use it to save some code linesJiří Klimeš2013-04-181-3/+1
* trivial: format nmcli usage helpJiří Klimeš2013-04-081-9/+8
* trivial: fix some comments and error messages in devices.cJiří Klimeš2013-04-081-13/+16
* cli: rename 'device list' -> 'device show' and remove 'iface' keywordJiří Klimeš2013-04-081-115/+110
* cli: remove iface keyword for 'nmcli device disconnect'Jiří Klimeš2013-04-081-32/+29
* cli: 'device disconnect' - ask for interface when missing and '--ask' is presentJiří Klimeš2013-04-081-31/+41
* cli: 'device wifi connect' - ask for SSID/BSSID and password if not providedJiří Klimeš2013-04-081-20/+42
* cli: add 'nmcli device wifi scan' commandJiří Klimeš2013-04-081-0/+61
* cli: use nm_client_get_manager_running() instead of nmc_is_nm_running()Dan Williams2013-04-081-63/+30
* cli: make 'value' in NmcOutputField non constJiří Klimeš2013-03-261-36/+36
* cli: fix a crash in 'nmcli d l' when no connections available for a deviceJiří Klimeš2013-02-261-1/+1
* cli: print NMDevice's 'available-connections' property in CONNECTIONS sectionJiří Klimeš2013-02-181-5/+64
* cli: show AP and ADHOC support in WIFI-PROPERTIES for Wi-Fi devicesJiří Klimeš2013-02-121-2/+6
* cli: prevent possible crash if removing devices while nmcli running (bgo #693...Jiří Klimeš2013-02-051-7/+9
* cli: add bridge supportThomas Graf2012-11-301-0/+5
* cli: allow next_arg() to move arguments past the last oneJiří Klimeš2012-11-201-13/+13
* cli: replace 'dev' and 'con' OBJECTs by 'device', resp. 'connection'Jiří Klimeš2012-11-131-1/+1
* cli: allow more forms of "help" command showing OBJECTs' descriptionJiří Klimeš2012-11-131-2/+6