summaryrefslogtreecommitdiff
path: root/cli
Commit message (Expand)AuthorAgeFilesLines
* cli: fix bridge priority default value (rh #1073664)Jiří Klimeš2014-03-171-2/+2
* cli: sanitize team config before setting it into propertyJiří Klimeš2014-03-121-1/+12
* cli: accept prefix "ifname/", "uuid/" or "id/" for 'master' argumentJiří Klimeš2014-03-121-12/+50
* cli: allow specifying 'master' for slaves as connection ID (rh #1057494)Jiří Klimeš2014-03-121-12/+69
* cli: fix a crash when trying to set a white-space string as IP (rh #1071394)Jiří Klimeš2014-03-031-18/+22
* cli/bash-completion: fix `nmcli connection CMD` completion for --help optionThomas Haller2014-03-021-10/+108
* cli/bash-completion: only allow --help as first argument for nmcli connection...Thomas Haller2014-03-011-18/+47
* cli/bash-completion: use printf instead of echo (because echo inteprets some ...Thomas Haller2014-03-011-7/+4
* cli/bash-completion: simplify code by passing arrays by indirection to functionsThomas Haller2014-03-011-57/+76
* cli/bash-completion: complete more then one connections for `nmcli connection...Thomas Haller2014-02-281-1/+19
* cli/bash-completion: complete more then one properties for `nmcli connection ...Thomas Haller2014-02-281-3/+11
* cli/bash-completion: complet nmcli connection modify --temporaryThomas Haller2014-02-281-1/+20
* cli/bash-completion: support abbreviated options for commandsThomas Haller2014-02-281-4/+12
* cli/bash-completion: support abbreviations for optionsThomas Haller2014-02-281-40/+70
* cli: update 'nmcli con modify' helpJiří Klimeš2014-02-281-2/+3
* cli: update 'remove' command description for 'nmcli con edit'Jiří Klimeš2014-02-281-5/+12
* cli: allow removing properties by-value (in addition to by-index)Jiří Klimeš2014-02-281-156/+592
* 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