summaryrefslogtreecommitdiff
path: root/cli
Commit message (Expand)AuthorAgeFilesLines
* cli: support removing items from container-type properties in 'nmcli con modify'Jiří Klimeš2014-02-281-13/+44
* cli: allow modifying multiple properties by 'nmcli con modify'Jiří Klimeš2014-02-281-72/+100
* cli: set vs. append property value by 'nmcli con modify' (rh #1044027)Jiří Klimeš2014-02-281-4/+19
* cli: allow temporary connection modification by 'nmcli con modify'Jiří Klimeš2014-02-281-6/+11
* trivial: more wrong compiler warningsThomas Haller2014-02-271-1/+1
* replace snprintf by g_snprintfThomas Haller2014-02-241-2/+1
* cli: allow resetting the connection.master to NULLThomas Haller2014-02-241-2/+6
* cli: better checking of WEP key types in nmcli interactive editor (rh #1040964)Jiří Klimeš2014-02-171-11/+54
* libnm-util, libnm-glib: add versioned deprecation/availability macrosDan Winship2014-02-131-0/+1
* cli: show warning when setting band/channel for infra mode (rh #1000096)Thomas Haller2014-02-133-4/+60
* cli: fix crash if active connection doesn't have a device (rh #1064333)Jiří Klimeš2014-02-121-7/+13
* cli/bash-completion: make 'ifname' a mandatory parameter for `nmcli connectio...Thomas Haller2014-01-301-3/+27
* cli/bash-completion: complete 'save' option for `nmcli connection add`Thomas Haller2014-01-301-1/+2
* cli: persistent vs. temporary save for 'nmcli con edit'Jiří Klimeš2014-01-301-16/+65
* cli: allow creating temporary (unsaved) connection with 'nmcli con add'Jiří Klimeš2014-01-301-4/+32
* cli: handle hidden-SSID access points correctlyDan Williams2014-01-231-11/+17
* cli/bash-completion: update completion for new `nmcli connection show` syntaxThomas Haller2014-01-231-39/+40
* cli: allow processing all connections with the same nameJiří Klimeš2014-01-231-22/+61
* cli: consolidate active and configured connections (rh #997999)Jiří Klimeš2014-01-233-325/+528
* cli: always get up-to-date dirty statusJiří Klimeš2014-01-211-10/+13
* cli: fix crash when edited profile was removed by another client (rh #1011942)Jiří Klimeš2014-01-211-12/+57
* cli: fix TAB-completion and 'goto' after saving connectionJiří Klimeš2014-01-201-3/+15
* trivial: annotate/adjust some code to appease CoverityDan Winship2014-01-161-1/+1
* cli: fix printing error on incorrect 'nmcli -f blah dev show'Jiří Klimeš2014-01-101-3/+8
* cli/bash-completion: trivial rename of functionsThomas Haller2014-01-101-45/+45
* cli/bash-completion: add second level help optionThomas Haller2014-01-101-15/+35
* cli/bash-completion: only complete active connections for `nmcli con down`Thomas Haller2014-01-101-2/+7
* cli/bash-completion: cleanup/refactor by making functions genericThomas Haller2014-01-101-72/+28
* cli/bash-completion: fix wrong completion for `nmcli device wimax`Thomas Haller2014-01-101-18/+0
* cli/bash-completion: remove not yet implemented device type 'adsl'Thomas Haller2014-01-101-1/+1
* cli: add 'help' for second level commands (bgo #698237) (rh #1034119)Jiří Klimeš2014-01-093-118/+565
* cli: fix leaks for getter functions (release GValue)Thomas Haller2014-01-081-4/+16
* 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: get IP/DHCP config directly from the NMActiveConnection (rh #1036132)Dan Winship2013-12-191-44/+16
* cli: add pppoe type to nmcli bash completionThomas Haller2013-12-181-1/+7
* cli: support PPPoE connection types in 'nmcli con add'Jiří Klimeš2013-12-181-0/+127
* cli: consider empty value as "*" for "Interface name [*]: " prompt (rh #953397)Jiří Klimeš2013-12-181-2/+5
* Revert "cli: consider empty value as "*" for "Interface name: " prompt"Jiří Klimeš2013-12-181-4/+6
* cli: 'id' option for 'nmcli con add type vlan' is mandatory (rh #953397)Jiří Klimeš2013-12-181-1/+1
* cli: fix compilation without WiMAXJiří Klimeš2013-12-171-5/+0
* cli: allow '--field group.field' for nmcli con show conf <bla>Jiří Klimeš2013-12-173-110/+166
* cli: allow '--field group.field' for nmcli con show active <bla>Jiří Klimeš2013-12-171-21/+79
* cli: allow specifying 'group.name' syntax for '--fields'Jiří Klimeš2013-12-179-178/+262
* cli: fix bash-completion for nmcli connection load (rh #1036545)Jiří Klimeš2013-12-171-1/+1
* cli: fix description of connection parameters and specify some default valuesJiří Klimeš2013-12-131-2/+2
* cli: support PPPoE connection type in nmcli connection editorJiří Klimeš2013-12-111-2/+7
* cli: add active connections to 'nmcli device status'Jiří Klimeš2013-12-091-8/+41
* cli: fix nmcli help for connection object (rh #1036545)Jiří Klimeš2013-12-021-1/+1