summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* nmcli: fix 'nmcli con export' parameters checkFrancesco Giudici2017-04-051-5/+1
* nmcli: allow cmd specific option parsing in next_arg() funcFrancesco Giudici2017-04-058-79/+189
* nmcli: avoid calling twice "check_activated()" on "nmcli connection up"Francesco Giudici2017-04-051-10/+9
* nmcli: fix nmcli parsingFrancesco Giudici2017-03-294-73/+80
* nmcli: fix nmcli connection editFrancesco Giudici2017-03-291-3/+3
* cli/connections: drop the redundant parsing of --show-secretslr/cli-ask-rh1351263Lubomir Rintel2017-03-281-12/+5
* cli: check for global options before each agumentLubomir Rintel2017-03-282-13/+26
* cli: add NmCli argument to next_arg()Lubomir Rintel2017-03-286-37/+37
* cli: use next_arg() on argument boundaryLubomir Rintel2017-03-286-72/+144
* cli: fix completion of setting names for --fields (2)Thomas Haller2017-03-281-3/+3
* nmcli: fix colorize_string() signature in order to return static char *fg/nmcli_parsing_rh1391170Francesco Giudici2017-03-281-38/+29
* nmcli: add -g[et-values] option as a '-m tab -t -f <arg>' shortcutFrancesco Giudici2017-03-281-12/+28
* nmcli: fix missing CONNECTIONS section name from nmcli -f all -m tab dev show...Francesco Giudici2017-03-281-2/+2
* nmcli: don't enforce anymore the -f(ields) option in -t(erse) modeFrancesco Giudici2017-03-285-70/+1
* nmcli: (trivial) add commentFrancesco Giudici2017-03-281-1/+3
* nmcli: refactor print_required_fieldsFrancesco Giudici2017-03-281-95/+85
* nmcli: remove redundant checkFrancesco Giudici2017-03-281-1/+1
* nmcli: always print "--" for empty or unset values in normal/pretty outputFrancesco Giudici2017-03-282-8/+14
* nmcli: output just the raw value of vlan.flags when in terse modeFrancesco Giudici2017-03-281-2/+5
* nmcli: don't substitute empty strings with "--" in terse modeFrancesco Giudici2017-03-281-5/+10
* nmcli: output property values in "parsable" mode when the "--terse" option is...Francesco Giudici2017-03-281-336/+466
* cli: fix completion of setting names for --fieldsThomas Haller2017-03-261-5/+5
* cli/connections: decide about activation success and failure in single placeLubomir Rintel2017-03-171-159/+118
* cli/general: avoid chopping off the last letter of master device nameLubomir Rintel2017-03-161-1/+1
* all: use "unsigned" instead of "unsigned int"Thomas Haller2017-03-143-3/+3
* include: use double-quotes to include our own headersThomas Haller2017-03-0911-13/+13
* cli: support route optionsBeniamino Galvani2017-03-063-55/+91
* tui: recommit bond, bridge and team slaves on master saveLubomir Rintel2017-02-273-0/+38
* tui/editor: notify the pages after the connection is savedLubomir Rintel2017-02-273-0/+32
* tui/edit-connection-list: add routine to recommit connections in a listLubomir Rintel2017-02-272-0/+29
* cli: support dummy connectionsBeniamino Galvani2017-02-223-0/+18
* cli: add support for 802-1x.auth-timeout propertyBeniamino Galvani2017-02-211-1/+12
* tui: generate names for bonds, teams and bridgesLubomir Rintel2017-02-201-1/+39
* cli: support 802-1x.phase1-auth-flagsBeniamino Galvani2017-02-201-50/+112
* cli: support the cdma.mtu propertyBeniamino Galvani2017-02-201-1/+12
* cli: support the gsm.mtu propertyBeniamino Galvani2017-02-201-1/+12
* cli: add support for 802.1x certificate passwordsLubomir Rintel2017-02-171-58/+146
* cli: fix match()Lubomir Rintel2017-02-161-1/+1
* cli: make match() return booleanLubomir Rintel2017-02-158-86/+86
* cli: add nmcli g logging completionLubomir Rintel2017-02-151-9/+52
* cli: add completion for "nmcli c edit"Lubomir Rintel2017-02-151-4/+24
* cli: complete the [-][-]help argumentsLubomir Rintel2017-02-151-1/+13
* cli: complete VPN typesLubomir Rintel2017-02-151-0/+20
* cli: make nmcli do its own command completionlr/completion-3Lubomir Rintel2017-02-131-1240/+57
* cli: fix setting of private key passwordBeniamino Galvani2017-02-131-1/+2
* all: use NM_CACHED_QUARK_FCN() to define cached quarksThomas Haller2017-02-101-12/+2
* nm-online: fix wrong assertion failure during nm-onlineThomas Haller2017-02-071-1/+2
* build: fix -Wold-style-declaration warningsThomas Haller2017-02-061-2/+2
* nm-online: fix countdown to not show 0 seconds until finishedMickaƫl Thomas2017-02-031-1/+1
* nm-online: refactor and fix nm-onlineThomas Haller2017-02-021-71/+133