summaryrefslogtreecommitdiff
path: root/cli/src/connections.c
Commit message (Expand)AuthorAgeFilesLines
* cli: accept prefix "ifname/", "uuid/" or "id/" for 'master' argumentjk/rh1057494-nmcli-master-idJiří Klimeš2014-03-111-12/+50
* cli: allow specifying 'master' for slaves as connection ID (rh #1057494)Jiří Klimeš2014-03-111-12/+69
* 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: 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
* cli: show warning when setting band/channel for infra mode (rh #1000096)Thomas Haller2014-02-131-4/+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: 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-231-306/+473
* 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
* cli: add 'help' for second level commands (bgo #698237) (rh #1034119)Jiří Klimeš2014-01-091-90/+242
* 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: allow '--field group.field' for nmcli con show conf <bla>Jiří Klimeš2013-12-171-30/+61
* 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-171-31/+16
* 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: 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-271-1/+4
* cli: add NMC_RESULT_ERROR_NOT_FOUND and use as appropriateDan Winship2013-11-221-9/+9
* cli: initialize interface-name for new team connections in editorJiří Klimeš2013-11-221-1/+5
* cli: complete file names for properties whose value is a file nameJiří Klimeš2013-11-221-6/+83
* cli: support file names for 'config' argument when creating team connectionsJiří Klimeš2013-11-221-12/+96
* cli: add "nmcli con load file..."Dan Winship2013-11-151-1/+50
* cli: allow editing 'generic' connectionsJiří Klimeš2013-11-141-0/+8
* cli: fix crash on editing 'lo' connection (rh #1030395)Jiří Klimeš2013-11-141-1/+1
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-8/+10
* cli: fix reading IP config for *-slavesThomas Haller2013-11-131-2/+4
* cli: fix potential crash in nmcli when using strcmpThomas Haller2013-11-131-3/+3
* cli: make command line parsing check for help option firstThomas Haller2013-11-111-5/+5
* cli: fix 'nmcli con up bad_name' or 'nmcli con up'Jiří Klimeš2013-11-071-2/+1
* cli: add support for 'nmcli con up ifname XXX'Dan Williams2013-10-311-25/+29
* cli: TAB-complete devices for 'activate' command in the editorJiří Klimeš2013-10-311-11/+52
* cli: add 'activate' menu command for interactive editor (rh #1004883)Jiří Klimeš2013-10-311-35/+218
* cli: fix VLAN egress priority mapping for 'nmcli connection add'Jiří Klimeš2013-10-301-1/+1
* cli: fix new connection initialization in the editorJiří Klimeš2013-10-251-19/+27
* cli: do not pass con_type to callbacks, get the type from deviceJiří Klimeš2013-10-231-20/+8
* nmcli: fix some leaks found by valgrindDan Winship2013-10-231-15/+14