summaryrefslogtreecommitdiff
path: root/cli/src
Commit message (Expand)AuthorAgeFilesLines
* bond: add proper properties to NMSettingBondth/wip/bondprobsth/bondprobsDan Winship2013-12-043-42/+51
* 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: 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: add missing reason-to-string mappings for NMDeviceStateReasonJiří Klimeš2013-11-181-0/+7
* 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: 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: 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-311-17/+161
* 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-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
* 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: 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