summaryrefslogtreecommitdiff
path: root/clients/common/nm-meta-setting-desc.c
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2020-01-281-2/+2
* libnm-core,cli: add VRF settingBeniamino Galvani2020-01-141-1/+28
* clients/meta-setting-desc: allow setting wifi-sec.key-mgmt to OWEDavid Bauer2019-12-051-1/+1
* libnm: add ipvx.dhcp-hostname-flags propertiesBeniamino Galvani2019-11-281-0/+16
* ovs: allow changing mac address of bridges and interfacesBeniamino Galvani2019-11-201-0/+1
* all: add ipvX.dhcp-iaid propertiesBeniamino Galvani2019-11-111-0/+6
* all: add 802-1x.optional propertyBeniamino Galvani2019-10-151-0/+3
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* setting-gsm: add auto-config propertyLubomir Rintel2019-09-111-0/+3
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* wifi: drop support for wpa-none key-mgmtBeniamino Galvani2019-08-261-1/+1
* cli: add NMMetaAccessorModifier enum instead of using "char" typeThomas Haller2019-08-161-13/+22
* 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
* 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-291-0/+6
* clients: Wi-Fi Mesh supportlr/wifi-meshLubomir Rintel2019-07-291-1/+2
* cleints: add support for ovs-bridge.datapath-type propertylr/ovs-bridge-datapath-typeLubomir Rintel2019-07-251-0/+6
* 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-101-0/+3
* 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
* ipv6: add 'disabled' methodBeniamino Galvani2019-06-111-1/+2
* cli: fix default value for team.runner-min-portsThomas Haller2019-06-111-1/+1
* 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
* 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-061-1/+3
* 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-251-52/+134
* 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,shared: move NMTeamLinkWatcher to/from string function to "nm-libnm-core-...Thomas Haller2019-04-251-154/+4
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-2/+2
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-2/+2
* 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