summaryrefslogtreecommitdiff
path: root/cli
Commit message (Expand)AuthorAgeFilesLines
* cli: improve bash completion to complete -h and --help aliasesth/minor-cli-changesThomas Haller2013-11-111-8/+15
* cli: make command line parsing first check for help optionThomas 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
* cli: enhance questionnaire for bond connections (rh #1007355)Jiří Klimeš2013-10-021-49/+66
* cli: fix memory leaks on questionnairesJiří Klimeš2013-10-021-63/+158
* cli: fix missing type option 'team' in mcli completionThomas Haller2013-09-301-1/+1
* cli: use a generic function asking for both IPv4/IPv6 in questionnaireJiří Klimeš2013-09-301-39/+33
* cli: be more verbose when adding IP addresses in questionnaire (rh #1006450)Jiří Klimeš2013-09-301-8/+22
* cli: recognize InfiniBand partitions as virtualDan Winship2013-09-241-4/+1
* cli: fix bond questionnaire to be able to set miimon (rh #1007355)Jiří Klimeš2013-09-191-16/+12
* cli: always print success message (not only in --pretty mode) (rh #1006444)Jiří Klimeš2013-09-192-22/+22
* cli: fix the error message for valid IPv6 prefix range to <1-128>Jiří Klimeš2013-09-191-1/+1
* cli: accept gateway in the IP questionnaire of 'nmcli -a con add' (rh #1007368)Jiří Klimeš2013-09-191-9/+38
* cli: editor 'change' command: output -> input format conversion (rh #998929)Jiří Klimeš2013-09-133-62/+380
* cli: clarify 'startup' property when NM is not runningDan Williams2013-09-121-1/+1
* cli: fix build error due to possibly uninitialized variableDan Williams2013-09-121-1/+1
* cli: add STARTUP field for 'nmcli -f all general status'Jiří Klimeš2013-09-121-19/+22
* nmcli: extend bash completion for 'nmcli networking connectivity'Thomas Haller2013-09-121-1/+7
* cli: consolidate a code for connectivity check a bitJiří Klimeš2013-09-121-18/+8
* cli: don't call g_strstrip() on NULL argumentsJiří Klimeš2013-09-121-1/+1
* cli: fix an 'nmcli con edit' crashJiří Klimeš2013-09-111-6/+6
* cli: set wep-key-type properly in nmcli con edit (rh #1003945)Jiří Klimeš2013-09-101-10/+27
* cli: reset terminal using libreadline when quitting on signal (bgo #706118)Jiří Klimeš2013-09-103-0/+20
* cli: handle POSIX signals in a dedicated threadJiří Klimeš2013-09-101-17/+62
* nmcli: minor fixes in bash completionThomas Haller2013-09-061-2/+11
* cli: forbid removing connection.uuid in editorJiří Klimeš2013-09-061-1/+7
* cli: deny removing values of nmcli-unchangable propertiesJiří Klimeš2013-09-063-4/+47