summaryrefslogtreecommitdiff
path: root/cli
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli: initialize interface-name for new team connections in editorJiří Klimeš2013-11-221-1/+5
* cli: bash completion completes filenames for team "config" propertyThomas Haller2013-11-221-1/+7
* 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-224-17/+163
* cli: bash completion must not suggest IP options for adding slave typesThomas Haller2013-11-181-0/+3
* cli: add missing reason-to-string mappings for NMDeviceStateReasonJiří Klimeš2013-11-181-0/+7
* cli: add 'config' option to bash completion when adding team-slave connectionThomas Haller2013-11-181-1/+1
* cli: adjust bash completion for `nmcli connection load <file>...`Thomas Haller2013-11-151-0/+6
* 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-134-12/+14
* 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: fix bash completion for curser not at EOL (2)Thomas Haller2013-11-131-1/+1
* cli: fix bash completion for curser not at EOLThomas Haller2013-11-131-0/+7
* cli: add bash-completion for 'nmcli general hostname'Thomas Haller2013-11-131-1/+10
* cli: add support for getting/setting hostname to nmcli (rh #1018510)Jiří Klimeš2013-11-131-2/+44
* cli: tivial fixup whitespace in command description textThomas Haller2013-11-121-4/+4
* cli: improve handling of quoting in bash completionThomas Haller2013-11-121-0/+6
* cli: improve bash completion to complete -h and --help aliasesThomas Haller2013-11-111-8/+15
* cli: make command line parsing check for help option firstThomas Haller2013-11-113-17/+17
* cli: fix in matching command line argumentsThomas Haller2013-11-111-2/+2
* cli: fix 'nmcli con up bad_name' or 'nmcli con up'Jiří Klimeš2013-11-071-2/+1
* cli: add support for 'nmcli dev connect ifname XXX'Dan Williams2013-10-312-18/+163
* cli: add support for 'nmcli con up ifname XXX'Dan Williams2013-10-312-28/+45
* 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 bash completion for `nmcli connection modify`Thomas Haller2013-10-301-1/+3
* cli: fix new connection initialization in the editorJiří Klimeš2013-10-251-19/+27
* cli: show property names in bash completion for `nmcli connection modify`Thomas Haller2013-10-241-9/+10
* 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-233-17/+19
* core: add support for EAP-PWD authenticationjvoisin2013-10-231-1/+1
* cli: add IPv{4,6} setting for all new non-slave connections in editorJiří Klimeš2013-10-231-0/+9
* cli: copy remote connection to local one on 'save' (rh #997958)Jiří Klimeš2013-10-231-1/+15
* core: cleanup freeing of glib collections of pointersThomas Haller2013-10-221-2/+2
* cli: properly initialize new team-slave connections in editorJiří Klimeš2013-10-211-6/+5
* Fix typosYuri Chornoivan2013-10-192-8/+8
* cli: fix a possible crash when casting NULL using NM_CONNECTION (rh #1011942)Jiří Klimeš2013-10-031-2/+7
* cli: enhance TAB-completion in nmcli editorJiří Klimeš2013-10-031-64/+150
* cli: fix bash completion to show general optionsThomas Haller2013-10-031-2/+2
* cli: add primary bonding option in bash completionThomas Haller2013-10-021-1/+2
* trivial: remove stray ')' from nmcli prompts in questionsJiří Klimeš2013-10-021-13/+13
* cli: accept 'primary' bonding optionJiří Klimeš2013-10-021-2/+31