summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* 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
* nm-online: fix division-by-zero with zero timeoutThomas Haller2017-01-311-1/+1
* cli: add missing NULL-checkLubomir Rintel2017-01-291-2/+3
* nm-online: return from quit_if_connected after setting retvalJames McCoy2017-01-281-0/+4
* cli: avoid use-after free on connection deletionLubomir Rintel2017-01-271-1/+7
* cli: fix some TAB completions for nmcli -a con addJiří Klimeš2017-01-211-5/+31
* cli: move code around to group related functions - no functional changeJiří Klimeš2017-01-211-2438/+2443
* cli: simplify property functions for allowed values with a macroJiří Klimeš2017-01-211-66/+30
* cli: TAB-completion for macsec.mode in interactive editorJiří Klimeš2017-01-211-2/+14
* cli: TAB-completion for ipv6.addr-gen-mode in interactive editorJiří Klimeš2017-01-211-1/+12
* cli: enable TAB-completion for proxy properties in interactive editorJiří Klimeš2017-01-172-1/+15
* cli: macsec supportBeniamino Galvani2017-01-164-4/+263
* cli: add support for pkcs11: URI scheme on relevant propertiesLubomir Rintel2017-01-061-13/+10
* cli: support printing the pkcs11: URI schemeLubomir Rintel2017-01-061-24/+66
* cli: do not require a password when setting a PKLubomir Rintel2017-01-061-13/+6
* all: use nm_utils_is_valid_iface_name()Lubomir Rintel2017-01-063-13/+13
* nm-online: obtain NMClient asynchronouslyLubomir Rintel2017-01-041-90/+82
* cli: (trivial) fix a typoJiří Klimeš2016-12-151-1/+1
* cli: enable TAB-completion for connection.lldp in interactive editorJiří Klimeš2016-12-151-1/+4
* cli: enable TAB-completion for connection.metered in interactive editorJiří Klimeš2016-12-151-1/+5
* cli: add SLAVE field for 'nmcli con show' outputJiří Klimeš2016-12-151-2/+6
* cli: remove duplicate duplicate check on nmc->completeBeniamino Galvani2016-12-141-2/+0
* cli: add DNS information to overview outputBeniamino Galvani2016-12-121-0/+34
* cli: implement 'networking' subcommand using nmc_do_cmd()Beniamino Galvani2016-12-092-74/+77