summaryrefslogtreecommitdiff
path: root/clients/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* shared/tests: add tests for libnm-core-auxThomas Haller2019-04-252-12/+66
* cli,shared: move NMTeamLinkWatcher to/from string function to "nm-libnm-core-...Thomas Haller2019-04-251-154/+4
* build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller2019-04-181-1/+1
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-184-6/+6
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-184-6/+6
* cli: use "escaped-tokens" style for splitting "vlan.xgress-priority-map" listThomas Haller2019-04-181-7/+2
* cli: cleanup _get_fcn_vlan_xgress_priority_map()Thomas Haller2019-04-181-23/+21
* cli: unify set of characters to tokenize list propertiesThomas Haller2019-04-181-3/+3
* cli: refactor multilist property handling of "match.interface-names"Thomas Haller2019-04-182-23/+14
* cli: return early when splitting with %VALUE_STRSPLIT_MODE_STRIPPEDThomas Haller2019-04-181-1/+2
* cli: drop unused strsplit_with_escape mode for objlist propertiesThomas Haller2019-04-182-10/+1
* cli: assert for proper escaping when creating objlist stringThomas Haller2019-04-181-16/+36
* cli: default splitting list properties with escaped-tokens styleThomas Haller2019-04-182-12/+34
* cli: fix splitting of multilist property in setterThomas Haller2019-04-181-2/+2