summaryrefslogtreecommitdiff
path: root/cli
Commit message (Expand)AuthorAgeFilesLines
* cli: 'con add': make ifname mandatory (except bond,bridge,vlan) (bgo #698113)Jiří Klimeš2013-06-131-4/+25
* cli: use a table for setting details functionsDan Williams2013-06-062-147/+116
* mobile: don't fail in old MM code when using deprecated functionsDan Williams2013-06-051-0/+2
* 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-314-35/+35
* cli: trivial update of NmcOutputField initializersJiří Klimeš2013-05-315-189/+189
* cli: adapt the code for the new flags and printing facilitiesJiří Klimeš2013-05-315-936/+1020
* cli: print_required_fields() - fix non-ASCII strings alignment in multilineJiří Klimeš2013-05-311-2/+8
* cli: enhance printing to align tabular output properly and not to waste spaceJiří Klimeš2013-05-314-62/+184
* cli: make prompts asking for user input translatable in 'nmcli device'Jiří Klimeš2013-05-161-3/+3
* cli: 'connection add': allow numeric bonding modesJiří Klimeš2013-05-163-2/+35
* cli: change '--private' to 'private yes|no' in 'nmcli dev wifi connect'Jiří Klimeš2013-05-162-4/+15
* cli: remove '--nowait' and '--timeout' options and use global '--wait' insteadJiří Klimeš2013-05-162-79/+27
* cli: add global '--wait <seconds>' option - timeout waiting for operationsJiří Klimeš2013-05-161-1/+17
* cli: remove RUNNING field from default 'common' fieldsJiří Klimeš2013-05-101-1/+1
* cli: update bash-completion file for 'connection add'Jiří Klimeš2013-05-071-22/+87
* cli: 'connection add': accept multiple IP addressesJiří Klimeš2013-05-071-35/+56
* cli: 'connection add' command for adding NM connections non-interactivelyJiří Klimeš2013-05-073-1/+1451
* cli: add functions for creating NM address and route structures to common.cJiří Klimeš2013-05-072-0/+242
* cli: nmc_string_to_bool() - util function for converting string to booleanJiří Klimeš2013-05-072-0/+22
* cli: util functions for converting string to intJiří Klimeš2013-05-072-0/+92
* cli: nmc_string_is_valid() utility functionJiří Klimeš2013-05-072-0/+49
* 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: fix displaying unknown flags/bandsJiří Klimeš2013-05-061-3/+3
* cli: clarify generic getter alloc/free behaviorDan Williams2013-05-031-0/+3
* cli: 'con up' - give bond/bridge slaves 10s to appear while activating masterJiří Klimeš2013-04-301-0/+49
* cli: rename 'nmcli dev wifi scan' to 'nmcli dev wifi rescan' (bgo #698241)Jiří Klimeš2013-04-241-6/+6
* cli: remove obsolete 'nmcli nm'Jiří Klimeš2013-04-243-332/+9
* cli: rename 'iface' --> 'ifname' in all commandsJiří Klimeš2013-04-242-55/+54
* cli: accept shortcuts for --mode and --escape argumentsJiří Klimeš2013-04-241-4/+4
* cli: handle NULL gracefully in nmc_arg_is_help()Jiří Klimeš2013-04-181-0/+2
* cli: add nmc_arg_is_help() and use it to save some code linesJiří Klimeš2013-04-185-18/+18
* trivial: avoid -WshadowPavel Šimerda2013-04-151-5/+5
* cli: update bash completion file for the new syntaxJiří Klimeš2013-04-091-53/+116
* cli: 'connection delete' - do not stop on invalid connection argumentsJiří Klimeš2013-04-081-11/+29
* trivial: format nmcli usage helpJiří Klimeš2013-04-083-25/+20
* trivial: fix some comments and error messages in devices.cJiří Klimeš2013-04-081-13/+16
* cli: add 'nmcli general logging'Jiří Klimeš2013-04-081-1/+99
* cli: util function to parse command-line argumentsJiří Klimeš2013-04-082-0/+85
* cli: split 'nmcli switch' --> 'nmcli networking' and 'nmcli radio'Jiří Klimeš2013-04-083-42/+73
* cli: rename HARDWARE -> HW in status/switch fieldsJiří Klimeš2013-04-081-9/+9
* cli: split 'general' into 'nmcli switch' and 'nmcli general' commandsJiří Klimeš2013-04-083-58/+327
* cli: rename 'device list' -> 'device show' and remove 'iface' keywordJiří Klimeš2013-04-081-115/+110