summaryrefslogtreecommitdiff
path: root/cli/src/connections.c
Commit message (Expand)AuthorAgeFilesLines
* clients: reorganize source tree, put all the installed clients togetherDan Winship2014-07-301-8709/+0
* cli: make Ctrl-C exit nmcli when line is empty *and* we are not in the editorJiří Klimeš2014-06-241-0/+3
* cli: editor - do not print separator when printing one settingJiří Klimeš2014-06-191-0/+1
* cli: editor - enhance TAB completion for 'print' commandJiří Klimeš2014-06-191-4/+39
* cli: editor - enhance 'print' commandJiří Klimeš2014-06-191-10/+48
* cli: fix a couple errors noticed by coverityDan Williams2014-06-061-23/+26
* cli: fix error parsing input arguments in non-interactive modeThomas Haller2014-06-061-2/+4
* cli: switch to the new-style readline typedefs (bgo #731294)Jiří Klimeš2014-06-061-34/+33
* cli: use readline for quit confirmation in editor, and accept localized answerJiří Klimeš2014-06-041-14/+22
* cli: implement TAB completion for connection and interface namesJiří Klimeš2014-06-041-6/+46
* cli: implement TAB completion for inputs in questionnaire modeJiří Klimeš2014-06-041-168/+290
* cli: use readline also in other commands (besides interactive editor)Jiří Klimeš2014-06-041-73/+93
* cli: make prompt argument a printf-like format string, remove history argumentJiří Klimeš2014-06-041-22/+12
* cli: move readline related functions to common.h to be usable throughout nmcliJiří Klimeš2014-06-041-67/+20
* cli/build: make libreadline a build-time dependency (bgo #729846)Jiří Klimeš2014-06-041-200/+56
* cli: add optional 'mac' argument for 'nmcli con add type bridge'Jiří Klimeš2014-05-301-5/+29
* cli: do not restrict VPN type of created connections (rh #1100750)Jiří Klimeš2014-05-281-11/+9
* cli: extract username and gateway for some more VPN typesJiří Klimeš2014-05-281-0/+5
* cli: TAB completion for connection.secondariesJiří Klimeš2014-05-231-20/+123
* cli: fix completion of interfaces in editor for "activate" commandJiří Klimeš2014-05-151-1/+1
* nmcli: improve setting connection.secondaries propertyJiří Klimeš2014-04-221-55/+5
* fix typos in documentation and messagesYuri Chornoivan2014-04-031-3/+3
* nmcli: fix an error when showing progress of activation in editorJiří Klimeš2014-03-311-6/+13
* cli: fix bridge priority default value (rh #1073664)Jiří Klimeš2014-03-171-2/+2
* 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: 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