summaryrefslogtreecommitdiff
path: root/clients/cli/settings.c
Commit message (Expand)AuthorAgeFilesLines
* nmcli: always print "--" for empty or unset values in normal/pretty outputFrancesco Giudici2017-03-281-2/+5
* nmcli: output just the raw value of vlan.flags when in terse modeFrancesco Giudici2017-03-281-2/+5
* nmcli: output property values in "parsable" mode when the "--terse" option is...Francesco Giudici2017-03-281-336/+466
* cli: support route optionsBeniamino Galvani2017-03-061-25/+20
* cli: support dummy connectionsBeniamino Galvani2017-02-221-0/+7
* cli: add support for 802-1x.auth-timeout propertyBeniamino Galvani2017-02-211-1/+12
* 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: make match() return booleanLubomir Rintel2017-02-151-4/+4
* cli: fix setting of private key passwordBeniamino Galvani2017-02-131-1/+2
* 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-171-1/+13
* cli: macsec supportBeniamino Galvani2017-01-161-0/+203
* 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-061-4/+2
* 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
* nmcli: add get functions for 802-3.speed and 802-3.duplex propertiesFrancesco Giudici2016-11-221-2/+24
* nmcli: enable set on 802-3 propertiesFrancesco Giudici2016-11-221-12/+13
* cli: always include "settings-docs.c"Thomas Haller2016-11-211-4/+0
* cli: get rid of client-global connections listLubomir Rintel2016-11-111-2/+4
* cli: support the autoconnect-retries propertyBeniamino Galvani2016-10-161-22/+52
* proxy: cleanup handling of proxy-methodThomas Haller2016-10-051-4/+4
* proxy: change semantics of pac-scriptAtul Anand2016-10-041-2/+18
* proxy: remove unnecessary APIsAtul Anand2016-10-041-189/+7
* nmcli: Add Proxy support to nmcliAtul Anand2016-10-041-1/+328
* cli: only connect handlers for property changes in interactive editLubomir Rintel2016-08-241-3/+0
* cli/connections: do connection completion in get_connection()Lubomir Rintel2016-08-011-4/+2
* all: make MAC address randomization algorithm configurableThomas Haller2016-06-301-26/+48
* device: extend MAC address handling including randomization for ethernet and ...Thomas Haller2016-06-301-4/+18
* libnm: add NMSettingConnection:stable-id propertyThomas Haller2016-06-301-30/+41
* nmcli: when adding a vpn store the full service name in vpn-typeFrancesco Giudici2016-06-271-1/+12
* nmcli: streamline connection additionLubomir Rintel2016-06-211-6/+72
* cli: add ipv6.token supportLubomir Rintel2016-05-301-1/+12
* cli: also hide phase2 private key unless --show-secrets is passedBeniamino Galvani2016-05-131-9/+20
* cli: hide secret certificate blobs unless --show-secrets is passedBeniamino Galvani2016-05-131-27/+60
* cli: add support for DNS priorityBeniamino Galvani2016-05-121-52/+74
* cli: declare external variable nm_cli in <nmcli.h> headerThomas Haller2016-05-031-7/+0
* cli: allow setting multiple IPs in bond 'arp_ip_target' optionBeniamino Galvani2016-03-291-1/+30
* cli: add support for NMSetting8021x domain-suffix-match propertiesBeniamino Galvani2016-03-161-48/+70
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* libnm-core: make ipvx.dhcp-timeout signedBeniamino Galvani2016-02-161-1/+1
* libnm,core,cli: move dhcp-timeout property to generic NMSettingIPConfigBeniamino Galvani2016-02-161-4/+4