summaryrefslogtreecommitdiff
path: root/clients/common
Commit message (Expand)AuthorAgeFilesLines
* cli: add kill switch indication to "nmcli" outputLubomir Rintel2019-09-201-0/+1
* setting-gsm: add auto-config propertyLubomir Rintel2019-09-112-0/+4
* all: SPDX header conversionLubomir Rintel2019-09-1014-191/+14
* core: fix a typoLubomir Rintel2019-09-031-1/+1
* wifi: drop support for wpa-none key-mgmtBeniamino Galvani2019-08-263-3/+3
* cli: add NMMetaAccessorModifier enum instead of using "char" typeThomas Haller2019-08-162-14/+29
* cli: support +/- modifiers for flags propertiesThomas Haller2019-08-161-9/+29
* cli: don't require "ifname" when adding connectionThomas Haller2019-08-131-1/+0
* all: allow configuring default-routes as manual, static routesThomas Haller2019-08-131-1/+1
* shared,all: return boolean success from nm_utils_file_get_contents()Thomas Haller2019-08-081-7/+8
* cli/trivial: align property definitions with spaces and not with tabsThomas Haller2019-08-061-2182/+2182
* cli: fix type for loop variable in _get_fcn_vlan_xgress_priority_map()Thomas Haller2019-08-021-1/+1
* wireguard: support configuring policy routing to avoid routing loopsThomas Haller2019-07-292-1/+9
* man: setting-wireless: add "mesh" to the available modesFrancesco Giudici2019-07-291-1/+1
* clients: Wi-Fi Mesh supportlr/wifi-meshLubomir Rintel2019-07-292-2/+4
* cleints: add support for ovs-bridge.datapath-type propertylr/ovs-bridge-datapath-typeLubomir Rintel2019-07-251-0/+6
* core: add ovs-bridge.datapath-type propertyLubomir Rintel2019-07-251-0/+1
* all: codespell fixesLubomir Rintel2019-07-241-2/+2
* clients/metta-setting-desc: allow "system" and "dpdk" ovs interface typesLubomir Rintel2019-07-101-1/+1
* libnm,cli,ifcfg-rh: add connection:wait-device-timeout propertyThomas Haller2019-07-102-0/+4
* cli: complete *-slave types (bond-slave, bridge-slave, team-slave)Dan Williams2019-07-021-1/+8
* clients: fix printing hexadecimal enum valuesBeniamino Galvani2019-06-271-2/+2
* clients: add ovs-dpdk interface supportlr/ovs-dpdkLubomir Rintel2019-06-141-0/+12
* libnm-core: add ovs-dpdk settingLubomir Rintel2019-06-141-1/+2
* core/ovs-interface: fix type documentationLubomir Rintel2019-06-141-1/+1
* ipv6: add 'disabled' methodBeniamino Galvani2019-06-113-4/+5
* cli: fix default value for team.runner-min-portsThomas Haller2019-06-111-1/+1
* all: drop empty first line from sourcesThomas Haller2019-06-111-1/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-117-7/+0
* cli: remove unnecessary workaround for clearing team link watchers and runner...Thomas Haller2019-06-041-82/+0
* libnm/team: fix handling default values and stricter validate team configThomas Haller2019-06-041-1/+45
* cli: fix resetting default value for GObject propertyThomas Haller2019-05-311-1/+1
* nmcli: don't validate team config in nmcliThomas Haller2019-05-231-13/+0
* libnm: rework team handling of JSON configThomas Haller2019-05-231-1/+1
* clients/tests: rename clients/common's "test-general" to "test-clients-common"Thomas Haller2019-05-192-3/+5
* doc: replace "Split DNS" with "Conditional Forwarding"Jonas DOREL2019-05-171-2/+2
* cli: hide certificate blobs unless --show-secrets is passedBeniamino Galvani2019-05-061-2/+1
* cli: complete 802.1x certificate file namesBeniamino Galvani2019-05-061-0/+21
* cli: allow completing filenamesBeniamino Galvani2019-05-064-1/+8
* cli: parse escape sequences when reading an 802.1x private keyBeniamino Galvani2019-05-061-10/+18
* cli: fix setting private key passwordBeniamino Galvani2019-05-061-0/+1
* cli: drop GValue transform functions for strdict and implement it in _get_fcn...Thomas Haller2019-04-251-9/+26
* cli: drop GValue transformation of GBytes to string and implement bytes gette...Thomas Haller2019-04-251-35/+31
* cli: drop GValue transform function for G_TYPE_STRV to G_TYPE_STRINGThomas Haller2019-04-251-14/+31
* cli: cleanup and fix handling of unset/empty "ipv4.dns-options"Thomas Haller2019-04-252-52/+141
* cli: add RETURN_STR_TEMPORARY() macro to "clients/common/nm-meta-setting-desc.c"Thomas Haller2019-04-251-0/+12
* cli: use escaped-tokens style for team-link-watcher list propertiesThomas Haller2019-04-251-3/+1
* cli: refactor team-link-watcher to/from stringsThomas Haller2019-04-251-7/+2
* shared: fix to/from string of vlanid and missed-max values for NMTeamLinkWatcherThomas Haller2019-04-251-12/+12
* shared/tests: add test for NMTeamLinkWatcher to/from stringThomas Haller2019-04-251-0/+220