summaryrefslogtreecommitdiff
path: root/cli/src
Commit message (Expand)AuthorAgeFilesLines
* bond: add proper properties to NMSettingBond, deprecate "options" [WIP]dcbw/bondpropsDan Winship2013-11-141-1/+1
* 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
* cli: add STARTUP field for 'nmcli -f all general status'Jiří Klimeš2013-09-121-19/+22
* 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
* 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