summaryrefslogtreecommitdiff
path: root/cli/src
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: 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: 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: 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: 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: 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 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
* nmcli: fix connecting VLANs without an explicit interface-name (rh #1034908)Jiří Klimeš2013-11-281-5/+26
* cli: add support for DCB settingsDan Williams2013-11-273-1/+561
* cli: add NMC_RESULT_ERROR_NOT_FOUND and use as appropriateDan Winship2013-11-223-20/+23